/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

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

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

.row {
  margin-left: -16px;
  margin-right: -16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before, .slick-track:after, .slick-track:before, [dir=rtl] .slick-next:before, [dir=rtl] .slick-prev:before {
  content: ''; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); }
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-inner, .fancybox-outer, .fancybox-skin {
  position: relative; }

.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
  background-image: url(fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060; }

.fancybox-close, .fancybox-nav, .fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px; }

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(blank.gif);
  -webkit-tap-highlight-color: transparent; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock, .fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock {
  width: auto; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px; }

  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px; } }
@font-face {
  font-family: 'os';
  src: url("fonts/OpenSans-Extrabold.eot");
  src: url("fonts/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Extrabold.woff2") format("woff2"), url("fonts/OpenSans-Extrabold.woff") format("woff"), url("fonts/OpenSans-Extrabold.ttf") format("truetype"), url("fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'os';
  src: url("fonts/OpenSans-Bold.eot");
  src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'os';
  src: url("fonts/OpenSans-Italic.eot");
  src: url("fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic.woff2") format("woff2"), url("fonts/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic.ttf") format("truetype"), url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'os';
  src: url("fonts/OpenSans.eot");
  src: url("fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.ttf") format("truetype"), url("fonts/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-Bold.eot");
  src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-Hairline.eot");
  src: url("fonts/Montserrat-Hairline.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Hairline.woff2") format("woff2"), url("fonts/Montserrat-Hairline.woff") format("woff"), url("fonts/Montserrat-Hairline.ttf") format("truetype"), url("fonts/Montserrat-Hairline.svg#Montserrat-Hairline") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-Black.eot");
  src: url("fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Black.woff2") format("woff2"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-Bold_1.eot");
  src: url("fonts/Montserrat-Bold_1.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold_1.woff2") format("woff2"), url("fonts/Montserrat-Bold_1.woff") format("woff"), url("fonts/Montserrat-Bold_1.ttf") format("truetype"), url("fonts/Montserrat-Bold_1.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-Light.eot");
  src: url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-SemiBold.eot");
  src: url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype"), url("fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-UltraLight.eot");
  src: url("fonts/Montserrat-UltraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-UltraLight.woff2") format("woff2"), url("fonts/Montserrat-UltraLight.woff") format("woff"), url("fonts/Montserrat-UltraLight.ttf") format("truetype"), url("fonts/Montserrat-UltraLight.svg#Montserrat-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-ExtraBold.eot");
  src: url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'mr';
  src: url("fonts/Montserrat-Regular_1.eot");
  src: url("fonts/Montserrat-Regular_1.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular_1.woff2") format("woff2"), url("fonts/Montserrat-Regular_1.woff") format("woff"), url("fonts/Montserrat-Regular_1.ttf") format("truetype"), url("fonts/Montserrat-Regular_1.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%; }

.container-max {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }

.container-xl {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media all and (min-width: 1160px) and (max-width: 1280px) {
    .container-xl {
      max-width: 1160px; } }
  @media all and (min-width: 970px) and (max-width: 1160px) {
    .container-xl {
      max-width: 970px; } }
  @media all and (min-width: 770px) and (max-width: 970px) {
    .container-xl {
      max-width: 770px; } }

.container-lg {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media all and (min-width: 970px) and (max-width: 1160px) {
    .container-lg {
      max-width: 970px; } }
  @media all and (min-width: 770px) and (max-width: 970px) {
    .container-lg {
      max-width: 770px; } }

.container-md {
  max-width: 970px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media all and (min-width: 770px) and (max-width: 970px) {
    .container-md {
      max-width: 770px; } }

.container-sm {
  max-width: 770px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px; }

.container-xs {
  max-width: 550px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px; }

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

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

p {
  margin: 0;
  margin-top: 5px; }

.no-pad {
  padding: 0; }

.wth-full {
  width: 100%; }

.hgt-full {
  height: 100%; }

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

.img-full {
  width: 100%;
  height: auto; }

.block {
  display: block; }

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

.flex {
  display: flex; }

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

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

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

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

.ctr-vertical {
  display: table;
  height: 100%;
  width: 100%; }

.ctr-vertical > * {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.bgr {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

ul {
  padding-left: 0; }

li {
  text-decoration: none;
  list-style-type: none; }

a:link, a:visited, a:hover, a:active {
  color: initial;
  text-decoration: none; }

a {
  display: inline-block; }

.trans, a:link, a:visited, a:hover, a:active, .btngold, .btnwhite, .btn-danger, .btn-default, .btnblack, .btn-primary, .btnred, .btndarkblue {
  transition: .25s; }

input, textarea {
  border-radius: 0 !important;
  border: 1px solid #000000 !important; }

input {
  min-height: 37px; }

.panel {
  border-radius: 0 !important; }

button {
  background-color: transparent;
  border: none; }

body {
  font: normal 12px 'os';
  color: #000000;
  margin: 0; }
  body.isMenuActive {
    overflow: hidden; }

.btngold {
  color: #c4950b !important;
  font: normal 10px 'os';
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  border: 1px solid #c4950b;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
  text-shadow: none;
  border-radius: 0; }
  .btngold:hover {
    background-color: #c4950b;
    color: #ffffff !important;
    border: 1px solid #c4950b; }

.btnwhite, .btn-danger, .btn-default {
  color: #000000 !important;
  font: normal 10px 'os';
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  border: 1px solid #000000;
  background-color: transparent;
  white-space: nowrap;
  background-image: none;
  text-shadow: none;
  border-radius: 0; }
  .btnwhite:hover, .btn-danger:hover, .btn-default:hover {
    background-color: #000000;
    color: #ffffff !important;
    border: 1px solid #000000; }

.btnblack, .btn-primary {
  color: #ffffff !important;
  font: normal 10px 'os';
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  border: 1px solid #000000;
  background-color: #000000;
  white-space: nowrap;
  background-image: none;
  text-shadow: none;
  border-radius: 0; }
  .btnblack:hover, .btn-primary:hover {
    background-color: transparent;
    color: #000000 !important;
    border: 1px solid #000000; }

.btnred {
  color: #ffffff !important;
  font: normal 10px 'os';
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  border: 1px solid #e90e4c;
  background-color: #e90e4c;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
  text-shadow: none;
  border-radius: 0; }
  .btnred:hover {
    background-color: #ffffff;
    color: #e90e4c !important;
    border: 1px solid #e90e4c; }

.btndarkblue {
  color: #ffffff !important;
  font: normal 10px 'os';
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  border: 1px solid #1f4963;
  background-color: #1f4963;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
  text-shadow: none;
  border-radius: 0; }
  .btndarkblue:hover {
    background-color: #e90e4c;
    color: #ffffff !important;
    border: 1px solid #e90e4c; }

.navbar {
  border-radius: 0; }

.dropdown-menu {
  border-radius: 0; }

.selectit {
  border: 1px solid #000000;
  display: block; }
  .selectit select {
    border: none;
    background-color: #ffffff; }

.list-group-item:last-child, .list-group-item:first-child {
  border-radius: 0; }

.nav-tabs > li > a {
  border-radius: 0 !important; }

.alert {
  border-radius: 0 !important; }

body {
  font: normal 12px 'mr';
  overflow-x: hidden; }

.theMenu {
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  z-index: 2; }
  .theMenu .theLogo img {
    margin: 0 auto;
    margin-top: -40px; }
  .theMenu .menu-menu-left-container li {
    padding-left: 50px; }
  .theMenu .menu-menu-right-container li {
    padding-right: 50px; }
  .theMenu .menu {
    padding-top: 20px; }
    .theMenu .menu li {
      display: inline-block; }
      .theMenu .menu li a {
        font-weight: bold;
        color: #1f4963; }

.topLine {
  background-color: #e7eef4;
  border-top: 3px solid #1f4963; }
  .topLine img {
    max-width: 22px; }

.top-left-bar .phone1 {
  min-width: 125px;
  font-weight: bold; }
.top-left-bar .phone2 {
  min-width: 125px;
  font-weight: bold; }
.top-left-bar img {
  float: left; }
.top-left-bar a {
  float: left;
  margin-top: 4px;
  margin-left: 2px; }

.top-right-bar .email {
  min-width: 200px; }
  .top-right-bar .email span {
    font-weight: bold; }
.top-right-bar .buy-online {
  min-width: 150px; }
.top-right-bar img {
  float: left; }
.top-right-bar a {
  float: left;
  margin-top: 4px;
  margin-left: 2px; }

.banner0 {
  position: relative; }
  .banner0 .facebookIcon {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 5; }
  .banner0 .slider_static {
    display: none; }
  .banner0 .slick-next {
    right: 25px;
    z-index: 5; }
    .banner0 .slick-next:after {
      content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/nextArrow_top.svg"); }
  .banner0 .slick-prev {
    left: 25px;
    z-index: 5; }
    .banner0 .slick-prev:after {
      content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/prevArrow_top.svg"); }
  .banner0 .arrow-thumb {
    animation: bounce 1.5s infinite; }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; }
  to {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    opacity: 0; } }
.slick-next {
  right: 25px;
  z-index: 5;
  width: 25px;
  height: 20px; }
  .slick-next:after {
    content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/nextArrow.svg");
    width: 25px;
    height: 15px; }

.slick-prev {
  left: 25px;
  z-index: 5;
  width: 25px;
  height: 20px; }
  .slick-prev:after {
    content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/prevArrow.svg");
    width: 25px;
    height: 15px; }

.prod1 {
  position: absolute;
  bottom: 0px;
  left: 100px;
  z-index: 2; }
  .prod1 .prod1-left:after {
    content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/banner0-sageat1.svg");
    position: absolute;
    bottom: 50px;
    right: 150px;
    z-index: 2; }
  .prod1 .prod1-left .title {
    color: #4eb0ee;
    font-size: 14px;
    font-weight: bold; }
  .prod1 .prod1-left .description {
    font-size: 12px;
    color: #ffffff; }
  .prod1 .prod1-left a {
    font-size: 12px;
    color: #e90e4c; }
  .prod1 .prod1-right {
    left: 50px; }
    .prod1 .prod1-right:after {
      content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/banner0-sageat2.svg");
      position: absolute;
      bottom: 50px;
      right: 150px;
      z-index: 2; }
    .prod1 .prod1-right .title {
      color: #4eb0ee;
      font-size: 14px;
      font-weight: bold; }
    .prod1 .prod1-right .description {
      font-size: 12px;
      color: #ffffff; }
    .prod1 .prod1-right a {
      font-size: 12px;
      color: #e90e4c; }

.coment1 {
  position: absolute;
  top: 320px;
  right: 60px;
  z-index: 2;
  max-width: 200px; }
  .coment1 .name {
    font-size: 16px;
    font-weight: bold;
    color: #1f4963; }
  .coment1 .job-title {
    color: #4eb0ee;
    font-weight: normal; }
  .coment1 .description {
    color: #70889d;
    font-weight: normal; }

.benefits {
  position: relative;
  padding-bottom: 40px; }
  .benefits .benefits-left {
    padding-top: 50px; }
    .benefits .benefits-left:after {
      content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/LogoBackground.svg");
      display: block;
      position: absolute;
      bottom: -42px;
      left: -70px;
      z-index: -2; }
  .benefits .title {
    color: #70889d;
    font: 300 22px 'mr';
    margin-bottom: 20px; }
    .benefits .title span {
      color: #e90e4c;
      font: bold 22px 'mr'; }
  .benefits ul {
    max-width: 320px; }
    .benefits ul li {
      color: #70889d;
      font: normal 12px 'os';
      position: relative;
      padding-left: 15px; }
      .benefits ul li:before {
        content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/liArrow.svg");
        position: absolute;
        left: 0;
        top: -1px; }

.new-img {
  position: absolute;
  top: 120px;
  right: 30px; }

.sliderText {
  position: absolute;
  bottom: 50px;
  right: 30px; }

.bulinaPret1 {
  position: absolute;
  top: 145px;
  left: 55px; }

.bulinaPret2 {
  position: absolute;
  top: 165px;
  left: 280px; }

.arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 2;
  margin-left: -117px;
  font-size: 26px; }
  @media all and (max-width: 1190px) {
    .arrow {
      line-height: 0; } }
  .arrow .arrow-title {
    font: 300 22px 'mr';
    color: #ffffff; }
    @media all and (max-width: 1190px) {
      .arrow .arrow-title {
        font-size: 16px; } }
  .arrow .arrow-subtitle {
    font: 300 22px 'mr';
    color: #e90e4c; }
    @media all and (max-width: 1190px) {
      .arrow .arrow-subtitle {
        font-size: 16px; } }
  .arrow .arrow-subtitle2 {
    font: 300 22px 'mr';
    color: #e90e4c;
    position: relative;
    top: 0px; }
    @media all and (max-width: 1190px) {
      .arrow .arrow-subtitle2 {
        font-size: 16px; } }
  .arrow img {
    margin: 0 auto; }

.sectionTitle {
  font-size: 18px;
  color: #1f4963;
  padding-top: 30px; }
  .sectionTitle:after {
    content: "";
    display: block;
    width: 25%;
    margin: 0 auto;
    border-top: 2px solid #70889d;
    margin-top: 20px; }

.sectionSubTitle {
  font-size: 12px;
  color: #70889d;
  padding-top: 20px; }

.theProduct {
  text-align: center; }
  .theProduct .product-title {
    font: 300 22px 'mr';
    color: #1f4963; }
  .theProduct .product-subtitle {
    font: bold 22px 'mr';
    color: #e90e4c;
    padding-bottom: 20px; }
  .theProduct .product-description {
    font: normal 12px 'os';
    color: #70889d;
    padding-bottom: 20px;
    min-height: 160px; }

.leftProd .textPart {
  padding-right: 50px; }
  @media all and (min-width: 767px) {
    .leftProd .textPart {
      padding-bottom: 0; } }

.rightProd .textPart {
  padding-left: 50px; }
  @media all and (min-width: 767px) {
    .rightProd .textPart {
      padding-bottom: 0; } }

.banner1 {
  background-image: url("https://k123.ro/wp-content/themes/theme_quart/img/backBanner1.jpg");
  padding: 60px 0; }
  @media all and (min-width: 767px) {
    .banner1 .left {
      padding-top: 25px; }
    .banner1 .right {
      padding-top: 30px; }
    .banner1 .right2 {
      padding-top: 0px; } }

.banner2 {
  background-color: #e7eef4;
  min-height: 300px; }
  .banner2 .banner2-left {
    padding-top: 12px; }
  .banner2 .title {
    font: 300 22px 'mr';
    color: #70889d;
    margin-top: 10px;
    margin-bottom: 20px; }
    .banner2 .title span {
      color: #e90e4c;
      font: bold 22px 'mr'; }
  .banner2 ul li {
    color: #70889d;
    font: normal 12px 'os';
    position: relative;
    padding-left: 15px; }
    .banner2 ul li:before {
      content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/liArrow.svg");
      position: absolute;
      left: 0;
      top: -1px; }

.banner3 {
  background-image: url("https://k123.ro/wp-content/themes/theme_quart/img/backBanner1.jpg");
  height: 260px; }
  .banner3 .title {
    font: bold 18px 'os';
    color: #ffffff;
    margin-top: 40px; }
    .banner3 .title:after {
      content: "";
      display: block;
      width: 25%;
      margin: 0 auto;
      border-top: 1px solid #ffffff;
      margin-top: 20px;
      margin-bottom: 30px; }
  .banner3 .text {
    font: normal 14px 'os';
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 70%; }
  .banner3 .name {
    font: normal 16px 'os';
    color: #e90e4c; }

.products .sectionTitle {
  color: #e90e4c;
  margin-bottom: 20px; }
.products .prodct .prodct-inside {
  padding: 16px;
  border: 1px solid #b2b2b2; }
  .products .prodct .prodct-inside .prodct-info .prodct-title {
    font: bold 18px 'os';
    color: #1f4963;
    min-height: 48px; }
  .products .prodct .prodct-inside .prodct-info .prodct-description {
    font: normal 12px 'os';
    color: #70889d;
    min-height: 68px; }
  .products .prodct .prodct-inside .prodct-info .prodct-qnty {
    font: bold 14px 'os';
    color: #1f4963; }
  .products .prodct .prodct-inside .prodct-info .prodct-price {
    font: bold 24px 'os';
    color: #e90e4c;
    margin-bottom: 10px; }

.transport {
  padding-bottom: 30px; }
  .transport .transport-title {
    font: normal 18px 'os';
    color: #1f4963;
    padding-bottom: 25px; }
  .transport .transport-subtitle {
    font: 300 12px 'os';
    color: #70889d;
    padding-bottom: 2px; }
  .transport p {
    font: 300 12px 'os';
    color: #70889d; }

.productPresentation {
  position: relative; }
  .productPresentation:after {
    content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/LogoBackground.svg");
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    transform: translate(-50%, -50%); }
  .productPresentation .bottom-text {
    color: #4eb0ee;
    font: normal 12px 'os';
    padding-top: 0; }

.howToUse .title {
  font: 300 22px 'mr';
  color: #70889d;
  padding-top: 50px;
  margin-bottom: 20px; }
  .howToUse .title span {
    color: #e90e4c;
    font: bold 22px 'mr'; }
.howToUse ul li {
  color: #70889d;
  font: normal 12px 'os';
  position: relative;
  padding-left: 15px; }
  .howToUse ul li:before {
    content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/liArrow.svg");
    position: absolute;
    left: 0;
    top: -1px;
    padding-top: 20px; }
.howToUse .cmdBtn {
  margin-top: 30px; }
.howToUse .leftUse {
  position: relative; }
  .howToUse .leftUse:after {
    content: "" url("https://k123.ro/wp-content/themes/theme_quart/img/LogoBackground.svg");
    display: block;
    position: absolute;
    bottom: -42px;
    left: -70px;
    z-index: -2; }

#footer .first {
  background-color: #e7eef4; }
#footer .second {
  font: normal 9px 'os';
  color: #ffffff;
  background-color: #e90e4c;
  min-height: 35px;
  padding-top: 5px; }
@media all and (min-width: 776px) {
  #footer .info1 {
    padding-top: 33px; } }
#footer .info1 p {
  font: 300 12px 'os';
  color: #1f4963; }
#footer .info1 .title {
  font: normal 12px 'os';
  color: #1f4963; }
@media all and (min-width: 776px) {
  #footer .info2 {
    padding-top: 33px; } }
#footer .info2 p {
  font: 300 12px 'os';
  color: #1f4963; }
#footer .info2 .title {
  font: normal 12px 'os';
  color: #1f4963; }

.orderFModal {
  width: auto;
  max-width: 900px;
  position: relative; }
  .orderFModal .modal-title {
    color: #e90e4c;
    font: bold 26px 'os';
    margin-bottom: 40px; }
  .orderFModal .modal-body {
    padding: 50px; }
  .orderFModal .modal-content {
    border-radius: 0 !important; }
  .orderFModal form input[type="text"] {
    margin-bottom: 10px;
    border: 1px solid #1f4963;
    padding-left: 5px; }
  .orderFModal form input[type="textare"] {
    padding-top: 0px;
    padding-left: 5px; }
  .orderFModal form p {
    text-align: center !important; }
  .orderFModal .closeBtn {
    position: absolute !important;
    top: 10px;
    right: 10px;
    z-index: 5; }
  .orderFModal .leftContact input {
    width: 100%; }
  .orderFModal .rightContact input {
    width: 100%; }
  .orderFModal .bottom-tex textarea {
    width: 100%; }
  .orderFModal .bottom-tex input {
    width: 100%; }

@media all and (max-width: 1199px) {
  .theProduct .product-description {
    min-height: 190px; } }
@media all and (max-width: 790px) {
  .arrow .arrow-title {
    font-size: 18px; }
  .arrow .arrow-subtitle {
    font-size: 18px; }

  .productPresentation .leftProd {
    width: 100% !important; }
    .productPresentation .leftProd .textPart {
      padding-right: 0px; }
  .productPresentation .rightProd {
    width: 100% !important; }
    .productPresentation .rightProd .textPart {
      padding-left: 0px; }
  .productPresentation .textPart {
    max-width: 350px;
    margin-top: 100px; }
  .productPresentation .bottom-text {
    bottom: 0; }

  .top-right-bar .buy-online {
    min-width: 145px; }

  .theMenu .menu-menu-left-container li {
    padding-left: 20px; }
  .theMenu .menu-menu-right-container li {
    padding-right: 20px; }

  #header .topLine .top-right-bar {
    display: none !important; }
  #header .topLine .top-left-bar {
    text-align: center;
    width: 100%; }
    #header .topLine .top-left-bar .phone1 {
      width: 50%; }

  .theProduct .textPart {
    padding: 0px; }

  .slick-dots {
    left: 0 !important; } }
@media all and (max-width: 767px) {
  #header .topLine .top-right-bar {
    /*display: none !important;*/ }
  #header .topLine .top-left-bar {
    width: 100%; }
    #header .topLine .top-left-bar .phone1 {
      width: 49%; }
  /*#header .theMenu .menu {
    display: none; }*/
  #header .theMenu .theLogo {
    /*max-width: 120px;
    margin: 0 auto;
    top: -20px;*/ }

  .banner0 .arrow {
    margin-left: -80px; }
    .banner0 .arrow .arrow-title {
      font-size: 18px; }
    .banner0 .arrow .arrow-subtitle {
      font-size: 18px; }
  .banner0 .slider {
    display: none; }
  .banner0 .slider_static {
    display: block; }
  .banner0 .new-thumb {
    display: none; }
  .banner0 .facebookIcon {
    display: none; }

  .benefits {
    padding-right: 25px !important;
    padding-left: 25px !important; }

  .banner2 {
    padding-right: 25px !important;
    padding-left: 25px !important; }

  .howToUse {
    padding-right: 25px !important;
    padding-left: 25px !important; }

  .products {
    padding-right: 25px !important;
    padding-left: 25px !important; }

  .productPresentation {
    padding-right: 25px !important;
    padding-left: 25px !important; }
    .productPresentation .leftProd .textPart {
      padding-right: 0px; }
    .productPresentation .rightProd .textPart {
      padding-left: 0px; }
    .productPresentation .bottom-text {
      bottom: -15px; } }
@media all and (max-width: 543px) {
  .productPresentation img {
    margin: 0 auto; }
  .productPresentation .bottom-text {
    display: none; }

  .banner1 img {
    margin: 0 auto; }

  .benefits ul {
    max-width: 100%; }

  .banner3 {
    height: 330px; }
    .banner3 .name {
      font-size: 14px; }
    .banner3 .slick-dots {
      left: 0 !important; }

  .products .sectionTitle {
    font-size: 16px; }

  .theProduct .product-description {
    min-height: 0; }

  #footer {
    text-align: center; }
    #footer img {
      margin: 0 auto; }

  .productPresentation .textPart {
    margin-top: 0px;
    max-width: none; }

  .benefits {
    padding-bottom: 0px; }
    .benefits .benefits-left .title {
      padding-bottom: 10px; }
    .benefits .benefits-left ul {
      margin-bottom: 20px; }
    .benefits .benefits-left .btnBlock {
      display: block;
      text-align: center; }
    .benefits .benefits-right {
      display: none; }

  .orderFModal .modal-body {
    padding: 10px; }
    .orderFModal .modal-body .modal-title {
      margin-bottom: 0px;
      margin-top: 20px; }

  .howToUse .leftUse ul {
    margin-bottom: 20px; }
  .howToUse .leftUse .title {
    padding-top: 20px; }
  .howToUse .rightUse {
    display: none; }
  .howToUse .btnBlock {
    display: block;
    text-align: center; }
    .howToUse .btnBlock .cmdBtn {
      margin-top: 0px; } }
.modals {
  background-color: #1f4963; }
  .modals .modals-wrapper {
    padding: 8px 16px; }
    .modals .modals-wrapper .modals-link {
      color: white;
      font: normal 11px/10px 'os';
      border-right: 1px solid white;
      padding: 0px 8px 0 4px;
      cursor: pointer;
      transition: .3s; }
      .modals .modals-wrapper .modals-link:last-child {
        border-right: none; }
      .modals .modals-wrapper .modals-link:hover {
        color: #e90e4c; }

.modal6 h4 {
  margin-top: 14px; }
.modal6 h1 {
  margin-bottom: 15px; }
.modal6 h5 {
  margin-top: 10px; }
.modal6 .modal-content {
  border-radius: 0 !important; }
  .modal6 .modal-content .modal-body {
    padding: 40px 30px; }
.modal6 .close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
  width: 30px;
  font-size: 35px;
  font-weight: bold;
  color: #e90e4c;
  opacity: 1; }

/*# sourceMappingURL=main.css.map */




.product_checkbox input[type="checkbox"]{
	width: auto !important;
	line-height: normal;
	min-height: auto !important;
}
.product_checkbox{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.product_checkbox  .wpcf7-list-item-label{
	display: inline-block;
	font-size: 16px;
}
.product_checkbox .wpcf7-list-item{
	padding-right: 15px;
}
.product_checkbox>p{
	text-align: left !important;
	margin-bottom: 10px;
}
.orderFModal form input[type="email"]{
	margin-bottom: 10px;
	padding-left: 5px;
}
