@font-face {
  font-family: "Lato";
  src: url("/fonts/Lato-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Lato";
  src: url("/fonts/Lato-Bol.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
/* =============== RESET =============== */
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0; }

article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

del, ins {
  text-decoration: none; }

ol, ul {
  list-style: none; }

nav ul {
  list-style-type: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  background-color: transparent;
  width: auto;
  height: auto; }

:focus {
  outline: 0; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

input {
  margin: 0; }

/*** Deprecated and obsolete elements ***/
applet, basefont, dir, font, isindex, menu, s, strike, u {
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  white-space: normal;
  vertical-align: baseline;
  text-decoration: inherit;
  text-align: left;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

dir, menu {
  list-style: none; }

nobr {
  white-space: normal; }

blink {
  text-decoration: none; }

marquee {
  overflow: visible; }

/* Base */
body {
  font-family: helvetica, arial, sans-serif;
  line-height: 1.5;
  background: white;
  color: black; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

b, strong, caption, th, thead, dt, legend {
  font-weight: bold; }

cite, dfn, em, i {
  font-style: italic; }

code, kbd, samp, pre, tt, var {
  font-family: mono-space, monospace; }

h1, h2, h3, h4, h5, h6 {
  word-spacing: 0.125em; }

p {
  word-spacing: 0.125em; }

p.indent {
  text-indent: 1.5em; }

pre {
  white-space: pre; }

del {
  text-decoration: line-through; }

mark {
  padding: 0 .25em; }

ins {
  color: #f00; }

small, sup, sub {
  font-size: 80%; }

big {
  font-size: 125%; }

abbr, acronym {
  font-size: 85%;
  text-transform: uppercase;
  letter-spacing: .1em; }

abbr[title], acronym[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help; }

sup, sub {
  line-height: 0; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

blockquote {
  padding: 1px 1.5em;
  margin-top: -2px;
  border-left: solid 3px darkgray; }

hr {
  clear: both;
  border: none;
  background: #ddd;
  width: 100%; }

ul, ol {
  margin-left: 1.5em; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

input, select, button {
  cursor: pointer; }

table {
  font: inherit;
  width: 100%; }

/*** html 5 ***/
article, aside, header, hgroup,
nav, figure, section, footer {
  display: block; }
/* =============== Baseline grid: 13/18px =============== */
html {
  font-size: 62.5%; }

body {
  font-size: 120%;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

h1, h2, h3 {
  margin-bottom: 18px; }

h1, h2, h3, h4, h5 {
  margin-top: 18px; }

h4, h5, h6 {
  line-height: 18px;
  margin-bottom: 18px; }

h1 {
  font-size: 250%; }

h2 {
  font-size: 200%; }

h3 {
  font-size: 170%; }

h4 {
  font-size: 140%; }

h5 {
  font-size: 120%; }

h6 {
  font-size: 100%; }

h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0px; }

p, pre, address {
  font-size: 100%;
  line-height: 1.5em;
  margin: 18px 0; }

small {
  font-size: 11px; }

abbr, code, kbd,
samp, small, var {
  line-height: 15px; }

ul, ol, dl, dialog {
  font-size: 100%;
  line-height: 1.5em;
  margin: 18px 0 18px 1.5em; }

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

li h1, li h2, li h3,
li h4, li h5, li h6,
li p {
  top: 0; }

blockquote p {
  top: 1px; }

form, legend, label {
  font-size: 100%;
  line-height: 1.5em; }

legend {
  position: relative;
  top: 5px; }

table {
  font-size: 100%; }

caption {
  font-size: 100%;
  line-height: 1.5em;
  position: relative; }

hr {
  position: relative;
  height: 4px;
  margin: 18px 0 14px 0; }

/* =============== Table =============== */
/*

th, td               { line-height: 1.5em; padding: 9px 0px 8px 0; }
thead th, thead td   { padding-top: 7px; }
tfoot th, tfoot td   { padding-bottom: 8px; }
tbody th, tbody td,
tfoot th, tfoot td   { border-top: solid 1px #000; }
*/
caption {
  top: 5px;
  margin-bottom: 18px; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.justify {
  text-align: justify; }

table {
  border-collapse: collapse;
  border-bottom: solid 1px #ddd;
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px; }

table th {
  font-weight: bold;
  padding: 5px; }

table td {
  font-weight: normal;
  border-top: solid 1px #ddd;
  padding: 5px; }

table p {
  margin: 0; }
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Mon Aug 28 2017 04:18 EDT-0400
 * Plugins: None
 * Styles: core basic
 */

.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}
form {
  width: auto;
  padding: 0;
  margin: 10px auto; }

form legend {
  font-size: 12px;
  font-weight: bold; }

form fieldset {
  border: 0;
  border-top: solid 1px #ddd;
  margin: 0;
  padding: 10px 0 15px; }

form div[data-role="fieldcontain"] {
  margin: 0;
  padding: 3px 0;
  text-indent: 0; }

form label {
  float: none;
  width: auto;
  text-align: left;
  padding: 2px 5px 2px 0;
  display: block; }

form input {
  vertical-align: middle; }

form input[type=text],
form input[type=email],
form input[type=password] {
  width: 200px;
  padding: 4px 3px;
  background: #fff;
  border: solid 1px #bfbfbf;
  font-size: 100%; }
  form input[type=text]:focus,
  form input[type=email]:focus,
  form input[type=password]:focus {
    border-color: #6baa17; }

form textarea {
  width: 100%;
  height: 150px;
  padding: 4px 3px;
  background: #fff;
  border: solid 1px #bfbfbf;
  font-size: 100%;
  font-family: inherit; }
  form textarea:focus {
    border-color: #6baa17; }

form div.form-actions {
  text-align: right;
  padding: 10px 0; }

form div.error_messages {
  margin: 0 0px 10px;
  padding: 0 10px;
  border: solid 1px;
  border-color: #ffd6a5 #fffbf5 #fffbf5 #ffd6a5;
  background: #fff0db; }
  form div.error_messages h2 {
    color: red;
    margin: .5em 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 140%; }
  form div.error_messages p {
    margin: 0;
    padding: 3px 0;
    text-indent: 0; }
  form div.error_messages ul {
    width: auto;
    margin: 3px 0 5px;
    padding: 0;
    text-indent: 0;
    list-style: none;
    font-size: 100%;
    position: relative;
    display: block; }
  form div.error_messages li {
    margin: 0;
    padding: 1px 0 1px 22px;
    text-indent: 0px;
    line-height: 150%;
    background: url("/assets/site/ico-exclamation.png") 0 center no-repeat; }

form .error input[type=text],
form .error input[type=email],
form .error input[type=password],
form .error textarea {
  outline: solid 1px red;
  border: solid 1px red; }

form .validation_message {
  color: red;
  display: block; }

button,
input.button,
a.button {
  color: #fff;
  padding: 0 20px;
  margin: 0 0 0 15px;
  min-width: 70px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  position: relative;
  cursor: pointer; }

button,
input.button {
  padding: 0px 20px 2px;
  min-width: 90px;
  height: 42px;
  line-height: 42px;
  vertical-align: top; }

button.reset {
  background: #3d3d3d; }

input.button:active,
a.button:active {
  top: 1px; }

input.button[type=submit] {
  padding-right: 30px;
  background-image: url("/assets/site/lay-right-arrow2.png");
  background-repeat: no-repeat;
  background-position: right center; }

form .agreements {
  margin: 5px 0; }
  form .agreements .check_box {
    position: relative;
    padding-left: 26px; }
    form .agreements .check_box span.wrap input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 10px;
      width: 16px;
      height: 16px; }
    form .agreements .check_box label {
      margin-left: 0; }

.agreements a {
  margin-left: 5px; }

.qtip {
  font-size: 12px;
  max-width: none; }
/*
 project: three_led
 author: marcin@lisok.com
 date: 2010-01-25
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  min-height: 100%;
  overflow: hidden; }

body {
  color: #4f4f4f;
  height: 100%;
  min-height: 100%;
  background: #ffffff;
  background-attachment: fixed;
  line-height: 1.3em;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-width: 400;
  overflow-x: hidden; }

html.ua-ie-8 {
  overflow: hidden; }

html.ua-ie-8 body {
  overflow: auto; }

h1, h2, h3, h4, h5, h6 {
  color: #5d9512;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300; }

h1:first-child {
  margin-bottom: 32px;
  padding-bottom: 31px;
  background: transparent url("/assets/site/lay-h1-hr.png") no-repeat left bottom; }

h6 {
  font-weight: 400;
  text-transform: uppercase; }

a,
* a {
  color: #5d9512; }

a.more {
  padding: 0px 5px; }

a.arrow {
  background: transparent url("/assets/site/shop-arrow.png") no-repeat right bottom;
  display: block-inline;
  padding-right: 50px; }

/* GoogleMap fix */
.gmnoprint {
  width: auto !important; }

p {
  text-align: justify; }

#cookies-glass {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999; }

#cookie-info {
  color: #999;
  background: #fff;
  padding: 30px 20px 30px;
  display: none;
  font-size: 18px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000; }

#cookie-info .inner {
  max-width: 960px;
  margin: 0 auto;
  padding-right: 10px; }

#cookie-info a {
  text-decoration: none;
  display: inline-block; }
  #cookie-info a:hover {
    text-decoration: underline; }

#cookie-info-close {
  float: right;
  display: block;
  background: #d20000;
  margin: 8px 0 10px 20px;
  padding: 7px 10px 5px;
  text-decoration: none;
  font-size: 18px; }
  #cookie-info-close:hover {
    text-decoration: underline; }

#cookie-info.scroll {
  padding-top: 20px;
  padding-bottom: 80px; }
  #cookie-info.scroll .inner {
    display: block;
    position: static;
    min-height: 20vh;
    max-height: 20vh;
    overflow-y: auto; }
  #cookie-info.scroll #cookie-info-close {
    margin: 0;
    margin-top: 20px;
    order: 2;
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%); }

#container {
  width: auto;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  position: relative; }

header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20; }
  header .inner {
    min-height: 100px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative; }

#logo {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 100px;
  position: absolute;
  padding: 0; }
  #logo img {
    max-width: 100%; }

footer {
  clear: both;
  width: 100%;
  min-height: 40px;
  text-align: center;
  position: relative;
  background: #3d3d3d;
  display: block;
  color: #fff; }
  footer span {
    color: #9ecc16; }
  footer a {
    color: #fff; }
  footer p:first-child {
    margin-top: 0; }
  footer p:last-child {
    margin-bottom: 0; }
  footer .ebox:first-child {
    margin-top: 0; }
  footer .ebox:last-child {
    margin-bottom: 0; }
  footer .inner {
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer .darkbox {
    padding: 65px 30px 65px 55px;
    background: #2b2b2b url("/assets/site/ico-leaf.png") no-repeat 65px 68px;
    font-size: 12px;
    display: block; }
    footer .darkbox p {
      margin-left: 65px; }
  footer .menubox {
    padding: 65px 30px 65px 55px; }
    footer .menubox ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .menubox ul li {
        text-transform: uppercase;
        line-height: 1.8em;
        font-family: 'Exo 2', sans-serif;
        font-size: 13px;
        font-weight: 300; }
        footer .menubox ul li br {
          display: none; }
        footer .menubox ul li a {
          text-decoration: none; }
        footer .menubox ul li a:hover {
          text-decoration: underline; }
        footer .menubox ul li.active a {
          color: #8bda1d; }
  footer .infobox {
    color: #bcbcbc;
    padding: 65px 30px 65px 55px; }
  footer .shopbox {
    padding: 65px 30px 65px 55px; }
    footer .shopbox a {
      text-decoration: none;
      color: #9ecc16; }
  footer .darkbox,
  footer .menubox,
  footer .infobox,
  footer .shopbox {
    float: left;
    width: 300px;
    min-width: 270px;
    min-height: 268px;
    -webkit-flex: 1;
    flex: 1; }
  footer .shopbox {
    min-height: 0; }

.ua-ie-8 footer .darkbox,
.ua-ie-8 footer .menubox,
.ua-ie-8 footer .infobox {
  min-width: 200px;
  min-height: 138px; }

#copyright {
  float: left;
  margin: 10px; }

#design {
  float: right;
  margin: 10px; }

#breadcrumbs {
  top: 0;
  height: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 36px; }
  #breadcrumbs li {
    float: left;
    margin: 0 10px 0 0; }

#subheader {
  min-height: 50px; }

#prefooter {
  min-height: 50px; }

#wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
  background: transparent;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#content {
  width: 100%;
  min-height: 300px;
  padding: 30px 10px 20px;
  background: transparent;
  position: relative;
  flex: 1;
  order: 2; }

#left_sidebar {
  float: left;
  width: 240px;
  min-width: 240px;
  padding: 0 10px;
  min-height: 100px;
  position: relative;
  order: 1; }

#right_sidebar {
  float: right;
  width: 240px;
  min-width: 240px;
  padding: 0 10px;
  min-height: 100px;
  position: relative;
  order: 3; }

#product_sidebar {
  float: right;
  width: 360px;
  min-width: 360px;
  padding: 30px 10px 20px 20px;
  min-height: 100px;
  position: relative;
  order: 3; }

.home #wrapper {
  padding-top: 0;
  padding-bottom: 0; }

.home #left_sidebar,
.home #right_sidebar,
.home #content {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0; }

.home #right_sidebar {
  display: none; }

#lang {
  top: 30px;
  right: 890px;
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 400;
  width: 100px;
  margin: 0;
  padding: 0;
  position: absolute; }

#lang li {
  color: #fff;
  padding: 5px 5px 5px 7px;
  display: inline; }

#lang li.international {
  width: 100px;
  padding: 8px 18px 8px 7px;
  border: solid 1px #b9e977;
  background: transparent url("/assets/site/ico-lang-arrow.png") no-repeat 90% center;
  position: relative;
  display: block; }
  #lang li.international:hover ul {
    display: block; }
  #lang li.international > a {
    color: #fff;
    padding-left: 36px;
    background: transparent none no-repeat 4px 2px;
    text-decoration: none; }

#lang li.pl, #lang li a.pl {
  background-image: url("/assets/site/flag-pl.png"); }
#lang li.en, #lang li a.en {
  background-image: url("/assets/site/flag-en.png"); }
#lang li.de, #lang li a.de {
  background-image: url("/assets/site/flag-de.png"); }
#lang li.ru, #lang li a.ru {
  background-image: url("/assets/site/flag-ru.png"); }
#lang li.fr, #lang li a.fr {
  background-image: url("/assets/site/flag-fr.png"); }
#lang li.tr, #lang li a.tr {
  background-image: url("/assets/site/flag-tr.png"); }
#lang li.se, #lang li a.se {
  background-image: url("/assets/site/flag-se.png"); }
#lang li.hr, #lang li a.hr {
  background-image: url("/assets/site/flag-hr.png"); }

#lang li ul {
  top: 33px;
  left: -1px;
  width: 100px;
  padding: 0;
  margin: 0;
  border: solid 1px #b9e977;
  border-top: 0;
  background: #8bda1d;
  position: absolute;
  display: none;
  z-index: 1005; }
  #lang li ul li {
    clear: left;
    display: block;
    padding: 0;
    margin: 0;
    border-top: solid 1px #b9e977;
    background: transparent none no-repeat 10px 8px; }
    #lang li ul li a {
      color: #fff;
      text-align: left;
      text-decoration: none;
      display: block;
      background: transparent;
      padding: 5px 5px 5px 42px; }
      #lang li ul li a:hover {
        text-decoration: underline; }

#nav {
  min-height: 100px;
  margin-left: 300px;
  margin-right: -840px;
  padding-right: 1000px;
  background: #8bda1d;
  position: relative; }
  #nav #fb {
    top: 35px;
    right: 840px;
    width: 32px;
    height: 31px;
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: transparent url("/assets/site/ico-fb.png") no-repeat 0 0; }

#menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-family: 'Exo 2', sans-serif; }
  #menu > li {
    float: left;
    width: 16.666%;
    height: 100px;
    padding: 30px 0;
    display: table;
    cursor: pointer;
    position: relative; }
    #menu > li > a {
      width: 100%;
      height: 40px;
      display: block;
      display: table-cell;
      text-decoration: none;
      text-align: center;
      vertical-align: middle;
      line-height: 1.3em;
      font-size: 15px;
      font-weight: 400;
      color: #fff;
      border-right: solid 1px #b9e977; }
    #menu > li:hover {
      background: #7cc31c; }
      #menu > li:hover > a {
        border: 0; }
    #menu > li:hover ul {
      display: block; }
    #menu > li.active {
      background: #6baa17; }
      #menu > li.active > a {
        border: 0; }
  #menu ul {
    top: 100px;
    left: 0;
    width: 250px;
    margin: 0 0 0 0px;
    padding: 0;
    list-style: none;
    position: absolute;
    background: #fff;
    border: solid 1px #7cc31c;
    border-top: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.055);
    display: none;
    z-index: 10; }
    #menu ul li {
      clear: left;
      width: 100%;
      text-align: left; }
      #menu ul li a {
        padding: 10px 15px;
        text-align: left;
        text-decoration: none;
        background: transparent;
        display: block; }
        #menu ul li a:hover {
          color: #fff;
          background: #5d9512; }

input.button {
  background-color: #8bda1d; }

pre.code {
  color: #e6e0db;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 1.5em;
  overflow: hidden; }

blockquote {
  background-color: rgba(0, 0, 0, 0.15); }

div.flash {
  top: 0;
  left: 50%;
  width: 500px;
  margin-left: -260px;
  padding: 10px;
  text-align: center;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border: solid 0px red;
  border-top: 0;
  background: #fff;
  position: fixed;
  z-index: 200;
  display: none; }

#error.flash {
  border-color: red;
  background: #f99; }

#notice.flash {
  border-color: green;
  background: lightgreen; }

#warning.flash {
  border-color: orange;
  background: #eed790; }

#message.flash {
  border-color: blue;
  background: #90beee; }

p.top-links,
p.bottom-links {
  text-align: right;
  line-height: 2em;
  height: 2em; }

#page-intro {
  max-width: 1400px;
  margin: 0 auto;
  height: 340px; }

.home #page-intro {
  height: 700px; }

ul.tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  border-bottom: solid 1px #ccc;
  background: transparent;
  display: block; }
  ul.tabs li {
    margin: 0 0 -1px;
    padding: 0;
    border: solid 1px #ccc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: transparent;
    display: inline-block; }
    ul.tabs li a {
      color: #ccc;
      padding: 5px 15px 5px;
      text-decoration: none;
      display: block; }
    ul.tabs li.ui-tabs-active, ul.tabs li.active {
      border-bottom: solid 1px #fff;
      background: #fff; }
      ul.tabs li.ui-tabs-active a, ul.tabs li.active a {
        color: #000; }

.ui-tabs-hide {
  display: none; }

.sitemap {
  list-style: none;
  margin-left: 0; }
  .sitemap .level0 {
    margin-left: 0px; }
  .sitemap .level1 {
    margin-left: 20px; }
  .sitemap .level2 {
    margin-left: 40px; }
  .sitemap .level3 {
    margin-left: 60px; }
  .sitemap .level4 {
    margin-left: 80px; }
  .sitemap .level5 {
    margin-left: 100px; }
  .sitemap .level6 {
    margin-left: 120px; }
  .sitemap .level7 {
    margin-left: 140px; }
  .sitemap .level8 {
    margin-left: 160px; }

/*** PLUGINS ***/
.cbox, .ebox {
  margin: 10px 0; }

#content .cbox > img {
  background: #fff;
  border: solid 1px #ddd;
  padding: 3px; }

img.left,
img[align='left'] {
  float: left;
  margin: 0px 15px 15px 0px; }

img.right,
img[align='right'] {
  float: right;
  margin: 0px 0px 15px 15px; }

img.center,
img[align='center'] {
  float: none;
  margin: 0 auto;
  display: block; }

.content-columns {
  margin: 0 -10px; }

.content-columns > div {
  width: 50%;
  float: left; }

.content-columns div.cbox {
  margin: 10px 10px; }

img.qrcode {
  width: 100%;
  min-width: 90px;
  min-height: 90px;
  max-width: 180px;
  max-height: 180px;
  border: solid 1px #eee;
  padding: 0;
  margin: 10px auto;
  display: block; }

.pdf, .application-pdf,
.doc, .application-msword,
.xls, .application-excel,
.ppt, .application-mspowerpnt,
.zip, .application-zip,
.txt, .text-plain {
  clear: left;
  line-height: 32px;
  padding-left: 40px;
  background: transparent url("/assets/site/icon-pack1.png") no-repeat 0 0;
  display: block; }

.pdf, .application-pdf {
  background-position: 0 -64px; }

.doc, .application-msword {
  background-position: 0 -96px; }

.xls, .application-excel {
  background-position: 0 -128px; }

.ppt, .application-mspowerpnt {
  background-position: 0 -160px; }

.zip, .application-zip {
  background-position: 0 -192px; }

.txt, .text-plain {
  background-position: 0 -224px; }

#content .faq {
  clear: both;
  position: relative; }
  #content .faq h3,
  #content .faq .ui-accordion-header {
    color: #5d9512;
    margin: 0 0px;
    padding: 0 0px 0 5px;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 35px;
    white-space: normal;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e5e5e5;
    background: #fff; }
    #content .faq h3 def,
    #content .faq .ui-accordion-header def {
      top: 12px;
      left: 5px;
      padding: 5px 10px;
      margin-left: 0px;
      background: transparent none no-repeat center;
      position: absolute; }
    #content .faq h3.ui-state-active def,
    #content .faq .ui-accordion-header.ui-state-active def {
      top: 13px;
      background: transparent none no-repeat center; }
  #content .faq .ui-accordion-content {
    padding: 0px;
    border-top: 0; }
    #content .faq .ui-accordion-content p {
      margin: 0;
      padding: 15px 5px;
      text-align: justify; }

.grid {
  margin: 0 -10px; }
  .grid li {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .grid li a {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      .grid li a .background-image {
        left: 0;
        right: 0;
        top: 0;
        bottom: 40px;
        background: no-repeat center center;
        background-size: cover;
        position: absolute; }
      .grid li a .page-title {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 5px 10px;
        font-weight: bold;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute; }
    .grid li.dark .background-image {
      background-color: #333; }
    .grid li.dark .page-title {
      color: #fff;
      background: #000; }
    .grid li.light .background-image {
      background-color: #eee; }
    .grid li.light .page-title {
      color: #000;
      background: #fff; }

.gallery-classic {
  top: 0;
  margin: 0 -7px;
  padding: 0;
  list-style: none; }
  .gallery-classic li {
    margin: 7px 7px 10px 7px;
    vertical-align: top;
    display: inline-block; }
    .gallery-classic li img {
      display: block;
      border: solid 1px #ddd;
      padding: 2px; }
    .gallery-classic li span.title {
      display: block;
      margin: 5px 0;
      width: 220px; }

.gallery-classic2 {
  top: 0;
  margin: 0 -7px;
  padding: 0;
  list-style: none; }
  .gallery-classic2 li {
    margin: 7px 7px 10px 7px;
    vertical-align: top;
    display: inline-block; }
    .gallery-classic2 li img {
      display: block;
      padding: 0; }
    .gallery-classic2 li span.title {
      color: #fff;
      display: block;
      padding: 15px 10px;
      width: 220px;
      background: #5d9512;
      font-size: 20px;
      font-family: 'Exo 2', sans-serif;
      font-weight: 300; }

.gallery-classic3 {
  top: 0;
  margin: 0 -5px 0 -5px;
  padding: 0;
  list-style: none; }
  .gallery-classic3 li {
    margin: 7px 5px 10px 5px;
    vertical-align: top;
    display: inline-block; }
    .gallery-classic3 li a {
      text-decoration: none; }
    .gallery-classic3 li img {
      display: block;
      padding: 0; }
    .gallery-classic3 li span.title {
      color: #fff;
      display: block;
      padding: 15px 10px;
      width: 290px;
      background: #5d9512;
      text-decoration: none;
      font-size: 20px;
      font-family: 'Exo 2', sans-serif;
      font-weight: 300;
      min-height: 78px; }

#photos {
  height: 550px;
  max-width: 520px;
  margin: 20px auto; }

#photos.slider {
  height: 400px; }

.technical-specifications {
  margin: 20px 0;
  padding: 40px 0; }
  .technical-specifications .inner {
    margin: 0; }

.techdata {
  margin-top: 40px;
  background: transparent;
  font-size: 15px; }
  .techdata thead {
    border-bottom: 1px solid #5d9512; }
    .techdata thead th {
      border-bottom: 0;
      font-weight: bold; }
  .techdata tbody tr:nth-child(even) {
    background: #F9F9F9; }
  .techdata th, .techdata td {
    font-weight: normal;
    text-align: left;
    width: 50%;
    border-bottom: solid 1px #dddddd;
    border-top: 0;
    padding: 8px 10px; }
  .techdata td {
    text-align: right;
    font-family: 'Lato', sans-serif; }

.document-list {
  margin: 18px 0 36px;
  padding: 0;
  list-style: none; }
  .document-list li {
    padding: 5px 0; }
  .document-list a {
    text-decoration: none; }
    .document-list a:hover {
      text-decoration: underline; }

#product_sidebar h2 {
  font-size: 19px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5d9512;
  color: #494949; }
#product_sidebar .document-list a {
  color: #434343;
  font-size: 12px;
  text-transform: uppercase;
  background-image: url("/assets/site/ikona_karta_katalogowa.png");
  background-size: contain;
  background-position: left top;
  line-height: 1.8em;
  padding-left: 30px; }
  #product_sidebar .document-list a:hover {
    color: #5d9512;
    text-decoration: none; }
#product_sidebar .categories h2 {
  margin-bottom: 0; }
#product_sidebar .categories ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #product_sidebar .categories ul li {
    margin: 0;
    border-bottom: 1px solid #EEEEEE; }
    #product_sidebar .categories ul li a {
      padding: 10px 0px;
      display: block;
      color: #434343;
      font-size: 13px;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 300ms; }
    #product_sidebar .categories ul li:hover a {
      text-decoration: none;
      color: #5d9512;
      padding-left: 10px; }
    #product_sidebar .categories ul li.active a {
      text-decoration: none;
      color: #5d9512; }

@media (max-width: 1100px) {
  #logo {
    top: auto;
    left: auto;
    display: block;
    position: relative;
    margin: 0 auto; }

  #nav {
    margin: 0;
    padding: 0; }
    #nav #lang {
      top: -70px;
      right: 50px; }
    #nav #fb {
      right: 10px;
      top: -65px; }
    #nav #lang li {
      color: #4f810d; }
    #nav #lang li.international {
      background-image: url("/assets/site/ico-lang-arrow-green.png"); }
      #nav #lang li.international > a {
        color: #4f810d; }
    #nav #lang li ul {
      background: #fff; }
      #nav #lang li ul li a {
        color: #4f810d; }

  #right_sidebar {
    min-width: 100%; }

  #product_sidebar {
    min-width: 100%;
    padding-left: 10px; } }
@media (max-width: 860px) {
  #content {
    order: 1;
    min-width: 220px; }

  #left_sidebar {
    min-width: 100%;
    order: 2; } }
@media (max-width: 750px) {
  #logo {
    margin: 0; }

  #menu > li {
    width: 33.33%; }
    #menu > li:nth-child(4) {
      clear: left; }
    #menu > li:nth-child(1), #menu > li:nth-child(2), #menu > li:nth-child(3) {
      border-bottom: solid 1px #b9e977; } }
@media (max-width: 460px) {
  header .inner {
    padding-right: 110px; }
    header .inner #nav {
      margin-right: -110px; }
      header .inner #nav #lang {
        top: -50px;
        right: 10px; }
      header .inner #nav #fb {
        right: 10px;
        top: -90px; }

  #logo {
    max-width: 100%;
    line-height: 100px;
    vertical-align: middle; }
    #logo img {
      max-width: 100%;
      display: inline; } }
@media (max-width: 400px) {
  #menu > li {
    width: 50%; }
    #menu > li:nth-child(3), #menu > li:nth-child(5) {
      clear: left; }
    #menu > li:nth-child(4) {
      clear: none; }
    #menu > li:nth-child(4) {
      border-bottom: solid 1px #b9e977; } }
#container:after,
#menu:after,
footer .inner:after,
.content-columns:after,
.clearfix:after {
  clear: both;
  height: 0;
  content: ".";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden; }

a.more,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
#header a,
#footer a {
  text-decoration: none; }

a.more:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
#header a:hover,
#footer a:hover {
  text-decoration: underline; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-wrap, #fancybox-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("/assets/fancy/fancybox.png"); }

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("/assets/fancy/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top; }

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("/assets/fancy/blank.gif");
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background-image: url("/assets/fancy/fancybox.png");
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url("/assets/fancy/fancybox.png");
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */ }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001; }

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("/assets/fancy/fancybox-x.png"); }

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("/assets/fancy/fancybox.png");
  background-position: -40px -162px; }

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("/assets/fancy/fancybox-y.png");
  background-position: -20px 0px; }

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("/assets/fancy/fancybox.png");
  background-position: -40px -182px; }

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("/assets/fancy/fancybox-x.png");
  background-position: 0px -20px; }

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("/assets/fancy/fancybox.png");
  background-position: -40px -142px; }

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("/assets/fancy/fancybox-y.png"); }

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("/assets/fancy/fancybox.png");
  background-position: -40px -122px; }

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative; }

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff; }

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background-image: url("/assets/fancy/fancy_title_over.png");
  display: block; }

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px; }

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto; }

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("/assets/fancy/fancybox.png") -40px -90px no-repeat; }

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("/assets/fancy/fancybox-x.png") 0px -40px; }

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("/assets/fancy/fancybox.png") -55px -90px no-repeat; }

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_nav_left.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_title_over.png', sizingMethod='scale');
  zoom: 1; }

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_title_left.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_title_main.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px"); }

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important; }

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_shadow_n.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_shadow_ne.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_shadow_e.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_shadow_se.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_shadow_s.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_shadow_sw.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_shadow_w.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancy/fancy_shadow_nw.png', sizingMethod='scale'); }
.gallery-swiper-wrapper {
  max-width: 600px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative; }

.gallery-swiper {
  max-width: 520px;
  margin: 20px auto; }

.swiper-slide {
  background: #fff none no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%; }
  .swiper-slide .caption {
    bottom: 10px;
    color: #fff;
    font-size: 26px;
    font-family: Lato, sans-serif;
    background: #000;
    background: rgba(93, 149, 18, 0.75);
    padding: 15px;
    display: inline;
    position: absolute;
    z-index: 20; }
    .swiper-slide .caption a {
      color: #fff;
      background: #8bda1d;
      line-height: 44px;
      padding: 0px 0px 0 20px;
      font-size: 16px;
      font-family: 'Exo 2', sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      position: relative;
      display: inline-block; }
    .swiper-slide .caption a:after {
      top: 0;
      right: 0;
      margin-right: -31px;
      content: "";
      width: 32px;
      height: 44px;
      background: transparent url("/assets/site/lay-right-arrow.png") no-repeat right center;
      position: absolute; }

.gallery-top {
  height: 400px;
  width: 100%; }

.gallery-thumbs {
  height: 144px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 30px; }

.gallery-thumbs .swiper-slide {
  width: 33.33%;
  height: 100%;
  opacity: 1;
  cursor: pointer; }

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  cursor: default; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  background: #fff none no-repeat 8px -260px; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-position: 8px 14px; }

.swiper-button-next {
  background-image: url("/assets/site/ico-gal-arrow-right.png"); }

.swiper-button-prev {
  background-image: url("/assets/site/ico-gal-arrow-left.png"); }

.gallery-swiper.slider {
  margin: 0 auto;
  padding: 0;
  display: block;
  box-sizing: border-box;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: auto; }
  .gallery-swiper.slider .swiper-slide {
    width: 100%;
    height: 400px;
    position: relative;
    background: transparent none no-repeat center;
    background-size: cover; }
.promo-products {
  width: auto;
  max-width: 1200px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .promo-products .swiper-slide {
    height: 100%;
    position: relative;
    background: transparent none no-repeat center; }
    .promo-products .swiper-slide img {
      padding: 0;
      margin: 0;
      display: block;
      max-width: 100%; }
    .promo-products .swiper-slide a {
      text-decoration: none;
      display: block; }
    .promo-products .swiper-slide span.title {
      color: #fff;
      display: block;
      padding: 15px 10px;
      background: #5d9512;
      text-decoration: none;
      font-size: 20px;
      font-family: 'Exo 2', sans-serif;
      font-weight: 300;
      min-height: 78px; }

@media (max-width: 1240px) {
  .promo-products {
    max-width: calc(100vw - 40px); } }
.intro {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: auto;
  height: 502px;
  text-align: center; }
  .intro div[data-src] {
    background-size: cover;
    background: transparent none no-repeat center;
    height: 100%; }
  .intro .pagination {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10; }
    .intro .pagination .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      margin: 3px;
      border: 2px solid #fff;
      border-radius: 100%;
      background: transparent;
      opacity: 1;
      cursor: pointer; }
    .intro .pagination .swiper-pagination-bullet-active {
      background: #fff;
      opacity: 1;
      cursor: default; }
  .intro .official-dist {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 10;
    opacity: 0;
    transition: opacity 300ms; }
    .intro .official-dist p {
      font-family: "Exo 2", sans-serif;
      font-size: 20px;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

@media (max-width: 680px) {
  .intro .official-dist {
    top: 0px; }
    .intro .official-dist p {
      margin-bottom: 5px; } }
@media (max-width: 600px) {
  .intro .pagination {
    display: none; } }
@media (max-width: 400px) {
  .intro .official-dist p {
    font-size: 16px; } }
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.





 *# require gridster


 *# require canvas-gallery



*/

