@charset "UTF-8";
/*$main-color-70: rgba(179,140,82,0.7);
$main-color-85: rgba(179,140,82,0.85);*/
/*$gallery_layout:(
    columns: 10,
    gutters: 24px/96px
);

$masonry_layout:(
    gutter-position: before
);*/
/* normalize.css v4.0.0 | 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 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
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

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

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

/* BASE */
*, *:before, *:after {
  box-sizing: border-box; }

::selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none; }

::-webkit-selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none; }

img::selection {
  background: transparent; }

/* Basic Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  color: inherit;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal; }

h1, .h1 {
  font-size: 3.6em; }

h2, .h2 {
  font-size: 3.1em; }

h3, .h3 {
  font-size: 2.6em; }

h4, .h4 {
  font-size: 2.35em; }

h5, .h5 {
  font-size: 1.85em; }

h6, .h6 {
  font-size: 1em; }

small, .small {
  font-size: 0.7em; }

a.link {
  text-decoration: none; }

a.link:hover {
  text-decoration: underline; }

p {
  margin: 0 0 15px 0; }

hr {
  border-bottom: 1px solid #333333;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
  clear: both; }

ul.list-inline, ol.list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.list-inline li, ol.list-inline li {
  display: inline-block; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

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

abbr, acronym {
  cursor: help; }

tt, code {
  font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier", monospace;
  font-size: 0.75em; }

pre {
  font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier", monospace;
  -moz-tab-size: 2;
  tab-size: 2;
  margin-bottom: 12px;
  white-space: nowrap;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Media elements */
img, picture, video, audio, embed, object, input, iframe {
  max-width: 100%;
  margin: 0; }

img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

img[src*=".svg"] {
  width: 100% \9; }

a:hover img {
  border: none;
  background: none; }

x::-ms-reveal, img[src*=".svg"] {
  width: 100%; }

a img {
  border: none; }

/* Button Module */
button, .button {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap; }

.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

button {
  background-image: none; }

button:focus, button:active {
  outline: none;
  box-shadow: none;
  border: none; }

button.button-disabled, button[disabled] {
  cursor: not-allowed;
  opacity: 0.65; }

/* Header module */
/* Form Module */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea, select {
  padding: 6px 10px;
  box-shadow: none; }

textarea, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  resize: none;
  height: auto;
  min-height: 50px; }

.table {
  width: 100%;
  margin-bottom: 15px; }

.table th, .table td {
  border-bottom: .1rem solid #e1e1e1;
  padding: 10px 20px;
  text-align: left; }

.table th:first-child, .table td:first-child {
  padding-left: 0; }

.table th:last-child, .table td:last-child {
  padding-right: 0; }

/* General layout */
section {
  width: 100%;
  display: block;
  position: relative; }

section:before, section:after {
  content: " ";
  display: table; }

section:after {
  clear: both; }

.inner-container {
  width: 100%; }

.inner-container:before, .inner-container:after {
  content: " ";
  display: table; }

.inner-container:after {
  clear: both; }

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

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

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

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

.full-width {
  width: 100%; }

.spacing {
  padding: 15px 0; }

/* PRINT STYLES */
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

html, body {
  width: 100%;
  display: block; }

html {
  font-weight: normal;
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #4b4949;
  line-height: 1; }

@media (max-width: 1080px) {
  body.body-lock {
    overflow: hidden; } }

a {
  text-decoration: none;
  color: #4b4949;
  outline: none !important; }

.is-link:hover {
  text-decoration: underline; }

p {
  font-size: 1em;
  line-height: 1;
  margin: 0; }

input,
select,
textarea {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot?1");
  src: url("../fonts/OpenSans-Regular.eot?1#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2?1") format("woff2"), url("../fonts/OpenSans-Regular.woff?1") format("woff"), url("../fonts/OpenSans-Regular.svg?1#wf") format("svg"), url("../fonts/OpenSans-Regular.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot?1");
  src: url("../fonts/OpenSans-Bold.eot?1#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2?1") format("woff2"), url("../fonts/OpenSans-Bold.woff?1") format("woff"), url("../fonts/OpenSans-Bold.svg?1#wf") format("svg"), url("../fonts/OpenSans-Bold.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.eot?1");
  src: url("../fonts/OpenSans-SemiBold.eot?1#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2?1") format("woff2"), url("../fonts/OpenSans-SemiBold.woff?1") format("woff"), url("../fonts/OpenSans-SemiBold.svg?1#wf") format("svg"), url("../fonts/OpenSans-SemiBold.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

.font-main, .input-field input[type=text], .input-field textarea, .input-field input[type=password], .input-field input[type=email], .input-field .chosen-container .chosen-drop .chosen-results li, .input-field .chosen-container-single .chosen-single span, .input-field .validation,
.input-field .error-alert, .input-field label, .product-item__price, .product-item__old-price, .custom-check.error .error-terms, .custom-check input[type="checkbox"] + label, .custom-check input[type="radio"] + label {
  font-family: 'OpenSans-Regular'; }

.font-main-600 {
  font-family: 'OpenSans-SemiBold'; }

.font-main-700 {
  font-family: 'OpenSans-Bold'; }

.btn {
  background-color: #00444f;
  color: #fff;
  text-align: center;
  font-size: 1.14286em;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  -webkit-appearance: button-bevel; }
  .btn:hover {
    background-color: rgba(201, 34, 40, 0.85);
    color: white; }
  .btn--white {
    background-color: #fff;
    color: #d4002a; }
  .btn--black {
    background-color: #000;
    color: #fff; }
  .btn-submit {
    height: 50px;
    line-height: 48px;
    width: 100%; }

.main__wrapper {
  padding-top: 156px;
  transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -webkit-transition: all 0.35s linear 0s; }
  @media (max-width: 1080px) {
    .main__wrapper {
      padding-top: 68px; } }
  .main__wrapper--no-padding {
    padding-top: 0; }
  .main__wrapper--big-space {
    padding-top: 112px; }
    @media (max-width: 1320px) {
      .main__wrapper--big-space {
        padding-top: 102px; } }
    @media (max-width: 1080px) {
      .main__wrapper--big-space {
        padding-top: 95px; } }

.overflow-hidden {
  overflow: hidden; }

.block {
  display: block; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

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

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1320px) {
    .container {
      padding: 0 15px; } }
  .container:after {
    display: none; }
  .container--small {
    max-width: 802px;
    margin-left: auto;
    margin-right: auto; }
    .container--small:after {
      content: " ";
      display: block;
      clear: both; }
  .container--border-top {
    border-top: 1px solid #d9d9d9; }
  @media (max-width: 480px) {
    .container.no-padding-on-mobile {
      padding: 0; } }

.vertical-aligned {
  font-size: 0;
  white-space: nowrap; }
  .vertical-aligned__column {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    white-space: normal;
    font-size: 16px; }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

.media__wrapper {
  position: relative;
  overflow: hidden;
  margin: 0; }
  .media__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section__flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

h1 {
  font-size: 4.28571em;
  line-height: 1.1; }

.inner {
  clear: both;
  width: 97.54082%;
  float: left;
  margin-left: 1.22959%;
  margin-right: 1.22959%; }
  .inner:after {
    content: " ";
    display: block;
    clear: both; }

.input-field {
  position: relative;
  padding-bottom: 18px;
  float: left;
  width: 100%; }
  .input-field:last-child {
    margin-bottom: 0; }
  .input-field:after {
    content: '';
    clear: both;
    display: table; }
  .input-field--left {
    width: 50%;
    float: left;
    margin-right: -2px; }
    @media (max-width: 480px) {
      .input-field--left {
        width: 100%;
        margin-right: 0; } }
  .input-field--right {
    width: 50%;
    float: left; }
    @media (max-width: 480px) {
      .input-field--right {
        width: 100%;
        margin-left: 0; } }
    .input-field--right input[type="password"]:focus {
      border-left-color: #ebeae8 !important; }
  .input-field.no-label {
    padding-top: 19px; }
  .input-field--last {
    margin-bottom: 38px; }
  .input-field input[type=text], .input-field textarea, .input-field input[type=password], .input-field input[type=email] {
    border: 2px solid #ebeae8;
    color: #5b5b5b;
    font-size: 1.14286em;
    padding: 0 15px;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s; }
    .input-field input[type=text]:focus, .input-field textarea:focus, .input-field input[type=password]:focus, .input-field input[type=email]:focus {
      outline: none;
      border-color: #cbcac8; }
  .input-field input[type=text], .input-field input[type=password], .input-field input[type=email]:-ms-input-placeholder {
    opacity: 1;
    color: #8c8c8c; }
  .input-field input[type=text], .input-field input[type=password], .input-field input[type=email]::placeholder {
    opacity: 1;
    color: #8c8c8c; }
  .input-field textarea {
    height: 112px;
    display: table;
    line-height: 1.2;
    padding: 22px 15px; }
    .input-field textarea:-ms-input-placeholder {
      opacity: 1;
      color: #ffffff; }
    .input-field textarea::placeholder {
      opacity: 1;
      color: #ffffff; }
  .input-field .chosen-container {
    float: left;
    width: 100% !important;
    border: 2px solid #ebeae8; }
    .input-field .chosen-container .chosen-drop {
      margin-top: -7px;
      letter-spacing: normal;
      font-size: 16px;
      width: calc(100% + 2px);
      left: -1px;
      -ms-transform: translateY(7px) !important;
      transform: translateY(7px) !important; }
  .input-field .chosen-container-single .chosen-single {
    padding: 16px; }
    .input-field .chosen-container-single .chosen-single span {
      font-weight: 300;
      font-size: 16px;
      color: #ebeae8;
      letter-spacing: normal;
      line-height: 16px; }
    .input-field .chosen-container-single .chosen-single div b {
      bottom: 20px; }
  .input-field .validation,
  .input-field .error-alert {
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 0.85714em;
    color: #ef0000;
    display: none;
    transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; }
    .input-field .validation.second,
    .input-field .error-alert.second {
      bottom: -10px; }
  .input-field label {
    color: #4b4949;
    font-size: 1em;
    margin-bottom: 5px;
    display: table;
    position: relative; }
    .input-field label:after {
      position: absolute;
      left: 100%;
      top: 0;
      content: '*';
      color: #c92228;
      display: none; }
  .input-field--required label:after {
    display: block; }
  .input-field.is-error .validation {
    opacity: 1;
    visibility: visible; }
  .input-field .form-cta {
    background-color: #31cc63;
    height: 44px;
    line-height: 42px;
    font-size: 0.85714em;
    border: 0;
    width: 186px;
    margin: 0 auto;
    display: block; }
    .input-field .form-cta:hover {
      background-color: #41dc73; }
  .input-field.error input {
    border-color: #ef0000; }

.main-title {
  text-align: center;
  padding: 50px 0; }
  @media (max-width: 480px) {
    .main-title {
      padding: 35px 0 40px; } }
  .main-title--top-20 {
    padding-top: 20px; }
  .main-title h1, .main-title h2 {
    font-size: 2.42857em;
    line-height: 1.13333;
    text-transform: uppercase;
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 0 65px; }
    @media (max-width: 480px) {
      .main-title h1, .main-title h2 {
        font-size: 1.71429em;
        line-height: 1.16667;
        padding: 0 30px; } }
    .main-title h1:after, .main-title h2:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      border-top: 1px solid #ebeae8;
      z-index: -1; }
    .main-title h1 span, .main-title h2 span {
      padding: 0 25px;
      background-color: #ffffff;
      display: block; }
      @media (max-width: 480px) {
        .main-title h1 span, .main-title h2 span {
          padding: 0 5px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  will-change: transform,background;
  background: #fff;
  transition: all .35s linear 0s;
  -o-transition: all .35s linear 0s;
  -moz-transition: all .35s linear 0s;
  -webkit-transition: all .35s linear 0s;
  will-change: transform; }
  header::after {
    bottom: -5px;
    box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, 0.26);
    content: "";
    height: 5px;
    left: 0px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 2050; }
  header .header-bottom {
    background-color: #f1f1f1; }
    header .header-bottom > div.container {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 90px; }
      header .header-bottom > div.container div.logo-container {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        /*div.logo-blue{
                        display: -webkit-flex;
                        display: -moz-flex;
                        display: -ms-flex;
                        display: -o-flex;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        position: relative;
                        
                        @include breakpoint($md) {
                            margin-left: auto;
                            margin-right: auto;
                        }

                        @include breakpoint($xs) {
                            transform: scale(0.8);
                        }

                        img{
                            height:45px;
                        }


                    }*/ }
        @media (max-width: 1080px) {
          header .header-bottom > div.container div.logo-container {
            -ms-flex: 0 1 100%;
            flex: 0 1 100%; } }
        header .header-bottom > div.container div.logo-container div.logo-bg {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative; }
          @media (max-width: 480px) {
            header .header-bottom > div.container div.logo-container div.logo-bg {
              -ms-transform: scale(0.8);
              transform: scale(0.8); } }
          header .header-bottom > div.container div.logo-container div.logo-bg img:nth-child(2) {
            margin-left: 30px;
            height: 45px; }
        header .header-bottom > div.container div.logo-container div.logo {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          max-width: 125px; }
          @media (max-width: 1080px) {
            header .header-bottom > div.container div.logo-container div.logo {
              margin-left: auto;
              margin-right: auto; } }
          @media (max-width: 480px) {
            header .header-bottom > div.container div.logo-container div.logo {
              -ms-transform: scale(0.8);
              transform: scale(0.8); } }
          header .header-bottom > div.container div.logo-container div.logo img {
            max-width: 100%; }
          header .header-bottom > div.container div.logo-container div.logo a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
      header .header-bottom > div.container div.main-navigation {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        header .header-bottom > div.container div.main-navigation > img.icon-black {
          display: none;
          cursor: pointer; }
          @media (max-width: 1080px) {
            header .header-bottom > div.container div.main-navigation > img.icon-black {
              display: block; } }
        header .header-bottom > div.container div.main-navigation > ul.header-menu {
          height: 100%;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center; }
          @media (max-width: 1080px) {
            header .header-bottom > div.container div.main-navigation > ul.header-menu {
              background: #fff;
              height: calc(100vh - 90px);
              margin: 0;
              opacity: 0;
              overflow: auto;
              position: fixed;
              right: 0;
              top: 90px;
              -ms-transform: translateX(-100%);
              transform: translateX(-100%);
              transition: all .3s ease 0s;
              -o-transition: all .3s ease 0s;
              -moz-transition: all .3s ease 0s;
              -webkit-transition: all .3s ease 0s;
              visibility: hidden;
              width: 100%;
              will-change: transform,opacity;
              z-index: 9;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              -o-flex-direction: column;
              flex-direction: column; }
              header .header-bottom > div.container div.main-navigation > ul.header-menu.is-active {
                opacity: 1;
                -ms-transform: translateX(0);
                transform: translateX(0);
                visibility: visible; } }
          header .header-bottom > div.container div.main-navigation > ul.header-menu > li {
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -ms-flex-align: center;
            align-items: center;
            position: relative; }
            @media (max-width: 1080px) {
              header .header-bottom > div.container div.main-navigation > ul.header-menu > li {
                height: unset;
                width: 100%;
                border-bottom: 1px solid #eee;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: -ms-flexbox;
                display: flex; } }
            header .header-bottom > div.container div.main-navigation > ul.header-menu > li > a {
              color: #00444f;
              font-size: 1em;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -ms-flexbox;
              display: flex;
              padding-left: 20px;
              padding-right: 20px;
              -ms-flex-align: center;
              align-items: center;
              -ms-flex-pack: center;
              justify-content: center;
              height: 100%;
              transition: all 0.25s ease;
              text-transform: uppercase;
              transition: all 0.25s; }
              @media (max-width: 1080px) {
                header .header-bottom > div.container div.main-navigation > ul.header-menu > li > a {
                  -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
                  padding-top: 25px;
                  padding-bottom: 25px; } }
              header .header-bottom > div.container div.main-navigation > ul.header-menu > li > a:hover, header .header-bottom > div.container div.main-navigation > ul.header-menu > li > a.is-active {
                /*text-shadow:0 0 0.03px #00444f, 0 0 0.03px #00444f, 0 0 0.03px #00444f;*/
                font-weight: bold; }

.banners {
  margin: 33px 0; }
  .banners--bottom-space {
    margin-bottom: 70px; }
  .banners--col-one .banners__item {
    width: 97.54082%;
    float: left;
    margin-left: 1.22959%;
    margin-right: 1.22959%; }
    .banners--col-one .banners__item .media__wrapper {
      padding-bottom: 17.70%; }
  @media (max-width: 767px) {
    .banners--col-three {
      margin: 20px 0; } }
  .banners--col-three .banners__item {
    width: 30.87416%;
    float: left;
    margin-left: 1.22959%;
    margin-right: 1.22959%; }
    @media (max-width: 480px) {
      .banners--col-three .banners__item {
        width: 97.54082%;
        float: left;
        margin-left: 1.22959%;
        margin-right: 1.22959%;
        margin-bottom: 15px; } }
    .banners--col-three .banners__item .media__wrapper {
      padding-bottom: 48.17%; }
  .banners--col-four .banners__item {
    width: 22.54082%;
    float: left;
    margin-left: 1.22959%;
    margin-right: 1.22959%; }
    @media (max-width: 767px) {
      .banners--col-four .banners__item {
        width: 47.54082%;
        float: left;
        margin-left: 1.22959%;
        margin-right: 1.22959%;
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .banners--col-four .banners__item {
        width: 97.54082%;
        float: left;
        margin-left: 1.22959%;
        margin-right: 1.22959%;
        margin-bottom: 15px; } }
  .banners--col-four .media__wrapper {
    padding-bottom: 57.14%; }
  .banners__item {
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }
    .banners__item:hover {
      opacity: 0.9; }

.main-slider .slick-dots {
  bottom: 20px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  display: none; }
  @media (max-width: 1080px) {
    .main-slider .slick-dots {
      padding-right: 28px; } }
  @media (max-width: 767px) {
    .main-slider .slick-dots {
      display: block; } }
  .main-slider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px; }
    .main-slider .slick-dots li:last-child {
      margin-right: 0; }
    .main-slider .slick-dots li.slick-active button {
      background: #ffffff;
      border-color: #ffffff; }
    .main-slider .slick-dots li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      padding: 0;
      background-color: transparent;
      border-radius: 50%;
      border: 1px solid #ffffff;
      transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s; }
      .main-slider .slick-dots li button:hover {
        background: transparent; }

@media (max-width: 767px) {
  .main-slider .slick-arrow {
    display: none !important; } }

.product-slider {
  padding-bottom: 20px;
  /* Slider */ }
  .product-slider--bottom-space {
    padding-bottom: 110px; }
    @media (max-width: 767px) {
      .product-slider--bottom-space {
        padding-bottom: 90px; } }
    @media (max-width: 480px) {
      .product-slider--bottom-space {
        padding-bottom: 60px; } }
  .product-slider .slick-arrow {
    background: transparent;
    box-shadow: none; }
    .product-slider .slick-arrow.slick-next {
      right: -35px; }
      @media (max-width: 1320px) {
        .product-slider .slick-arrow.slick-next {
          right: 5px; } }
    .product-slider .slick-arrow.slick-prev {
      left: -35px; }
      @media (max-width: 1320px) {
        .product-slider .slick-arrow.slick-prev {
          left: 5px; } }

.product-item {
  margin: 0 15px;
  border: 1px solid #ebeae8;
  padding: 22px;
  position: relative;
  float: left; }
  @media (max-width: 1080px) {
    .product-item {
      padding: 15px; } }
  @media (max-width: 480px) {
    .product-item {
      margin: 0 3px; } }
  .product-item:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #ebeae8;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.35s linear 0s;
    -o-transition: all 0.35s linear 0s;
    -moz-transition: all 0.35s linear 0s;
    -webkit-transition: all 0.35s linear 0s; }
  .product-item h2 {
    font-size: 1.28571em;
    line-height: 1.22222;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .product-item p {
    margin-bottom: 18px;
    height: 40px;
    overflow: hidden; }
  .product-item:hover:after {
    opacity: 1; }
  .product-item__body {
    padding-top: 22px; }
  .product-item__price {
    font-size: 1.28571em;
    color: #c92228; }
    @media (max-width: 1080px) {
      .product-item__price {
        font-size: 1.14286em; } }
  .product-item__old-price {
    text-decoration: line-through;
    margin-left: 5px;
    color: #848484; }
    @media (max-width: 1080px) {
      .product-item__old-price {
        font-size: 0.85714em; } }
  .product-item__image {
    height: 230px;
    position: relative;
    margin: 0; }
    .product-item__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: normal; }

.thumbs-slider__body {
  float: right;
  width: 85.13%;
  padding-left: 3.3%; }
  @media (max-width: 1080px) {
    .thumbs-slider__body {
      width: 100%;
      padding-left: 0; } }
  .thumbs-slider__body .slick-slider {
    border: 1px solid #ebeae8; }

.thumbs-slider__body-item div {
  padding: 39px 0; }
  .thumbs-slider__body-item div img {
    margin: 0 auto; }

.thumbs-slider__nav {
  float: left;
  width: 14.87%; }
  @media (max-width: 1080px) {
    .thumbs-slider__nav {
      width: 100%;
      padding-left: 0; } }

.thumbs-slider__nav-item {
  cursor: pointer;
  margin-bottom: 8px; }
  .thumbs-slider__nav-item div {
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    padding: 7px 0;
    border: 1px solid #ebeae8; }
    .thumbs-slider__nav-item div img {
      margin: 0 auto; }
  .thumbs-slider__nav-item.slick-current div {
    border-color: #c92228; }

.thumbs-slider__nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  text-align: center;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s; }
  .thumbs-slider__nav-overlay p {
    font-size: 0.85714em;
    line-height: 1.41667; }

.thumbs-slider__nav-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15.21%; }

div.products {
  padding-bottom: 50px; }
  div.products > h3 {
    color: #94c347;
    font-size: 1.42857em;
    text-transform: uppercase; }
    div.products > h3 img {
      margin-bottom: 4px; }
  div.products div.product-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    div.products div.product-row > div {
      background-color: #fff;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #e9e9e9;
      margin-right: 20px;
      margin-bottom: 20px;
      -ms-flex-preferred-size: calc(25% - 22px);
      flex-basis: calc(25% - 22px);
      position: relative; }
      div.products div.product-row > div > a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      div.products div.product-row > div > div.product-image {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px;
        max-height: 260px;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        div.products div.product-row > div > div.product-image img {
          max-height: 175px; }
      div.products div.product-row > div > div.product-text {
        border-top: 1px solid #e9e9e9;
        padding: 24px;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        div.products div.product-row > div > div.product-text h4 {
          color: #5a2a82;
          font-size: 1.42857em; }
        div.products div.product-row > div > div.product-text p {
          color: #5a2a82;
          font-size: 1em; }

footer {
  outline: none; }
  footer .footer__info {
    background-color: #f1f1f1; }
    footer .footer__info div.container {
      padding-top: 50px;
      padding-bottom: 60px; }
      footer .footer__info div.container h3 {
        color: #00444f;
        text-transform: uppercase;
        font-size: 2.14286em;
        text-align: center;
        margin-bottom: 40px;
        font-family: OpenSans-Bold; }
        @media (max-width: 480px) {
          footer .footer__info div.container h3 {
            font-size: 1.57143em; } }
      footer .footer__info div.container > h4 {
        text-align: center;
        margin-bottom: 60px;
        font-size: 1.85714em; }
        footer .footer__info div.container > h4 a:hover {
          text-decoration: underline; }
      footer .footer__info div.container > div {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start; }
        footer .footer__info div.container > div > div {
          margin-left: 35px;
          margin-right: 35px;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          -o-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; }
          @media (max-width: 480px) {
            footer .footer__info div.container > div > div {
              margin-left: 20px;
              margin-right: 20px; } }
          @media (max-width: 400px) {
            footer .footer__info div.container > div > div {
              margin-left: 10px;
              margin-right: 10px; } }
          footer .footer__info div.container > div > div > img {
            margin-bottom: 26px; }
          footer .footer__info div.container > div > div > p {
            text-align: center; }
            footer .footer__info div.container > div > div > p a:hover {
              text-decoration: underline; }
  footer .email {
    text-align: center;
    background-color: #f1f1f1;
    padding-bottom: 30px;
    font-size: 1.14286em; }
  footer .footer-payment {
    padding-bottom: 30px;
    padding-top: 30px; }
    footer .footer-payment .container {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 940px) {
        footer .footer-payment .container {
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 480px) {
        footer .footer-payment .container .links-content {
          display: -ms-flexbox;
          display: flex; } }
      footer .footer-payment .container .links-content a:last-child {
        margin: 14px 0 0 44px; }
        @media (max-width: 480px) {
          footer .footer-payment .container .links-content a:last-child {
            margin: 10px 0 0 20px; } }
      @media (max-width: 480px) {
        footer .footer-payment .container .img-content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-top: 15px; } }
      footer .footer-payment .container .img-content img {
        margin: 13px 0 0 15px; }
        @media (max-width: 400px) {
          footer .footer-payment .container .img-content img {
            margin: 0;
            margin-right: 10px;
            -ms-flex: 0 1 25%;
            flex: 0 1 25%;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            margin-bottom: 10px; } }
      footer .footer-payment .container .img-content img:first-child {
        margin: 13px 0 0 46px; }
        @media (max-width: 400px) {
          footer .footer-payment .container .img-content img:first-child {
            margin: 0;
            margin-right: 10px;
            margin-bottom: 10px; } }
  footer .copyright {
    background-color: #a9dae9;
    padding: 15px 0 15px;
    text-align: center; }
    footer .copyright p {
      color: #00444f;
      font-size: 0.85714em; }

.custom-check {
  display: block;
  position: relative;
  float: left;
  width: 100%; }
  .custom-check.error .error-terms {
    color: #c92228;
    display: block;
    margin-top: 15px; }
  .custom-check:after {
    content: '';
    display: table;
    clear: both; }
  .custom-check--border-wrap {
    border: 2px solid #ebeae8;
    padding: 15px 12px; }
  .custom-check input[type="checkbox"], .custom-check input[type="radio"] {
    display: none; }
    .custom-check input[type="checkbox"] + label, .custom-check input[type="radio"] + label {
      color: #848484;
      cursor: pointer;
      font-size: 1em;
      padding-left: 22px;
      margin: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s; }
      .custom-check input[type="checkbox"] + label:after, .custom-check input[type="radio"] + label:after {
        border: 1px solid #848484;
        background-color: #ffffff;
        content: "";
        height: 10px;
        width: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .custom-check input[type="checkbox"]:checked + label, .custom-check input[type="radio"]:checked + label {
      color: #000000; }
      .custom-check input[type="checkbox"]:checked + label:after, .custom-check input[type="radio"]:checked + label:after {
        border-color: #000000;
        background-color: #000000; }
  .custom-check input[type="radio"] + label:after {
    border-radius: 50%; }
  .custom-check input[type="radio"] + label:before {
    border-radius: 50%;
    background-color: #c92228;
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    left: 2px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    will-change: transform; }
  .custom-check input[type="radio"]:checked + label:after {
    border-color: #848484;
    background-color: #ffffff; }
  .custom-check input[type="radio"]:checked + label:before {
    opacity: 1; }

section.single-product {
  padding-top: 60px;
  padding-bottom: 140px; }
  section.single-product > div.container > p {
    color: #bcbcbc;
    font-size: 1em;
    margin-bottom: 12px; }
  section.single-product > div.container div.single-product-info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
    section.single-product > div.container div.single-product-info > div.single-product-image {
      background-color: #fff;
      border: 1px solid #e9e9e9;
      position: absolute;
      width: 420px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      section.single-product > div.container div.single-product-info > div.single-product-image img {
        padding-top: 70px;
        padding-bottom: 80px; }
    section.single-product > div.container div.single-product-info > div.single-product-text {
      padding-left: 470px;
      padding-right: 50px;
      padding-top: 20px;
      padding-bottom: 20px; }
      section.single-product > div.container div.single-product-info > div.single-product-text h3 {
        color: #ff974a;
        font-size: 1.71429em;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 12px; }
      section.single-product > div.container div.single-product-info > div.single-product-text p:first-of-type {
        color: #808080;
        font-size: 1.28571em;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 1; }
      section.single-product > div.container div.single-product-info > div.single-product-text p:last-of-type {
        color: #808080;
        font-size: 1em; }
  section.single-product div.container-fluid {
    background-color: #94c347; }
    section.single-product div.container-fluid div.additional-text {
      padding-left: 470px;
      padding-right: 50px;
      padding-top: 40px;
      padding-bottom: 40px; }
      section.single-product div.container-fluid div.additional-text p {
        color: #fff;
        font-size: 1.28571em;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 25px; }
      section.single-product div.container-fluid div.additional-text ul {
        list-style-image: url("../img/arrow-right.png");
        padding-left: 20px; }
        section.single-product div.container-fluid div.additional-text ul li {
          color: #fff;
          font-size: 1.28571em;
          margin-bottom: 12px;
          padding-left: 5px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute;
  margin-left: 0 !important; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background-color: #cbcbcb;
  position: relative; }

.jspDrag {
  background: #c92228;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*@import "compass/css3/box-sizing";
@import "compass/css3/images";
@import "compass/css3/user-interface";*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right; }
  .chosen-container.chosen-container-active:before {
    width: 100%; }
  .chosen-container .chosen-drop {
    left: 0;
    margin-top: 3px;
    opacity: 0;
    z-index: 3;
    width: 100%;
    display: block;
    margin-top: 8px;
    position: absolute;
    visibility: hidden;
    letter-spacing: 2.5px;
    font-size: 17px;
    transition: all 0.3s ease;
    border: 1px solid #e9e9e9;
    background-color: #fff; }
  .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(7px);
    transform: translateY(7px); }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single {
  width: auto !important; }
  .chosen-container-single .chosen-single {
    z-index: 5;
    width: auto !important;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    text-decoration: none;
    background-color: #fff;
    font-size: 1em; }
  .chosen-container-single .chosen-default {
    color: #999; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 0;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    line-height: 14px;
    color: #4b4949 !important;
    transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all .1s ease 0s;
    padding: 0 25px 0 0 !important; }
  .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px; }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: image-url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: -42px -10px; }
  .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4.5px 0 4.5px;
      border-color: #848484 transparent transparent transparent;
      position: absolute;
      bottom: 5px;
      transition: all 0.2s linear 0s;
      -o-transition: all 0.2s linear 0s;
      -moz-transition: all 0.2s linear 0s;
      -webkit-transition: all 0.2s linear 0s; }
  .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap; }
    .chosen-container-single .chosen-search input[type="text"] {
      margin: 1px 0;
      padding: 4px 20px 4px 5px;
      width: 100%;
      height: auto;
      outline: 0;
      border: 1px solid #aaa;
      background: #fff image-url("chosen-sprite.png") no-repeat 100% -20px;
      /*@include background($chosen-sprite no-repeat 100% -20px);*/
      font-size: 1em;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0; }
  .chosen-container-single .chosen-drop {
    top: 100%;
    border-top: 2px solid #c92228;
    border-radius: 0;
    background-clip: padding-box; }
  .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #000;
  font-size: 19px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 280px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    font-size: 14px;
    padding: 18px 20px;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.3s ease; }
    .chosen-container .chosen-results li:last-child {
      border: 0; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default;
      display: none !important; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #fafafa;
      /*@include background-image(linear-gradient(#3875d7 20%, #2a62bc 90%));*/
      color: #e60028; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  /*@include background-image(linear-gradient(#eee 1%, #fff 15%));*/
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    /*@include background-image(linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%));*/
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: image-url("chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    /*@include background-image(linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%));*/
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff image-url("chosen-sprite.png") no-repeat -30px -20px;
    /*@include background($chosen-sprite no-repeat -30px -20px);*/
    direction: rtl; }

/* @end */
/* @group Retina compatibility */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: $chosen-sprite-retina !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}*/
/* @end */
/*! jQuery UI - v1.12.1 - 2017-03-22
* http://jqueryui.com
* Includes: core.css, tabs.css
* 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: 100; }

/* 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;
  text-indent: -99999px;
  overflow: hidden;
  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-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;
}*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.75;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

/*
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }*/
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0; }

.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans","Book Antiqua",sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0); }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0); }

main {
  padding-top: 80px; }
  main section.top-image {
    background-image: url("../img/pocetna-uvod.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 280px; }
    @media (max-width: 1600px) {
      main section.top-image {
        padding-top: 140px;
        padding-bottom: 65px; } }
    @media (max-width: 1320px) {
      main section.top-image {
        padding-top: 100px; } }
    @media (max-width: 480px) {
      main section.top-image {
        padding-top: 75px;
        padding-bottom: 50px; } }
    main section.top-image div.container {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
      main section.top-image div.container div {
        background-color: rgba(0, 68, 79, 0.9);
        color: #fff;
        max-width: 1100px;
        padding: 90px 100px 100px; }
        @media (max-width: 1320px) {
          main section.top-image div.container div {
            padding: 50px 70px; } }
        @media (max-width: 1200px) {
          main section.top-image div.container div {
            padding: 40px; } }
        @media (max-width: 1080px) {
          main section.top-image div.container div {
            padding: 30px; } }
        main section.top-image div.container div > h1 {
          font-size: 3.35714em;
          text-align: center;
          margin-bottom: 40px;
          font-family: OpenSans-SemiBold; }
          @media (max-width: 1320px) {
            main section.top-image div.container div > h1 {
              font-size: 2.85714em; } }
          @media (max-width: 1080px) {
            main section.top-image div.container div > h1 {
              font-size: 2.28571em; } }
        main section.top-image div.container div > p {
          text-align: justify;
          font-size: 1.42857em;
          line-height: 30px;
          margin-bottom: 10px; }
          @media (max-width: 1080px) {
            main section.top-image div.container div > p {
              font-size: 1.28571em;
              line-height: 1.3; } }
          @media (max-width: 767px) {
            main section.top-image div.container div > p {
              font-size: 1.14286em; } }
          main section.top-image div.container div > p:last-child {
            margin-bottom: 0; }
  main section.banners {
    position: relative; }
    @media (max-width: 480px) {
      main section.banners {
        margin-bottom: 0; } }
    main section.banners > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  main section#tours {
    margin-top: 30px;
    outline: none; }
    @media (max-width: 767px) {
      main section#tours {
        margin-bottom: 400px;
        margin-top: 0; } }
    main section#tours div.single-tour {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      min-height: 600px; }
      @media (max-width: 1080px) {
        main section#tours div.single-tour {
          min-height: unset; } }
      @media (max-width: 767px) {
        main section#tours div.single-tour {
          margin-bottom: 460px;
          position: relative;
          height: 400px; } }
      @media (max-width: 480px) {
        main section#tours div.single-tour {
          height: 380px;
          margin-bottom: 350px; } }
      main section#tours div.single-tour:first-child {
        background-image: url("../img/Tura_1.jpg");
        background-size: contain;
        background-position: center left;
        background-repeat: no-repeat; }
        @media (max-width: 940px) {
          main section#tours div.single-tour:first-child {
            background-size: cover; } }
        @media (max-width: 600px) {
          main section#tours div.single-tour:first-child {
            background-size: contain; } }
      main section#tours div.single-tour:nth-child(2) {
        background-image: url("../img/Tura_2.jpg");
        background-size: contain;
        background-position: center left;
        background-repeat: no-repeat; }
        @media (max-width: 940px) {
          main section#tours div.single-tour:nth-child(2) {
            background-size: cover; } }
        @media (max-width: 600px) {
          main section#tours div.single-tour:nth-child(2) {
            background-size: contain; } }
      main section#tours div.single-tour:nth-child(3) {
        background-image: url("../img/Tura_3.jpg");
        background-size: contain;
        background-position: center left;
        background-repeat: no-repeat;
        margin-bottom: 0; }
        @media (max-width: 940px) {
          main section#tours div.single-tour:nth-child(3) {
            background-size: cover; } }
        @media (max-width: 600px) {
          main section#tours div.single-tour:nth-child(3) {
            background-size: contain; } }
      main section#tours div.single-tour > div {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-left: auto;
        background-color: #a9dae9;
        padding-top: 110px;
        position: relative;
        /*nov raspored*/
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        /*@include breakpoint($xs2) {
					bottom: -110%;
				}*/ }
        @media (max-width: 1320px) {
          main section#tours div.single-tour > div {
            padding-top: 70px; } }
        @media (max-width: 1080px) {
          main section#tours div.single-tour > div {
            padding-top: 40px; } }
        @media (max-width: 767px) {
          main section#tours div.single-tour > div {
            position: absolute;
            bottom: -100%;
            width: 100%;
            min-height: 480px;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -ms-flexbox;
            display: flex;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column; } }
        main section#tours div.single-tour > div > h3 {
          color: #00444f;
          font-size: 1.85714em;
          font-family: OpenSans-Bold;
          text-transform: uppercase;
          padding-left: 70px;
          margin-bottom: 15px; }
          @media (max-width: 1200px) {
            main section#tours div.single-tour > div > h3 {
              padding-left: 40px; } }
          @media (max-width: 1080px) {
            main section#tours div.single-tour > div > h3 {
              padding-left: 20px;
              font-size: 1.57143em; } }
        main section#tours div.single-tour > div > h4 {
          color: #fff;
          font-size: 1.42857em;
          font-weight: 300;
          text-transform: uppercase;
          padding-left: 70px;
          margin-bottom: 50px; }
          @media (max-width: 1200px) {
            main section#tours div.single-tour > div > h4 {
              padding-left: 40px;
              margin-bottom: 30px; } }
          @media (max-width: 1080px) {
            main section#tours div.single-tour > div > h4 {
              padding-left: 20px;
              margin-bottom: 20px;
              font-size: 1.28571em; } }
        main section#tours div.single-tour > div > p {
          color: #00444f;
          font-size: 1.14286em;
          text-align: justify;
          line-height: 26px;
          padding-left: 70px;
          margin-bottom: 45px;
          max-width: 500px; }
          @media (max-width: 1200px) {
            main section#tours div.single-tour > div > p {
              padding-left: 40px; } }
          @media (max-width: 1080px) {
            main section#tours div.single-tour > div > p {
              padding-left: 20px;
              font-size: 1em;
              padding-right: 15px;
              line-height: 1.3; } }
        main section#tours div.single-tour > div > div {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          padding-left: 70px;
          margin-bottom: 65px;
          -ms-flex-align: end;
          align-items: flex-end;
          /*nov raspored*/
          margin-top: auto; }
          @media (max-width: 1200px) {
            main section#tours div.single-tour > div > div {
              padding-left: 40px; } }
          @media (max-width: 1080px) {
            main section#tours div.single-tour > div > div {
              padding-left: 20px;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
          @media (max-width: 940px) {
            main section#tours div.single-tour > div > div {
              margin-bottom: 30px; } }
          main section#tours div.single-tour > div > div > div {
            margin-right: 50px; }
            @media (max-width: 1200px) {
              main section#tours div.single-tour > div > div > div {
                margin-right: 30px; } }
            @media (max-width: 1080px) {
              main section#tours div.single-tour > div > div > div {
                margin-right: 20px; } }
            main section#tours div.single-tour > div > div > div > p {
              text-align: center;
              color: #00444f;
              font-size: 1.14286em;
              font-family: OpenSans-Bold;
              margin-top: 15px; }
              @media (max-width: 1080px) {
                main section#tours div.single-tour > div > div > div > p {
                  font-size: 1em; } }
          main section#tours div.single-tour > div > div > a {
            width: 125px;
            height: 40px;
            line-height: 40px;
            text-transform: uppercase; }
            @media (max-width: 940px) {
              main section#tours div.single-tour > div > div > a {
                margin-top: 20px; } }
          main section#tours div.single-tour > div > div div.side-form {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            border: 0.5px solid #e6e6e6;
            will-change: transform,opacity;
            -ms-transform: translateX(-5%);
            transform: translateX(-5%);
            transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            z-index: 100;
            background-color: #f1f1f1;
            padding: 20px 40px;
            -ms-flex-pack: justify;
            justify-content: space-between;
            overflow-y: auto; }
            @media (max-width: 940px) {
              main section#tours div.single-tour > div > div div.side-form {
                padding-left: 15px;
                padding-right: 15px; } }
            @media (max-width: 767px) {
              main section#tours div.single-tour > div > div div.side-form {
                padding-bottom: 60px; } }
            main section#tours div.single-tour > div > div div.side-form.is-active {
              opacity: 1;
              visibility: visible;
              -ms-transform: translateX(0);
              transform: translateX(0); }
            main section#tours div.single-tour > div > div div.side-form > a {
              position: absolute;
              top: 30px;
              right: 40px; }
              @media (max-width: 480px) {
                main section#tours div.single-tour > div > div div.side-form > a {
                  right: 20px; } }
            main section#tours div.single-tour > div > div div.side-form > h4 {
              line-height: 1; }
              @media (max-width: 1320px) {
                main section#tours div.single-tour > div > div div.side-form > h4 {
                  font-size: 1.42857em; } }
              @media (max-width: 480px) {
                main section#tours div.single-tour > div > div div.side-form > h4 {
                  font-size: 1.14286em; } }
            main section#tours div.single-tour > div > div div.side-form > form {
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -ms-flexbox;
              display: flex;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              -o-flex-direction: column;
              flex-direction: column;
              padding-top: 10px; }
              @media (max-width: 1080px) {
                main section#tours div.single-tour > div > div div.side-form > form {
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -moz-flex-direction: row;
                  -ms-flex-direction: row;
                  -o-flex-direction: row;
                  flex-direction: row;
                  padding-top: 20px; } }
              @media (max-width: 767px) {
                main section#tours div.single-tour > div > div div.side-form > form {
                  padding-top: 10px; } }
              main section#tours div.single-tour > div > div div.side-form > form > div > div {
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: -ms-flexbox;
                display: flex;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -o-flex-direction: column;
                flex-direction: column;
                margin-bottom: 15px; }
                @media (max-width: 1080px) {
                  main section#tours div.single-tour > div > div div.side-form > form > div > div {
                    -ms-flex: 0 1 50%;
                    flex: 0 1 50%;
                    margin-bottom: 10px; } }
                main section#tours div.single-tour > div > div div.side-form > form > div > div > label {
                  color: #777;
                  margin-bottom: 6px; }
                main section#tours div.single-tour > div > div div.side-form > form > div > div > input {
                  width: 60%;
                  height: 40px;
                  border: 1px solid #777;
                  padding-left: 15px; }
                  @media (max-width: 1080px) {
                    main section#tours div.single-tour > div > div div.side-form > form > div > div > input {
                      width: 90%;
                      height: 32px; } }
                  @media (max-width: 767px) {
                    main section#tours div.single-tour > div > div div.side-form > form > div > div > input {
                      width: 350px; } }
                  @media (max-width: 600px) {
                    main section#tours div.single-tour > div > div div.side-form > form > div > div > input {
                      width: 300px; } }
                  @media (max-width: 480px) {
                    main section#tours div.single-tour > div > div div.side-form > form > div > div > input {
                      width: 250px; } }
                main section#tours div.single-tour > div > div div.side-form > form > div > div > select {
                  width: 60%;
                  height: 40px;
                  border: 1px solid #777; }
                  @media (max-width: 1080px) {
                    main section#tours div.single-tour > div > div div.side-form > form > div > div > select {
                      width: 90%;
                      height: 32px; } }
                  @media (max-width: 767px) {
                    main section#tours div.single-tour > div > div div.side-form > form > div > div > select {
                      width: 350px; } }
                  @media (max-width: 600px) {
                    main section#tours div.single-tour > div > div div.side-form > form > div > div > select {
                      width: 300px; } }
                  @media (max-width: 480px) {
                    main section#tours div.single-tour > div > div div.side-form > form > div > div > select {
                      width: 250px; } }
              main section#tours div.single-tour > div > div div.side-form > form > div > input[type=submit] {
                -ms-flex-item-align: end;
                align-self: flex-end;
                width: 120px;
                height: 40px;
                line-height: 34px;
                text-transform: uppercase;
                position: absolute;
                bottom: 102px;
                right: 40px;
                background-color: #00444f;
                color: #fff;
                text-align: center;
                font-size: 1.14286em;
                transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                cursor: pointer;
                display: inline-block;
                letter-spacing: 1px;
                -webkit-appearance: button-bevel; }
                @media (max-width: 600px) {
                  main section#tours div.single-tour > div > div div.side-form > form > div > input[type=submit] {
                    position: static; } }
                main section#tours div.single-tour > div > div div.side-form > form > div > input[type=submit]:hover {
                  background-color: rgba(201, 34, 40, 0.85);
                  color: white; }
        main section#tours div.single-tour > div > div:last-child {
          background-color: #e8412f;
          min-height: 57px;
          padding-left: 70px;
          margin-bottom: 0;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          z-index: 101; }
          @media (max-width: 1200px) {
            main section#tours div.single-tour > div > div:last-child {
              padding-left: 40px; } }
          @media (max-width: 767px) {
            main section#tours div.single-tour > div > div:last-child {
              margin-top: auto;
              padding-left: 20px; } }
          main section#tours div.single-tour > div > div:last-child > p {
            color: #fff;
            font-size: 1em;
            line-height: 1.3; }
            @media (max-width: 1080px) {
              main section#tours div.single-tour > div > div:last-child > p {
                padding-right: 15px; } }
  main section.info > p {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #00444f;
    font-size: 1em;
    font-family: OpenSans-SemiBold; }
    @media (max-width: 600px) {
      main section.info > p {
        padding-left: 15px;
        padding-right: 15px; } }
    main section.info > p span {
      color: #e8412f; }

.check-out2 {
  padding-bottom: 85px; }
  .check-out2 .cart__left-side {
    padding: 0 0 67px 0px;
    float: left;
    width: 65.73%; }
    @media (max-width: 767px) {
      .check-out2 .cart__left-side {
        width: 100%;
        padding-left: 10px;
        float: none; } }
    .check-out2 .cart__left-side table {
      width: 100%;
      text-align: center; }
  .check-out2 .cart__right-side {
    padding: 0 0px 67px 2.78%;
    float: left;
    width: 34.26%; }
    @media (max-width: 767px) {
      .check-out2 .cart__right-side {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .check-out2 .cart__right-side {
        padding-left: 0; } }
    .check-out2 .cart__right-side .bill {
      border: 1px solid #ebebeb;
      padding: 37px 39px;
      margin: 4px 0 10px; }
      @media (max-width: 480px) {
        .check-out2 .cart__right-side .bill {
          padding: 20px; } }
      .check-out2 .cart__right-side .bill__row {
        padding-bottom: 20px; }
        .check-out2 .cart__right-side .bill__row:after {
          display: table;
          clear: both;
          content: ''; }
        .check-out2 .cart__right-side .bill__row:last-child {
          padding-bottom: 0;
          border-top: 1px solid red;
          padding-top: 28px;
          margin-top: 10px; }
      .check-out2 .cart__right-side .bill__title {
        font-size: 1.14286em;
        float: left;
        width: 50%; }
        .check-out2 .cart__right-side .bill__title--top-space {
          padding-top: 6px; }
        .check-out2 .cart__right-side .bill__title--highlight {
          font-size: 1em; }
      .check-out2 .cart__right-side .bill__value {
        font-size: 1em;
        float: left;
        width: 50%;
        text-align: right; }
        .check-out2 .cart__right-side .bill__value--highlight {
          font-size: 1em; }
      .check-out2 .cart__right-side .bill__coupon-code {
        position: relative;
        width: 50%;
        float: left; }
        .check-out2 .cart__right-side .bill__coupon-code .code-number {
          border: 1px solid red;
          width: 100%;
          height: 30px;
          font-size: 1em;
          padding: 0 10px; }
        .check-out2 .cart__right-side .bill__coupon-code .code-submit {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 30px;
          line-height: 32px;
          background-color: #ebeae8;
          transition: all 0.2s ease 0s;
          -o-transition: all 0.2s ease 0s;
          -moz-transition: all 0.2s ease 0s;
          -webkit-transition: all 0.2s ease 0s;
          cursor: pointer; }
          .check-out2 .cart__right-side .bill__coupon-code .code-submit.aspNetDisabled {
            cursor: not-allowed; }
            .check-out2 .cart__right-side .bill__coupon-code .code-submit.aspNetDisabled:hover {
              background-color: #ebeae8; }
            .check-out2 .cart__right-side .bill__coupon-code .code-submit.aspNetDisabled .icon {
              color: #b9b9b9; }
          .check-out2 .cart__right-side .bill__coupon-code .code-submit:hover {
            background-color: #dbdad8; }
          .check-out2 .cart__right-side .bill__coupon-code .code-submit .icon {
            width: 30px; }
  .check-out2 .main-title {
    padding: 56px 46px 4px 46px;
    background-color: white; }
  .check-out2 .inner--white {
    background: white;
    padding: 0 46px; }
    @media (max-width: 1080px) {
      .check-out2 .inner--white {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 767px) {
      .check-out2 .inner--white {
        padding-left: 15px;
        padding-right: 15px; } }
  .check-out2__quick-info-content {
    border: none;
    padding: 0 0 28px;
    margin: 35px 0 60px;
    border-bottom: 1px solid #ebeae8; }
    .check-out2__quick-info-content:after {
      display: table;
      clear: both;
      content: ''; }
  .check-out2__quick-info {
    width: 45%;
    float: left; }
    @media (max-width: 480px) {
      .check-out2__quick-info {
        width: 100%;
        margin-bottom: 22px; }
        .check-out2__quick-info:last-child {
          margin-bottom: 0; }
        .check-out2__quick-info ul, .check-out2__quick-info h2 {
          text-align: left; } }
    .check-out2__quick-info h1 {
      font-size: 2.42857em; }
    .check-out2__quick-info h2 {
      color: red;
      font-size: 1.14286em;
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        .check-out2__quick-info h2 {
          font-size: 1em; } }
    .check-out2__quick-info ul li {
      color: #8c8c8c;
      font-size: 1.14286em;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .check-out2__quick-info ul li {
          font-size: 1em; } }
    .check-out2__quick-info p {
      font-size: 1em !important; }
    .check-out2__quick-info .coupon {
      margin-top: 35px;
      color: #8c8c8c; }
      .check-out2__quick-info .coupon span {
        text-transform: uppercase; }
    .check-out2__quick-info--text-center {
      text-align: center; }
    .check-out2__quick-info--text-right {
      text-align: right; }
    .check-out2__quick-info--four-column {
      width: 25%; }
      @media (max-width: 1080px) {
        .check-out2__quick-info--four-column {
          padding: 0 15px; }
          .check-out2__quick-info--four-column:first-child {
            padding-left: 0; }
          .check-out2__quick-info--four-column:last-child {
            padding-right: 0; } }
      @media (max-width: 767px) {
        .check-out2__quick-info--four-column {
          width: 100%;
          padding: 0;
          margin-bottom: 35px; } }
  .check-out2__note {
    margin-top: 40px; }
    .check-out2__note h3 {
      font-size: 0.85714em;
      margin-bottom: 4px;
      color: #8c8c8c; }
    .check-out2__note textarea {
      max-width: 384px;
      width: 100%;
      height: 120px;
      border: 2px solid #ebeae8;
      padding-top: 6px;
      transition: all 0.25s linear 0s;
      -o-transition: all 0.25s linear 0s;
      -moz-transition: all 0.25s linear 0s;
      -webkit-transition: all 0.25s linear 0s; }
      @media (max-width: 480px) {
        .check-out2__note textarea {
          max-width: none; } }
      .check-out2__note textarea:focus {
        border-color: #8c8c8c; }
    .check-out2__note p {
      color: #8c8c8c;
      font-size: 0.85714em; }
  .check-out2__agreement {
    margin-top: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .check-out2__agreement input[type="checkbox"] {
      width: 20px;
      height: 20px;
      border: 1px solid #000;
      transition: all 0.25s;
      margin-right: 10px; }
      .check-out2__agreement input[type="checkbox"]:checked {
        background-color: #000; }
    .check-out2__agreement label {
      cursor: pointer; }
      .check-out2__agreement label a {
        color: red;
        text-decoration: underline; }
        .check-out2__agreement label a:hover {
          text-decoration: none; }
  .check-out2__cta-column {
    /*&--right {
            float: left;
            width: 28.68%;
        }*/ }
    .check-out2__cta-column--left {
      float: left;
      width: 71.32%; }
      @media (max-width: 767px) {
        .check-out2__cta-column--left {
          width: 100%; } }
    .check-out2__cta-column--right {
      width: 34.26%;
      padding: 0 0 67px 2.78%;
      float: right;
      text-align: center; }
      @media (max-width: 1080px) {
        .check-out2__cta-column--right {
          padding-bottom: 0; } }
    .check-out2__cta-column .custom-check {
      margin-top: 45px; }
      .check-out2__cta-column .custom-check input[type="checkbox"] + label:after {
        width: 12px;
        height: 12px; }
      .check-out2__cta-column .custom-check a {
        position: relative; }
        .check-out2__cta-column .custom-check a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -2px;
          width: 0;
          border-bottom: 1px solid red;
          transition: all 0.25s linear 0s;
          -o-transition: all 0.25s linear 0s;
          -moz-transition: all 0.25s linear 0s;
          -webkit-transition: all 0.25s linear 0s; }
        .check-out2__cta-column .custom-check a:hover:after {
          width: 100%; }
  .check-out2 .intesa-info {
    margin-top: 150px;
    width: 90%; }
    @media (max-width: 1080px) {
      .check-out2 .intesa-info {
        margin-top: 35px;
        width: 100%; } }

section.general-text-page {
  padding-bottom: 80px;
  padding-top: 60px; }
  section.general-text-page h2 {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      section.general-text-page h2 {
        font-size: 32px;
        margin-bottom: 40px; } }
  section.general-text-page > div {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    section.general-text-page > div h4 {
      font-size: 32px;
      margin-top: 40px; }
      @media (max-width: 767px) {
        section.general-text-page > div h4 {
          font-size: 28px;
          margin-top: 30px; } }
    section.general-text-page > div p {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.5; }
      @media (max-width: 767px) {
        section.general-text-page > div p {
          font-size: 14px;
          line-height: 1.3;
          text-align: justify; } }

section.thank-you-page div.main-title {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    section.thank-you-page div.main-title {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    section.thank-you-page div.main-title h1 {
      padding-left: 0;
      padding-right: 0; } }
  section.thank-you-page div.main-title h1 p {
    margin-bottom: 8px; }

@media (max-width: 767px) {
  section.thank-you-page div.inner--white {
    padding-left: 0; } }

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