@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #fff; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-repeat: no-repeat;
  background-color: #fff; }
  @media (max-width: 520px) {
    body {
      background-position: top 420px center; } }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

button {
  cursor: pointer; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  outline: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none; }

p {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 20px; }
  @media (max-width: 520px) {
    p {
      font-size: 13px; } }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0; }

#personalPickupPopup {
  width: 100%;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 1000; }

#personalPickupPopup .content {
  display: grid;
  grid-template-columns: 26em 3fr;
  width: 90%;
  column-gap: 15px;
  background: white;
  position: relative;
  z-index: 101;
  max-height: 90%;
  height: 600px;
  max-width: 1100px; }
  @media (max-width: 1050px) {
    #personalPickupPopup .content {
      grid-template-columns: 16em 3fr; } }
  @media (max-width: 770px) {
    #personalPickupPopup .content {
      display: block;
      width: 95%; } }

#js-pickup-info {
  grid-column: 2/4;
  position: absolute;
  background: #f3f3f3;
  overflow: auto;
  width: 280px;
  right: -15px;
  padding: 30px 10px 0 10px;
  height: calc(100% - 70px); }
  #js-pickup-info tr {
    border-bottom: 1px solid #dad7d2;
    display: block;
    padding-bottom: 5px; }
  @media (max-width: 770px) {
    #js-pickup-info {
      display: none; } }
  #js-pickup-info p:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fd9b00; }
  #js-pickup-info table {
    margin-right: 15px;
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px; }

#personalPickupPopup .content .delivery-pobocky {
  height: 100%;
  width: 100%;
  overflow: auto;
  border-right: 1px solid #dad7d2;
  padding: 5px 0 0 5px; }
  @media (max-width: 770px) {
    #personalPickupPopup .content .delivery-pobocky {
      display: grid;
      width: 100%;
      height: 90%;
      border-right: none; } }
  #personalPickupPopup .content .delivery-pobocky td {
    border-bottom: 1px solid #dad7d2;
    padding: 5px 0 5px 5px; }

@media (max-width: 770px) {
  .delivery--active {
    height: 90% !important; } }

.address span {
  font-weight: 500;
  color: black; }

.tablePobocky-link {
  margin-bottom: 10px;
  row-gap: 5px;
  display: flex;
  flex-direction: column;
  text-decoration: none; }

@media (max-width: 770px) {
  .buttonBtn {
    grid-column: 1/2;
    width: 100%;
    position: unset;
    margin: 10px; } }

.mapa {
  grid-column: 2/5;
  z-index: 1; }
  @media (max-width: 770px) {
    .mapa {
      display: none; } }

td.active {
  background: #f3f3f3;
  transition: background .3s; }

.mapa--active {
  transition: all 0.2s;
  z-index: 0; }
  .mapa--active #js-pickup-info {
    background: transparent; }
  @media (max-width: 770px) {
    .mapa--active {
      display: none; } }

.btnClouse {
  width: 20px;
  height: 20px;
  font-size: 16px;
  background: #fd9b00;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000;
  display: none; }

.content-sub {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.buttonBtn-bg {
  background-color: #f3f3f3;
  position: absolute;
  grid-column: 2/5;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  right: 0;
  bottom: 0;
  border-top: 1px solid #c8c7c7; }
  @media (max-width: 770px) {
    .buttonBtn-bg {
      right: 0;
      width: 100%;
      bottom: 0px; } }

.seleted-personal_pickup {
  border-left: 5px solid #fd9b00;
  padding-left: 15px;
  margin: 15px 0;
  font-weight: 600;
  line-height: 1.4; }
  .seleted-personal_pickup span {
    font-weight: 300; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  text-align: center;
  color: #1680c0;
  vertical-align: middle; }
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f053";
    display: inline-block;
    vertical-align: middle;
    font-size: 26px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  color: #1680c0;
  text-align: center;
  vertical-align: middle; }
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    vertical-align: middle;
    font-size: 26px; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.row-products .products-box.style-1 {
  border-top: none; }

.product-name {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center; }

.big_box {
  padding: 0 15px; }
  .big_box img {
    max-width: 100%;
    height: auto; }

.gallery-top {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .gallery-top .swiper-slide img {
      max-width: 100%; } }

.gallery-thumbs .swiper-slide, .gallery-top .swiper-slide {
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.gallery-thumbs .swiper-slide {
  border: 5px solid #fff;
  cursor: pointer; }
  .gallery-thumbs .swiper-slide.swiper-slide-active, .gallery-thumbs .swiper-slide:hover {
    border-color: #d9d9d9; }

.product-gallery-1 {
  position: relative; }
  .product-gallery-1 .swiper-button-next {
    height: 90px;
    background-color: #fff;
    right: 0;
    top: auto;
    bottom: 0px;
    width: 60px;
    line-height: 90px;
    vertical-align: middle;
    text-align: right;
    color: #000; }
  .product-gallery-1 .swiper-button-prev {
    height: 90px;
    background-color: #fff;
    left: 0;
    top: auto;
    bottom: 0px;
    width: 60px;
    line-height: 90px;
    vertical-align: middle;
    text-align: left;
    color: #000; }

@media (max-width: 767px) {
  .product-gallery-1.col-md-6 {
    width: 100%; } }

.product-gallery-1.col-md-6 .js-swiper-detail .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.product-gallery-1.col-md-6 .js-swiper-detail .swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .product-gallery-1.col-md-6 .js-swiper-detail .swiper-slide picture {
    max-width: 100%;
    display: inline-block;
    text-align: center; }
    .product-gallery-1.col-md-6 .js-swiper-detail .swiper-slide picture img {
      max-width: 100%;
      display: inline-block; }
  .product-gallery-1.col-md-6 .js-swiper-detail .swiper-slide img {
    max-width: 100%;
    display: inline-block; }

.product-gallery-1.col-md-6 .js-swiper-detail .gallery-top {
  height: auto;
  width: 100%; }

.product-gallery-1.col-md-6 .gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0; }

.product-gallery-1.col-md-6 .gallery-thumbs .swiper-slide {
  height: 80px;
  opacity: 1;
  text-align: center; }
  .product-gallery-1.col-md-6 .gallery-thumbs .swiper-slide picture {
    max-height: 80px;
    display: inline-block;
    max-width: 100%;
    text-align: center; }
    .product-gallery-1.col-md-6 .gallery-thumbs .swiper-slide picture img {
      max-height: 80px;
      display: inline-block;
      max-width: 100%;
      border: 2px solid #fff; }
      .product-gallery-1.col-md-6 .gallery-thumbs .swiper-slide picture img:hover {
        border-color: #1680c0;
        cursor: pointer; }
  .product-gallery-1.col-md-6 .gallery-thumbs .swiper-slide img {
    max-width: 100%;
    display: inline-block; }

.product-gallery-1.col-md-6 .gallery-thumbs img {
  border: 3px solid #fff; }

.product-gallery-1.col-md-6 .gallery-thumbs .swiper-slide-active, .product-gallery-1.col-md-6 .swiper-slide:hover {
  opacity: 1; }
  .product-gallery-1.col-md-6 .gallery-thumbs .swiper-slide-active img, .product-gallery-1.col-md-6 .swiper-slide:hover img {
    border-color: #1680c0; }

.gallery-thumbs {
  width: calc(100% - 120px); }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 999999999999; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px;
  margin: 0 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block;
  max-height: 500px;
  overflow-y: auto; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: auto;
  padding: 10px 5px;
  height: 46px;
  background: #fff;
  line-height: 28px;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
  color: #000; }
  .ui-selectmenu-button.ui-button:hover {
    background: #fff;
    border: 1px solid #f0f0f0;
    color: #000; }
  .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    border-color: #d7d6d6; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
  position: relative; }
  .ui-selectmenu-icon.ui-icon:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #000;
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 16px;
    position: absolute;
    top: -1px;
    left: 3px; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 6px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #9a9a9a; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d4af37;
  background: #d4af37;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #d4af37;
  background: #d4af37;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: none; }

.ui-widget-header .ui-icon {
  background-image: none; }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none; }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: none; }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: none; }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: none; }

.ui-button .ui-icon {
  background-image: none; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.lg-icon {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 999999980;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\f054"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\f053"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 999999982;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\f00d"; }
  .lg-toolbar .lg-download:after {
    content: "\f019"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 999999980; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 999999980;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\f00a"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 999999980;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-html5 .lg-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999983;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\f04b"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\f04c"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\f00e"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\f24d"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\f010"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999999980;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\f0b2"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\f108"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999981;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\f1e0"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\f09a"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\f099"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\f0d5"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\f0d2"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000000000139372116959414099130712064;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 999999960; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000000000000139372116959414099130712064;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: fallback; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.col {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-note {
  background: #fd9b00;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px; }
  .header-note--content {
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-note p {
    margin-bottom: 0; }
  .header-note a {
    color: #fff;
    text-decoration: underline; }
    .header-note a:hover {
      text-decoration: none; }
  .header-note .blink-circle {
    width: 12px;
    min-width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate; }

@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }

.top_frame {
  height: 34px;
  line-height: 34px;
  position: relative;
  top: -2px; }
  @media (max-width: 420px) {
    .top_frame a, .top_frame span {
      font-size: 12px !important; } }
  .top_frame .center {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 620px) {
      .top_frame .center {
        display: block; } }
    .top_frame .center .text-align-left, .top_frame .center a {
      font-size: 14px;
      font-weight: bold;
      color: #00162e; }
      .top_frame .center .text-align-left a, .top_frame .center a a {
        text-decoration: underline;
        top: -1px;
        position: relative;
        margin-top: 0 !important; }
        .top_frame .center .text-align-left a:hover, .top_frame .center a a:hover {
          text-decoration: none; }
    @media (max-width: 620px) {
      .top_frame .center .text-align-left {
        display: none; } }
    @media (max-width: 880px) {
      .top_frame .center .res_hide {
        display: none; } }
  .top_frame span, .top_frame a {
    display: inline-block;
    vertical-align: middle;
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none; }
  .top_frame .social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all .25s ease-in-out;
    margin-left: 6px; }
    @media (max-width: 980px) {
      .top_frame .social {
        display: none; } }
    .top_frame .social:hover {
      color: #2b6daa; }
    .top_frame .social.first {
      margin-left: 15px; }
  @media (max-width: 630px) {
    .top_frame .res_hide {
      display: none; }
    .top_frame .text-align-right {
      text-align: center; } }
  .top_frame a.hotlink {
    color: #00162e;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px; }
    .top_frame a.hotlink:before {
      font-family: FontAwesome;
      content: "\f095";
      display: inline-block;
      font-size: 18px;
      line-height: 34px;
      vertical-align: middle;
      transform: rotate(70deg);
      margin-right: 8px; }
  .top_frame .login_registration {
    margin-left: 19px; }
    @media (max-width: 380px) {
      .top_frame .login_registration {
        display: block;
        position: absolute;
        left: 0;
        top: 144px;
        z-index: 999;
        background: #fd9b00;
        width: 100%;
        margin: 0;
        transition: .5s;
        overflow: hidden;
        max-height: 0; }
        .top_frame .login_registration.open {
          max-height: 500px; }
        .top_frame .login_registration span {
          display: none; }
        .top_frame .login_registration a {
          font-size: 14px;
          font-weight: 700;
          width: 50%;
          color: #fff;
          position: relative;
          top: -1px; }
          .top_frame .login_registration a:first-child {
            border-right: 2px solid #fff; } }
    .top_frame .login_registration:before {
      font-family: FontAwesome;
      content: "\f007";
      display: inline-block;
      font-size: 20px;
      line-height: 34px;
      vertical-align: middle;
      margin-right: 10px; }
      @media (max-width: 380px) {
        .top_frame .login_registration:before {
          display: none; } }
    .top_frame .login_registration * {
      color: #00162e;
      font-size: 14px;
      font-weight: 400; }
  .top_frame a.hotlink:hover, .top_frame .top_frame .login_registration a:hover {
    text-decoration: underline; }

.frame-header {
  min-height: 74px;
  background-color: #00162e; }
  @media (min-width: 381px) {
    .frame-header.fixed_header {
      top: 0;
      position: fixed;
      left: 0;
      z-index: 999;
      width: 100%; } }
  @media (max-width: 380px) {
    .frame-header {
      height: auto; } }
  .frame-header .center {
    position: relative; }
  .frame-header .slide-cart {
    float: right;
    position: relative; }
    @media (max-width: 380px) {
      .frame-header .slide-cart {
        width: calc(100% / 4); } }
    .frame-header .slide-cart .count {
      background-color: #fd9b00;
      color: #00162e;
      width: 22px;
      line-height: 22px;
      height: 22px;
      text-align: center;
      vertical-align: middle;
      position: absolute;
      bottom: 26px;
      right: 26px;
      z-index: 999;
      display: block;
      border-radius: 100%;
      font-size: 12px;
      font-weight: bold;
      font-family: "Open Sans", sans-serif; }
      @media (max-width: 520px) {
        .frame-header .slide-cart .count {
          bottom: 16px;
          right: 4px; } }
      @media (max-width: 380px) {
        .frame-header .slide-cart .count {
          bottom: 5px;
          right: 10%; } }
    .frame-header .slide-cart .error_conf {
      position: absolute;
      top: 10px;
      left: 22px; }
      @media (max-width: 520px) {
        .frame-header .slide-cart .error_conf {
          left: 5px; } }
      @media (max-width: 380px) {
        .frame-header .slide-cart .error_conf {
          left: 10%;
          top: 5px; } }
      .frame-header .slide-cart .error_conf:before {
        color: #fff;
        font-family: FontAwesome;
        content: "\f12a";
        display: inline-block;
        position: relative;
        z-index: 999;
        font-size: 14px;
        border-radius: 100%;
        background: #ec0000;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px; }
    .frame-header .slide-cart:hover .cart-content-slide {
      max-height: 1000%; }
    .frame-header .slide-cart:hover .header-cart:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      right: 22px;
      width: 0;
      height: 0;
      border-left: 28px solid transparent;
      border-right: 28px solid transparent;
      border-top: 20px solid #2b6daa;
      z-index: 9999999999; }
  .frame-header .header-cart {
    float: right;
    display: inline-block;
    height: 74px;
    width: 103px;
    background-color: #2b6daa;
    text-decoration: none;
    text-align: center;
    position: relative;
    color: #fff; }
    @media (max-width: 520px) {
      .frame-header .header-cart {
        width: 54px;
        line-height: 74px; }
        .frame-header .header-cart span {
          display: none; } }
    @media (max-width: 380px) {
      .frame-header .header-cart {
        width: 100%;
        line-height: 51px;
        height: 54px; } }
    .frame-header .header-cart:before {
      font-family: FontAwesome;
      content: "\f291";
      display: inline-block;
      font-size: 25px;
      vertical-align: middle;
      margin-top: 10px; }
      @media (max-width: 520px) {
        .frame-header .header-cart:before {
          margin-top: 0; } }
      @media (max-width: 380px) {
        .frame-header .header-cart:before {
          margin-top: 0;
          font-size: 22px; } }
    .frame-header .header-cart span {
      position: absolute;
      bottom: 14px;
      left: 0;
      width: 100%;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 380px) {
        .frame-header .header-cart span {
          display: none; } }
  .frame-header .header-search {
    float: right;
    display: inline-block;
    height: 74px;
    width: 79px;
    background-color: #143f68;
    text-decoration: none;
    text-align: center;
    position: relative;
    color: #fff;
    cursor: pointer; }
    @media (max-width: 520px) {
      .frame-header .header-search {
        width: 54px;
        line-height: 74px; }
        .frame-header .header-search span {
          display: none; } }
    @media (max-width: 380px) {
      .frame-header .header-search {
        width: calc(100% / 4);
        line-height: 51px;
        height: 54px; } }
    .frame-header .header-search:before {
      font-family: FontAwesome;
      content: "\f002";
      display: inline-block;
      font-size: 25px;
      vertical-align: middle;
      margin-top: 10px;
      transition: .3s; }
      @media (max-width: 520px) {
        .frame-header .header-search:before {
          margin-top: 0; } }
      @media (max-width: 380px) {
        .frame-header .header-search:before {
          margin-top: 0;
          font-size: 22px; } }
    .frame-header .header-search.open:before {
      content: "\f00d";
      font-family: FontAwesome;
      vertical-align: middle;
      display: inline-block;
      transition: .3s;
      transform: rotateY(180deg); }
    .frame-header .header-search span {
      position: absolute;
      bottom: 14px;
      left: 0;
      width: 100%;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 380px) {
        .frame-header .header-search span {
          display: none; } }
  .frame-header .hmb-nav {
    width: 74px;
    height: 74px;
    background-color: #fff;
    float: right;
    display: none;
    line-height: 74px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    cursor: pointer;
    font-size: 22px;
    color: #00162e; }
    @media (max-width: 980px) {
      .frame-header .hmb-nav {
        display: block; } }
    @media (max-width: 520px) {
      .frame-header .hmb-nav {
        width: 54px; } }
    @media (max-width: 380px) {
      .frame-header .hmb-nav {
        width: calc(100% / 4);
        height: 54px;
        line-height: 51px; } }
    .frame-header .hmb-nav:hover {
      color: #2b6daa; }
    .frame-header .hmb-nav:before {
      content: "\f0c9";
      font-family: FontAwesome;
      vertical-align: middle;
      display: inline-block;
      transition: .3s;
      transform: rotateY(0deg); }
    .frame-header .hmb-nav.open:before {
      content: "\f00d";
      font-family: FontAwesome;
      vertical-align: middle;
      display: inline-block;
      transition: .3s;
      transform: rotateY(180deg); }
  @media (max-width: 380px) {
    .frame-header .respo-user {
      width: 25%;
      height: 54px;
      background-color: #fd9b00;
      float: right;
      display: block;
      line-height: 51px;
      text-align: center;
      vertical-align: middle;
      position: relative;
      z-index: 99;
      cursor: pointer;
      font-size: 22px;
      color: #fff; }
      .frame-header .respo-user:hover {
        color: #00162e; }
      .frame-header .respo-user:before {
        content: "\f007";
        font-family: FontAwesome;
        vertical-align: middle;
        display: inline-block;
        transition: .3s;
        transform: rotateY(0deg); }
      .frame-header .respo-user.open:before {
        content: "\f00d";
        font-family: FontAwesome;
        vertical-align: middle;
        display: inline-block;
        transition: .3s;
        transform: rotateY(180deg); } }
  .frame-header .header-nav {
    float: right;
    height: 74px;
    width: calc(100% - 405px); }
    @media (max-width: 980px) {
      .frame-header .header-nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        z-index: 999;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
        max-height: 0%;
        overflow: hidden;
        transition: .3s; }
        .frame-header .header-nav.open {
          max-height: 1000%; } }
    @media (max-width: 580px) {
      .frame-header .header-nav {
        height: auto; } }
    .frame-header .header-nav ul {
      margin: 0;
      padding: 0 10px;
      list-style-type: none;
      display: block;
      width: 100%;
      text-align: right; }
      .frame-header .header-nav ul li {
        display: inline-block;
        margin: 0 14px; }
        @media (max-width: 1140px) {
          .frame-header .header-nav ul li {
            margin: 0 11px; } }
        @media (max-width: 1023px) {
          .frame-header .header-nav ul li {
            margin: 0 6px; } }
        @media (max-width: 580px) {
          .frame-header .header-nav ul li {
            margin: 0;
            display: block; } }
        .frame-header .header-nav ul li a {
          display: block;
          font-weight: 400;
          color: #fff;
          font-size: 14px;
          text-decoration: none;
          text-transform: uppercase;
          transition: .3s; }
          .frame-header .header-nav ul li a:hover, .frame-header .header-nav ul li a.active, .frame-header .header-nav ul li a.hover {
            color: #fd9b00; }
          @media (min-width: 981px) {
            .frame-header .header-nav ul li a.produkty {
              position: relative; }
              .frame-header .header-nav ul li a.produkty:hover::after {
                position: absolute;
                bottom: -30px;
                z-index: 9999999;
                left: 0;
                width: 0;
                height: 0;
                content: "";
                display: block;
                border-left: 36px solid transparent;
                border-right: 36px solid transparent;
                border-bottom: 15px solid white; }
              .frame-header .header-nav ul li a.produkty:hover::before {
                position: absolute;
                height: 50px;
                left: 0;
                top: 100%;
                width: 100%;
                display: block;
                content: ""; } }
          @media (max-width: 980px) {
            .frame-header .header-nav ul li a {
              color: #00162e; } }
          @media (max-width: 580px) {
            .frame-header .header-nav ul li a {
              text-align: center;
              line-height: 45px;
              border-bottom: 1px solid #eff0f5; } }
  .frame-header .logo-frame {
    float: left;
    width: 200px;
    height: 74px;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media (max-width: 1270px) {
      .frame-header .logo-frame {
        margin-left: 20px; } }
    @media (max-width: 420px) {
      .frame-header .logo-frame {
        width: 180px; } }
    @media (max-width: 380px) {
      .frame-header .logo-frame {
        float: none;
        clear: both;
        display: block;
        margin: 0 auto;
        height: 54px;
        padding-top: 15px; } }
    .frame-header .logo-frame img {
      max-width: 100%; }

.web-header-1 {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 195; }
  .web-header-1 .top-header {
    width: 100%;
    display: block;
    height: 45px;
    background: #d4af37;
    border: none;
    padding: 0px 20px;
    border-bottom: 1px solid #d9d9d9; }
    .web-header-1 .top-header .inner .top-header-right-panel {
      float: right;
      display: inline-block; }

.web-header-content {
  padding: 0px 20px;
  border-bottom: 1px solid #d9d9d9;
  background: transparent; }
  @media (max-width: 767px) {
    .web-header-content {
      padding: 0; } }
  .web-header-content .column {
    margin: 23px 0px; }
  .web-header-content .column-left {
    width: 100%;
    max-width: 500px;
    text-decoration: none;
    height: 104px; }
    .web-header-content .column-left:before {
      content: "";
      vertical-align: middle;
      display: inline-block;
      position: relative;
      height: 100%;
      width: 0; }
    @media (max-width: 1023px) {
      .web-header-content .column-left {
        max-width: calc(100% - 292px); } }
    @media (max-width: 767px) {
      .web-header-content .column-left {
        max-width: 100%;
        padding: 0 20px;
        border-bottom: 1px solid #f0f0f0;
        margin-top: 20px; } }
  .web-header-content .column-center {
    width: 100%;
    max-width: calc(100% - 500px - 292px); }
    .web-header-content .column-center p {
      text-align: right;
      padding: 0px 72px 0px 0px;
      margin: 0px;
      font-size: 12px;
      font-weight: 400;
      line-height: 19px; }
    @media (max-width: 1023px) {
      .web-header-content .column-center {
        display: none; } }
  .web-header-content .column-right {
    width: 100%;
    max-width: 292px; }
    @media (max-width: 980px) {
      .web-header-content .column-right {
        max-width: 292px; } }
    @media (max-width: 767px) {
      .web-header-content .column-right {
        max-width: 100%;
        padding: 0 20px;
        margin: 0 0 20px 0; } }
    @media (max-width: 520px) {
      .web-header-content .column-right {
        margin: 0 0 20px 0; } }
  .web-header-content picture {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    max-width: 113px;
    margin: 0px 27px 0px 0px; }
    .web-header-content picture img {
      width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
  .web-header-content .main-title {
    display: inline-block;
    max-width: calc(100% - 150px);
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
    color: #231f20;
    line-height: 40px;
    vertical-align: middle; }
    @media (max-width: 520px) {
      .web-header-content .main-title {
        font-size: 22px; } }
    @media (max-width: 460px) {
      .web-header-content .main-title {
        font-size: 18px;
        line-height: 22px; } }

.header-background-1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  height: 263px;
  vertical-align: middle;
  background-image: url("../_images/header.jpg"); }
  .header-background-1:before {
    display: inline-block;
    vertical-align: middle;
    height: 25%;
    width: 0;
    content: ""; }
  .header-background-1 p {
    color: #fff;
    display: inline-block;
    font-weight: 300;
    font-size: 36px; }
    .header-background-1 p strong {
      font-weight: 900;
      clear: both;
      display: block; }
  .header-background-1 .page-scroll-content {
    display: block;
    margin-top: 20px;
    cursor: pointer; }
    .header-background-1 .page-scroll-content img {
      display: inline-block; }
  @media (max-width: 460px) {
    .header-background-1 {
      height: 200px; }
      .header-background-1 p {
        font-size: 26px; } }

.cart-content-slide {
  position: absolute;
  top: 100%;
  right: 0;
  width: 680px;
  display: block;
  background-color: #fff;
  z-index: 9999;
  color: #00162e;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
  max-height: 0; }
  .cart-content-slide .first_cart {
    width: 680px;
    position: relative;
    top: 0;
    left: 0;
    transition: .3s;
    border: 2px solid #d7d7d7; }
    .cart-content-slide .first_cart.close {
      left: -680px; }
  .cart-content-slide .last_cart {
    width: 680px;
    position: absolute;
    top: 0;
    left: 680px;
    transition: .3s;
    border: 2px solid #d7d7d7; }
    .cart-content-slide .last_cart.close {
      left: 0px; }
  @media (max-width: 820px) {
    .cart-content-slide {
      width: 440px; }
      .cart-content-slide .first_cart {
        width: 440px;
        position: relative;
        top: 0;
        left: 0;
        transition: .3s; }
        .cart-content-slide .first_cart.close {
          left: -440px; }
      .cart-content-slide .last_cart {
        width: 440px;
        position: absolute;
        top: 0px;
        left: 440px;
        transition: .3s; }
        .cart-content-slide .last_cart.close {
          left: 0px; } }
  @media (max-width: 520px) {
    .cart-content-slide {
      width: 320px;
      right: -54px; }
      .cart-content-slide .first_cart {
        width: 320px;
        position: relative;
        top: 0;
        left: 0px;
        transition: .3s; }
        .cart-content-slide .first_cart.close {
          left: -320px; }
      .cart-content-slide .last_cart {
        width: 320px;
        position: absolute;
        top: 0px;
        left: 320px;
        transition: .3s; }
        .cart-content-slide .last_cart.close {
          left: 0px; } }
  .cart-content-slide .summary-in-cart {
    padding-top: 15px;
    text-align: right; }
    .cart-content-slide .summary-in-cart .summ {
      float: left;
      font-size: 16px;
      margin-top: 14px; }
    .cart-content-slide .summary-in-cart .btn_type_2 {
      margin-left: 25px; }
    .cart-content-slide .summary-in-cart .pric {
      color: #fd9b00;
      font-size: 19px;
      font-weight: bold; }
  .cart-content-slide .error-config {
    background-color: #f6f6f6;
    width: 100%;
    height: 50px;
    padding: 0 22px; }
    .cart-content-slide .error-config .js-error-config {
      border-bottom: 1px solid #dbdcde;
      line-height: 48px;
      color: #cf1300;
      font-size: 14px;
      font-weight: 700;
      text-decoration: underline;
      cursor: pointer; }
      .cart-content-slide .error-config .js-error-config:hover {
        text-decoration: none; }
      .cart-content-slide .error-config .js-error-config:before {
        width: 28px;
        height: 28px;
        border-radius: 100%;
        display: inline-block;
        margin-right: 10px;
        background-color: #cf1300;
        line-height: 28px;
        text-align: center;
        content: "\f12a";
        color: #fff;
        font-family: FontAwesome; }
    .cart-content-slide .error-config .js-back-config {
      border-bottom: 1px solid #dbdcde;
      line-height: 48px;
      color: #2b6daa;
      font-size: 14px;
      font-weight: 700;
      text-decoration: underline;
      cursor: pointer; }
      .cart-content-slide .error-config .js-back-config:hover {
        text-decoration: none; }
      .cart-content-slide .error-config .js-back-config:before {
        width: 28px;
        height: 28px;
        border-radius: 100%;
        display: inline-block;
        margin-right: 10px;
        background-color: #2b6daa;
        line-height: 28px;
        text-align: center;
        content: "\f053";
        color: #fff;
        font-family: FontAwesome; }
  .cart-content-slide .delete-product-in-cart {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    border: none;
    background-color: #bababa;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    line-height: 18px;
    transition: .3s; }
    .cart-content-slide .delete-product-in-cart:hover {
      background: #ec0000; }
    .cart-content-slide .delete-product-in-cart:before {
      content: "\f00d";
      font-family: FontAwesome;
      display: inline-block; }
  .cart-content-slide .cart-padding {
    padding: 0px 22px 22px 22px; }
  .cart-content-slide .last_cart .cart-padding {
    padding: 0px 22px 0px 22px; }
  .cart-content-slide .count-in-cart, .cart-content-slide .price-in-cart {
    font-size: 18px;
    font-weight: bold; }
  .cart-content-slide .product-in-cart {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .cart-content-slide .product-in-cart-desc {
    margin: 0;
    font-size: 13px; }
  .cart-content-slide table {
    border-collapse: collapse;
    width: 100%; }
    .cart-content-slide table tr td {
      padding: 15px 0px;
      border-bottom: 1px solid #dbdcde; }
      .cart-content-slide table tr td img {
        max-width: 90px; }

@media (max-width: 820px) {
  .cart-content-slide table tr td img {
    max-width: 50px;
    margin-right: 10px; }
  .cart-content-slide .count-in-cart, .cart-content-slide .price-in-cart {
    font-size: 15px;
    margin-right: 10px; }
  .cart-content-slide .count-in-cart {
    font-size: 15px;
    margin-right: 10px;
    min-width: 40px;
    display: inline-block; }
  .cart-content-slide .price-in-cart {
    font-size: 15px;
    margin-right: 10px;
    min-width: 65px;
    display: inline-block; }
  .cart-content-slide p, .cart-content-slide .btn_type_2 {
    margin-right: 10px; } }

@media (max-width: 520px) {
  .cart-content-slide table tr td img {
    max-width: 40px;
    margin-right: 6px; }
  .cart-content-slide .count-in-cart, .cart-content-slide .price-in-cart {
    font-size: 10px;
    margin-right: 6px; }
  .cart-content-slide .count-in-cart {
    min-width: 30px;
    display: inline-block; }
  .cart-content-slide .price-in-cart {
    min-width: 55px;
    display: inline-block; }
  .cart-content-slide p, .cart-content-slide .btn_type_2 {
    margin-right: 6px; }
  .cart-content-slide .product-in-cart {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 15px; }
  .cart-content-slide .product-in-cart-desc {
    margin: 0;
    font-size: 10px;
    line-height: 12px; }
  .cart-content-slide .btn_type_2 {
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    padding: 0 10px; }
  .cart-content-slide .summary-in-cart .summ {
    float: left;
    font-size: 12px;
    margin-top: 6px; }
  .cart-content-slide .summary-in-cart .pric {
    color: #fd9b00;
    font-size: 14px;
    font-weight: bold; }
  .cart-content-slide .summary-in-cart .btn_type_2 {
    margin-left: 6px; }
  .frame-header .slide-cart:hover .header-cart:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid #2b6daa;
    z-index: 9999999999; } }

@media (max-width: 380px) {
  .cart-content-slide {
    position: fixed;
    width: 100%;
    right: 0;
    top: 142px; }
  .cart-content-slide .first_cart, .cart-content-slide .last_cart {
    width: 100%; }
  .frame-header .slide-cart:hover .header-cart:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: calc(50% - 18px);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid #2b6daa;
    z-index: 9999999999; }
  .frame-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
  .cart-content-slide .first_cart.close {
    left: -100%; }
  .last_cart.close {
    left: 0%; }
  .first_cart {
    left: 0%; }
  .cart-content-slide .last_cart {
    left: 100%; } }

body.fix {
  padding-top: 108px; }

.frame-header.fix {
  position: fixed;
  left: 0;
  width: 100%;
  top: -54px;
  z-index: 99; }

.hvezdy {
  cursor: pointer; }
  .hvezdy:hover .reviewCount {
    text-decoration: underline; }

.module_section .subtext {
  margin-bottom: 30px;
  margin-top: 20px; }

.first_content .thumbnail {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px; }
  @media (max-width: 620px) {
    .first_content .thumbnail {
      float: none;
      text-align: center;
      display: block; } }

.c_both {
  clear: both; }

.ui-selectmenu-button.ui-button {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #bdbdbd; }
  .ui-selectmenu-button.ui-button:hover {
    border: 1px solid #9a9a9a; }

.ct-chooser-label {
  margin-bottom: 5px;
  display: block; }

.attr-value.submit-val.addToCart.configurator {
  text-align: right; }

.ct-chooser.error + .ui-selectmenu-button {
  color: #cf0000;
  border-color: #cf0000; }

@media (max-width: 768px) {
  .main-banner .main-banner-content:before {
    display: none !important; }
  .main-banner .main-banner-container p {
    font-size: 14px;
    font-weight: 700;
    color: #00162e;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 8px; }
    .main-banner .main-banner-container p strong {
      font-size: 20px; }
  .frame-header .logo-frame {
    padding-left: 12px; } }

@media (max-width: 500px) {
  .main-banner .main-banner-content a {
    display: none; } }

.category_navigation {
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  transition: all .25s ease-in-out;
  opacity: 0;
  transform-style: preserve-3d;
  transform-origin: top center;
  transform: rotateX(90deg) scaleY(0); }
  .category_navigation.active {
    transform: rotateX(0deg) scaleY(1);
    opacity: 1; }
  .category_navigation .border {
    border: 2px solid #d6d8d7;
    padding: 20px 60px; }
  @media (max-width: 980px) {
    .category_navigation {
      display: none !important; } }
  .category_navigation .swiper-wrapper {
    height: auto !important; }
  .category_navigation .thumbnail {
    display: block;
    margin-bottom: 25px; }
  .category_navigation img {
    width: 100%;
    height: auto;
    display: block; }
  .category_navigation .top_cat {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 15px; }
    .category_navigation .top_cat:hover {
      text-decoration: underline; }
  .category_navigation .small_bullets {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .category_navigation .small_bullets li {
      padding-left: 12px;
      position: relative;
      line-height: 22px;
      vertical-align: middle; }
      .category_navigation .small_bullets li::before {
        display: inline-block;
        content: "";
        width: 5px;
        height: 5px;
        background: #fd9b00;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 9px; }
      .category_navigation .small_bullets li a {
        color: #000;
        font-size: 14px;
        font-weight: 500; }

@media (max-width: 380px) {
  .fix .top_frame .login_registration {
    position: fixed;
    top: 54px;
    z-index: 999999999; } }

@media (min-width: 981px) {
  .frame-header .header-nav ul li a.produkty {
    position: relative; }
    .frame-header .header-nav ul li a.produkty::after {
      position: absolute;
      bottom: -30px;
      z-index: 9999999;
      left: 0;
      width: 0;
      height: 0;
      content: "";
      display: block;
      border-left: 36px solid transparent;
      border-right: 36px solid transparent;
      border-bottom: 15px solid white;
      transition: all .25s ease-in-out;
      opacity: 0; }
    .frame-header .header-nav ul li a.produkty.hover::after {
      opacity: 1; }
    .frame-header .header-nav ul li a.produkty.hover::before {
      position: absolute;
      height: 50px;
      left: 0;
      top: 100%;
      width: 100%;
      display: block;
      content: ""; } }

@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

.search-wrapper {
  position: absolute;
  z-index: 9898989;
  width: 100%;
  background-color: rgba(0, 22, 46, 0.56); }

.search-new {
  z-index: 9898989;
  padding: 10px;
  display: none; }
  .search-new .seatch-label {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #b1b1b1; }
    .search-new .seatch-label input {
      height: 60px;
      border: none;
      background-color: transparent;
      color: #000;
      font-size: 16px;
      padding: 0 20px;
      width: 100%;
      display: block; }
    .search-new .seatch-label button {
      color: #000;
      height: 60px;
      width: 60px;
      position: absolute;
      right: 0;
      top: 0;
      border: none;
      background-color: transparent;
      line-height: 60px; }

.search-title {
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #2b6daa; }

.search-ajax-result {
  width: 100%;
  overflow: auto;
  list-style-type: none;
  right: 0;
  top: 100%;
  background-color: #fff;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  box-shadow: 0px 4px 5px rgba(154, 154, 154, 0.41); }
  @media (max-width: 767px) {
    .search-ajax-result {
      width: calc(100% - 20px); } }
  @media (max-width: 620px) {
    .search-ajax-result {
      width: 100%; } }
  .search-ajax-result li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 6px; }
    .search-ajax-result li .no-results {
      text-align: center;
      font-size: 13px; }

.result-box {
  width: 100%;
  display: inline-block; }
  .result-box:hover span {
    text-decoration: underline; }
  .result-box picture {
    width: 70px;
    padding: 5px;
    float: left;
    margin: 0; }
    .result-box picture img {
      max-width: 60px;
      max-height: 60px; }
  .result-box .result-name {
    font-size: 13px;
    line-height: 15px;
    float: left;
    width: calc(100% - 70px);
    color: black;
    padding-left: 12px;
    height: 70px;
    display: inline-block;
    vertical-align: middle; }
    .result-box .result-name:before {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      content: ""; }
    .result-box .result-name span {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      padding-right: 12px;
      line-height: normal; }
  .result-box .result-type {
    width: 100%;
    text-align: right;
    float: left;
    color: #ddd;
    font-size: 13px; }

.search-page h2 {
  font-size: 36px;
  float: left;
  width: 100%;
  clear: both; }

.search-results {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }
  @media (max-width: 860px) {
    .search-results {
      width: 100%; } }
  .search-results .search-result-image-holder {
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
    float: left; }
    .search-results .search-result-image-holder .thumbnail {
      display: inline-block; }
      .search-results .search-result-image-holder .thumbnail img {
        display: inline-block;
        max-height: 100px;
        max-height: 100px; }
  .search-results .search-result-image-holder + .search-result-text-holder {
    width: calc(100% - 100px);
    padding-left: 12px; }
    .search-results .search-result-image-holder + .search-result-text-holder p {
      display: block; }
  .search-results .search-result-text-holder {
    width: 100%;
    padding-left: 0px;
    display: inline-block;
    float: left; }
    .search-results .search-result-text-holder h3 {
      margin-bottom: 12px; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  text-align: center;
  color: #1680c0;
  vertical-align: middle; }
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f053";
    display: inline-block;
    vertical-align: middle;
    font-size: 26px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  color: #1680c0;
  text-align: center;
  vertical-align: middle; }
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    vertical-align: middle;
    font-size: 26px; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.row-products .products-box.style-1 {
  border-top: none; }

.product-name {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center; }

.big_box {
  padding: 0 15px; }
  .big_box img {
    max-width: 100%;
    height: auto; }

.swiper-container.JS-hp-swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }
  .swiper-container.JS-hp-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    display: inline-block;
    opacity: 1;
    transition: .3s;
    transform: scale(1);
    margin: 0 6px; }
  .swiper-container.JS-hp-swiper .swiper-pagination .swiper-pagination-bullet-active, .swiper-container.JS-hp-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: #fff;
    transform: scale(2); }

.JS-hp-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .JS-hp-swiper .swiper-slide picture {
    max-width: 100%;
    display: block;
    min-width: 100%; }
    .JS-hp-swiper .swiper-slide picture img {
      max-width: 100%;
      display: block;
      min-height: 340px;
      min-width: 960px; }
      @media (max-width: 620px) {
        .JS-hp-swiper .swiper-slide picture img {
          min-height: 240px;
          min-width: 678px; } }
  .JS-hp-swiper .swiper-slide .slider-content {
    position: absolute;
    bottom: 60px;
    right: 80px;
    display: block;
    text-align: left;
    color: #fff; }
    .JS-hp-swiper .swiper-slide .slider-content .slider-title {
      font-size: 18px;
      margin-bottom: 10px; }
    .JS-hp-swiper .swiper-slide .slider-content .slider-text {
      font-size: 15px;
      margin-bottom: 20px; }
    .JS-hp-swiper .swiper-slide .slider-content .btn {
      float: none; }
    @media (max-width: 620px) {
      .JS-hp-swiper .swiper-slide .slider-content {
        bottom: 40px;
        left: 0;
        width: 100%;
        padding: 0 40px; } }

footer.row {
  padding: 30px 0px 0px 0px;
  background-color: #00162e;
  margin-top: 0px; }
  @media (max-width: 440px) {
    footer.row .col-md-12 img {
      height: 25px; } }
  footer.row .pays {
    align-content: flex-end;
    margin-bottom: 30px; }
    @media (max-width: 980px) {
      footer.row .pays {
        text-align: center; } }
    footer.row .pays a {
      margin: 12px 8px;
      display: inline-block; }
    footer.row .pays img {
      max-height: 31px; }
    footer.row .pays .socials {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding-top: 23px; }
      @media (max-width: 980px) {
        footer.row .pays .socials {
          justify-content: center; } }
      footer.row .pays .socials a {
        margin: 0 8px;
        color: #fff;
        transition: all .25s ease-in-out; }
        footer.row .pays .socials a:hover {
          color: #fd9b00; }
  footer.row .footer_box {
    flex: 1;
    margin-bottom: 10px; }
    @media (max-width: 980px) {
      footer.row .footer_box {
        flex: 0 50%;
        margin-bottom: 35px; } }
    @media (max-width: 460px) {
      footer.row .footer_box {
        flex: 0 100%; } }
    footer.row .footer_box:first-child {
      flex: 0 290px; }
      @media (max-width: 1160px) {
        footer.row .footer_box:first-child {
          flex: 0 210px; } }
      @media (max-width: 980px) {
        footer.row .footer_box:first-child {
          flex: 0 50%; } }
      @media (max-width: 460px) {
        footer.row .footer_box:first-child {
          flex: 0 100%; } }
    footer.row .footer_box:last-child {
      flex: 0 315px; }
      @media (max-width: 1160px) {
        footer.row .footer_box:last-child {
          flex: 0 245px; } }
      @media (max-width: 980px) {
        footer.row .footer_box:last-child {
          flex: 0 100%;
          text-align: center;
          align-content: center; } }
    footer.row .footer_box .ico_p {
      display: inline-block;
      margin-left: 16px; }
      @media (max-width: 980px) {
        footer.row .footer_box .ico_p {
          margin: 0 16px; } }
      footer.row .footer_box .ico_p img {
        height: auto; }
      footer.row .footer_box .ico_p:last-child {
        float: right; }
        @media (max-width: 980px) {
          footer.row .footer_box .ico_p:last-child {
            float: none;
            position: relative;
            top: -17px; } }
      footer.row .footer_box .ico_p img {
        margin-bottom: 10px;
        display: block;
        max-width: 103px; }
      footer.row .footer_box .ico_p div {
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 14px; }
    footer.row .footer_box a.footer_more {
      margin-top: 25px;
      text-decoration: underline; }
      footer.row .footer_box a.footer_more:hover {
        text-decoration: none; }
    footer.row .footer_box .footer_box-title {
      font-size: 18px;
      color: #fff;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 12px; }
    footer.row .footer_box .footer_logo {
      display: block;
      margin-bottom: 25px; }
    footer.row .footer_box p {
      display: block;
      color: #728293;
      font-weight: 400;
      font-size: 12px;
      line-height: 24px;
      text-decoration: none; }
    footer.row .footer_box a {
      display: block;
      color: #728293;
      font-weight: 400;
      font-size: 12px;
      line-height: 24px;
      text-decoration: none; }
      footer.row .footer_box a:hover {
        text-decoration: underline; }
  footer.row .inner {
    max-width: 1240px;
    padding: 0 20px; }
  footer.row .inner.footer-column {
    max-width: 1240px;
    padding: 0 20px; }
    footer.row .inner.footer-column table {
      border-collapse: collapse; }
  footer.row .row.footer-column-3 {
    display: inline-block;
    width: 100%;
    padding: 0; }
    footer.row .row.footer-column-3 .column {
      width: 33.3333333333%; }
    footer.row .row.footer-column-3 .column:first-child {
      width: 37%; }
    footer.row .row.footer-column-3 .column {
      width: 36.3333333333%; }
    footer.row .row.footer-column-3 .column:last-child {
      width: 26.6666666667%; }
    footer.row .row.footer-column-3 .column:first-child {
      width: 37%; }
    footer.row .row.footer-column-3 .column:last-child {
      width: 26.6666666667%; }
    footer.row .row.footer-column-3 .column:nth-child(2) {
      padding: 0 66px 0 20px; }
    footer.row .row.footer-column-3 .column:nth-child(3) {
      padding: 0 0px 11px 0px; }
    footer.row .row.footer-column-3 strong {
      color: #fff;
      font-size: 13px;
      line-height: 22px; }
    @media (max-width: 1060px) {
      footer.row .row.footer-column-3 .column:nth-child(1) {
        width: 33.33%; }
      footer.row .row.footer-column-3 .column:nth-child(2) {
        width: 33.33%;
        padding: 0 30px; }
      footer.row .row.footer-column-3 .column:nth-child(3) {
        width: 33.34%; } }
    @media (max-width: 990px) {
      footer.row .row.footer-column-3 .column:nth-child(1) {
        width: 25%; }
      footer.row .row.footer-column-3 .column:nth-child(2) {
        width: 35%;
        padding: 0 30px; }
      footer.row .row.footer-column-3 .column:nth-child(3) {
        width: 40%; } }
    @media (max-width: 750px) {
      footer.row .row.footer-column-3 .column:nth-child(1) {
        width: 50%; }
      footer.row .row.footer-column-3 .column:nth-child(2) {
        width: 50%;
        padding: 0px; }
      footer.row .row.footer-column-3 .column:nth-child(3) {
        width: 50%;
        clear: both; } }
    @media (max-width: 550px) {
      footer.row .row.footer-column-3 .column:nth-child(1) {
        width: 100%; }
      footer.row .row.footer-column-3 .column:nth-child(2) {
        width: 100%;
        padding: 0px; }
      footer.row .row.footer-column-3 .column:nth-child(3) {
        width: 100%;
        clear: both; } }
  footer.row .footer-column-title {
    font-size: 15px;
    color: #d4af37;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 400; }
  footer.row .column-count-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 34px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 34px;
    /* Firefox */
    column-gap: 34px; }
    @media (max-width: 990px) {
      footer.row .column-count-2 {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0px;
        /* Firefox */
        column-gap: 0px; } }
    footer.row .column-count-2 a {
      color: #8b9fa6;
      font-weight: 400;
      font-size: 13px;
      position: relative;
      text-decoration: none;
      display: block;
      margin-bottom: 12px; }
      @media (max-width: 990px) {
        footer.row .column-count-2 a {
          display: block; } }
      footer.row .column-count-2 a:hover {
        text-decoration: underline; }
      footer.row .column-count-2 a:before {
        content: "\f054";
        font-family: FontAwesome;
        position: relative;
        top: 0px;
        left: 0px;
        font-size: 10px;
        color: #8b9fa6;
        margin-right: 8px;
        display: inline-block; }
  footer.row .newsletter-form input {
    width: 100%;
    display: block;
    height: 46px;
    border: none;
    border-bottom: 1px solid #d4af37;
    background-color: transparent;
    color: #8b9fa6;
    margin-bottom: 21px;
    position: relative; }
    footer.row .newsletter-form input:focus {
      border-bottom: 1px solid #fff; }
  footer.row table {
    color: #8b9fa6; }
    footer.row table tr th, footer.row table tr td {
      font-size: 13px;
      font-weight: 400;
      text-align: left;
      padding: 7px 0px; }
      footer.row table tr th a, footer.row table tr td a {
        color: #d4af37;
        text-decoration: underline; }
        footer.row table tr th a:hover, footer.row table tr td a:hover {
          text-decoration: none; }
    footer.row table tr th {
      min-width: 110px; }

.row.copy-row {
  border-top: 1px solid #163859;
  padding: 8px 20px 19px; }

#copy {
  width: 100%;
  display: inline-block; }
  #copy p {
    display: inline-block;
    color: #8c9ea7;
    line-height: 27px;
    float: right;
    font-size: 13px;
    margin: 13px 0 0px 0; }
    #copy p img {
      height: 27px; }
    #copy p:first-child {
      float: left; }
    @media (max-width: 1140px) {
      #copy p {
        text-align: center;
        width: 100%;
        float: none;
        display: block; } }
    #copy p * {
      vertical-align: middle;
      line-height: 27px; }
  #copy a {
    display: inline-block;
    color: #8c9ea7;
    font-size: 13px; }
    #copy a:hover {
      text-decoration: none; }
    #copy a span {
      position: relative;
      top: -2px; }
    #copy a img {
      margin-right: 12px; }

.responziv-switcher {
  text-align: center;
  display: none;
  padding: 10px;
  border-top: 1px solid #163859; }
  @media (max-width: 980px) {
    .responziv-switcher {
      display: block; } }

.chat {
  background-image: linear-gradient(80deg, #69b306, #a1bd21);
  color: white;
  width: 104px;
  height: 55px;
  position: fixed;
  bottom: 29px;
  left: 16px;
  border-radius: 32px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
  cursor: pointer;
  z-index: 999; }
  .chat:hover {
    background-image: linear-gradient(80deg, #5ea105, #90aa1d); }
    .chat:hover .chat-wrapper-icon {
      background-image: linear-gradient(80deg, #5ea105, #90aa1d); }
  .chat-wrapper {
    display: flex; }
    .chat-wrapper-icon {
      background-image: linear-gradient(80deg, #69b306, #a1bd21);
      width: 52px;
      height: 52px;
      border-radius: 50%;
      margin: 2px 0 0 3px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .chat-wrapper-icon svg {
        width: 26px;
        height: 25px; }
        .chat-wrapper-icon svg path {
          fill: #fff; }
    .chat-wrapper-text {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      padding-left: 4px; }

.footer-text p {
  text-align: left;
  font-size: 11px;
  color: #728293; }

@media (max-width: 700px) {
  footer .inline_boxs .col-md-6 {
    width: 100%; } }

.shoproku-footer img {
  transform: rotate(-90deg) scale(0.8);
  transform-origin: 27% 50%;
  transition: all 0.2s ease-in-out;
  margin-top: 0.5rem; }

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block; }

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

.column {
  float: left;
  display: inline-block; }

.simpleTooltip {
  float: right;
  position: relative; }
  .simpleTooltip-icon {
    margin: 10px;
    color: #143f68;
    background: #dedede;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px; }
    @media (max-width: 870px) {
      .simpleTooltip-icon {
        margin-top: 40px; } }
    @media (max-width: 440px) {
      .simpleTooltip-icon {
        margin-top: 10px; } }
  .simpleTooltip-content {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform-origin: bottom center;
    transform: translateX(-50%) scale(0);
    width: 250px;
    font-size: 12px;
    line-height: 1.3;
    background: rgba(0, 0, 0, 0.86);
    color: #fff;
    padding: 18px;
    text-align: center;
    border-radius: 5px;
    z-index: 5;
    transition: all .25s ease-in-out;
    opacity: 0; }
    @media (max-width: 440px) {
      .simpleTooltip-content {
        transform-origin: bottom right;
        transform: scale(0);
        left: auto;
        right: 0; } }
    .simpleTooltip-content a {
      word-break: break-all; }
    .simpleTooltip:hover .simpleTooltip-content {
      transform: translateX(-50%) scale(1);
      opacity: 1; }
      @media (max-width: 440px) {
        .simpleTooltip:hover .simpleTooltip-content {
          transform: scale(1); } }

.left-frame {
  width: 270px;
  float: left;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 25px; }
  @media (max-width: 890px) {
    .left-frame {
      width: 100%;
      padding: 0 20px; } }

.ajax-load-next-recenze {
  text-align: center;
  padding: 16px 0; }
  .ajax-load-next-recenze .btn_type_1 {
    height: 60px;
    min-width: 251px; }

.content-frame {
  width: calc(100% - 295px);
  float: left;
  display: inline-block; }
  @media (max-width: 890px) {
    .content-frame {
      width: 100%;
      padding: 0 20px; } }

.zig-zag-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 10px; }
  .zig-zag-grid .zig-box {
    display: flex;
    flex-wrap: wrap;
    width: 49%;
    background: #eff0f5;
    margin: 1px 0.1%; }
    .zig-zag-grid .zig-box .thumb {
      width: 43%;
      background: #e9ebf1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 4%; }
      @media (max-width: 580px) {
        .zig-zag-grid .zig-box .thumb {
          width: 100%; } }
      .zig-zag-grid .zig-box .thumb img {
        max-width: 100%;
        max-height: 100%; }
    .zig-zag-grid .zig-box:nth-child(4n) .thumb, .zig-zag-grid .zig-box:nth-child(4n-1) .thumb {
      order: 2; }
      @media (max-width: 950px) {
        .zig-zag-grid .zig-box:nth-child(4n) .thumb, .zig-zag-grid .zig-box:nth-child(4n-1) .thumb {
          order: 0; } }
    @media (max-width: 950px) {
      .zig-zag-grid .zig-box {
        width: 99%; } }
    @media (max-width: 950px) {
      .zig-zag-grid .zig-box:nth-child(2n) .thumb {
        order: 2; } }
    @media (max-width: 580px) {
      .zig-zag-grid .zig-box:nth-child(2n) .thumb {
        order: 0; } }
    .zig-zag-grid .zig-box .content {
      width: 57%;
      padding: 19px 4%; }
      @media (max-width: 580px) {
        .zig-zag-grid .zig-box .content {
          width: 100%; } }
    .zig-zag-grid .zig-box .title {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 19px;
      margin: 7px 0 15px;
      padding: 0 0 7px;
      color: #2b6daa;
      border-bottom: 1px solid white; }
    .zig-zag-grid .zig-box p {
      font-size: 13px;
      line-height: 1.5; }

.scrollup {
  position: fixed;
  right: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: rgba(136, 136, 136, 0.63);
  display: inline-block;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  cursor: pointer; }
  .scrollup i {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    vertical-align: middle; }

.content-wrapper {
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 5; }

.content-body {
  background-color: #fff;
  position: relative;
  padding: 20px; }
  .content-body p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 18px; }
  .content-body header {
    margin-bottom: 30px; }
    .content-body header h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 32px; }

.table-responsive {
  min-height: .01%; }
  @media (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
      border: 1px solid #ddd; } }

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

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

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

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

.clear::after,
.clearing::after,
.clearfix::after {
  display: block;
  content: '';
  clear: both; }

.hidden {
  display: none !important; }

.center {
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
  display: block;
  margin: 0 auto; }

.frame-header .center {
  padding: 0 0 0 0px;
  max-width: 1200px; }
  @media (max-width: 380px) {
    .frame-header .center {
      padding: 0; } }

.main-banner .center {
  padding: 0px;
  max-width: 1200px;
  position: relative; }

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

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

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

.vertical-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%; }
  .vertical-middle .vertical-content {
    height: auto;
    width: 100%; }

.hp-grey-panel {
  background-color: #eff0f5;
  padding-bottom: 1px; }

.white_bg {
  background: #fff; }

.cut-text {
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 35px;
  width: 100%; }
  .cut-text.lines-4 {
    -webkit-line-clamp: 4; }
  .cut-text.lines-3 {
    -webkit-line-clamp: 3;
    margin-bottom: 25px; }
    @media (max-width: 420px) {
      .cut-text.lines-3 {
        -webkit-line-clamp: 2; } }

.btn_type_1 {
  min-width: 220px;
  border: 2px solid #fd9b00;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: bold;
  color: #fd9b00;
  text-align: center;
  padding: 0 16px;
  display: inline-block;
  text-transform: uppercase;
  transition: .3s; }
  .btn_type_1:hover {
    background-color: #fd9b00;
    color: #fff; }

.btn_type_2, .btn {
  border: 2px solid #fd9b00;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  background-color: #fd9b00;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 16px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  transition: .3s; }
  .btn_type_2.small, .btn.small {
    height: 36px;
    line-height: 36px; }
  .btn_type_2.big, .btn.big {
    padding: 0 50px; }
  .btn_type_2:hover, .btn:hover {
    background-color: #ffaf31;
    border-color: #ffaf31; }
  .btn_type_2.invalid, .btn.invalid {
    background: #689ccc;
    border-color: #689ccc;
    color: #b6d6f3; }
    .btn_type_2.invalid:hover, .btn.invalid:hover {
      background: #689ccc;
      border-color: #689ccc;
      color: #b6d6f3; }

.btn.less-more {
  height: 47px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 18px;
  border: 2px solid #fd9b00;
  background: transparent;
  color: #fd9b00; }
  @media (max-width: 430px) {
    .btn.less-more {
      padding: 0 13px;
      font-size: 11px;
      width: 100%; } }
  .btn.less-more:hover {
    color: #fff;
    background: #fd9b00; }
  .btn.less-more + .config-option-items-sub-group {
    margin-top: 29px; }
  .btn.less-more i {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 6px; }

.float-right {
  float: right; }

.recenze-intro {
  text-align: center;
  padding: 29px 0 32px;
  border-top: 1px dotted #dcdcdc;
  margin-top: 20px;
  background: #f9f9f9;
  border-radius: 3px; }
  .recenze-intro.detail {
    padding: 35px 0 16px;
    margin-top: -14px; }
  .recenze-intro .title-intro {
    padding: 0 0 10px;
    color: #2b6daa;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px; }
  .recenze-intro .perex {
    margin: 0 auto;
    max-width: 720px;
    font-size: 13px; }

.flexbox {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between; }
  .flexbox .zakaznik {
    background: #fff;
    padding: 16px;
    margin-bottom: 20px;
    flex: 0 calc(33.3% - 10px);
    border: 1px solid #f1f1f1; }
    @media (max-width: 1190px) {
      .flexbox .zakaznik {
        flex: 0 49%; } }
    @media (max-width: 850px) {
      .flexbox .zakaznik {
        flex: 0 100%; } }
    .flexbox .zakaznik .shorty {
      margin: 0;
      padding: 0 0 6px 8px;
      list-style: none; }
      .flexbox .zakaznik .shorty li {
        display: block;
        width: 100%;
        cursor: default;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 7px;
        text-align: left;
        font-weight: 400;
        position: relative;
        padding-left: 19px;
        color: #143f68; }
        .flexbox .zakaznik .shorty li:before {
          background: transparent;
          color: #00a8d2;
          content: "\f067";
          font-family: FontAwesome;
          width: auto;
          height: auto;
          top: 2px;
          position: absolute;
          left: 0;
          font-size: 12px; }
    .flexbox .zakaznik .zakaznik_inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 14px;
      padding-bottom: 8px;
      border-bottom: 1px solid #f1f1f1; }
      .flexbox .zakaznik .zakaznik_inline .z {
        flex: 1; }
        .flexbox .zakaznik .zakaznik_inline .z img {
          max-width: 55px; }
        .flexbox .zakaznik .zakaznik_inline .z:first-child {
          flex: 0 55px;
          margin-right: 10px; }
          @media (max-width: 550px) {
            .flexbox .zakaznik .zakaznik_inline .z:first-child {
              flex: 0 56px; }
              .flexbox .zakaznik .zakaznik_inline .z:first-child img {
                max-width: 100%; } }
    .flexbox .zakaznik h2 {
      margin-bottom: 12px;
      padding: 0;
      font-size: 18px;
      display: inline-block; }
      @media (max-width: 550px) {
        .flexbox .zakaznik h2 {
          font-size: 16px;
          margin-bottom: 8px; } }
    .flexbox .zakaznik .datum_zakaznik {
      font-size: 13px;
      margin-bottom: 12px;
      line-height: 20px;
      vertical-align: middle;
      float: right;
      color: #143f68;
      padding-top: 10px; }
      @media (max-width: 550px) {
        .flexbox .zakaznik .datum_zakaznik {
          float: none;
          margin-bottom: 8px;
          padding-top: 0; } }
      .flexbox .zakaznik .datum_zakaznik:before {
        display: inline-block;
        font-family: FontAwesome;
        content: "\f073";
        margin-right: 6px;
        font-size: 16px; }
    .flexbox .zakaznik .summary_zakaznik {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 12px;
      font-weight: 300;
      text-align: justify; }

.popupBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.popup {
  position: fixed;
  cursor: default;
  padding: 0;
  z-index: 9999999999999999999999999999999999999;
  max-width: 100%;
  overflow: hidden;
  display: block;
  /*
  background: white;
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4); 
*/ }
  @media (max-width: 767px) {
    .popup {
      display: none; } }
  .popup .popup-image {
    position: relative;
    z-index: 9999; }
  .popup .texts {
    position: absolute;
    top: 55px;
    left: 110px;
    z-index: 9999; }

p {
  margin-bottom: 12px; }

.nadpis {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center; }

.cross {
  position: absolute;
  top: 9px;
  right: 10px; }
  .cross * {
    color: #000; }

.popup.pos1 {
  top: 0;
  left: 0; }

.popup.pos2 {
  top: 0;
  left: 50%; }

.popup.pos3 {
  top: 0;
  right: 0; }

.popup.pos4 {
  top: 50%;
  left: 0; }

.popup.pos5 {
  top: 50%;
  left: 50%; }

.popup.pos6 {
  top: 50%;
  right: 0; }

.popup.pos7 {
  bottom: 0;
  left: 0; }

.popup.pos8 {
  bottom: 0;
  left: 50%; }

.popup.pos9 {
  bottom: 0;
  right: 0; }

.popup .nadpis {
  margin: 12px 10px 11px 10px;
  font-weight: bold; }

.popup p {
  margin: 2px 10px 6px 10px;
  padding: 0; }

.popup img {
  margin: 0;
  padding: 0;
  border: 0; }

.popup .cross {
  top: 10px;
  right: 143px;
  z-index: 99999;
  position: absolute;
  text-align: center;
  padding: 0; }

.popup .cross a {
  color: #fff;
  width: 95px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  background-color: #f59a00; }

.popup .cross a:hover {
  color: #fff; }

.popup .cross .fa {
  color: #fff;
  margin-right: 4px; }

.subtitle_tutorial {
  margin-bottom: 12px; }

.similiar_tab .inline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: auto !important; }

.navod-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 00px auto;
  max-width: 1200px;
  width: 100%;
  padding-bottom: 00px; }
  .navod-box .navod-box-image-holder {
    margin-right: 25px;
    flex: 0 calc(30% - 25px); }
    @media (max-width: 680px) {
      .navod-box .navod-box-image-holder {
        flex: 0 calc(40% - 25px); } }
    @media (max-width: 520px) {
      .navod-box .navod-box-image-holder {
        flex: 0 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 14px; } }
    .navod-box .navod-box-image-holder img {
      width: 100%;
      height: auto; }
  .navod-box .navod-box-text-holder {
    text-align: justify;
    flex: 0 70%; }
    @media (max-width: 680px) {
      .navod-box .navod-box-text-holder {
        flex: 0 60%; } }
    @media (max-width: 520px) {
      .navod-box .navod-box-text-holder {
        flex: 0 100%; } }
    .navod-box .navod-box-text-holder h2 {
      margin-bottom: 17px;
      text-align: left; }
    .navod-box .navod-box-text-holder .summary {
      font-size: 14px;
      line-height: 20px;
      max-height: 80px;
      overflow: hidden;
      margin-bottom: 30px;
      display: block; }

.poradna_wrapper {
  margin-top: 60px; }

.responsive_table {
  max-width: 100%;
  overflow: auto;
  display: block; }

.text div img {
  display: inline-block; }

.text .inline_content {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: flex-start; }
  .text .inline_content div:last-child {
    flex: 1;
    order: -1;
    padding-left: 0px;
    padding-right: 20px; }
  .text .inline_content div:first-child {
    flex: 0 260px; }
  .text .inline_content img {
    max-width: 260px;
    display: block; }
  .text .inline_content:nth-of-type(odd) div:last-child {
    order: 2;
    padding-left: 20px;
    padding-right: 0; }
  @media (max-width: 620px) {
    .text .inline_content div:last-child {
      flex: 0 100%;
      order: 5;
      padding-left: 0px;
      padding-right: 0px; }
    .text .inline_content div:first-child {
      flex: 0 100%; }
    .text .inline_content:nth-of-type(odd) div:last-child {
      order: 1;
      padding-left: 0;
      padding-right: 0; }
    .text .inline_content img {
      max-width: 100%;
      display: block;
      margin: 0 auto 20px auto; } }

.wt-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.before_column {
  margin-bottom: 45px !important; }

#poradna_hledani form {
  margin: 25px 0; }

#poradna_hledani button {
  background: #2b6daa;
  color: white;
  border: none;
  font-size: 17px;
  font-weight: 500;
  padding: 0 20px; }
  #poradna_hledani button:hover {
    background: #163959; }

#poradna_hledani input {
  width: 100%;
  max-width: 550px;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #ddd;
  height: 55px;
  font-size: 15px; }
  @media (max-width: 690px) {
    #poradna_hledani input {
      max-width: calc(100% - 95px); } }

.navod-container {
  overflow: hidden; }

body.locale_sk .column-main:first-child .btn_type_2 span {
  display: none; }

body.locale_sk .column-main:first-child .btn_type_2:before {
  content: "Přečíst"; }

body.locale_sk .column-main:first-child .btn_type_2 span {
  display: none; }

body.locale_sk .column-main:first-child .btn_type_2:before {
  content: "Prečítať"; }

.column_holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .column_holder .column-main {
    width: calc(100% - 320px);
    padding-bottom: 30px;
    margin-bottom: 45px;
    position: relative; }
    .column_holder .column-main:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: calc(100vw - 50px);
      max-width: 1200px;
      height: 1px;
      background: #e4e5ea; }
    @media (max-width: 750px) {
      .column_holder .column-main {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0; }
        .column_holder .column-main:after {
          height: 0; } }
  .column_holder.holder-2 .column-main {
    width: 100%;
    margin-bottom: 30px; }
    .column_holder.holder-2 .column-main .navod-box .navod-box-text-holder {
      width: 100%;
      flex: none; }
  .column_holder .column-aside {
    width: 320px;
    padding-left: 50px; }
    @media (max-width: 750px) {
      .column_holder .column-aside {
        width: 100%;
        padding-left: 0;
        column-count: 2;
        column-gap: 40px;
        margin-bottom: 45px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e4e5ea; } }
    @media (max-width: 480px) {
      .column_holder .column-aside {
        width: 100%;
        padding-left: 0;
        column-count: 1;
        column-gap: 0px;
        text-align: center; } }
    .column_holder .column-aside .aside_title {
      color: #444;
      display: block;
      font-size: 18px;
      text-decoration: none;
      margin-bottom: 17px;
      font-style: italic; }
      .column_holder .column-aside .aside_title:nth-child(3n+3) {
        margin-bottom: 35px; }
      .column_holder .column-aside .aside_title:hover {
        text-decoration: underline; }

.button_nova_otazka {
  min-width: 220px;
  border: 2px solid #fd9b00;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: bold;
  color: #fd9b00;
  text-align: center;
  padding: 0 16px;
  display: block;
  text-transform: uppercase;
  transition: .3s;
  max-width: 240px;
  margin: 25px auto 45px auto; }
  .button_nova_otazka:hover {
    background-color: #fd9b00;
    color: #fff; }

.question_box {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border: 1px solid #e4e5ea;
  align-items: flex-end;
  justify-content: space-between; }
  .question_box.fromAdmin {
    border-color: #fd9b00; }
  .question_box .question_title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 9px; }
  .question_box p {
    margin-bottom: 0; }
  .question_box .question_person {
    font-size: 13px;
    color: #707c8a; }
  .question_box .odpovedet {
    border: 2px solid #fd9b00;
    height: 34px;
    line-height: 30px;
    text-decoration: none;
    background-color: #fd9b00;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 16px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    transition: .3s; }
    .question_box .odpovedet:hover {
      background-color: #ffaf31;
      border-color: #ffaf31; }

.question_item:nth-child(1) {
  width: calc(100% - 150px); }
  @media (max-width: 480px) {
    .question_item:nth-child(1) {
      width: 100%;
      margin-bottom: 15px; } }

.question_item:nth-child(2) {
  padding-left: 25px; }
  @media (max-width: 480px) {
    .question_item:nth-child(2) {
      width: 100%;
      padding-left: 0px;
      display: flex;
      justify-content: flex-end; } }

.questions_and_answers {
  list-style-type: none;
  padding-left: 0; }
  .questions_and_answers + .questions_and_answers {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e4e5ea; }
  .questions_and_answers ul {
    padding-left: 30px; }
    @media (max-width: 480px) {
      .questions_and_answers ul {
        padding-left: 0; } }
    .questions_and_answers ul li {
      margin-top: 15px; }
    .questions_and_answers ul .question_title {
      font-size: 15px;
      font-weight: 400;
      margin-left: auto; }

.videos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .videos-wrapper .videoHTML, .videos-wrapper .videoYT {
    width: 50%; }
    @media (max-width: 780px) {
      .videos-wrapper .videoHTML, .videos-wrapper .videoYT {
        width: 100%;
        padding: 0; } }

.videoHTML {
  max-width: 680px;
  width: 100%;
  padding: 0 20px; }
  .videoHTML video {
    width: 100%;
    margin-bottom: 30px; }

.videoYT {
  max-width: 680px;
  width: 100%;
  padding: 0 20px; }
  .videoYT .youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer; }
    .videoYT .youtube:hover img {
      opacity: 0.5; }
    .videoYT .youtube:hover .play-button svg path.youtube-button {
      fill: #dd2c28; }
    .videoYT .youtube img {
      width: 100%;
      top: -16.82%;
      left: 0;
      opacity: 0.7;
      transition: 0.5s; }
    .videoYT .youtube .play-button {
      z-index: 90; }
      .videoYT .youtube .play-button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .videoYT .youtube .play-button svg path.youtube-button {
          transition: 0.5s;
          fill: rgba(0, 0, 0, 0.6); }
    .videoYT .youtube img, .videoYT .youtube .play-button {
      cursor: pointer; }
    .videoYT .youtube img, .videoYT .youtube iframe, .videoYT .youtube .play-button, .videoYT .youtube .play-button:before {
      position: absolute; }
    .videoYT .youtube .play-button, .videoYT .youtube .play-button:before {
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
    .videoYT .youtube iframe {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }

#load-chat-wrap {
  padding: 50px 0 0 50px;
  position: fixed;
  bottom: 0;
  right: 3px; }
  @media (max-width: 560px) {
    #load-chat-wrap {
      display: none; } }

#load-chat-image {
  height: 40px;
  width: 255px;
  background: #d9d9d9 url("/assets/images/chat.jpg") no-repeat;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-bottom-width: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 0px 5px #000; }
  #load-chat-image:hover {
    cursor: pointer; }
  #load-chat-image a {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #0557a0;
    font-weight: 400;
    float: right;
    margin-top: 9px;
    margin-right: 6px; }

.alert {
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid transparent; }
  .alert p:last-child {
    margin: 0; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success a {
    color: #224323;
    font-weight: bold; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info a {
    color: #1d4356;
    font-weight: bold; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger a {
    color: #722e2d;
    font-weight: bold; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning a {
    color: #544324;
    font-weight: bold; }

.inner .alert:last-child {
  margin-bottom: 0; }

.dev-notification {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: #f00;
  z-index: 1000; }
  .dev-notification .fa-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
    .dev-notification .fa-close:hover {
      color: #cc0000; }

h1, .h1, h1 a, .h1 a {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #00162e;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 520px) {
    h1, .h1, h1 a, .h1 a {
      font-size: 22px; } }

.location_index section header {
  margin-bottom: 25px !important; }
  .location_index section header h1 {
    font-size: 18px; }

section header {
  margin-bottom: 55px;
  width: 100%; }
  @media (max-width: 520px) {
    section header {
      margin-bottom: 25px; } }
  section header h1, section header .h1 {
    margin-bottom: 7px; }
  section header p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #00162e; }
    @media (max-width: 520px) {
      section header p {
        font-size: 12px; } }

section .category-row header {
  margin-bottom: 0; }

section .category-content h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase; }

.location_page_getDetail h1,
.location_pobocky_getDetail h1,
.location_pobocky_getList h1 {
  text-align: left; }

.location_page_getDetail h2,
.location_pobocky_getDetail h2,
.location_pobocky_getList h2 {
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 20px; }

.location_page_getDetail h3,
.location_pobocky_getDetail h3,
.location_pobocky_getList h3 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 20px; }

.location_page_getDetail h4,
.location_pobocky_getDetail h4,
.location_pobocky_getList h4 {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 20px; }

.location_page_getDetail a,
.location_pobocky_getDetail a,
.location_pobocky_getList a {
  color: #fd9b00;
  font-weight: bold; }
  .location_page_getDetail a:hover,
  .location_pobocky_getDetail a:hover,
  .location_pobocky_getList a:hover {
    text-decoration: none; }

.location_page_getDetail .btn_type_2,
.location_pobocky_getDetail .btn_type_2,
.location_pobocky_getList .btn_type_2 {
  color: #fff; }

.location_page_getDetail .text iframe,
.location_pobocky_getDetail .text iframe,
.location_pobocky_getList .text iframe {
  max-width: 100%;
  display: block; }

.location_page_getDetail .text table,
.location_pobocky_getDetail .text table,
.location_pobocky_getList .text table {
  text-align: left;
  margin-bottom: 20px; }
  .location_page_getDetail .text table tr th,
  .location_pobocky_getDetail .text table tr th,
  .location_pobocky_getList .text table tr th {
    text-transform: uppercase; }
  .location_page_getDetail .text table tr th, .location_page_getDetail .text table tr td,
  .location_pobocky_getDetail .text table tr th,
  .location_pobocky_getDetail .text table tr td,
  .location_pobocky_getList .text table tr th,
  .location_pobocky_getList .text table tr td {
    padding: 15px; }
  .location_page_getDetail .text table tr:nth-child(odd) td,
  .location_pobocky_getDetail .text table tr:nth-child(odd) td,
  .location_pobocky_getList .text table tr:nth-child(odd) td {
    background-color: #eff0f5; }

.location_page_getDetail .thumbnails,
.location_pobocky_getDetail .thumbnails,
.location_pobocky_getList .thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px; }
  .location_page_getDetail .thumbnails .thumbnail,
  .location_pobocky_getDetail .thumbnails .thumbnail,
  .location_pobocky_getList .thumbnails .thumbnail {
    float: left;
    margin: 5px;
    flex: 0 calc(25% - 10px); }
    .location_page_getDetail .thumbnails .thumbnail a,
    .location_pobocky_getDetail .thumbnails .thumbnail a,
    .location_pobocky_getList .thumbnails .thumbnail a {
      position: relative;
      overflow: hidden;
      display: block; }
      .location_page_getDetail .thumbnails .thumbnail a::after,
      .location_pobocky_getDetail .thumbnails .thumbnail a::after,
      .location_pobocky_getList .thumbnails .thumbnail a::after {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        background: rgba(0, 22, 46, 0.85);
        content: "\f002";
        color: #fff;
        font-size: 35px;
        font-family: FontAwesome;
        transition: .3s; }
      .location_page_getDetail .thumbnails .thumbnail a:hover::after,
      .location_pobocky_getDetail .thumbnails .thumbnail a:hover::after,
      .location_pobocky_getList .thumbnails .thumbnail a:hover::after {
        top: 0%; }
    .location_page_getDetail .thumbnails .thumbnail img,
    .location_pobocky_getDetail .thumbnails .thumbnail img,
    .location_pobocky_getList .thumbnails .thumbnail img {
      max-width: 100%;
      height: auto; }

.location_page_getDetail .content-body,
.location_pobocky_getDetail .content-body,
.location_pobocky_getList .content-body {
  padding: 45px 12px 20px 12px; }

@media (max-width: 980px) {
  .basic_box .thumbnail {
    margin-bottom: 10px; }
  .basic_box h3 {
    font-size: 17px;
    margin-bottom: 10px; } }

@media (max-width: 980px) and (min-width: 741px) {
  section .category-content h2 {
    font-size: 17px; }
  .inline_boxs .category-item .price_from {
    font-size: 14px; }
  .inline_boxs .category-item .category-hover .category-hover-name {
    font-size: 17px; }
  .inline_boxs .category-item .category-hover h3 a {
    font-size: 13px; }
  .inline_boxs .category-item .category-hover {
    padding: 20px 20px 0px 20px; }
  .inline_boxs .category-item .category-hover .price_from {
    font-size: 13px; } }

@media (max-width: 540px) and (min-width: 421px) {
  section .category-content h2 {
    font-size: 17px; }
  .inline_boxs .category-item .price_from {
    font-size: 14px; }
  .inline_boxs .category-item .category-hover .category-hover-name {
    font-size: 17px; }
  .inline_boxs .category-item .category-hover h3 a {
    font-size: 13px; }
  .inline_boxs .category-item .category-hover {
    padding: 20px 20px 0px 20px; }
  .inline_boxs .category-item .category-hover .price_from {
    font-size: 13px; } }

@media (max-width: 520px) {
  .main-banner .main-banner-container p {
    font-size: 17px;
    font-weight: 700;
    color: #00162e;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .main-banner .main-banner-container p strong {
    font-size: 20px; }
  .category-row {
    margin-bottom: 20px; }
  .inline_boxs .big_box.style_image_border .sub_header h3, .inline_boxs .big_box.style_image_border .sub_header h3 a {
    font-size: 17px; }
  .inline_boxs .big_box.style_image_border .sub_header p.date {
    font-size: 13px; }
  .cut-text {
    margin-bottom: 25px; }
  .news_panel {
    padding: 60px 0 0px 0; }
  .basic_box p {
    font-size: 13px; } }

a {
  color: #fd9b00;
  font-weight: bold; }
  a:hover {
    text-decoration: none; }

.pobocky-container .pobocky-mapa {
  height: 400px; }
  @media (max-width: 500px) {
    .pobocky-container .pobocky-mapa {
      height: 300px; } }

.map-window {
  width: 200px;
  padding: 18px 10px 5px;
  text-align: center; }
  .map-window .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px; }
  .map-window .content .link-detail {
    background: #fd9b00;
    color: #fff;
    text-decoration: none;
    padding: 7px 14px;
    display: inline-block;
    margin: 0 0 9px; }
  .map-window .content .link-map {
    color: #949494;
    font-weight: 400;
    font-size: 12px; }

.text iframe {
  max-width: 100%;
  display: block; }

.text .odkazDetail {
  display: inline-block;
  padding: 17px;
  border-radius: 8px;
  background-color: #eff0f5;
  margin: 10px; }

.text .store-item {
  flex: 1; }
  @media (max-width: 700px) {
    .text .store-item {
      flex: 0 100%; } }
  .text .store-item ul {
    list-style-type: none;
    padding: 0 20px; }
    .text .store-item ul li {
      line-height: 26px;
      font-size: 14px; }
      .text .store-item ul li .fa-map-marker {
        font-size: 26px;
        vertical-align: middle;
        color: #ff0000;
        margin-bottom: 12px; }
      .text .store-item ul li .day {
        display: inline-block;
        width: 80px;
        font-weight: 700; }

.text .map {
  width: 100%;
  height: 240px;
  border: none !important; }

.text .stejneboxy, .text .store-info {
  display: flex;
  flex-wrap: wrap; }
  .text .stejneboxy .main-box, .text .store-info .main-box {
    flex: 1; }
    @media (max-width: 505px) {
      .text .stejneboxy .main-box, .text .store-info .main-box {
        flex: 0 100%; }
        .text .stejneboxy .main-box:last-child, .text .store-info .main-box:last-child {
          order: -1;
          margin-bottom: 25px; } }

.text .store-info {
  justify-content: space-between; }
  .text .store-info p {
    padding: 0 20px; }
  .text .store-info .address {
    display: flex;
    flex-wrap: wrap;
    margin: 18px 0; }
    .text .store-info .address i {
      font-size: 23px;
      color: #fd9b00; }
    .text .store-info .address span {
      flex: 1;
      margin-left: 16px; }
  .text .store-info table {
    width: 100%;
    background: #0000000d;
    padding: 13px 0 5px;
    margin: 0 0 18px; }
    .text .store-info table tr th, .text .store-info table tr td {
      text-align: left;
      padding: 0 20px 10px;
      text-transform: none;
      font-size: 14px;
      background: transparent !important; }
    .text .store-info table tr th {
      width: 12em; }
    .text .store-info table tr td {
      white-space: nowrap; }
  .text .store-info ul {
    list-style-type: none;
    padding: 0 20px; }
    .text .store-info ul li {
      line-height: 26px;
      font-size: 14px; }
      .text .store-info ul li .fa-map-marker {
        font-size: 26px;
        vertical-align: middle;
        color: #ff0000;
        margin-bottom: 12px; }
      .text .store-info ul li .day {
        display: inline-block;
        width: 80px;
        font-weight: 700; }
  .text .store-info .store {
    margin: 0 0 20px;
    width: calc(50% - 10px);
    background-color: #eff0f5; }
    @media (max-width: 680px) {
      .text .store-info .store {
        flex: 0 100%;
        margin: 10px 0;
        width: 100%; } }
    .text .store-info .store .title {
      padding: 20px;
      background: rgba(43, 109, 170, 0.8); }
      .text .store-info .store .title a {
        color: #fff;
        text-decoration: underline; }
        .text .store-info .store .title a:hover {
          text-decoration: none; }

.text img {
  max-width: 100%;
  display: block;
  height: auto !important; }

.text ul {
  margin-bottom: 20px; }
  .text ul li {
    line-height: 26px;
    font-size: 14px; }

.text p {
  line-height: 26px;
  font-size: 14px; }

.text blockquote {
  background: #2b6daa;
  border: 1px solid #143f68;
  padding: 20px;
  width: 100%;
  margin: 0 0 25px 0; }
  .text blockquote p {
    font-weight: 400;
    margin-bottom: 0; }
  .text blockquote h2 {
    margin: 0 0 12px 0; }
  .text blockquote * {
    color: #fff; }

.text .pr-inline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center; }
  .text .pr-inline .dap {
    flex: 0 50%;
    padding: 15px 40px;
    margin-bottom: 20px; }
    @media (max-width: 745px) {
      .text .pr-inline .dap {
        flex: 0 100%; } }
    @media (max-width: 460px) {
      .text .pr-inline .dap {
        padding: 15px; } }
    .text .pr-inline .dap:first-child {
      border-right: 2px solid #d6d8d7; }
      @media (max-width: 745px) {
        .text .pr-inline .dap:first-child {
          border: none; } }
    .text .pr-inline .dap h2 {
      margin-top: 0;
      margin-bottom: 25px; }
    .text .pr-inline .dap i {
      font-size: 35px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      width: 80px;
      height: 80px;
      border-radius: 100%;
      background: #2b6daa;
      color: #fff;
      padding-left: 9px;
      margin: 20px auto; }

.mapa_klik {
  position: relative;
  display: inline-block;
  margin: 35px 0; }
  .mapa_klik .mesto {
    position: absolute; }
    .mapa_klik .mesto::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fd9b00;
      display: inline-block;
      position: absolute;
      bottom: -9px;
      left: 50%;
      transform: translateX(-50%); }
    .mapa_klik .mesto a {
      font-size: 13px;
      padding: 0 5px; }
      .mapa_klik .mesto a:hover {
        color: #fff;
        background: #fd9b00; }
    .mapa_klik .mesto.bratislava {
      top: 61%;
      left: 2%; }
      .mapa_klik .mesto.bratislava::after {
        left: 24%;
        transform: translateX(-50%); }
    .mapa_klik .mesto.nitra {
      top: 55%;
      left: 21%; }
    .mapa_klik .mesto.bystrica {
      top: 35%;
      left: 34%; }
    .mapa_klik .mesto.kosice {
      top: 34%;
      left: 71%; }

.icon_before {
  display: flex;
  align-items: flex-start; }
  .icon_before img {
    margin-right: 12px; }

@media (max-width: 380px) {
  .content-body header h1 {
    font-size: 22px; } }

.paginator {
  padding: 20px 0;
  text-align: center; }
  .paginator a {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    min-width: 28px;
    text-align: center;
    border: 1px solid transparent;
    margin: 0 5px;
    color: #000; }
    .paginator a:not(.acitve):not(.disabled):hover {
      background: #fd9b00;
      border-color: #fd9b00;
      color: #fff; }
  .paginator .active {
    border: 1px solid #fd9b00;
    text-decoration: none; }
  .paginator .disabled {
    color: #ccc;
    text-decoration: none;
    cursor: default; }

.BranchHero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .BranchHero-image {
    width: 47%;
    margin-right: 3%; }
    @media (max-width: 700px) {
      .BranchHero-image {
        width: 100%;
        margin: 0 0 30px; } }
    .BranchHero-image iframe {
      width: 100%;
      border: none;
      height: 100%;
      min-height: 350px; }
    .BranchHero-image img {
      max-width: 100%; }
  .BranchHero-content {
    flex: 1; }
    .BranchHero-content .alert {
      margin: 0; }
  .BranchHero-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 25px !important; }
    .BranchHero-address i {
      color: #fd9b00;
      font-size: 29px; }
    .BranchHero-address span {
      flex: 1;
      margin-left: 10px;
      font-size: 19px; }
  .BranchHero-opening {
    margin: 25px 0; }
    .BranchHero-opening:last-child {
      margin-bottom: 0; }
    .BranchHero-opening table {
      border-collapse: collapse;
      border-left: 10px solid #fd9b00;
      border-right: 9px solid #eaeaea;
      margin: 0 0 21px; }
      @media (max-width: 680px) {
        .BranchHero-opening table {
          width: 100%; } }
      .BranchHero-opening table tr th, .BranchHero-opening table tr td {
        text-align: left;
        padding: 11px 26px;
        border: 1px solid #eaeaea;
        font-size: 15px; }
      .BranchHero-opening table tr th {
        font-weight: 700; }
      .BranchHero-opening table tr td {
        white-space: nowrap; }
    .BranchHero-opening p {
      font-size: 15px;
      line-height: 1.5; }
    .BranchHero-opening ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .BranchHero-opening ul li {
        margin-bottom: 11px; }
        .BranchHero-opening ul li .day {
          font-weight: 700;
          display: inline-block;
          min-width: 5.5em; }
  .BranchHero-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .BranchHero-contact i {
      font-size: 19px;
      width: 17px;
      text-align: center; }
    .BranchHero-contact a {
      flex: 1;
      margin-left: 15px; }

.BranchMap {
  margin-bottom: 40px; }
  .BranchMap iframe {
    border: none;
    width: 100%;
    height: 270px; }

.BranchGuide {
  margin: 0 0 40px; }
  .BranchGuide-title {
    margin-bottom: 20px !important; }
  .BranchGuide-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px; }
    @media (max-width: 780px) {
      .BranchGuide-items {
        margin: 0; } }
  .BranchGuide-item {
    flex: 1;
    margin: 0 20px;
    display: flex; }
    @media (max-width: 780px) {
      .BranchGuide-item {
        flex: none;
        width: 100%;
        margin: 0 0 20px; }
        .BranchGuide-item:last-child {
          margin-bottom: 0; } }
    .BranchGuide-item i {
      font-size: 40px;
      margin-right: 20px;
      color: #2b6daa; }
      @media (max-width: 550px) {
        .BranchGuide-item i {
          font-size: 30px; } }
    .BranchGuide-item p {
      font-size: 16px;
      line-height: 1.6; }

.BranchProducts {
  margin-bottom: 40px; }
  .BranchProducts-title {
    margin-bottom: 20px !important; }
  .BranchProducts-list {
    display: flex;
    flex-wrap: wrap; }
    .BranchProducts-list a {
      padding: 19px;
      border-radius: 8px;
      background-color: #eff0f5;
      margin: 0 10px 10px 0;
      font-size: 14px; }
      @media (max-width: 550px) {
        .BranchProducts-list a {
          width: 100%;
          margin: 0 0 8px;
          padding: 12px 14px; } }

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 4px;
  position: relative; }
  input[type="checkbox"]:before,
  input[type="radio"]:before {
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 3px;
    color: #d4af37; }

input[type="checkbox"] {
  border: 1px solid #eaeaea; }
  input[type="checkbox"]:checked:before {
    content: "\f00c"; }

input[type="radio"]::before {
  content: "\f10c"; }

input[type="radio"]:checked:before {
  content: "\f192"; }

input[type="radio"][disabled]::before {
  color: #e8e8e8; }

button, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.disabled {
  opacity: .6; }

.checkbox-custom {
  display: inline-block;
  margin-left: 10px; }

.control-label {
  margin-left: 10px; }

.counter {
  display: inline-block;
  width: 160px;
  height: 46px;
  float: left;
  margin-top: 0px; }
  @media (max-width: 420px) {
    .counter {
      width: 100%; } }
  @media (max-width: 420px) {
    .counter {
      float: none;
      display: block;
      margin: 0px auto 20px auto; } }
  .counter .js-counter {
    width: 115px;
    height: 46px;
    display: inline-block;
    float: left;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden; }
    .counter .js-counter .less, .counter .js-counter .more {
      width: 30px;
      height: 46px;
      line-height: 46px;
      vertical-align: middle;
      text-align: center;
      display: inline-block;
      float: left;
      cursor: pointer; }
      .counter .js-counter .less:hover i, .counter .js-counter .more:hover i {
        color: #fd9b00; }
      .counter .js-counter .less i, .counter .js-counter .more i {
        font-size: 14px;
        color: #231f20; }
    .counter .js-counter .less {
      border-right: 1px solid #d9d9d9; }
    .counter .js-counter .more {
      border-left: 1px solid #d9d9d9; }
    .counter .js-counter input {
      height: 46px;
      width: calc(100% - 60px);
      float: left;
      display: inline-block;
      border: none;
      padding: 0 6px;
      text-align: right;
      font-size: 18px; }
  .counter .unit {
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
    padding-left: 6px;
    font-size: 13px;
    display: inline-block;
    float: left; }
    @media (max-width: 370px) {
      .counter .unit {
        position: absolute; } }

.questions-form, .friend-form {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }
  .questions-form .col-md-12 .label input, .friend-form .col-md-12 .label input {
    width: 100%; }
  .questions-form .label.col-md-6, .friend-form .label.col-md-6 {
    margin-left: 10px;
    width: calc(50% - 10px); }
    .questions-form .label.col-md-6:nth-child(2n + 1), .friend-form .label.col-md-6:nth-child(2n + 1) {
      margin-right: 10px;
      margin-left: 0; }
      @media (max-width: 620px) {
        .questions-form .label.col-md-6:nth-child(2n + 1), .friend-form .label.col-md-6:nth-child(2n + 1) {
          margin-right: 0; } }
    @media (max-width: 620px) {
      .questions-form .label.col-md-6, .friend-form .label.col-md-6 {
        width: 100%;
        margin-left: 0; } }
  .questions-form form, .friend-form form {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .questions-form, .friend-form {
      width: 100%; } }

/*
.fs-1, .fs-2, .fs-3 {

	.col-md-6 {
		padding-left: 10px;

		.field-label {
			left: 22px;

			&.is-length {
				top: -16px;
				left: 10px;
			}
		}

		&:nth-child(2n + 1) {
			padding-right: 10px;
			padding-left: 0px;

			.field-label {
				left: 12px;

				&.is-length {
					top: -16px;
					left: 0;
				}
			}
		}

		@media(max-width: 665px) {
			padding-left: 0px;
			width: 100%;

			.field-label {
				left: 12px;

				&.is-length {
					top: -16px;
					left: 0px;
				}
			}

			&:nth-child(2n + 1) {
				padding-right: 0px;
				padding-left: 0px;

				.field-label {
					left: 12px;

					&.is-length {
						top: -16px;
						left: 0;
					}
				}
			}
		}
	}
}
*/
.error-msg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  float: right;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  vertical-align: middle; }
  .error-msg i {
    font-size: 18px;
    color: #e50000;
    vertical-align: middle; }
  .error-msg .error-info {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    line-height: 15px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 240px;
    border-radius: 4px;
    padding: 8px;
    z-index: 95;
    display: none; }
    .error-msg .error-info:after {
      content: "";
      transform: rotate(45deg);
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
      bottom: -6px;
      right: 14px; }
    .error-msg .error-info:before {
      content: "";
      width: 45px;
      height: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: block;
      bottom: 0;
      right: 0;
      border-radius: 10px; }
  .error-msg:hover .error-info {
    display: block; }

.has-info .error-msg {
  right: 40px; }

.info-msg {
  width: 40px;
  float: right;
  display: inline-block;
  position: relative;
  text-align: left;
  height: 46px;
  line-height: 43px;
  vertical-align: middle;
  z-index: 9;
  padding-left: 6px; }
  @media (max-width: 620px) {
    .info-msg {
      text-align: center; } }
  .info-msg i {
    width: 24px;
    height: 24px;
    border-radius: 46px;
    background: #41aee4;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    text-align: center; }
  .info-msg .info-info {
    position: absolute;
    right: 10px;
    bottom: calc(100% + 12px);
    line-height: 15px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 240px;
    border-radius: 4px;
    padding: 8px;
    z-index: 95;
    display: none; }
    @media (max-width: 620px) {
      .info-msg .info-info {
        right: 6px; } }
    .info-msg .info-info:after {
      content: "";
      transform: rotate(45deg);
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
      bottom: -6px;
      right: 5px; }
    .info-msg .info-info:before {
      content: "";
      width: 45px;
      height: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: block;
      bottom: 0;
      right: 0;
      border-radius: 10px; }
  .info-msg:hover .info-info {
    display: block; }

.js-webUserAddress-parent .ui-selectmenu-button.ui-button, .js-webUserAddress-selector .ui-selectmenu-button.ui-button {
  width: 100%;
  height: 46px; }

.action_myPassword .col-md-12 {
  margin-bottom: 30px; }

form .col-2-btn {
  width: auto;
  float: right;
  margin-left: 20px; }
  form .col-2-btn .btn {
    width: auto; }
    form .col-2-btn .btn a, form .col-2-btn .btn button {
      padding: 0 20px; }
  form .col-2-btn #buttonDelete {
    background-color: #e60002; }
    form .col-2-btn #buttonDelete:hover {
      background-color: #a70102; }

form fieldset {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  border: none; }
  form fieldset .label {
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 620px) {
      form fieldset .label {
        width: 100%; } }
    form fieldset .label .ui-selectmenu-button.ui-button {
      width: 100%;
      margin: 0; }
      form fieldset .label .ui-selectmenu-button.ui-button .ui-selectmenu-text {
        display: block;
        margin-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        padding: 0 7px;
        position: relative;
        top: -3px; }
    form fieldset .label .checkbox-label {
      display: inline-block;
      float: left;
      width: calc(100% - 18px);
      position: relative;
      top: 10px;
      padding-left: 10px; }
    form fieldset .label input[type="text"], form fieldset .label input[type="password"] {
      display: block;
      width: 100%;
      border: 1px solid #f0f0f0;
      border-radius: 0px;
      font-size: 14px;
      height: 46px;
      padding: 0 12px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="text"]:not([readonly]):focus, form fieldset .label input[type="password"]:not([readonly]):focus {
        border-color: #d7d6d6; }
      form fieldset .label input[type="text"][readonly], form fieldset .label input[type="password"][readonly] {
        background: #fafafa; }
    form fieldset .label input[type="checkbox"] {
      width: 18px;
      height: 18px;
      border-radius: 5px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      position: relative;
      float: left;
      top: 10px;
      left: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="checkbox"]:checked:before {
        content: "\f00c";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        font-size: 14px;
        top: 0;
        left: 0; }
    form fieldset .label input[type="radio"] {
      width: 18px;
      height: 18px;
      border-radius: 18px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      position: relative;
      top: 5px;
      left: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="radio"]:checked {
        border: 1px solid #231f20; }
        form fieldset .label input[type="radio"]:checked:before {
          content: "";
          width: 8px;
          height: 8px;
          border-radius: 14px;
          background-color: #231f20;
          font-family: FontAwesome;
          display: inline-block;
          position: absolute;
          font-size: 14px;
          top: 4px;
          left: 4px; }
    form fieldset .label textarea {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 130px;
      padding: 12px;
      max-height: 130px;
      border: 1px solid #f0f0f0;
      border-radius: 0px;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    form fieldset .label.has-info .checkbox-label {
      width: calc(100% - 78px); }
    form fieldset .label.has-info .ui-selectmenu-button.ui-button {
      width: calc(100% - 40px);
      margin: 0; }
    form fieldset .label.has-info input[type="text"], form fieldset .label.has-info input[type="password"] {
      display: block;
      width: calc(100% - 40px);
      border: 1px solid #f0f0f0;
      border-radius: 0px;
      font-size: 14px;
      height: 46px;
      padding: 0 12px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    form fieldset .label.has-info textarea {
      display: block;
      width: calc(100% - 40px);
      max-width: 100%;
      height: 130px;
      padding: 12px;
      max-height: 130px;
      border: 1px solid #f0f0f0;
      border-radius: 0px;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.right-padding {
  padding-right: 20px; }
  @media (max-width: 970px) {
    .right-padding {
      padding-right: 0; } }

.accept-checkbox {
  text-align: right;
  width: auto;
  margin-bottom: 20px;
  float: right;
  clear: both; }
  .accept-checkbox input {
    float: left; }
  .accept-checkbox p.checkbox-label {
    padding-top: 3px;
    width: calc(100% - 20px);
    padding-left: 12px;
    float: left; }

.myAddressForm .label, .cart-form .label {
  margin-left: 10px;
  width: calc(50% - 10px); }
  .myAddressForm .label:nth-child(2n + 1), .cart-form .label:nth-child(2n + 1) {
    margin-right: 10px;
    margin-left: 0; }
    @media (max-width: 620px) {
      .myAddressForm .label:nth-child(2n + 1), .cart-form .label:nth-child(2n + 1) {
        margin-right: 0; } }
  @media (max-width: 620px) {
    .myAddressForm .label, .cart-form .label {
      width: 100%;
      margin-left: 0; } }

.recover_password {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }

.field-label {
  position: absolute;
  font-size: 14px;
  top: 15px;
  left: 12px;
  transition: .3s; }
  .field-label sup {
    color: #e60002; }
  .field-label.is-length {
    top: -16px;
    left: 0; }

.skryta-cpt ~ .label {
  display: none; }

.skryta-cpt {
  display: none; }

.login-page-form {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }
  .login-page-form .label.col-md-6 {
    margin-left: 10px;
    width: calc(50% - 10px); }
    .login-page-form .label.col-md-6:nth-child(2n + 1) {
      margin-right: 10px;
      margin-left: 0; }
      @media (max-width: 620px) {
        .login-page-form .label.col-md-6:nth-child(2n + 1) {
          margin-right: 0px; } }
    @media (max-width: 620px) {
      .login-page-form .label.col-md-6 {
        width: 100%;
        margin-left: 0; } }

.cart-bottom-actions .col {
  float: right; }
  @media (max-width: 680px) {
    .cart-bottom-actions .col {
      width: 100%; } }

.cart-bottom-actions .btn button {
  padding: 0 20px; }
  .cart-bottom-actions .btn button:before {
    content: "\f07a";
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    font-family: FontAwesome; }

.cart-bottom-actions .btn:first-child {
  float: right; }

.cart-bottom-actions .btn.back-to-shop {
  background-color: #2b6daa;
  border-color: #2b6daa; }
  .cart-bottom-actions .btn.back-to-shop:hover {
    background-color: #3b87cd;
    border-color: #3b87cd; }

.cart-bottom-actions.top {
  margin: 0px 0px 20px 0px; }

.fl_left {
  float: left !important; }

.fl_right {
  float: right !important; }

.h_auto {
  height: auto !important; }

.ToggleBase {
  margin: 0;
  width: 3em;
  height: 1.6em;
  transition: all .25s ease-in-out;
  outline: none;
  border-radius: 0;
  position: relative;
  display: inline-block; }
  .ToggleBase input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer; }
  .ToggleBase input:not(:disabled):hover, .ToggleBase input:not(:disabled):focus, .ToggleBase input:checked {
    border-color: #ffcd7e;
    background: #ffcd7e; }
  .ToggleBase input:checked + .ToggleBase-body {
    background-color: #ffcd7e; }
    .ToggleBase input:checked + .ToggleBase-body:after {
      background: #fd9b00;
      border-color: #fd9b00;
      transform: translateX(1.4em); }
  .ToggleBase-body {
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    transition: all .25s ease-in-out; }
    .ToggleBase-body:after {
      content: '';
      display: block;
      width: 1.2em;
      height: 1.2em;
      border: 0.18em solid #c0bfbf;
      background-color: #c0bfbf;
      transition: all .25s ease-in-out;
      position: absolute;
      left: .2em;
      bottom: 0;
      top: 0;
      margin-top: auto;
      margin-bottom: auto;
      box-sizing: border-box; }
  .ToggleBase:disabled, .ToggleBase:disabled + * {
    border-color: #404040;
    opacity: .4; }
  .ToggleBase.is-invalid {
    border-color: #e82121; }

#poradna_hledani {
  position: relative; }
  #poradna_hledani .search-ajax-result {
    max-width: 640px;
    left: 50%;
    transform: translateX(-50%); }

.js-diskuse-replyform {
  width: 100%; }

.location_dotaz_getList #form, #dotaz-add {
  padding: 17px;
  margin: 30px 0;
  background: #eff0f5;
  border: 1px solid #ddd; }
  .location_dotaz_getList #form #dotaz-add, #dotaz-add #dotaz-add {
    border: none;
    padding: 0; }
  .location_dotaz_getList #form #buttonSubmit, #dotaz-add #buttonSubmit {
    margin-left: auto;
    float: right; }
  .location_dotaz_getList #form .required, #dotaz-add .required {
    margin-bottom: 20px; }
    .location_dotaz_getList #form .required .formular_label-text:after, #dotaz-add .required .formular_label-text:after {
      content: "\f005";
      display: inline-block;
      position: relative;
      font-size: 8px;
      top: -6px;
      left: 3px;
      color: #e60002;
      font-family: FontAwesome; }
  .location_dotaz_getList #form input[type="text"], .location_dotaz_getList #form input[type="password"], .location_dotaz_getList #form input[type="email"], .location_dotaz_getList #form input[type="number"], #dotaz-add input[type="text"], #dotaz-add input[type="password"], #dotaz-add input[type="email"], #dotaz-add input[type="number"] {
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #ddd;
    height: 55px;
    font-size: 15px; }
    .location_dotaz_getList #form input[type="text"]::-webkit-input-placeholder, .location_dotaz_getList #form input[type="password"]::-webkit-input-placeholder, .location_dotaz_getList #form input[type="email"]::-webkit-input-placeholder, .location_dotaz_getList #form input[type="number"]::-webkit-input-placeholder, #dotaz-add input[type="text"]::-webkit-input-placeholder, #dotaz-add input[type="password"]::-webkit-input-placeholder, #dotaz-add input[type="email"]::-webkit-input-placeholder, #dotaz-add input[type="number"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .location_dotaz_getList #form input[type="text"]::-moz-placeholder, .location_dotaz_getList #form input[type="password"]::-moz-placeholder, .location_dotaz_getList #form input[type="email"]::-moz-placeholder, .location_dotaz_getList #form input[type="number"]::-moz-placeholder, #dotaz-add input[type="text"]::-moz-placeholder, #dotaz-add input[type="password"]::-moz-placeholder, #dotaz-add input[type="email"]::-moz-placeholder, #dotaz-add input[type="number"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .location_dotaz_getList #form input[type="text"]:-ms-input-placeholder, .location_dotaz_getList #form input[type="password"]:-ms-input-placeholder, .location_dotaz_getList #form input[type="email"]:-ms-input-placeholder, .location_dotaz_getList #form input[type="number"]:-ms-input-placeholder, #dotaz-add input[type="text"]:-ms-input-placeholder, #dotaz-add input[type="password"]:-ms-input-placeholder, #dotaz-add input[type="email"]:-ms-input-placeholder, #dotaz-add input[type="number"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .location_dotaz_getList #form input[type="text"]:-moz-placeholder, .location_dotaz_getList #form input[type="password"]:-moz-placeholder, .location_dotaz_getList #form input[type="email"]:-moz-placeholder, .location_dotaz_getList #form input[type="number"]:-moz-placeholder, #dotaz-add input[type="text"]:-moz-placeholder, #dotaz-add input[type="password"]:-moz-placeholder, #dotaz-add input[type="email"]:-moz-placeholder, #dotaz-add input[type="number"]:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .location_dotaz_getList #form input[type="text"].skryta-cpt, .location_dotaz_getList #form input[type="password"].skryta-cpt, .location_dotaz_getList #form input[type="email"].skryta-cpt, .location_dotaz_getList #form input[type="number"].skryta-cpt, #dotaz-add input[type="text"].skryta-cpt, #dotaz-add input[type="password"].skryta-cpt, #dotaz-add input[type="email"].skryta-cpt, #dotaz-add input[type="number"].skryta-cpt {
      display: none; }
    .location_dotaz_getList #form input[type="text"]:focus, .location_dotaz_getList #form input[type="password"]:focus, .location_dotaz_getList #form input[type="email"]:focus, .location_dotaz_getList #form input[type="number"]:focus, #dotaz-add input[type="text"]:focus, #dotaz-add input[type="password"]:focus, #dotaz-add input[type="email"]:focus, #dotaz-add input[type="number"]:focus {
      border-color: #494949; }
  .location_dotaz_getList #form h3, #dotaz-add h3 {
    margin-bottom: 12px; }
  .location_dotaz_getList #form .formular_label, #dotaz-add .formular_label {
    display: block;
    width: 100%;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold; }
  .location_dotaz_getList #form textarea, #dotaz-add textarea {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #ddd;
    height: 120px;
    font-size: 15px; }
    .location_dotaz_getList #form textarea::-webkit-input-placeholder, #dotaz-add textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .location_dotaz_getList #form textarea::-moz-placeholder, #dotaz-add textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .location_dotaz_getList #form textarea:-ms-input-placeholder, #dotaz-add textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .location_dotaz_getList #form textarea:-moz-placeholder, #dotaz-add textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .location_dotaz_getList #form textarea:focus, #dotaz-add textarea:focus {
      border-color: #494949; }

.error_checkbox {
  flex: 0 100%;
  margin: 10px 0 0px 0;
  padding: 20px 10px;
  background-color: #f2dede;
  border: 1px solid #ebcccc;
  color: #e60002; }
  .error_checkbox i {
    color: #e60002;
    margin-right: 8px; }

.formular_obal label.checkbox {
  text-align: center;
  display: inline-block;
  flex: 0 1;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
  min-width: 100px; }
  @media (max-width: 420px) {
    .formular_obal label.checkbox {
      min-width: 90px;
      margin-right: 10px; } }
  .formular_obal label.checkbox span {
    margin: 0 auto;
    font-size: 14px; }
  .formular_obal label.checkbox .thumbnail {
    display: block;
    position: relative; }
    .formular_obal label.checkbox .thumbnail.checked img {
      border: 3px solid #fd9b00;
      text-align: center;
      line-height: 30px;
      position: relative; }
    .formular_obal label.checkbox .thumbnail img {
      border: 3px solid #eff0f5;
      text-align: center;
      line-height: 30px;
      position: relative;
      max-width: 100%;
      height: auto; }
    .formular_obal label.checkbox .thumbnail.checked:before {
      content: "\f00c";
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-family: FontAwesome;
      position: absolute;
      line-height: 30px;
      width: 100%;
      height: 100%;
      left: 0;
      z-index: 99999;
      top: 0;
      font-size: 22px; }
  .formular_obal label.checkbox input[type="checkbox"] {
    display: none; }

#vzorky label.checkbox .thumbnail.checked:before {
  display: flex;
  align-items: center;
  justify-content: center; }

.formular_obal h4 {
  flex: 0 100%;
  margin-bottom: 20px; }

.strutura_formular {
  width: 100%;
  display: block;
  background: #eff0f5;
  border: 1px solid #ddd;
  padding: 20px; }
  .strutura_formular h1:not(.main-title), .strutura_formular .h1, .strutura_formular .formular_title {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 35px;
    font-weight: bold; }
  .strutura_formular .formular_sekce_title {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    font-size: 30px;
    font-weight: bold; }
  .strutura_formular .formular_info_povinne {
    font-size: 15px !important;
    margin: 0 !important;
    line-height: 25px !important; }
    .strutura_formular .formular_info_povinne i {
      color: #e60002;
      display: inline-block;
      position: relative;
      font-size: 8px;
      top: -6px;
      left: 3px; }
  .strutura_formular .citat_formular {
    display: block;
    width: 100%;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 20px 20px 20px 65px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: 26px !important; }
    .strutura_formular .citat_formular:before {
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      height: 100%;
      line-height: 100%;
      vertical-align: middle;
      content: "";
      font-size: 60px;
      color: #ddd;
      left: 20px; }
  .strutura_formular .formular_label {
    display: block;
    width: 100%;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold; }
  .strutura_formular input[type="text"], .strutura_formular input[type="password"], .strutura_formular input[type="email"], .strutura_formular input[type="number"] {
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #ddd;
    height: 55px;
    font-size: 15px; }
    .strutura_formular input[type="text"]::-webkit-input-placeholder, .strutura_formular input[type="password"]::-webkit-input-placeholder, .strutura_formular input[type="email"]::-webkit-input-placeholder, .strutura_formular input[type="number"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .strutura_formular input[type="text"]::-moz-placeholder, .strutura_formular input[type="password"]::-moz-placeholder, .strutura_formular input[type="email"]::-moz-placeholder, .strutura_formular input[type="number"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .strutura_formular input[type="text"]:-ms-input-placeholder, .strutura_formular input[type="password"]:-ms-input-placeholder, .strutura_formular input[type="email"]:-ms-input-placeholder, .strutura_formular input[type="number"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .strutura_formular input[type="text"]:-moz-placeholder, .strutura_formular input[type="password"]:-moz-placeholder, .strutura_formular input[type="email"]:-moz-placeholder, .strutura_formular input[type="number"]:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .strutura_formular input[type="text"].skryta-cpt, .strutura_formular input[type="password"].skryta-cpt, .strutura_formular input[type="email"].skryta-cpt, .strutura_formular input[type="number"].skryta-cpt {
      display: none; }
    .strutura_formular input[type="text"]:focus, .strutura_formular input[type="password"]:focus, .strutura_formular input[type="email"]:focus, .strutura_formular input[type="number"]:focus {
      border-color: #494949; }
  .strutura_formular input[type="text"]:read-only, .strutura_formular input[type="password"]:read-only, .strutura_formular input[type="email"]:read-only, .strutura_formular input[type="number"]:read-only {
    color: #797979; }
  .strutura_formular input[type="text"]:read-only:focus, .strutura_formular input[type="password"]:read-only:focus, .strutura_formular input[type="email"]:read-only:focus, .strutura_formular input[type="number"]:read-only:focus {
    border: 1px solid #ddd; }
  .strutura_formular textarea {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #ddd;
    height: 120px;
    font-size: 15px; }
    .strutura_formular textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .strutura_formular textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .strutura_formular textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .strutura_formular textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .strutura_formular textarea:focus {
      border-color: #494949; }
  .strutura_formular .ui-selectmenu-button.ui-button {
    height: 55px;
    border: 1px solid #ddd;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    color: #000;
    line-height: 55px;
    vertical-align: middle;
    width: 100%; }
    .strutura_formular .ui-selectmenu-button.ui-button:focus {
      border-color: #494949; }
  .strutura_formular .has-info .ui-selectmenu-button.ui-button {
    padding-right: 35px; }
  .strutura_formular input[type="checkbox"] {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px; }
    .strutura_formular input[type="checkbox"]:checked:before {
      font-family: FontAwesome;
      font-size: 17px;
      position: absolute;
      top: 2px;
      left: 3px;
      color: #d4af37;
      content: "\f00c"; }
  .strutura_formular .checkbox_label {
    display: inline-block;
    padding-left: 6px;
    line-height: 25px;
    max-width: calc(100% - 25px - 38px);
    font-size: 14px; }
  .strutura_formular .formular_obal {
    display: block;
    width: 100%; }
    .strutura_formular .formular_obal form {
      width: 100%;
      display: inline-block; }
    .strutura_formular .formular_obal .col {
      position: relative;
      padding-left: 10px;
      padding-right: 0;
      margin-bottom: 20px;
      height: 80px; }
      .strutura_formular .formular_obal .col.check_radio {
        vertical-align: middle;
        padding-top: 25px; }
        .strutura_formular .formular_obal .col.check_radio:before {
          display: inline-block;
          vertical-align: middle;
          content: "";
          height: 100%; }
        .strutura_formular .formular_obal .col.check_radio * {
          vertical-align: middle;
          display: inline-block; }
      .strutura_formular .formular_obal .col .icon_info-msg {
        right: 0; }
      .strutura_formular .formular_obal .col:nth-of-type(odd) {
        padding-right: 10px;
        padding-left: 0; }
        .strutura_formular .formular_obal .col:nth-of-type(odd) .icon_info-msg {
          right: 10px; }
      .strutura_formular .formular_obal .col.col-md-12 {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        min-height: 0px; }
        .strutura_formular .formular_obal .col.col-md-12:nth-of-type(odd) {
          padding-left: 0;
          padding-right: 0; }
      .strutura_formular .formular_obal .col.required .formular_label-text:after {
        content: "\f005";
        display: inline-block;
        position: relative;
        font-size: 8px;
        top: -6px;
        left: 3px;
        color: #e60002;
        font-family: FontAwesome; }
      .strutura_formular .formular_obal .col.recover_code_btn {
        padding-top: 30px; }
        .strutura_formular .formular_obal .col.recover_code_btn .btn {
          float: left; }
        @media (max-width: 600px) {
          .strutura_formular .formular_obal .col.recover_code_btn {
            padding-top: 0; }
            .strutura_formular .formular_obal .col.recover_code_btn .btn {
              float: right; } }
      @media (max-width: 600px) {
        .strutura_formular .formular_obal .col {
          width: 100%;
          padding-left: 0;
          padding-right: 0; }
          .strutura_formular .formular_obal .col:nth-of-type(odd) {
            padding-left: 0;
            padding-right: 0; }
            .strutura_formular .formular_obal .col:nth-of-type(odd) .icon_info-msg {
              right: 0px; } }
    .strutura_formular .formular_obal .icon_info-msg {
      position: absolute;
      right: 10px;
      vertical-align: middle;
      bottom: 15px; }
      .strutura_formular .formular_obal .icon_info-msg i {
        display: inline-block;
        font-size: 25px;
        color: #76a9f7;
        margin: 0px 16px 0px 0px; }
      .strutura_formular .formular_obal .icon_info-msg .content_info-info {
        position: absolute;
        right: 0;
        bottom: calc(100% + 25px);
        background: #fff;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 6px;
        width: 155px;
        font-size: 14px;
        font-style: italic;
        display: none; }
        .strutura_formular .formular_obal .icon_info-msg .content_info-info:before {
          content: "";
          position: absolute;
          bottom: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          display: block;
          right: 12px;
          z-index: 5; }
        .strutura_formular .formular_obal .icon_info-msg .content_info-info:after {
          content: "";
          position: absolute;
          bottom: -13px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid rgba(0, 0, 0, 0.1);
          display: block;
          right: 10px;
          z-index: 4; }
      .strutura_formular .formular_obal .icon_info-msg:hover .content_info-info {
        display: block; }
    .strutura_formular .formular_obal .icon_error-msg {
      position: relative;
      float: right;
      vertical-align: middle;
      bottom: 0; }
      .strutura_formular .formular_obal .icon_error-msg i {
        display: inline-block;
        font-size: 20px;
        color: #e60002;
        margin: 0px 10px 0px 0px; }
      .strutura_formular .formular_obal .icon_error-msg .content_error-error {
        position: absolute;
        right: 0;
        bottom: calc(100% + 25px);
        background: #fff;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 6px;
        width: 155px;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        display: none; }
        .strutura_formular .formular_obal .icon_error-msg .content_error-error:before {
          content: "";
          position: absolute;
          bottom: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          display: block;
          right: 12px;
          z-index: 5; }
        .strutura_formular .formular_obal .icon_error-msg .content_error-error:after {
          content: "";
          position: absolute;
          bottom: -13px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid rgba(0, 0, 0, 0.1);
          display: block;
          right: 10px;
          z-index: 4; }
      .strutura_formular .formular_obal .icon_error-msg:hover .content_error-error {
        display: block; }
    .strutura_formular .formular_obal .check_radio .icon_error-msg {
      float: none;
      margin-left: 8px; }

@media (max-width: 768px) {
  .action_login, .action_register {
    padding: 20px 0 20px 0; } }

.inline.small a {
  color: #2b6daa;
  font-weight: bold; }
  .inline.small a:hover {
    text-decoration: none; }

.messages {
  display: block;
  margin: 20px auto;
  padding: 0px;
  max-width: 1200px; }

@media (max-width: 620px) {
  .strutura_formular .formular_title {
    font-size: 25px; }
  .strutura_formular .citat_formular {
    padding: 16px; }
    .strutura_formular .citat_formular::before {
      display: none; } }

@media (max-width: 670px) {
  .strutura_formular .formular_obal .col.col-md-12.formular_info_povinne {
    margin-top: 0 !important; } }

.location_webUser_recover .strutura_formular .formular_obal .col.col-md-12.formular_info_povinne {
  margin-top: 0 !important; }

.cart-steps .step.getCheckout::after {
  display: none; }

.cart-steps .step.getCheckout span::after {
  display: none; }

.CookiesPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  transition: all .24s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 1000000; }
  @media (max-width: 40rem) {
    .CookiesPopup {
      padding: .5em; } }
  .CookiesPopup.is-opened, .CookiesPopup.is-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .CookiesPopup-left-top {
    justify-content: flex-start;
    align-items: flex-start; }
  .CookiesPopup-left-bottom {
    justify-content: flex-start;
    align-items: flex-end; }
  .CookiesPopup-right-top {
    justify-content: flex-end;
    align-items: flex-start; }
  .CookiesPopup-right-bottom {
    justify-content: flex-end;
    align-items: flex-end; }
  .CookiesPopup-inner {
    position: relative;
    opacity: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    margin: 0;
    font-size: .875rem;
    width: 48em;
    max-width: calc(100% - 1em);
    max-height: 88vh;
    padding: 3.2em 4.8em 2em;
    background: #fff;
    transform: translateY(4em);
    transition: all 0.4s cubic-bezier(0.64, -0.19, 0.23, 1.33);
    overflow: hidden;
    border: 1px solid black; }
    @media (max-width: 40rem) {
      .CookiesPopup-inner {
        padding: 3.2em 1.5em 1.25em; } }
    @media (max-width: 640px) {
      .CookiesPopup-inner {
        width: 22em; } }
    .is-opened .CookiesPopup-inner,
    .is-active .CookiesPopup-inner {
      opacity: 1;
      transform: translateY(0); }
  .CookiesPopup form {
    display: flex;
    flex-flow: column;
    margin: 0 -1em;
    padding: 0 1em;
    overflow: hidden; }
  .CookiesPopup-innerWrapper {
    flex: 1;
    margin-right: -.8em;
    padding-right: .8em;
    overflow: auto;
    margin-bottom: .25em; }
  .CookiesPopup-title {
    font-size: 1.5em;
    padding-right: 2em;
    font-weight: bold; }
    @media (max-width: 40rem) {
      .CookiesPopup-title {
        font-size: 1.4em;
        padding-right: 0; } }
  .CookiesPopup-text {
    line-height: 1.4; }
    .CookiesPopup-text a {
      color: inherit;
      text-decoration: underline; }
      .CookiesPopup-text a:hover {
        text-decoration: none; }
  .CookiesPopup-settings {
    margin: 1.25em 0 0; }
  .CookiesPopup-type {
    background: #f5f5f5; }
    .CookiesPopup-type:not(:last-child) {
      margin-bottom: .75em; }
    .CookiesPopup-typeHeader {
      display: flex;
      align-items: center;
      font-weight: bold;
      padding: .8em 1em; }
      .CookiesPopup-typeHeader::marker {
        display: none;
        content: none; }
      .CookiesPopup-typeHeader > svg {
        width: 1em;
        height: 1em;
        transition: all .24s ease-in-out;
        margin-left: 1.2em; }
    .CookiesPopup-type summary::-webkit-details-marker {
      display: none; }
    .CookiesPopup-typeTitle {
      line-height: 1.8;
      margin-right: auto; }
      @media (max-width: 40rem) {
        .CookiesPopup-typeTitle {
          font-size: .9em; } }
    .CookiesPopup-typeStatus {
      color: #008000; }
      @media (max-width: 40rem) {
        .CookiesPopup-typeStatus {
          font-size: .8em; } }
      .CookiesPopup-typeStatus--disabled {
        color: #FF0000; }
    .CookiesPopup-typeContent {
      padding: .4em 1em .8em; }
    .CookiesPopup-type[open] .CookiesPopup-typeHeader > svg {
      transform: rotate(180deg); }
  .CookiesPopup-buttonsWrapper {
    display: flex;
    flex-flow: row wrap;
    gap: .75em 1em;
    margin: 2em 0 .75em; }
    .CookiesPopup-buttonsWrapper > * {
      flex: 1 0 40%; }
  .CookiesPopup-button {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    padding: 0.8em 1.2em;
    text-transform: none;
    border: 0;
    outline: 0;
    transition: all .24s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    z-index: 1; }
    .CookiesPopup-button:hover {
      text-decoration: none; }
    .CookiesPopup-button--disableCookies {
      background: #ccc;
      color: #000 !important; }
      .CookiesPopup-button--disableCookies:hover {
        background: #aaa; }
    .CookiesPopup-button--allowCookies {
      background: #fd9b00;
      color: #fff !important; }
      @media (max-width: 40rem) {
        .CookiesPopup-button--allowCookies {
          order: -1; } }
      .CookiesPopup-button--allowCookies:hover {
        background: #e98f00; }
  .CookiesPopup-linkButton {
    flex: 1 0 100%;
    font-weight: bold;
    text-align: center;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    margin: .5em 0 -.5em;
    padding: .125rem .25rem;
    color: inherit;
    transition: all .24s ease-in-out; }
    .CookiesPopup-linkButton.is-toggled {
      opacity: .4; }
    .CookiesPopup-linkButton:hover {
      text-decoration: underline; }
  .CookiesPopup-icon {
    position: absolute;
    top: -.75rem;
    right: -.75rem;
    z-index: -1;
    opacity: .05;
    transform: rotate(188deg);
    pointer-events: none; }
    @media (max-width: 40rem) {
      .CookiesPopup-icon {
        width: 6.4rem;
        height: 6.4rem; } }

.CookiesForm {
  position: relative; }
  .CookiesForm-control {
    display: flex;
    margin-top: 2em;
    gap: .8em; }
    .CookiesForm-control > *:last-child {
      margin-left: auto;
      border: 0; }
    @media (max-width: 640px) {
      .CookiesForm-control {
        display: block; }
        .CookiesForm-control > * {
          margin-bottom: 0.5em;
          width: 100%;
          display: block;
          text-align: center; } }
  .CookiesForm-text {
    padding-bottom: 1em; }

.CookiesLoadingSpinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex; }
  .CookiesLoadingSpinner.hidden {
    display: none !important; }
  .CookiesLoadingSpinner i {
    font-size: 2em;
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.inline-flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .inline-flex-box iframe {
    max-width: calc(50% - 10px); }
    @media (max-width: 630px) {
      .inline-flex-box iframe {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px; } }

.inline_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 10px; }
  @media (max-width: 1020px) {
    .inline_boxs {
      justify-content: start; } }
  .inline_boxs .category-item {
    width: calc((100% / 4) - 10px);
    float: left;
    display: block;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: .3s; }
    @media (max-width: 1020px) {
      .inline_boxs .category-item {
        transition: 0s;
        width: calc((100% / 4) - 15px);
        margin-bottom: 15px; } }
    @media (max-width: 730px) {
      .inline_boxs .category-item {
        transition: 0s;
        width: calc(50% - 10px);
        margin-bottom: 15px; } }
    @media (max-width: 520px) {
      .inline_boxs .category-item {
        transition: 0s;
        width: 100%;
        margin: 0 0 15px; } }
    .inline_boxs .category-item img {
      max-width: 100%;
      width: 100%; }
    .inline_boxs .category-item:last-child {
      margin-right: 0; }
    .inline_boxs .category-item .header-link {
      display: block;
      text-decoration: none; }
      .inline_boxs .category-item .header-link:hover header .cat-t {
        text-decoration: underline; }
    .inline_boxs .category-item header {
      background-color: #fff;
      text-align: center;
      padding: 24px 15px 10px 15px;
      margin-bottom: 0px !important; }
      .inline_boxs .category-item header .cat-t {
        font-size: .9rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        text-decoration: none;
        color: #000; }
    .inline_boxs .category-item .price_from {
      text-align: center;
      font-size: .85rem;
      font-weight: bold;
      color: #fd9b00; }
    .inline_boxs .category-item .category-content .thumbnailCover {
      display: block;
      position: relative;
      z-index: 99999; }
    .inline_boxs .category-item .category-content .thumbnail img {
      width: 100%;
      height: auto; }
    .inline_boxs .category-item .category-content .price_from {
      padding-bottom: 30px; }
    .inline_boxs .category-item .category-hover {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      min-height: 65.4%;
      background-color: #fff;
      z-index: 90;
      padding: 9px 15px 0 15px;
      border-bottom: 2px solid #eee !important;
      text-align: left;
      overflow: hidden;
      /*&:before {
                position: absolute;
                top: 72px;
                transform: rotate(45deg);
                left: -12px;
                border: 2px solid $orange;
                width: 15px;
                height: 15px;
                content: "";
                display: block;
                background: transparent;
            }

            &:after {
                position: absolute;
                top: 73px;
                transform: rotate(45deg);
                left: -12px;
                width: 17px;
                height: 15px;
                content: "";
                display: block;
                background: #cfd0d4;
            }*/ }
      .inline_boxs .category-item .category-hover .category-option {
        position: relative;
        z-index: 99999; }
        .inline_boxs .category-item .category-hover .category-option:before {
          position: absolute;
          top: 4px;
          transform: rotate(45deg);
          left: -57px;
          border: 2px solid #fd9b00;
          width: 15px;
          height: 15px;
          content: "";
          display: block;
          background: #fd9b00;
          transition: .3s; }
        .inline_boxs .category-item .category-hover .category-option:after {
          position: absolute;
          top: 5px;
          transform: rotate(45deg);
          left: -57px;
          width: 17px;
          height: 15px;
          content: "";
          display: block;
          background: #fd9b00;
          transition: .3s; }
        .inline_boxs .category-item .category-hover .category-option:hover:before, .inline_boxs .category-item .category-hover .category-option:hover:after {
          left: -28px; }
      .inline_boxs .category-item .category-hover .category-hover-name {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        color: #000; }
        .inline_boxs .category-item .category-hover .category-hover-name:hover {
          text-decoration: underline; }
      .inline_boxs .category-item .category-hover a {
        font-size: 12px;
        font-weight: bold;
        color: #00162e;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 25px; }
        .inline_boxs .category-item .category-hover a:hover {
          color: #fd9b00; }
      .inline_boxs .category-item .category-hover .price_from {
        text-align: left;
        margin: -2px 0 2px;
        font-size: 11px; }
    .inline_boxs .category-item:hover {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
      .inline_boxs .category-item:hover .category-hover {
        top: 0%;
        border-color: #fd9b00; }
  .inline_boxs .videoYT {
    width: calc(33.3% - 11.25px);
    float: left;
    display: block;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    transition: .3s; }
    @media (max-width: 620px) {
      .inline_boxs .videoYT {
        width: 100%;
        margin-right: 0; } }
    .inline_boxs .videoYT:last-child {
      margin-right: 0; }
    .inline_boxs .videoYT object {
      width: 100%;
      height: 220px;
      display: block;
      margin-bottom: 24px; }
    .inline_boxs .videoYT h3 {
      margin-bottom: 40px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px; }
  .inline_boxs .big_box {
    text-align: center;
    width: calc(50% - 7.5px);
    margin-right: 15px; }
    .inline_boxs .big_box:last-child {
      margin-right: 0; }
    @media (max-width: 520px) {
      .inline_boxs .big_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px; } }
    .inline_boxs .big_box.style_image_border .thumbnail {
      border: 2px solid #101211;
      padding: 12px;
      display: block;
      margin-bottom: 40px; }
      .inline_boxs .big_box.style_image_border .thumbnail img {
        width: 100%;
        height: auto; }
    .inline_boxs .big_box.style_image_border .sub_header {
      margin-bottom: 15px; }
      .inline_boxs .big_box.style_image_border .sub_header .h3, .inline_boxs .big_box.style_image_border .sub_header .h3 a {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 12px;
        text-decoration: none;
        color: #000; }
      .inline_boxs .big_box.style_image_border .sub_header p.date {
        font-size: 16px;
        font-weight: bold;
        color: #909090; }

.inline_boxs .big_box.style_image_border .sub_header h3:hover, .inline_boxs .big_box.style_image_border .sub_header h3 a:hover, .row_cat_n_product .big_box .sub_header h2:hover, .row_cat_n_product .big_box .sub_header h2 a:hover {
  text-decoration: underline; }

.frame_center {
  max-width: 1200px;
  padding: 0 16px 65px 16px;
  margin: 0 auto; }

.required .field_title {
  position: relative; }

.subheaderTitle {
  display: block;
  padding: 60px 0 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  color: #00162e;
  text-align: center;
  width: 100%; }

.relative_box {
  position: relative; }

.btn_box_absolute {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center; }

.small_price {
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  line-height: 26px;
  margin: 0 10px; }
  @media (max-width: 420px) {
    .small_price {
      font-size: 15px; } }

.big_price {
  font-size: 24px;
  font-weight: bold;
  color: #fd9b00;
  display: inline-block;
  line-height: 26px;
  margin: 0 10px; }
  @media (max-width: 420px) {
    .big_price {
      font-size: 18px; } }

.product-detail-new {
  padding-top: 48px; }
  .product-detail-new .col-md-6:nth-child(1) {
    order: 2; }
    @media (max-width: 767px) {
      .product-detail-new .col-md-6:nth-child(1) {
        width: 100%;
        order: 1; } }
  .product-detail-new .col-md-6:nth-child(2) {
    order: 1;
    padding-right: 80px;
    margin-bottom: 90px; }
    @media (max-width: 1023px) {
      .product-detail-new .col-md-6:nth-child(2) {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .product-detail-new .col-md-6:nth-child(2) {
        width: 100%;
        padding-right: 0;
        order: 2;
        margin-bottom: 35px; } }
  .product-detail-new .col-md-6:nth-child(3) {
    order: 3;
    margin-left: auto;
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .product-detail-new .col-md-6:nth-child(3) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px; } }
  .product-detail-new header {
    margin-bottom: 25px;
    text-align: left; }
    .product-detail-new header h1 {
      text-align: left; }
  .product-detail-new .stars {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #000;
    color: #fd9b00; }
  .product-detail-new .summary p {
    font-size: 16px;
    margin: 30px 0px 15px 0px; }
  .product-detail-new .scroll-to-element {
    color: #fd9b00;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px; }
    .product-detail-new .scroll-to-element:hover {
      text-decoration: none; }
  .product-detail-new .detail_tech_box {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 28px; }
    .product-detail-new .detail_tech_box .tech_row {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .product-detail-new .detail_tech_box .tech_row span:last-child.stock {
        text-align: right;
        letter-spacing: -0.05em; }
      @media (max-width: 450px) {
        .product-detail-new .detail_tech_box .tech_row .prices {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          white-space: nowrap; } }
      .product-detail-new .detail_tech_box .tech_row .price_with {
        color: #fd9b00;
        font-size: 26px;
        float: right;
        margin-left: 16px; }
        .product-detail-new .detail_tech_box .tech_row .price_with .currency {
          margin-left: 5px; }
      .product-detail-new .detail_tech_box .tech_row .price_without {
        text-decoration: line-through; }
        .product-detail-new .detail_tech_box .tech_row .price_without .currency {
          margin-left: 5px; }

.addToCart .ui-selectmenu-button.ui-button {
  width: 100%;
  margin-bottom: 25px; }

.buy_place .btn_type_2 {
  float: right; }
  @media (max-width: 440px) {
    .buy_place .btn_type_2 {
      width: 100%; } }
  .buy_place .btn_type_2:disabled {
    background: #ddd;
    border-color: #ddd;
    cursor: not-allowed; }

.category-row {
  margin-bottom: 70px; }

.why {
  text-align: center;
  padding: 42px 0px 58px 0px; }

.basic_box {
  width: calc(25% - 11.25px);
  float: left;
  display: block;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  margin-bottom: 60px; }
  .basic_box:last-child {
    margin-right: 0; }
  @media (max-width: 660px) {
    .basic_box {
      width: calc(50% - 10px);
      margin-right: 20px;
      margin-bottom: 20px; }
      .basic_box:nth-child(2) {
        margin-right: 0; } }
  @media (max-width: 430px) {
    .basic_box {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 40px; }
      .basic_box:nth-child(2) {
        margin-right: 0; } }
  .basic_box .thumbnail {
    margin-bottom: 40px;
    display: inline-block; }
  .basic_box .h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: -0.5px; }
  .basic_box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; }

.tutorials {
  text-align: center;
  position: relative; }
  .tutorials .center {
    position: relative;
    padding: 45px 16px 77px 16px; }
    .tutorials .center:after {
      content: "";
      display: block;
      position: absolute;
      right: -60px;
      bottom: -17px;
      width: 254px;
      height: 186px;
      background-image: url("../images/panacek.png");
      background-position: bottom left;
      background-repeat: no-repeat; }
      @media (max-width: 1390px) {
        .tutorials .center:after {
          display: none; } }
  .tutorials p {
    display: block;
    max-width: 740px;
    margin: 0 auto 30px auto; }

.row_cat_n_product {
  padding: 45px 0px; }
  .row_cat_n_product .big_box {
    text-align: center;
    width: calc(50% - 100px);
    margin: 0px 50px 50px 50px; }
    @media (max-width: 1023px) {
      .row_cat_n_product .big_box {
        width: calc(50% - 30px);
        margin: 0px 15px 50px 15px; } }
    @media (max-width: 620px) {
      .row_cat_n_product .big_box {
        width: 100%;
        margin: 0 0 50px 0; } }
    .row_cat_n_product .big_box .thumbnail {
      display: block;
      margin-bottom: 40px; }
      .row_cat_n_product .big_box .thumbnail img {
        width: 100%;
        height: auto; }
    .row_cat_n_product .big_box .sub_header {
      margin-bottom: 15px; }
      .row_cat_n_product .big_box .sub_header h2, .row_cat_n_product .big_box .sub_header h2 a {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 12px;
        text-decoration: none;
        color: #000; }
        @media (max-width: 420px) {
          .row_cat_n_product .big_box .sub_header h2, .row_cat_n_product .big_box .sub_header h2 a {
            font-size: 17px; } }
      .row_cat_n_product .big_box .sub_header p.date {
        font-size: 16px;
        font-weight: bold;
        color: #909090; }
    .row_cat_n_product .big_box .cut-text {
      margin-bottom: 10px; }

.zasilkovna-holder {
  position: fixed;
  left: 0;
  z-index: 99999999999;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: rgba(18, 15, 9, 0.85); }
  .zasilkovna-holder iframe {
    max-width: 1000px;
    max-height: 600px; }

.zasilkovna .seleted-zasilkovna {
  border-left: 0.2rem solid #fd9b00;
  padding: .25rem 1.1rem .3rem;
  font-size: 15px;
  margin: 2px 0 18px;
  font-weight: 600; }
  @media (max-width: 400px) {
    .zasilkovna .seleted-zasilkovna {
      font-size: 13px; } }
  .zasilkovna .seleted-zasilkovna span {
    font-weight: 700;
    color: #2b6daa; }

.zasilkovna .btn {
  float: none !important;
  font-size: 13px !important;
  height: 41px !important;
  line-height: 47px !important;
  margin: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  display: table !important; }
  @media (max-width: 400px) {
    .zasilkovna .btn {
      font-size: 12px !important;
      height: 38px !important;
      line-height: 38px !important; } }

.inline_boxs .gridCategory {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px; }
  @media (max-width: 1115px) {
    .inline_boxs .gridCategory {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 780px) {
    .inline_boxs .gridCategory {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 520px) {
    .inline_boxs .gridCategory {
      grid-template-columns: repeat(1, 1fr); } }
  .inline_boxs .gridCategory .category-item {
    width: 100%; }

/*# sourceMappingURL=main.css.map */