/**
 * hlavni styl - kolekce vsech stylu
 *
 * fonty se implementuji ve fonts.min.css, pripojuje se v head.php
 * zdroje 3.stran (slidery, lightboxy) se pripojuji v head.php
 *
 * @main-style.less je generovan a je obohacen o promenne ridici vzhled layoutu:
 * - @hpcarousel: boolean;
 * - @layout: clevero-single-column;
 * - @layout: clevero-two-column-left;
 * - @layout: clevero-two-column-right;
 * - @layout: poskiq-single-column;
 * - @layout: poskiq-two-column-left;
 * - @layout: poskiq-two-column-right;
 * - @responsive: boolean;
 *
 * @modules.less je generovan
 */
/* vzhled layoutu */
/**
* nastaveni zakladniho layoutu
*/
/*animace*/
/* before, after */
.before,
.after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
/* kulate rohy */
/*
*barvy a vzhled webu
*/
/*Font*/
/* hlavicka - pouze style.less */
.header-bg {
  background: url('../images/header-bg.jpg');
}
/* sirka layoutu (obsahu) */
/* + padding '.content-holder-inner' (defaultne 10 z leva i z prava) */
/* barva pozadi - pouze content.less */
/* barva pozadi obsahu - pouze style.less */
/* barva pozadi poski patičky - pouze style.less */
/* barva textu poski patičky - pouze style.less */
/* barva oddelovace v patice */
/* barva textu - pouze content.less */
/* barva odkazu - pouze content.less */
/* barva nadpisu - pouze content.less */
/* barva chybovych hlasek - pouze style.less */
/* barva ukazatele - pruchod kosikem */
/* barvy menu - pouze style.less */
/* border nahledovych fotek (fotogalerie, news .. ) */
/* barva odrážek seznamu - pouze style.less */
/* barva textu v hlavicce - pouze style.less */
/* border hp boxu a kontaktniho boxu - pouze style.less */
/* pozadi navigace eshopu */
/* vypis kosiku */
.btn-grd {
  background: #8c0000;
  background: -moz-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: linear-gradient(to right, #8c0000 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='@red-color-main', GradientType=1);
}
/* pozadi hp boxu a kontaktniho boxu - pouze style.less */
.box-background {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIzOS45NDE4MTE5MzY1MDYlIiB5MT0iMTA3LjA0MjgxOTEwMjc4OSUiIHgyPSI2MC4wNTgxODgwNjM0OTQlIiB5Mj0iLTcuMDQyODE5MTAyNzg5NDIlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(80deg, #f3f3f3 0%, #f3f3f3 79.59%, #d5d5d5 100%);
  background-image: -o-linear-gradient(80deg, #f3f3f3 0%, #f3f3f3 79.59%, #d5d5d5 100%);
  background-image: -webkit-linear-gradient(80deg, #f3f3f3 0%, #f3f3f3 79.59%, #d5d5d5 100%);
  background-image: linear-gradient(10deg, #f3f3f3 0%, #f3f3f3 79.59%, #d5d5d5 100%);
}
/* pozadi produktu (listItem (hp a kategorie) ) () */
.product-listItem-bg {
  background: #fff;
}
.hp-btn,
.colored-button,
.btn {
  background: #8c0000;
  background: -moz-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: linear-gradient(to right, #8c0000 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='@red-color-main', GradientType=1);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  padding: 20px 58px;
  position: relative;
  cursor: pointer;
}
.hp-btn i,
.colored-button i,
.btn i {
  margin-left: 6px;
}
.hp-btn:after,
.colored-button:after,
.btn:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(238, 40, 61, 0.32);
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.1, 1.31);
}
.hp-btn:hover:after,
.colored-button:hover:after,
.btn:hover:after,
.hp-btn.active:after,
.colored-button.active:after,
.btn.active:after {
  width: 104%;
  height: 118%;
}
.colored-button,
.btn {
  padding: 16px 40px;
}
.colored-button:after,
.btn:after {
  z-index: 0;
}
/* reset stylu */
/**
* reset vlastnosti css
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
fieldset,
img,
input,
button,
figure {
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
}
textarea {
  resize: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
a:active,
*:focus {
  outline: none;
}
abbr,
acronym {
  border: 0;
}
* {
  box-sizing: border-box;
}
/* import ikon */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* zakladni styly */
/**
* stylopis se zakladni html prvky
*/
html {
  position: relative;
  width: 100%;
  height: 100%;
}
body {
  background: #fff /*url("/assets/images/main-bg.jpg")*/ top center repeat;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #6b7189;
  position: relative;
  min-height: 100%;
  width: 100%;
  /* 2*20px paddingu kvuli mobilnim zarizenim */
}
.viewport-bcg-cropper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
h1 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 23px 0 16px 0;
}
h2,
.h2 {
  color: #8c0000;
  font-size: 38px;
  font-weight: 200;
  margin: 0 0 21px 0;
  padding: 0 0 3px 0;
  line-height: 1.2em;
}
h2 a,
.h2 a {
  color: inherit;
  text-decoration: none;
}
h2 a:hover,
.h2 a:hover {
  text-decoration: underline;
}
h3 {
  color: #343d43;
  font-size: 22px;
  margin: 0;
  padding: 15px 0 10px 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
h4 {
  color: #000;
  font-size: 20px;
  margin: 0;
  padding: 15px 0 10px 0;
  line-height: 1.2em;
}
h5 {
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 15px 0 10px 0;
  line-height: 1.2em;
}
a,
a:active,
a:visited,
.like-link {
  cursor: pointer;
  color: #6b7189;
  text-decoration: underline;
}
a:hover,
a:active:hover,
a:visited:hover,
.like-link:hover {
  color: #000000;
  text-decoration: none;
}
a.js-cookies-table-toggle,
a:active.js-cookies-table-toggle,
a:visited.js-cookies-table-toggle,
.like-link.js-cookies-table-toggle {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
  color: inherit;
}
.main-column ul:not(.eshop-tabs) {
  margin: 0 0 0 30px;
  padding-bottom: 20px;
}
.main-column ul:not(.eshop-tabs) li {
  padding: 3px 0 9px;
  position: relative;
  padding-left: 17px;
}
.main-column ul:not(.eshop-tabs) li::before {
  content: "\f054";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  top: 0;
  color: #8c0000;
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  margin-left: -17px;
}
.main-column ul:not(.eshop-tabs) ul {
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-column ul:not(.eshop-tabs) ul li {
  padding-bottom: 0;
}
.main-column ol {
  margin: 0 0 0 34px;
  padding-bottom: 20px;
  counter-reset: ol-number;
  /*cislovani ol seznamu*/
}
.main-column ol > li {
  padding: 10px 0;
  margin: 0 5px 0 0;
  display: block;
}
.main-column ol > li::before {
  content: counter(ol-number) ". ";
  counter-increment: ol-number;
  padding-right: 5px;
  color: #8c0000;
  font-weight: bold;
}
.main-column .element ul li::before {
  content: none;
}
* {
  -webkit-text-size-adjust: none;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
p {
  margin-bottom: 10px;
}
u,
.underline {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.half-column {
  float: left;
  width: 50%;
}
.column-holder {
  position: relative;
}
.third-column {
  float: left;
  width: 33%;
}
.fake-heading {
  font-size: 20px;
  margin: 41px 20px 10px 20px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.tleft {
  text-align: left!important;
}
.tright {
  text-align: right!important;
}
.tcenter {
  text-align: center!important;
}
.hidden {
  display: none!important;
}
img {
  max-width: 100%;
  height: auto;
}
.article-quote {
  padding: 20px;
  font-size: 18px;
  position: relative;
  font-style: italic;
  text-align: center!important;
  color: #6b7189;
}
.article-quote:before,
.article-quote:after {
  font-size: 28px;
}
.article-quote:before {
  content: open-quote;
  padding: 0 6px 0 0;
}
.article-quote:after {
  content: close-quote;
  padding: 0 0 0 6px;
}
/* formulare */
legend {
  display: none;
}
::-webkit-input-placeholder {
  color: #cbccd2;
  font-family: 'Raleway';
}
::-moz-placeholder {
  color: #cbccd2;
  font-family: 'Raleway';
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #cbccd2;
  font-family: 'Raleway';
}
/* ie */
input:-moz-placeholder {
  color: #cbccd2;
  font-family: 'Raleway';
}
label:not([for=confirm]):not(.annotation).required:after {
  content: '\f005';
  vertical-align: top;
  color: #8c0000;
  font-family: FontAwesome;
  font-size: 8px;
  padding: 0 0 0 2px;
}
.req-star {
  color: #F00;
}
.req-star .fa {
  font-size: 8px;
  vertical-align: super;
}
input[type=submit] {
  cursor: pointer;
}
legend {
  display: none;
}
.label,
.element,
.inline-container,
.label_container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.element {
  text-align: left;
}
.label_container {
  text-align: right;
  padding-right: 10px;
}
.label {
  line-height: 30px;
}
.g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}
.form-table {
  text-align: left;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  background: #E0E0E0 !important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select {
  font-size: 15px;
  background-color: #fff;
  margin: 0;
  color: #6b7189;
  border: 1px solid #dcdde2;
  border-radius: 3px;
  border-left: 3px solid #dcdde2;
  transition: all 0.3s ease-in-out;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-left: 3px solid #8c0000;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="email"] {
  line-height: 24px;
  height: 49px;
  padding: 6px 10px;
  width: 330px;
}
textarea {
  padding: 10px;
  width: 330px;
}
select {
  padding: 8px 10px;
  width: 330px;
}
input[type="file"] {
  height: auto;
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
button:not(.special-button).no-icon,
input[type=submit].no-icon,
.colored-button.no-icon {
  padding: 7px 22px;
}
button:not(.special-button).no-icon:before,
input[type=submit].no-icon:before,
.colored-button.no-icon:before {
  content: none;
}
.fb-colored-button {
  font-size: 16px;
  padding: 10px 15px 10px 35px;
  margin-left: 4px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #4267b2;
  font-family: 'openSansCondensed';
  color: #fff;
  font-weight: bold;
}
.fb-colored-button::before {
  content: "\f09a";
  font-family: FontAwesome;
  position: absolute;
  left: 18px;
  top: 13px;
  font-size: 15px;
  color: inherit;
}
.fb-colored-button:hover {
  background-color: #365899;
}
.colored-button.small-colored-button {
  padding: 5px 20px 5px;
  text-transform: lowercase;
  font-size: 13px;
}
.colored-button.small-colored-button::before {
  font-size: 14px;
  top: 7px;
  left: 15px;
}
.simple-button {
  font-weight: bold;
  font-size: 15px;
  color: #8c0000 !important;
  position: relative;
  padding-left: 13px;
  text-decoration: none;
  display: inline-block;
}
.simple-button::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 15px;
  color: inherit;
}
.simple-button:hover {
  text-decoration: underline;
}
.go-back-link {
  margin-top: 20px;
}
.message-error,
.message-errors,
.alert-warning {
  background: #f00001;
  padding: 8px 15px 8px 40px;
  margin: 5px 0;
  position: relative;
  color: #fff;
  border-radius: 3px;
  display: block;
  width: 100%;
}
.message-error:before,
.message-errors:before,
.alert-warning:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 20px;
  margin: -10px 0 0 0;
  color: #fff;
  left: 12px;
  top: 50%;
}
.message-error button,
.message-errors button,
.alert-warning button {
  display: none;
}
.message-error + .message-error,
.message-errors + .message-error,
.alert-warning + .message-error {
  margin-top: 10px;
}
.message-error a,
.message-errors a,
.alert-warning a {
  color: #fff;
}
.message-success {
  background: #50ae4d;
  padding: 8px 15px 8px 40px;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  display: block;
}
.message-success:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 20px;
  margin: -10px 0 0 0;
  color: #fff;
  left: 12px;
  top: 50%;
}
.message-success button {
  display: none;
}
.message-success + .message-success {
  margin-top: 10px;
}
.message-success a {
  color: #fff;
}
.message-information,
.message-info {
  background: #0ba9f3;
  padding: 8px 15px 8px 40px;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  display: block;
}
.message-information:before,
.message-info:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  content: "\f05a";
  font-family: FontAwesome;
  font-size: 20px;
  margin: -10px 0 0 0;
  color: #fff;
  left: 12px;
  top: 50%;
}
.message-information button,
.message-info button {
  display: none;
}
.message-information + .message-information,
.message-info + .message-information {
  margin-top: 10px;
}
.message-information a,
.message-info a {
  color: #fff;
}
.colored-message + .colored-message {
  margin-top: 10px;
}
.location_page_getDetail .special-message {
  margin: 20px 0;
}
.location_page_getDetail .special-message .close {
  display: none !important;
}
.location_page_getDetail .special-message .message-information {
  background: #31b13b;
  color: #fff;
}
.location_page_getDetail .special-message .message-information:before {
  color: #fff !important;
}
.checkbox-stub {
  display: none;
}
/* tabulky */
.main-column table:not(.form-table) {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dcdcdb;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.main-column table:not(.form-table) tr td,
.main-column table:not(.form-table) tr th {
  padding: 17px;
  border-bottom: 1px solid #dcdcdb;
}
.main-column table:not(.form-table) tr th {
  color: #ffffff;
  font-weight: 700;
  background-color: #e83346;
  text-align: left;
}
/* popup */
.media-popup {
  background: #fff;
  padding: 10px;
  position: absolute;
  margin: -10px -10px 10px;
  border: 1px solid #b1b1af;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  z-index: 10;
  -moz-box-shadow: 1px 2px 32px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 1px 2px 32px rgba(0, 0, 0, 0.64);
  box-shadow: 1px 2px 32px rgba(0, 0, 0, 0.64);
}
.media-popup .media-popup-close {
  color: #c7251c;
  cursor: pointer;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 8px;
}
/*tooltip*/
*[data-tooltip]:not(a) {
  cursor: default;
}
#tooltip-container {
  position: absolute;
  padding: 16px;
  min-width: 32px;
  min-height: 32px;
  background: rgba(237, 238, 240, 0.9);
  color: #3f4140;
  border: 1px solid #cbccce;
  z-index: 100;
  max-width: 50vw;
  vertical-align: middle;
}
#tooltip-container img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
/*end tooltip*/
/* skryta captcha */
.newsletter-input .fejk {
  display: none;
}
input.skryta-cpt {
  display: none;
}
form .fa-info-circle {
  color: #0e54bd;
}
/* prepsani vzhledu loaderu lightboxu */
#lightcase-loading.lightcase-icon-spin {
  z-index: 9999;
  opacity: 0.5;
  font-size: 142px;
  -webkit-animation: lightcase-spin 1s infinite linear;
  -moz-animation: lightcase-spin 1s infinite linear;
  -o-animation: lightcase-spin 1s infinite linear;
  animation: lightcase-spin 1s infinite linear;
}
/* rozvrzeni layoutu */
/**
* nazev varianty : single-column
* stylopis popisuje obsahovou cast webu - sloupce s menu a obsahem
*/
/**
 * nastaveni layoutu
 * ovlivnuje moduly: event, news, page, gallery
 */
/* uzky sloupec - vypis aktualit, vypis produktu */
/* uzky sloupec - obrazek - vypis aktualit, vypis produktu  */
/* široký slouper - vypis aktualit */
/* fotogalerie, přílohy - page, news */
/* pouze pro debug na PoskiQ (promenne se pouzivaji v modulu eshop) */
::-moz-selection {
  background: #8c0000;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #8c0000;
  text-shadow: none;
  color: #fff;
}
#content-holder {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#content-holder .content-holder-inner {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
.hamburger-btn {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  align-items: center;
  display: flex !important;
  text-decoration: none !important;
  padding: 8px 5px;
}
.hamburger-btn .text {
  text-transform: uppercase;
  color: #8c0000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 11px 0 0;
  display: block;
}
.hamburger-btn .bars {
  display: block;
}
.hamburger-btn .bars span {
  width: 34px;
  height: 3px;
  display: block;
  background: #8c0000;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.hamburger-btn .bars span:nth-child(2) {
  margin: 5px 0 5px -5px;
}
.hamburger-btn.hidden {
  opacity: 0;
  visibility: hidden;
}
.hamburger-btn:hover .bars span {
  transform: translatex(-3px);
}
.hamburger-btn:hover .bars span:nth-child(2) {
  transform: translatex(7px);
}
.menucloser {
  text-decoration: none;
  padding-right: 23px;
}
.menucloser .label {
  text-transform: uppercase;
  color: #343d44;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 3px;
  margin-right: 7px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.menucloser .blocks {
  width: 16px;
  height: 22px;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
.menucloser .blocks span {
  display: block;
  width: 25px;
  height: 2px;
  background: #343d44;
  transform-origin: top left;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.menucloser .blocks span:last-child {
  transform-origin: top right;
  transform: rotate(-45deg);
  left: auto;
  right: 0;
}
.menucloser:hover .blocks {
  transform: scale(0.7);
}
/* hlavicka */
#header-main {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#header-main:before {
  content: " ";
  display: block;
  width: 83%;
  background: #fff;
  height: 124%;
  position: absolute;
  transform: skewX(-44deg);
  border-radius: 43px;
  left: -30%;
  top: -24%;
}
#header-main .content-holder-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header-main .left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 28px 0;
}
#header-main .right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
#header-main #logo {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
}
#header-main #header-claim {
  margin: 0;
  padding: 0;
  color: #65676d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 31px;
}
#header-main .lang-switch {
  position: relative;
  margin: 0 9px 0 0;
}
#header-main .lang-switch .active {
  background: #8c0000;
  background: -moz-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: linear-gradient(to right, #8c0000 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='@red-color-main', GradientType=1);
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 14px;
}
#header-main .lang-switch .active i {
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  margin: 0 0 0 2px;
  position: relative;
  top: -1px;
}
#header-main .lang-switch .more-lang {
  position: absolute;
  top: calc(100% + 9px);
  background: #65676d;
  width: 100%;
  border-radius: 3px;
  padding: 2px 2px 1px;
  transform-origin: top center;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
#header-main .lang-switch .more-lang:before {
  content: " ";
  border: 7px solid;
  border-color: transparent transparent #65676d transparent;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -6px;
}
#header-main .lang-switch .more-lang:after {
  content: " ";
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  top: -12px;
}
#header-main .lang-switch .more-lang a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 2px;
  margin-bottom: 1px;
  padding: 10px 4px;
  font-weight: bold;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
#header-main .lang-switch .more-lang a:hover {
  background: rgba(255, 255, 255, 0.25);
}
#header-main .lang-switch:hover .more-lang {
  transform: scale(1);
}
#header-main .contact-line {
  margin-bottom: 10px;
}
#header-main .contact-line a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
#header-main .contact-line a:before {
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 4px 0 6px;
}
#header-main .contact-line a.mail:before {
  content: "\f003";
}
#header-main .contact-line a.tel:before {
  content: "\f095";
}
#header-main .contact-line a.contact:before {
  content: "\f2b9";
}
#header-main .contact-link {
  display: none;
  margin: 0 -6px 0 8px;
  border: 2px solid #767c8f;
  border-radius: 5px;
  text-decoration: none;
  color: #767c8f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 15px;
  margin-right: -2px;
  transition: all 0.3s ease-in-out;
}
#header-main .contact-link:hover {
  background: #767c8f;
  color: #fff;
}
#header-main .search-menu {
  display: flex;
  align-items: center;
}
#header-main .show-search {
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 10px 12px;
  transition: all 0.3s ease-in-out;
}
#header-main .show-search:hover {
  background: #fff;
  color: #8c0000;
}
#header-main .main-nav-btn {
  margin-left: 10px;
  background: #ffffff;
  border-radius: 5px;
  padding: 11px;
}
#header-main .main-nav-btn.no-underline {
  text-decoration: none;
}
#header-main #search-holder {
  background: rgba(255, 255, 255, 0.97);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
#header-main #search-holder .top-search {
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#header-main #search-holder form {
  width: 100%;
}
#header-main #search-holder input[type="text"] {
  width: 100%;
  height: 73px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #8c0000;
  transition: all 0.3s ease-in-out;
  color: #7a7989;
  font-size: 24px;
  font-weight: 100;
  border-radius: 0;
}
#header-main #search-holder input[type="text"]::-webkit-input-placeholder {
  color: #a09fab;
  font-size: 24px;
  font-weight: 200;
}
#header-main #search-holder input[type="text"]::-moz-placeholder {
  color: #a09fab;
  font-size: 24px;
  font-weight: 200;
}
#header-main #search-holder input[type="text"]:-ms-input-placeholder {
  color: #a09fab;
  font-size: 24px;
  font-weight: 200;
}
#header-main #search-holder input[type="text"]:-moz-placeholder {
  color: #a09fab;
  font-size: 24px;
  font-weight: 200;
}
#header-main #search-holder button[type="submit"] {
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: #8c0000;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
}
#header-main #search-holder button[type="submit"]:hover {
  color: #343d44;
}
#header-main #search-holder .fultext-note {
  background: #E3E3E3;
  border: 1px solid #BCC1D2;
  padding: 5px;
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 13px;
  line-height: 13px;
  display: none;
  border-radius: 3px;
}
#header-main #search-holder .fultext-note::after {
  content: ":";
}
#header-main #search-holder #whisper {
  position: absolute;
  right: 50%;
  top: calc(100% + 7px);
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  padding: 0;
  display: none;
  border-radius: 3px;
  overflow: auto;
  z-index: 999999;
  text-align: left;
  transform: translateX(50%);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
#header-main #search-holder #whisper li {
  padding: 5px 4px 5px 9px;
  line-height: 40px;
  position: relative;
  white-space: nowrap;
  color: black;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  margin: 2px;
  transition: all 0.3s ease-in-out;
}
#header-main #search-holder #whisper li:hover {
  background: #fff;
}
#header-main #search-holder #whisper li.no-results {
  text-align: center;
  padding: 0;
}
#header-main #search-holder #whisper li img {
  max-width: 40px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  border-radius: 3px;
}
#header-main #search-holder #whisper li .thumbnail {
  display: inline-block;
}
#header-main #search-holder #whisper li a {
  text-decoration: none;
}
#header-main #search-holder #whisper li a:hover {
  text-decoration: underline;
}
#header-main #search-holder #whisper li > a {
  width: 155px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(52, 61, 67, 0.69);
}
#header-main .section-nav {
  margin: 0;
  border-top: 1px solid #e6e6e6;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
#header-main .section-nav ul {
  box-shadow: none;
  overflow: visible;
  background: none;
  width: auto;
  height: 100%;
}
#header-main .section-nav ul li {
  width: 140px;
}
#header-main .section-nav ul li a {
  font-size: 10px;
  padding: 13px 22% 11px 22%;
  text-decoration: none;
  text-transform: uppercase;
}
#header-main .section-nav ul li a .thumbnail {
  display: block;
  height: 28px;
  margin-bottom: 4px;
}
#header-main.scrolled {
  background: #fff;
  position: fixed;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  animation: slide-top 300ms ease-in forwards;
  z-index: 9999;
}
#header-main.scrolled:before {
  display: none;
}
#header-main.scrolled .left {
  padding: 12px 0;
}
#header-main.scrolled #logo img {
  max-height: 61px;
}
#header-main.scrolled .right {
  flex-direction: row;
  align-items: center;
}
#header-main.scrolled .lang-switch {
  display: none;
}
#header-main.scrolled #header-claim {
  position: absolute;
  text-indent: -99999px;
  top: -100px;
}
#header-main.scrolled .section-nav {
  display: block;
}
#header-main.scrolled .hamburger-btn {
  background: #8c0000;
  background: -moz-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: linear-gradient(to right, #8c0000 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='@red-color-main', GradientType=1);
}
#header-main.scrolled .hamburger-btn .text {
  color: #fff;
}
#header-main.scrolled .hamburger-btn .bars span {
  background: #fff;
}
#header-main.scrolled .contact-line {
  display: none;
}
#header-main.scrolled #search-holder input[type="text"] {
  height: 44px;
}
#header-main.scrolled .show-search {
  color: #767c8f;
  border-color: #767c8f;
}
#header-main.scrolled .show-search:hover {
  background: #767c8f;
  color: #fff;
}
#header-main.scrolled .contact-link {
  display: block;
}
.catalogs-big {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.catalogs-big a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 208px;
  margin: 12px;
  border: 1px solid #d3d6e0;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px;
}
.catalogs-big a img {
  max-width: 100%;
}
.catalogs-big a .title {
  color: #e94a4c;
  margin-top: 7px;
}
.catalogs-small {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.catalogs-small a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 142px;
  margin: 12px;
  border: 1px solid #d3d6e0;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px;
}
.catalogs-small a img {
  max-width: 100%;
  min-height: 183px;
}
.catalogs-small a .title {
  color: #414961;
  margin-top: 7px;
}
.side-nav {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  z-index: 99999!important;
  overflow: hidden;
  height: 100%;
}
.side-nav .wrap {
  overflow-y: auto;
  max-height: calc(100% - 120px);
  width: calc(100% + 35px);
  margin-right: -35px;
  padding-right: 35px;
}
.side-nav ul.desktop-menu {
  list-style: none;
  padding: 0 10%;
}
.side-nav ul.desktop-menu > li {
  position: relative;
}
.side-nav ul.desktop-menu > li > a {
  font-size: 26px;
  font-weight: 700;
  color: #343d44;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  text-decoration: none;
  padding: 13px 40px 13px 0;
}
.side-nav ul.desktop-menu > li > a:after {
  display: block;
  content: " ";
  width: 10%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #343d44;
  transition: all 0.3s ease-in-out;
}
.side-nav ul.desktop-menu > li > a.active {
  color: #8c0000;
}
.side-nav ul.desktop-menu > li > a.active:after {
  background: #8c0000;
}
.side-nav ul.desktop-menu > li > a:hover:after {
  width: 100%;
}
.side-nav ul.desktop-menu > li > .sub {
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 0 16px 15px;
  color: #343d6e;
  cursor: pointer;
}
.side-nav ul.desktop-menu > li ul {
  margin-left: 14px;
  position: relative;
  display: none;
  padding: 11px 0;
}
.side-nav ul.desktop-menu > li ul:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 24px;
  width: 1px;
  background: #343d44;
}
.side-nav ul.desktop-menu > li ul li {
  position: relative;
}
.side-nav ul.desktop-menu > li ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  display: block;
  padding: 3px 17px 3px 17px;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #343d44;
}
.side-nav ul.desktop-menu > li ul li a:before {
  content: " ";
  width: 14px;
  height: 1px;
  background: #343d44;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
  position: absolute;
  left: 0;
  top: 14px;
}
.side-nav ul.desktop-menu > li ul li a:hover,
.side-nav ul.desktop-menu > li ul li a.active {
  color: #8c0000;
}
.side-nav ul.desktop-menu > li ul li.active > a {
  color: #8c0000;
}
.side-nav ul.desktop-menu > li ul li > .sub {
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 0 6px 15px;
  color: #343d6e;
  cursor: pointer;
}
.side-nav ul.desktop-menu > li.active > a {
  color: #8c0000;
}
.side-nav ul.desktop-menu > li.active > a:after {
  background: #8c0000;
}
.side-nav ul.desktop-menu > li.active ul:before {
  background: #8c0000;
}
.side-nav ul.desktop-menu > li.active ul li a:before {
  background: #8c0000;
}
.side-nav .menucloser {
  position: absolute;
  top: 30px;
}
#primary-nav {
  right: 0;
  transform: translateX(100%);
}
#primary-nav .menucloser {
  right: 30px;
}
#primary-nav.opened {
  transform: translateX(0);
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.08);
}
#secondary-nav {
  left: 0;
  transform: translateX(-100%);
}
#secondary-nav .menucloser {
  left: 30px;
}
#secondary-nav.opened {
  transform: translateX(0);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.08);
}
.title-part {
  padding: 0 200px;
  position: relative;
}
.title-part .second-nav-btn {
  position: absolute;
  left: 10px;
  top: 22px;
  border: 1px solid #cbcddc;
  border-radius: 5px;
  padding: 7px 14px;
}
.title-part .second-nav-btn .text {
  color: #343d43;
  font-size: 21px !important;
}
.title-part .second-nav-btn .bars span {
  background: #343d43;
}
.location_categorySimple_getDetail .thumbnails {
  margin-bottom: 40px;
}
#hp-main-article-header {
  background: #8c0000;
  background: -moz-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: linear-gradient(to right, #8c0000 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='@red-color-main', GradientType=1);
}
.section-nav {
  margin: -63px 0 58px;
  position: relative;
  z-index: 99;
  padding: 0 10px;
}
.section-nav .more {
  position: absolute;
  right: 34px;
  top: 23px;
  font-size: 26px;
  padding: 10px;
  display: none;
  transition: all 0.3s ease-in-out;
}
.section-nav .more.opened {
  transform: rotate(180deg);
}
.section-nav ul {
  width: 970px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.section-nav ul li {
  width: 20%;
  text-align: center;
  position: relative;
}
.section-nav ul li:before {
  content: " ";
  display: block;
  width: 99%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(254, 245, 246, 0);
  z-index: 0;
  transform: skewX(-31deg);
  transition: all 0.3s ease-in-out;
}
.section-nav ul li a {
  display: block;
  font-size: 14px;
  color: #7a7989;
  font-weight: 700;
  padding: 12px 17% 18px 17%;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.section-nav ul li a .thumbnail {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section-nav ul li a .thumbnail img {
  max-height: 100%;
}
.section-nav ul li a:hover {
  color: #8c0000;
  text-decoration: underline;
}
.section-nav ul li:hover:before {
  background: #fef5f6;
}
.index h2 {
  color: #343d44;
  font-weight: bold;
  font-size: 38px;
  margin: 0;
  padding: 0 0 35px;
}
.index h2 span {
  font-weight: 300;
  color: #8c0000;
}
.imageswap-holder li:not(:first-child) {
  display: none;
}
#pop {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 4%;
  align-items: center;
}
#pop .left {
  width: 50%;
  padding-left: calc(50% - 590px);
  position: relative;
  z-index: 2;
}
#pop .right {
  width: 50%;
  position: relative;
  padding-right: calc(50% - 590px);
}
#pop .right:before {
  content: " ";
  position: absolute;
  height: 90%;
  width: 119%;
  transform: skewX(-34deg);
  border-radius: 55px;
  right: -42%;
  background: #cb1e30;
  z-index: -1;
  background: -moz-linear-gradient(top, #8c0000 0%, #a51727 100%);
  background: -webkit-linear-gradient(top, #8c0000 0%, #a51727 100%);
  background: linear-gradient(to bottom, #8c0000 0%, #a51727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='#a51727', GradientType=0);
}
#pop .right .bx-viewport {
  overflow: visible !important;
}
#pop .right .imageswap-holder {
  margin: -50px 0 0 80px;
}
#pop .right .imageswap-holder li:before {
  display: none;
}
#pop ul li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 0 23px 34px;
}
#pop ul li:before {
  content: "\f00c";
  position: absolute;
  font-family: "FontAwesome";
  color: #f75e6d;
  left: 0;
  top: 1px;
}
#pop .hp-btn {
  margin-top: 30px;
}
#tailor {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 4%;
  align-items: center;
  margin-top: 28px;
}
#tailor .right {
  width: 50%;
  padding-right: calc(50% - 590px);
  padding-left: 20px;
}
#tailor .right p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
}
#tailor .left {
  width: 50%;
  position: relative;
  padding-left: calc(50% - 590px);
}
#tailor .left:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 119%;
  transform: skewX(-34deg);
  border-radius: 55px;
  left: -42%;
  background: #cb1e30;
  z-index: -1;
  top: 0;
  background: -moz-linear-gradient(top, #8c0000 0%, #a51727 100%);
  background: -webkit-linear-gradient(top, #8c0000 0%, #a51727 100%);
  background: linear-gradient(to bottom, #8c0000 0%, #a51727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='#a51727', GradientType=0);
}
#tailor .left img {
  margin: 18px 0 0 -10px;
}
#tailor ul:not(.imageswap-holder) li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 0 23px 34px;
}
#tailor ul:not(.imageswap-holder) li:before {
  content: "\f00c";
  position: absolute;
  font-family: "FontAwesome";
  color: #f75e6d;
  left: 0;
  top: 1px;
}
#tailor .hp-btn {
  margin-top: 24px;
}
.gray-strip {
  padding: 72px 10px;
  position: relative;
  margin: 79px 0;
}
.gray-strip h2 {
  text-align: center;
}
.gray-strip.cover:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 94%;
  border-radius: 55px;
  left: -40%;
  top: 50%;
  transform: translateY(-50%) skewX(34deg);
  background: #f2f3f5;
  z-index: -1;
  max-height: 465px;
}
#deploy {
  text-align: center;
}
#deploy.cover:before {
  left: auto;
  right: -40%;
}
#deploy h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#deploy .perex {
  font-size: 17px;
  font-weight: bold;
}
#deploy .circles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 648px;
  margin: 33px auto 24px;
}
#deploy .circles .circle {
  width: 122px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 23px;
  margin: 0 5px 20px;
}
#deploy .circles .circle:before {
  content: " ";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 50%;
  z-index: -1;
  background: #aa2237;
  background: -moz-linear-gradient(top, #aa2237 0%, #8c0000 100%);
  background: -webkit-linear-gradient(top, #aa2237 0%, #8c0000 100%);
  background: linear-gradient(to bottom, #aa2237 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa2237', endColorstr='@red-color-main', GradientType=0);
}
#deploy .circles .circle:after {
  content: "---------";
  position: absolute;
  top: 43%;
  left: 100%;
  width: 50px;
  color: #cb263b;
}
#deploy .circles .circle:last-child:after {
  display: none;
}
#references {
  text-align: center;
}
#references .reference-holder {
  width: 1065px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 115px 78px;
  background: url("/assets/images/quote.png") bottom center no-repeat;
}
#references .reference-holder .bx-wrapper {
  margin: 0;
}
#references .reference-holder .reference-slider li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#references .reference-holder .reference-slider li .logo {
  width: 200px;
  text-align: center;
  padding: 15px;
}
#references .reference-holder .reference-slider li .content {
  width: calc(100% - 200px);
}
#references .reference-holder .reference-slider li .content p {
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 21px;
}
#references .reference-holder .reference-slider li .hp-btn {
  margin: 10px auto;
}
#references .reference-holder .bx-controls-direction a {
  background: none;
  text-indent: 0;
  font-size: 30px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-9%);
  text-decoration: none;
}
#references .reference-holder .bx-controls-direction a.bx-next {
  right: -111px;
  background: #8c0000;
  background: -moz-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: linear-gradient(to right, #8c0000 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='@red-color-main', GradientType=1);
  color: #fff;
}
#references .reference-holder .bx-controls-direction a.bx-prev {
  left: -111px;
  background: #fff;
}
#materials {
  text-align: center;
  margin: 0 0;
  padding: 3px 10px 45px;
}
#materials .materials-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
#materials .materials-list .material {
  transform: skewX(-23deg);
  overflow: hidden;
  border-radius: 35px;
  width: 155px;
  height: 103px;
  margin: 10px 8px;
  position: relative;
}
#materials .materials-list .material img {
  transform: skewX(23deg);
  width: 186px;
  max-width: none;
  margin-left: -12px;
  margin-top: -8px;
}
#materials .materials-list .material .title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(240, 39, 59, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 200;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#materials .materials-list .material .title div {
  transform: skewX(23deg);
}
#materials .materials-list .material:hover .title {
  opacity: 1;
}
#inovative.cover:before {
  width: 81%;
}
#inovative .cols {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 21px 0;
}
#inovative .cols .col:first-child {
  text-align: right;
}
#inovative .cols .col h3 {
  font-weight: bold;
  font-size: 17px;
  color: #787d93;
  text-transform: none;
  margin: 0 0 10px;
  padding: 0;
}
#inovative .cols .col p {
  margin: 0;
}
#inovative .cols .col .item {
  margin-bottom: 25px;
  position: relative;
}
#inovative .cols .col .item:after {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #8c0000;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: -36px;
  background: #fff;
}
#inovative .cols .col .item:before {
  content: "---------";
  display: block;
  width: 59px;
  position: absolute;
  top: 10px;
  left: -86px;
  color: #8c0000;
  transform-origin: left center;
  transform: rotate(35deg);
}
#inovative .cols .col.more {
  padding: 0 81px;
  margin-top: -31px;
}
#inovative .cols .col:first-child {
  width: 290px;
  max-width: 100%;
}
#inovative .cols .col:first-child .item:after {
  right: -36px;
  left: auto;
}
#inovative .cols .col:first-child .item:before {
  right: -86px;
  left: auto;
}
#inovative .cols .col:first-child .item:last-child:before {
  transform: rotate(-35deg);
}
#inovative .cols .col:last-child .item:before {
  transform-origin: right center;
}
#inovative .cols .col:last-child .item:first-child:before {
  transform: rotate(-35deg);
}
#inovative .cols .col:last-child {
  width: 290px;
  max-width: 100%;
}
#about {
  text-align: center;
  margin-bottom: 110px;
}
#about.cover:before {
  width: 81%;
  left: auto;
  right: -40%;
}
#about .content {
  max-width: 870px;
  margin: 0 auto;
}
#about .content p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.top-page {
  background: url("/assets/images/top-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 220px 0 1px;
}
.top-page .breadcrumb-holder {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0 10px 10px;
}
.top-page .breadcrumb-holder .breadcrumb-separator {
  margin: 0 5px 0 10px;
}
.top-page .breadcrumb-holder a {
  color: #fff;
}
.top-page .section-nav {
  margin: 0 0 -60px;
}
/* hlavni sloupec */
#main-article .main-column {
  padding: 100px 0 100px;
  position: relative;
}
#main-article .main-column h1 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  color: #343d43;
  padding: 10px 0 30px;
}
#main-article .text,
#main-article .text2,
#main-article .text3 {
  font-size: 15px;
  line-height: 1.6em;
}
#main-article .text a,
#main-article .text2 a,
#main-article .text3 a {
  color: #8c0000;
}
#main-article .text p,
#main-article .text2 p,
#main-article .text3 p {
  margin-bottom: 20px;
}
.three-col {
  display: flex;
  justify-content: flex-start;
  padding: 25px 0;
  flex-wrap: wrap;
}
.three-col .col {
  width: 32%;
  margin: 0.6%;
  padding: 0 10px;
}
.three-col.bordered .col {
  border: 1px solid #f3f3f5;
  border-radius: 4px;
  background: #fff;
}
.two-col {
  display: flex;
  justify-content: flex-start;
  padding: 25px 0;
  flex-wrap: wrap;
}
.two-col .col {
  width: 50%;
  margin: 0%;
  padding: 0 10px;
}
.two-col.bordered .col {
  border: 1px solid #f3f3f5;
  border-radius: 4px;
  background: #fff;
}
.left-img-col {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.left-img-col .left {
  width: 250px;
  text-align: center;
  padding: 15px;
}
.left-img-col .right {
  padding: 15px;
  width: calc(100% - 270px);
}
.attachments {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.attachments a {
  margin: 0 10px 10px 0!important;
  text-decoration: none;
  background: #f2f3f5;
  box-shadow: inset 0 -1px 0 #d7d7d7;
  padding: 10px 20px 7px 18px!important;
  color: #656565;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.attachments a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #adadad;
  content: " ";
  display: block;
  transition: all 0.3s ease-in-out;
}
.attachments a:hover {
  color: #8c0000;
}
.attachments a:hover:after {
  width: 100%;
  background: #8c0000;
}
.gallery-holder,
.attachments-holder,
.contactform-holder {
  margin: 25px 0 0;
}
/* paticka */
#main-footer {
  background-color: #fff;
  color: #6b7189;
  /* poski paticka */
}
#main-footer #partners {
  background: #f1f3f6;
  padding: 40px 0;
}
#main-footer #partners .hp-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#main-footer #partners .hp-partners a {
  margin: 0 auto;
}
#main-footer #newsletter {
  background: #ca1e2f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 15px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#main-footer #newsletter span {
  font-weight: 100;
  font-size: 35px;
  line-height: 5px;
  position: relative;
  top: -2px;
  margin: 0 8px;
}
#main-footer #newsletter .perex {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-right: 16px;
}
#main-footer #newsletter form {
  display: flex;
}
#main-footer #newsletter form .newsletter-input {
  position: relative;
}
#main-footer #newsletter form .newsletter-input input[type=email] {
  background: transparent;
  border: 1px solid #e83447;
  height: 45px;
  padding: 6px 6px 6px 39px;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
}
#main-footer #newsletter form .newsletter-input input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
#main-footer #newsletter form .newsletter-input input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
#main-footer #newsletter form .newsletter-input input[type=email]::-moz-placeholder {
  color: #fff;
}
#main-footer #newsletter form .newsletter-input input[type=email]:-ms-input-placeholder {
  color: #fff;
}
#main-footer #newsletter form .newsletter-input input[type=email]:-moz-placeholder {
  color: #fff;
}
#main-footer #newsletter form .newsletter-input label {
  position: absolute;
  color: #fff;
  font-size: 17px;
  left: 13px;
  top: 12px;
}
#main-footer #newsletter form button {
  height: 45px;
  text-transform: uppercase;
  font-family: "Raleway";
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}
#main-footer .main-part {
  padding: 50px 0px 32px;
  font-size: 15px;
}
#main-footer .main-part .content-holder-inner {
  display: flex;
  justify-content: space-between;
}
#main-footer .main-part .contact {
  width: 235px;
  padding-top: 13px;
}
#main-footer .main-part .contact .top {
  display: flex;
  margin-bottom: 23px;
}
#main-footer .main-part .contact .top .socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
  justify-content: center;
}
#main-footer .main-part .contact .top .socials a {
  border-radius: 50%;
  border: 2px solid #6b7189;
  color: #6b7189;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
  margin: 6px 0;
}
#main-footer .main-part .contact .top .socials a:hover {
  color: #fff;
  background: #6b7189;
}
#main-footer .main-part .contact .info p {
  line-height: 20px;
  letter-spacing: 1px;
}
#main-footer .main-part .contact .info p a {
  text-decoration: none;
  color: inherit;
}
#main-footer .main-part .contact .info p a:hover {
  color: #e83447;
}
#main-footer .main-part .contact .info p .fa {
  margin-right: 5px;
}
#main-footer .main-part .nav-setion {
  width: calc(100% - 275px);
}
#main-footer .main-part .nav-setion .navigations {
  display: flex;
  justify-content: space-between;
}
#main-footer .main-part .nav-setion .navigations .nav-blok {
  width: 25%;
  padding-right: 20px;
}
#main-footer .main-part .nav-setion .navigations h2 {
  color: #343d44;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  letter-spacing: 2px;
  margin: 0 0 16px;
  line-height: 18px;
}
#main-footer .main-part .nav-setion .navigations ul li {
  position: relative;
  padding-left: 15px;
  line-height: 18px;
  font-size: 14px;
}
#main-footer .main-part .nav-setion .navigations ul li a {
  text-decoration: none;
  color: #6b7189;
  display: block;
  transition: all 0.3s ease-in-out;
  margin: 0 0 8px;
}
#main-footer .main-part .nav-setion .navigations ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
#main-footer .main-part .nav-setion .navigations ul li:hover a {
  color: #8c0000;
}
#main-footer .main-part .nav-setion .navigations ul li:hover:before {
  transform: translateX(-4px);
  color: #8c0000;
}
#main-footer .main-part .nav-setion .navigations ul li.more a {
  font-weight: bold;
}
#main-footer .main-part .nav-setion .navigations .btn {
  padding: 12px 35px;
  font-size: 12px;
  margin-top: 9px;
}
#main-footer .footer-bottom {
  background: #f2f3f5;
}
#main-footer .poski-paticka {
  margin: 0 auto;
  padding: 23px 0 15px 0;
  text-align: center;
  width: 100%;
  display: table;
}
#main-footer .poski-paticka img {
  vertical-align: middle;
  margin: 0 5px;
  max-width: 24px;
  max-height: 24px;
}
#main-footer .poski-paticka a {
  color: #6b7189;
}
#main-footer .poski-paticka .spolecnost {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
#main-footer .poski-paticka .poski {
  display: table-cell;
  text-align: right;
  padding: 0 20px;
}
.fleft {
  float: left;
}
.fleft.marninged {
  margin: 30px;
}
.fright {
  float: right;
}
.fright.marninged {
  margin: 30px;
}
.categorySimple.poptavka {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999999;
  display: none;
  background: rgba(52, 61, 67, 0.2);
  /*form div .layout_item  {position: relative;
		&::after {content: "\f007"; font-family: "FontAwesome"; position: absolute; display: block; z-index: 2; top: 11px; left: 10px; color: #ef263b;}
		&:nth-of-type(2)::after {content: "\f0e0"; display: none;}
		&:nth-of-type(3)::after {content: "\f095";}
		&:nth-of-type(4)::after {content: "\f044";}
	}*/
}
.categorySimple.poptavka .popt-cont {
  background: #fff;
  padding: 50px 3% 41px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.14);
  border-top: 5px solid #8c0000;
  border-radius: 9px 0 0 9px;
  transform-origin: right center;
  width: 610px;
  max-width: 100%;
}
.categorySimple.poptavka .label_container {
  display: none;
}
.categorySimple.poptavka .fa-close {
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 17px;
  padding: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.categorySimple.poptavka .fa-close:hover {
  color: #8c0000;
}
.categorySimple.poptavka.shown {
  display: flex;
}
.categorySimple.poptavka.shown .popt-cont {
  animation: slide-right 300ms ease-in forwards;
}
.categorySimple.poptavka .layout_item {
  margin-bottom: 5px;
}
.categorySimple.poptavka input[type=text],
.categorySimple.poptavka textarea {
  width: 100%;
}
.categorySimple.poptavka .perex {
  padding: 0 0 21px;
  line-height: 21px;
  font-size: 15px;
}
.categorySimple.poptavka h2 {
  margin: 0 0 13px;
  padding: 0;
}
#pop .right:before,
#tailor .left:before,
#tailor .left:after,
#materials .materials-list .material,
.cat-list-gird .cat-item,
.reference-group-holder .listGroup {
  opacity: 0;
}
#pop .right.animating:before {
  opacity: 1;
  animation: fade-right 500ms ease-in-out forwards;
}
#tailor .left.animating:before {
  opacity: 1;
  animation: fade-left 500ms ease-in-out forwards;
}
#tailor .left.animating:after {
  opacity: 1;
  animation: fade-left-n 500ms ease-in-out forwards;
}
#materials .materials-list .material.animating {
  opacity: 1;
  animation: popin 500ms ease-in-out forwards;
}
.reference-group-holder .listGroup.animating {
  opacity: 1;
  animation: fade-in 500ms ease-in-out forwards;
}
.cat-list-gird .cat-item.animating {
  opacity: 1;
  animation: fade-in 500ms ease-in-out forwards;
}
#deploy .circles .circle.animating:before {
  animation: pulse 500ms ease-in-out forwards;
  opacity: 1;
}
@keyframes popin {
  0% {
    transform: skewX(-23deg) scale(0);
    opacity: 0;
  }
  79% {
    transform: skewX(-23deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: skewX(-23deg) scale(1);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100%) scale(0.8) skewX(-34deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1) skewX(-34deg);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100%) skewX(-34deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) skewX(-34deg);
    opacity: 1;
  }
}
@keyframes fade-left-n {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(100%) scale(0);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
#content-holder .content-holder-inner .no-text *:before,
#content-holder .content-holder-inner .no-text *:after {
  all: initial;
}
#content-holder .content-holder-inner .no-text ul,
#content-holder .content-holder-inner .no-text li {
  padding: initial;
}
#content-holder .content-holder-inner .no-text table {
  border: unset;
  background: transparent;
  box-shadow: none;
}
#content-holder .content-holder-inner .no-text h1,
#content-holder .content-holder-inner .no-text h2,
#content-holder .content-holder-inner .no-text h3 {
  all: unset;
  display: block;
}
#content-holder .content-holder-inner .no-text * {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
/* styly pro layout */
/**
* stylopis popisuje hlavni layout, rozmisteni prvku, sdilene prvky ve vsech layoutech
*/
html {
  /* kostra layoutu */
  /* prehled mych objednavek (prihlaseny uzivatel) */
  /* vyjimky */
  /* paginator */
  /* scroll up tlacitko */
  /* odkaz do noveho okna */
  /* error */
  /* kontaktni formular (404, modul page) */
  /* prepinac responzivniho / klasickeho zobrazeni */
  /* upravy elementu pro klasicke zobrazení */
  /* sila hesla */
  /* dev notifikace */
  /* tooltip */
  /* osetreni prilis sirokzch tabulek */
  /* uklid po bootrstrapu */
  /* obrazky google a sklik kampani, osetreni konverznich iframe */
  /* fall back pro IE11 */
  /*animace hamburgu na krizek pro slickanv*/
  /*Resposnivni menu eshopu v primary-nav*/
  /*styly pro CKE editor frontend */
}
html #content-holder {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
html #content-holder #main-article .main-article-content .main-column {
  background: none;
  min-height: 610px;
}
html #content-holder #main-article .main-article-content .main-column.backgroundPage {
  background: #fff;
  padding: 30px;
}
html #content-holder #main-footer {
  width: 100%;
  height: auto;
  position: relative;
}
html .myOrder.listItem {
  padding: 30px;
  /* kvuli inline stylu */
  /* kvuli inline stylu */
  /* kvuli inline stylu */
  /* kvuli inline stylu */
}
html .myOrder.listItem .title {
  padding: 0;
  margin-bottom: 10px;
}
html .myOrder.listItem .date {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
html .myOrder.listItem .items {
  margin-top: 15px !important;
}
html .myOrder.listItem table {
  margin-bottom: 5px !important;
}
html .myOrder.listItem td {
  padding: 5px 15px !important;
}
html .myOrder.listItem th {
  padding: 5px 15px 10px !important;
}
html .location_category_getDetail #content-holder #main-article {
  background: url('../images/bcg_body-list.jpg') no-repeat;
  background-position: top 45px center;
}
html .location_product_getDetail #content-holder #main-article {
  background: url('../images/bcg_body.jpg') no-repeat;
  background-position: top 45px center;
}
html .paginator {
  width: 500px;
  margin: 27px auto 10px auto;
  padding: 0;
  text-align: center;
}
html .paginator a {
  padding: 5px 10px;
  text-decoration: none;
  color: #8c0000;
  margin: 0 4px;
  text-align: center;
  border-radius: 3px;
}
html .paginator a.disabled {
  color: #ccc;
}
html .paginator a:hover:not(.disabled),
html .paginator a.active {
  background: #8c0000;
  color: #fff;
}
html .scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  text-indent: -9999px;
  background: url(../images/scrollup.png) no-repeat;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html .scrollup:hover {
  opacity: 0.8;
}
html .js-new-window {
  position: relative;
  padding-right: 18px;
  display: inline-block;
}
html .js-new-window::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 3px;
  content: "\f08e";
  font-family: 'FontAwesome';
  font-size: 12px;
}
html .error {
  color: #F00;
  display: inline-block;
}
html #contactForm {
  display: table;
  background: #fff;
  margin: 40px auto;
  border: 1px solid #f2f3f5;
  border-top: 4px solid #ec3346;
  padding: 40px 66px 22px;
}
html #contactForm .flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
}
html #contactForm .left-col .label_container {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  width: 120px;
  margin-top: 5px;
}
html #contactForm textarea {
  width: 330px;
}
html #contactForm .hide {
  display: none;
}
html #contactForm #buttonSubmit {
  margin-left: 120px;
}
html #contactForm .small {
  margin-top: 10px;
}
html .errorPage p {
  width: 460px;
}
html #content-holder #main-footer .responziv-switcher {
  padding: 10px 0;
  display: none;
}
html #content-holder #main-footer .responziv-switcher a {
  color: #757982;
  text-decoration: none;
  font-size: 13px;
  display: block;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 5px;
  background: #e3e6ea;
}
html #content-holder #main-footer.force-view .footer-text {
  padding: 0 20px;
}
html #content-holder #main-footer.force-view .poski-paticka {
  padding: 8px 20px;
}
html.no-responziv #content-holder #main-footer .responziv-switcher {
  display: block;
}
html .password-strength-meter {
  padding: 4px 0;
}
html .password-strength-meter .password-strength {
  font-weight: bold;
}
html .password-strength-meter .strength-0,
html .password-strength-meter .strength-1 {
  color: #ff3000;
}
html .password-strength-meter .strength-2,
html .password-strength-meter .strength-3 {
  color: #ffcc00;
}
html .password-strength-meter .strength-4 {
  color: #15b91a;
}
html .dev-notification {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 10001;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
html .dev-notification .dev-notification-title {
  color: black;
  font-size: 20px;
  line-height: 20px;
}
html .dev-notification small {
  font-size: 10px;
}
html .dev-notification .fa-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: black;
}
html #tooltip-container {
  padding: 20px;
  min-height: 10px;
  background: rgba(237, 238, 240, 0.95);
}
html .table-overflow-wrapper {
  overflow: scroll;
  border: 1px solid #ededed;
  margin: 0;
  padding: 10px;
}
html .group-title {
  display: none;
}
html .thumb_file .thumbnail {
  display: none;
}
html .thumb_file .text {
  margin-bottom: 0;
}
html img[height="1"],
html iframe[name=google_conversion_frame] {
  display: none;
}
html main,
html header,
html footer {
  display: block;
}
html .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #fff;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
html .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}
html .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
  top: -5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
html #primary-nav .eshop-menu-responsive-item {
  display: none;
}
html #primary-nav .slicknav_nav {
  text-align: left !important;
  width: 50%;
  position: absolute;
  top: 54px;
  min-width: 320px;
  left: 0;
  background-color: #4b4b4b;
}
html #primary-nav .slicknav_nav .slicknav_arrow {
  float: right;
}
html #primary-nav .slicknav_nav a {
  margin: -1px 0;
  padding: 10px;
}
html #primary-nav .slicknav_nav li {
  position: relative;
}
html #primary-nav .slicknav_nav li a a {
  padding: 0;
  padding-right: 3px;
}
html #primary-nav .slicknav_nav li:after {
  display: block;
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  bottom: 0;
  content: "";
  height: 1px;
  background-color: #252525;
}
html #primary-nav .slicknav_nav li .sub-category,
html #primary-nav .slicknav_nav li .nav-submenu-holder {
  margin-top: 1px;
}
html #primary-nav .slicknav_nav li .sub-category li:after,
html #primary-nav .slicknav_nav li .nav-submenu-holder li:after {
  display: none;
}
html #primary-nav .slicknav_nav .eshop-menu-responsive-item {
  display: none;
  background-color: #171717;
  padding: 2px 0;
  position: relative;
}
html #primary-nav .slicknav_nav .eshop-menu-responsive-item:last-child {
  padding-bottom: 20px;
}
html #primary-nav .slicknav_nav .eshop-menu-responsive-item:last-child:after {
  bottom: 20px;
}
html .cke2 .cke2-column-holder .cke2-column .cke2-title,
html .cke2 .cke2-column-holder .cke2-column .cke2-text {
  border: none !important;
  padding-bottom: 12px;
}
html .cke3 .column-holder,
html .cke4 .column-holder {
  justify-content: space-between;
  align-items: flex-start;
}
html .cke3 .column-holder p,
html .cke4 .column-holder p {
  padding-bottom: 20px;
}
html .cke3 .column-holder table,
html .cke4 .column-holder table {
  padding: 0 0 30px 0;
  margin-top: 0;
}
/* tiskove styly */
/**
* hlavni print styl
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
@media print {
  body,
  body * {
    color: #000 !important;
  }
  body {
    min-width: auto;
    font-size: 75% !important;
  }
  #main-footer,
  #main-footer > *,
  .main-footer-bcg,
  #main-article-header,
  .scrollup,
  .breadcrumbs,
  #primary-nav,
  .submenu-responsive-spacer,
  .header-system,
  .breadcrumb-holder,
  .all-news-link,
  .colored-button,
  .cookie-consent,
  #top-static-menu,
  .eshop-nav,
  .bottom-text,
  .heureka-holder,
  .filter-holder,
  .products-system,
  .paginator,
  .dev-notification,
  .index-holder-why {
    display: none!important;
  }
  .content-holder-inner {
    width: auto !important;
  }
  .header-main-inner {
    padding: 0 !important;
    height: auto !important;
    background: none!important;
    margin-bottom: 30px;
  }
  .header-main-inner .content-holder-inner {
    text-align: center;
  }
  .header-main-inner .content-holder-inner #logo {
    display: inline-block !important;
    float: none !important;
  }
  .header-main-inner .content-holder-inner #header-claim {
    display: none !important;
  }
  #hp-main-article-header {
    display: none !important;
  }
  #primary-nav {
    display: none;
  }
  .header-system {
    display: none;
  }
  .main-article-content {
    padding-top: 0 !important;
  }
  .breadcrumb-holder {
    display: none;
    width: 400px;
  }
  #main-footer {
    display: none;
  }
  #content-holder #header-main {
    padding: 0;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #content-holder #main-article {
    margin: 0;
  }
  #content-holder #main-article .main-article-content .main-column {
    background: none;
    padding: 0;
  }
  .location_index .index-about-us {
    margin-top: 20px !important;
  }
  .location_index .index-about-us h2 {
    font-size: 16px !important;
  }
  .location_index .index-about-us-text {
    font-size: 14px !important;
  }
  .location_index .hp-main-article-header-right {
    display: none !important;
  }
  .location_index .hp-main-article-header-left {
    width: 820px !important;
    height: auto !important;
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
    max-width: 100% !important;
  }
  .location_index #hp-main-article-header {
    height: auto;
    width: 100%;
  }
  .location_index #hp-main-article-header .index-title,
  .location_index #hp-main-article-header .index-text-box,
  .location_index #hp-main-article-header .index-text-box-content {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    border: 0;
    color: #000;
    background: none;
    text-align: left;
    padding: 0;
  }
  .location_index #content-holder #main-footer {
    width: 100%;
    height: auto;
    position: relative;
    display: block!important;
  }
  .location_index #content-holder #main-footer * {
    color: #000 !important;
    background: none!important;
  }
  .location_index #content-holder #main-footer .footer-text {
    display: block!important;
  }
  #main-article .main-article-content .main-left-col {
    display: none;
    float: none;
  }
  #main-article .main-article-content .main-right-col {
    width: auto;
    float: none;
  }
  .clear {
    clear: both;
  }
  a:link[href^="http://"]:after,
  a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
  }
}
/* moduly */
.hp-slider-holder {
  overflow: hidden;
  margin: 0 auto;
  min-height: 740px;
  max-height: 870px;
}
.hp-slider-holder .content {
  position: absolute;
  left: 50%;
  top: calc(50% + 18px);
  width: 1200px;
  transform: translate(-50%, -50%);
  padding: 10px;
  max-width: 100%;
}
.hp-slider-holder .slider-text {
  font-size: 37px;
  font-weight: 200;
  color: #fff;
}
.hp-slider-holder .slider-text p:first-child {
  font-size: 50px;
  font-weight: 900;
}
.hp-slider-holder .slider-text p:nth-child(3) {
  font-size: 15px !important;
  margin: 10px 0 0;
  text-transform: uppercase;
  font-weight: 400;
}
.hp-slider-holder .slider-text p {
  margin: 0;
}
.hp-slider-holder .slider-text p:empty {
  display: none;
}
.hp-slider-holder .play {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 140px;
  display: block;
  background: #fff;
  color: #f0263b;
  border-radius: 50%;
  width: 160px;
  line-height: 160px;
  text-align: center;
  transform: translate(-100%, -79%);
  transition: all 0.25s ease-in-out;
}
.hp-slider-holder .play:hover {
  transform: translate(-100%, -79%) scale(0.9) rotate(-15deg);
  color: #f0263b;
}
.hp-slider-holder .play.with-text {
  right: auto;
  left: 420px;
  font-size: 100px;
  width: 110px;
  line-height: 110px;
  transform: translate(0, -10%);
}
.hp-slider-holder .play.with-text:hover {
  transform: translate(0, -11%) scale(0.9) rotate(-15deg);
}
.hp-slider-holder .play.with-text .hidden-text {
  display: none;
}
.hp-slider-holder .slider-button {
  background: #8c0000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 22px 52px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 17px;
  display: table;
  background: -moz-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: linear-gradient(to right, #8c0000 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='@red-color-main', GradientType=1);
  transition: all 0.3s ease-in-out;
}
.hp-slider-holder .slider-button:hover {
  background: #fff;
  color: #ee283d;
}
.hp-slider-holder p {
  margin: 0;
}
.hp-slider-holder .bx-viewport {
  border: none;
  left: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hp-slider-holder .bx-viewport ul,
.hp-slider-holder .bx-viewport li {
  padding: 0;
  margin: 0;
}
.hp-slider-holder .bx-viewport li {
  padding-top: 46%;
  background-position: center center;
  background-size: cover;
  min-height: 740px;
  max-height: 870px;
}
.hp-slider-holder .bx-viewport .video-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  z-index: -1;
}
.hp-slider-holder .bx-viewport .video-holder video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hp-slider-holder .bx-viewport .video-holder:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #cb1e30;
  background: rgba(203, 30, 48, 0.7);
  background: -moz-linear-gradient(left, rgba(165, 23, 39, 0.61) 0%, rgba(203, 30, 48, 0.35) 100%);
  background: -webkit-linear-gradient(left, rgba(165, 23, 39, 0.61) 0%, rgba(203, 30, 48, 0.35) 100%);
  background: linear-gradient(to right, rgba(165, 23, 39, 0.61) 0, rgba(203, 30, 48, 0.35) 100%);
}
.hp-slider-holder .bx-wrapper {
  margin: 0;
}
.hp-slider-holder .bx-wrapper .bx-pager {
  bottom: 23px;
}
.hp-slider-holder .bx-wrapper .bx-pager .bx-pager-item a {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: block;
  text-decoration: none;
  line-height: 24px;
  color: #ed3237;
  margin: 0 5px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.hp-slider-holder .bx-wrapper .bx-pager .bx-pager-item a:hover,
.hp-slider-holder .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ed3237;
  color: #fff;
}
.hp-slider-holder .controls-holder {
  display: flex;
  padding-top: 15px;
}
.hp-slider-holder .controls-holder.only-controls {
  padding-top: 180px;
}
.hp-slider-holder .controls-holder .bx-prev,
.hp-slider-holder .controls-holder .bx-next {
  z-index: 999;
  background: none;
  text-indent: 0;
  font-size: 38px;
  color: #fff;
  position: static;
  margin: 0 6px;
  transition: all 0.3s ease-in-out;
}
.hp-slider-holder .controls-holder .bx-prev i,
.hp-slider-holder .controls-holder .bx-next i {
  transition: all 0.3s ease-in-out;
}
.hp-slider-holder .controls-holder .bx-prev:hover i,
.hp-slider-holder .controls-holder .bx-next:hover i {
  color: white;
  transform: scale(1.1);
}
/**
* modul bxslider - print
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
@media print {
  .bx-controls {
    display: none;
  }
}
/**
* modul eshopSimple
*/
/* menu */
.cat-list-gird {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cat-list-gird .cat-item {
  width: 294px;
  max-width: 100%;
  border-radius: 5px;
  background: #f2f3f5;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 3px;
  text-decoration: none;
  padding: 14px 2% 20px;
  transition: all 0.3s ease-in-out;
}
.cat-list-gird .cat-item .thumbnail {
  height: 200px;
  width: 100%;
  padding: 15px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.cat-list-gird .cat-item .thumbnail img {
  max-height: 100%;
}
.cat-list-gird .cat-item h3 {
  color: #343d42;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-transform: none;
  padding: 9px 0 10px;
  transition: all 0.3s ease-in-out;
}
.cat-list-gird .cat-item h3:before {
  content: " ";
  display: block;
  height: 1px;
  background: #f12b36;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 48px;
  transition: all 0.3s ease-in-out;
}
.cat-list-gird .cat-item:hover {
  background: #8c0000;
}
.cat-list-gird .cat-item:hover .thumbnail {
  transform: scale(0.9);
}
.cat-list-gird .cat-item:hover h3 {
  color: #fff;
}
.cat-list-gird .cat-item:hover h3:before {
  width: 70%;
  background: rgba(255, 255, 255, 0.4);
}
.category-top {
  position: relative;
  padding: 34px 0 0;
}
.category-top .category-img {
  position: relative;
  width: 386px;
  float: left;
  padding: 20px;
  margin: 0 20px 20px 0;
  height: 410px;
}
.category-top .category-img:before {
  content: " ";
  position: absolute;
  height: 100%;
  max-height: 460px;
  width: 2211%;
  width: 200vw;
  transform: skewX(-34deg);
  top: 0;
  border-radius: 55px;
  right: 131px;
  background: #cb1e30;
  z-index: -1;
  background: -moz-linear-gradient(top, #cb1e30 0%, #a51727 100%);
  background: -webkit-linear-gradient(top, #cb1e30 0%, #a51727 100%);
  background: linear-gradient(to bottom, #cb1e30 0%, #a51727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1e30', endColorstr='#a51727', GradientType=0);
}
.category-top .category-img > .bx-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.category-top .category-img > .imageswap-holder {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
.category-top .category-img img[src$=".jpeg"],
.category-top .category-img img[src$=".jpg"] {
  border: 1px solid rgba(52, 61, 67, 0.23);
  border-radius: 3px;
}
.category-top .category-img ul {
  margin: 0;
}
.category-top .category-img ul li {
  display: none;
  padding: 0;
}
.category-top .category-img ul li:before {
  display: none !important;
}
.category-top .category-img ul li:first-child {
  display: block;
}
.category-top.gray .category-img:before {
  background: #f2f3f5;
}
.category-top.gray:before {
  background: url("/assets/images/splash-g.png") no-repeat;
}
.show-poptavka {
  padding: 16px 29px 15px 34px;
  display: table;
  margin-top: 25px;
}
body.page_bg_gray .category-top .category-img:before {
  background: #f2f3f5;
}
body.page_bg_gray .category-top:before {
  background: url("/assets/images/splash-g.png") no-repeat;
}
.category-bottom {
  padding-top: 40px !important;
}
.thumbnails {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.thumbnails .thumbnail {
  overflow: hidden;
  border-radius: 5px;
  margin: 3px;
  width: 194px;
  border: 1px solid #f3f3f5;
  background: #fff;
}
.thumbnails .thumbnail img {
  display: flex;
}
.thumbnails .thumbnail a {
  display: block;
  position: relative;
}
.thumbnails .thumbnail a:after {
  content: "\f00e";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  color: #fff;
  transform: scale(1.6);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.thumbnails .thumbnail a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 40, 60, 0.4);
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.thumbnails .thumbnail a:hover:after,
.thumbnails .thumbnail a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.main-slim-col .slicknav_menu {
  background: #ffffff;
}
.main-slim-col .slicknav_menu a {
  color: #222;
}
.main-slim-col .slicknav_menu .sub {
  display: none;
}
.productSimple.listItem-holder {
  text-align: center;
}
.productSimple.listItem {
  display: inline-block;
  width: 31.5%;
  margin: 0 3px 20px;
  text-align: center;
  vertical-align: top;
  min-height: 270px;
  background: #fff;
  border: 1px solid #ededed;
  padding: 17px 17px 12px 17px;
  max-width: calc(100% - 30px);
  vertical-align: middle;
}
.productSimple.listItem:hover {
  border-color: #d4d4d4;
}
.productSimple.listItem .title-area {
  text-align: center;
  display: block;
  vertical-align: middle;
}
.productSimple.listItem .title-area .product-title {
  padding-top: 0;
  line-height: 18px;
  font-size: 16px;
  text-transform: none;
  color: #ec1c24;
}
.productSimple.listItem .title-area .product-title a {
  color: #8c0000;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  height: 48px;
  display: block;
  overflow: hidden;
}
.productSimple.listItem .title-area .product-title a:hover {
  text-decoration: underline;
}
.productSimple.listItem .text {
  color: #727272;
  font-size: 13px;
  text-align: left;
  margin-bottom: 7px;
  height: 38px;
  overflow: hidden;
}
.productSimple.listItem .more-info {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 10px;
  letter-spacing: -0.6px;
  margin-top: 23px;
}
.productSimple.listItem .more-info:before {
  content: none;
}
.productSimple.listItem .thumbnail {
  line-height: 200px;
}
.productSimple.listItem .thumbnail a {
  display: inline-block;
}
.productSimple.listItem .thumbnail a img {
  vertical-align: middle;
  max-width: 200px;
  max-height: 200px;
}
.location_categorySimple_getDetail .main-column {
  background: url("/assets/images/splash2.png") no-repeat top 330px left calc(50% + 870px), url("/assets/images/splash3.png") no-repeat bottom 0 right calc(50% + 830px) !important;
}
/* detail produktu */
.location_orderSimple_getOrder .group_content {
  text-align: center;
}
.location_orderSimple_getOrder .group_content table.form-table {
  display: inline-block;
  margin-bottom: 10px;
}
.location_orderSimple_getOrder .group_content table.form-table tr td {
  padding: 5px 0;
}
.location_orderSimple_getOrder .group_content table.form-table tr td:nth-of-type(2) {
  width: 370px;
}
.location_orderSimple_getOrder .group_content table.form-table tr td:first-of-type {
  text-align: right;
  width: 150px;
  padding-right: 20px;
}
.location_orderSimple_getOrder .group_content table.form-table tr:nth-of-type(even) {
  background-color: transparent !important;
}
.location_orderSimple_getOrder .group_content table.form-table tr.center td {
  text-align: center;
}
.location_orderSimple_getOrder h4 {
  text-align: left;
}
.location_orderSimple_getOrder .rychly-form-holder td.help-float #note {
  width: 290px !important;
}
.location_orderSimple_getOrder .rychly-form-holder td.help-float .fa {
  vertical-align: top;
}
.location_orderSimple_getOrder .rychly-form-holder table tbody tr:hover {
  background-color: transparent !important;
}
.location_orderSimple_getOrder .rychly-form-holder .buy {
  float: right;
  margin-bottom: 20px;
}
.location_orderSimple_getOrder .rychly-form-holder .colored-button.back {
  display: block;
  float: left;
}
.location_orderSimple_getOrder .rychly-form-holder .import-text {
  text-align: right;
}
.location_orderSimple_getOrder .detail-page-table tr th,
.location_orderSimple_getOrder .detail-page-table tr td {
  padding: 4px 8px !important;
}
.location_orderSimple_getOrder .summary-table-holder .variants-table {
  text-align: right;
}
.location_orderSimple_getOrder .summary-table-holder .titulek {
  font-weight: bold;
  float: left;
  min-width: 150px;
}
.location_orderSimple_getOrder .summary-table-holder .hodnota {
  float: right;
  padding-left: 20px;
}
.location_orderSimple_getOrder #objadded.ui-dialog-content,
.location_orderSimple_getOrder #objerror.ui-dialog-content {
  padding: 2em 2em;
}
.location_orderSimple_getOrder .variants-table-hlder {
  display: block;
}
.location_orderSimple_getOrder #kosik {
  /* nakupni kosik */
}
.location_orderSimple_getOrder #kosik .cart_listItem .polozka {
  border-top: 1px solid #e1e1e1;
}
.location_orderSimple_getOrder #kosik .cart_listItem:first-of-type .polozka {
  border-top: none;
}
.location_orderSimple_getOrder #kosik .element.locale_ {
  display: none;
}
.location_orderSimple_getOrder #kosik .polozka {
  position: relative;
  padding: 20px 0;
}
.location_orderSimple_getOrder #kosik .nazev {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.location_orderSimple_getOrder #kosik .parametry {
  margin: 10px;
  line-height: normal;
}
.location_orderSimple_getOrder #kosik .parametry th:first-of-type,
.location_orderSimple_getOrder #kosik .parametry td:first-of-type {
  display: none;
}
.location_orderSimple_getOrder #kosik .parametry .float-param {
  float: left;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
.location_orderSimple_getOrder #kosik .parametry .float-param:last-of-type {
  border: 0;
}
.location_orderSimple_getOrder #kosik .parametry div div {
  font-weight: 600;
  display: inline-block;
  margin-right: 9px;
}
.location_orderSimple_getOrder #kosik .cenyKus {
  display: none;
}
.location_orderSimple_getOrder #kosik .kusy {
  float: right;
  margin-right: 20px;
  text-align: right;
}
.location_orderSimple_getOrder #kosik .cenyCelkem {
  position: absolute;
  bottom: 20px;
  right: 105px;
  text-align: right;
}
.location_orderSimple_getOrder #kosik .cenyKus,
.location_orderSimple_getOrder #kosik .cenyCelkem {
  line-height: normal;
}
.location_orderSimple_getOrder #kosik .cenyKus div div,
.location_orderSimple_getOrder #kosik .cenyCelkem div div {
  font-weight: 600;
  display: inline-block;
  margin-right: 9px;
}
.location_orderSimple_getOrder #kosik .cenaZboziCelkem,
.location_orderSimple_getOrder #kosik .cenaCelkem {
  font-weight: 600;
  clear: both;
}
.location_orderSimple_getOrder #kosik .cenaZboziCelkem .titulek,
.location_orderSimple_getOrder #kosik .cenaCelkem .titulek {
  float: left;
}
.location_orderSimple_getOrder #kosik .cenaZboziCelkem .hodnota,
.location_orderSimple_getOrder #kosik .cenaCelkem .hodnota {
  float: right;
}
.location_orderSimple_getOrder #kosik input.qty {
  width: 50px;
  text-align: center;
}
.location_orderSimple_getOrder #kosik .odstranit {
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.location_orderSimple_getOrder #payment {
  width: 280px;
}
.location_orderSimple_getOrder td {
  padding: 0 5px;
}
.location_orderSimple_getOrder #kosik,
.location_orderSimple_getOrder .variants-table div.label.locale_ {
  text-align: left;
  width: 100%;
}
.location_orderSimple_getOrder #orderSimple .error {
  display: block;
}
.location_orderSimple_getOrder #orderSimple .error:first-letter {
  text-transform: uppercase;
}
.location_orderSimple_getOrder .ajaxind {
  width: 16px;
  height: 11px;
  margin-right: 10px;
  display: inline-block;
  visibility: hidden;
}
.location_orderSimple_getOrder .ajaxind.active {
  visibility: visible;
}
.location_orderSimple_getOrder.two-column .main-right-col .main-column .orderSimple td {
  display: block;
  float: left;
  min-width: 200px;
}
.location_orderSimple_getOrder.two-column .main-right-col .main-column .orderSimple td.variants-table {
  width: calc(100% - 20px);
}
.location_orderSimple_getOrder.two-column .main-right-col .main-column .orderSimple td.tright {
  width: calc(100% - 20px);
  text-align: right;
}
.location_orderSimple_getOrder.two-column .main-right-col .main-column .orderSimple td.tright {
  float: none;
  width: auto;
}
.location_orderSimple_getOrder.two-column .main-right-col .main-column .orderSimple td #note {
  width: 280px;
}
.location_orderSimple_getOrder tr.note .element #note {
  width: calc(100% - 55px);
}
.location_orderSimple_getOrder .order-summary {
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 16px;
}
.location_orderSimple_getOrder .fa.info {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #585858;
}
.location_orderSimple_getOrder .more-products {
  color: #222222;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0 0;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.location_orderSimple_getOrder .more-products:after {
  content: "\f177";
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: FontAwesome;
}
.location_orderSimple_getOrder .variants-table-holder .variants-table {
  text-align: center;
}
.location_orderSimple_getOrder .variants-table-holder .variants-table > .element {
  display: block;
}
.location_orderSimple_getOrder button[type=submit]:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 18px;
  top: 13px;
  font-size: 15px;
  color: inherit;
  display: block;
}
.location_orderSimple_getOrder .detail-page-table tr th.cell-add-to-cart {
  display: none;
}
/**
* modul news - print
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
/**
* modul news
*/
/* vypis novinek */
.location_news_getList .listItem {
  border-bottom: 3px solid #ec2c40;
  padding: 24px 0 20px;
  margin: 0 0 15px 0;
  position: relative;
  clear: both;
  vertical-align: top;
  background: #f4f5f7;
  border-radius: 5px;
  padding-right: 30px;
}
.location_news_getList .listItem .list-item-left {
  width: 220px;
  float: left;
  margin: 0;
  text-align: center;
}
.location_news_getList .listItem .list-item-left .thumbnail {
  display: inline-block;
  border: 1px solid #fff;
  padding: 7px;
  border-radius: 5px;
  overflow: hidden;
}
.location_news_getList .listItem .list-item-left .thumbnail a {
  display: block;
}
.location_news_getList .listItem .list-item-left .thumbnail img {
  max-width: 150px;
  vertical-align: middle;
}
.location_news_getList .listItem .list-item-left .thumbnail:hover {
  border-color: #bababa;
}
.location_news_getList .listItem .list-item-right {
  width: calc(100% - 220px);
  float: left;
}
.location_news_getList .listItem .list-item-right .summary {
  margin: 10px 0 25px 0;
  line-height: 21px;
  text-align: justify;
}
.location_news_getList .listItem .list-item-right .dateFrom {
  display: block;
  margin: 1px 0 9px;
  font-weight: 600;
  font-size: 12px;
  color: #6c6e73;
  border-bottom: 1px solid white;
  padding-bottom: 9px;
}
.location_news_getList .listItem .list-item-right .more {
  float: left;
  text-transform: uppercase;
  padding: 9px 27px;
  margin-top: 16px;
}
.location_news_getList .listItem .list-item-right .title {
  font-size: 14px;
  text-decoration: none;
  color: #8c0000;
}
.location_news_getList .listItem .list-item-right .title:hover {
  text-decoration: underline;
}
.location_news_getList .listItem .list-item-right .title h2 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
/* detail novinky */
.news___getDetail .dateFrom {
  font-weight: bold;
}
.news___getDetail a.title {
  font-weight: bold;
}
.news___getDetail .summary {
  padding: 10px 0;
  line-height: 1.7em;
  font-weight: 500;
  margin-bottom: 20px;
}
.news___getDetail .youtube-players {
  text-align: center;
}
.news___getDetail .page-img {
  position: relative;
  width: 386px;
  float: left;
  padding: 20px;
  margin: 0 20px 20px 0;
  height: 410px;
}
.news___getDetail .page-img:before {
  content: " ";
  position: absolute;
  height: 100%;
  max-height: 460px;
  width: 2211%;
  width: 200vw;
  transform: skewX(-34deg);
  top: 0;
  border-radius: 55px;
  right: 131px;
  background: #cb1e30;
  z-index: -1;
  background: -moz-linear-gradient(top, #cb1e30 0%, #a51727 100%);
  background: -webkit-linear-gradient(top, #cb1e30 0%, #a51727 100%);
  background: linear-gradient(to bottom, #cb1e30 0%, #a51727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1e30', endColorstr='#a51727', GradientType=0);
}
.news___getDetail .page-img > .bx-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.news___getDetail .page-img > .bx-wrapper .imageswap-holder {
  width: auto;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.news___getDetail .page-img > .imageswap-holder {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
.news___getDetail .page-img img[src$=".jpeg"],
.news___getDetail .page-img img[src$=".jpg"] {
  border: 1px solid rgba(52, 61, 67, 0.23);
  border-radius: 3px;
}
.news___getDetail .page-img ul {
  margin: 0;
}
.news___getDetail .page-img ul li {
  display: none;
  padding: 0;
}
.news___getDetail .page-img ul li:before {
  display: none !important;
}
.news___getDetail .page-img ul li:first-child {
  display: block;
}
/**
* modul news - print
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
/**
* modul page
*/
.header {
  margin-top: 18px;
}
.header h2 {
  margin-bottom: 16px;
  font-size: 1.8em;
  line-height: 1.5em;
}
.text,
.text2,
.text3 {
  margin-bottom: 24px;
}
.text p,
.text2 p,
.text3 p {
  text-align: justify;
}
.attachments:after {
  content: "";
  clear: both;
  display: block;
}
/*detail stranky*/
.location_page_getDetail .message-information {
  background: #e0ebfd;
  width: 897px;
  margin: 0 auto 22px;
  color: #6a6d71;
  max-width: 100%;
}
.location_page_getDetail .message-information.alert-dismissible:before {
  color: #719ee2;
}
.location_page_getDetail .secured-page form {
  display: table;
  margin: 0 auto;
  background: #ffffff;
  padding: 28px;
  border-radius: 5px;
  box-shadow: inset 0 6px 0 #ee293e, 0 0 15px 1px #f1f1f1;
}
.location_page_getDetail .secured-page fieldset {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.location_page_getDetail .secured-page fieldset legend {
  display: block;
  color: #ee293d;
  font-size: 33px;
  margin-bottom: 24px;
  font-weight: 200;
}
.location_page_getDetail .secured-page fieldset input,
.location_page_getDetail .secured-page fieldset button {
  margin: 8px auto;
}
.location_page_getDetail .secured-page fieldset button {
  background: #8c0000;
  background: -moz-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: -webkit-linear-gradient(left, #8c0000 0%, #8c0000 100%);
  background: linear-gradient(to right, #8c0000 0%, #8c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-color-main', endColorstr='@red-color-main', GradientType=1);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  padding: 20px 58px;
  position: relative;
  cursor: pointer;
  padding: 16px 40px;
  margin-top: 15px;
}
.location_page_getDetail .secured-page fieldset button i {
  margin-left: 6px;
}
.location_page_getDetail .secured-page fieldset button:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(238, 40, 61, 0.32);
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.1, 1.31);
}
.location_page_getDetail .secured-page fieldset button:hover:after,
.location_page_getDetail .secured-page fieldset button.active:after {
  width: 104%;
  height: 118%;
}
.location_page_getDetail .secured-page fieldset button:after {
  z-index: 0;
}
.location_page_getDetail .secured-page fieldset small {
  margin: 26px 0 6px;
  display: block;
}
.location_page_getDetail .attachments_images {
  text-align: center;
}
.location_page_getDetail .attachments_images .thumbnail {
  display: inline-block;
  text-align: center;
  width: 200px;
  margin: 0 10px 20px 10px;
  padding: 7px;
  line-height: 200px;
  border: 1px solid #ededed;
  float: none;
}
.location_page_getDetail .attachments_images .thumbnail a {
  display: block;
}
.location_page_getDetail .attachments_images .thumbnail a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.location_page_getDetail .attachments_images .thumbnail img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.location_page_getDetail .attachments_images .thumbnail:hover {
  border-color: #bababa;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.location_page_getDetail .contactForm {
  margin: 0 auto;
  width: 303px;
}
.location_page_getDetail .page-img {
  position: relative;
  width: 386px;
  float: left;
  padding: 20px;
  margin: 0 20px 20px 0;
  height: 410px;
}
.location_page_getDetail .page-img:before {
  content: " ";
  position: absolute;
  height: 100%;
  max-height: 460px;
  width: 2211%;
  width: 200vw;
  transform: skewX(-34deg);
  top: 0;
  border-radius: 55px;
  right: 131px;
  background: #cb1e30;
  z-index: -1;
  background: -moz-linear-gradient(top, #cb1e30 0%, #a51727 100%);
  background: -webkit-linear-gradient(top, #cb1e30 0%, #a51727 100%);
  background: linear-gradient(to bottom, #cb1e30 0%, #a51727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1e30', endColorstr='#a51727', GradientType=0);
}
.location_page_getDetail .page-img > .bx-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.location_page_getDetail .page-img > .bx-wrapper .imageswap-holder {
  width: auto;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.location_page_getDetail .page-img > .imageswap-holder {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
.location_page_getDetail .page-img img[src$=".jpeg"],
.location_page_getDetail .page-img img[src$=".jpg"] {
  border: 1px solid rgba(52, 61, 67, 0.23);
  border-radius: 3px;
}
.location_page_getDetail .page-img ul {
  margin: 0;
}
.location_page_getDetail .page-img ul li {
  display: none;
  padding: 0;
}
.location_page_getDetail .page-img ul li:before {
  display: none !important;
}
.location_page_getDetail .page-img ul li:first-child {
  display: block;
}
.location_page_getDetail.page_bg_gray .page-img:before {
  background: #f2f3f5;
}
.get-catalog-wrap {
  position: relative;
}
.get-catalog-wrap:before {
  content: '';
  background: url('../images/catalog-bg.png');
  position: absolute;
  width: 600px;
  height: 940px;
  top: -290px;
  left: 252px;
  -moz-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(60deg);
  z-index: -1;
}
.get-catalog-wrap .thumbnails {
  margin-top: 35px;
}
.view-catalog-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #f3f3f5;
  background: #fff;
}
.view-catalog-link img {
  display: flex;
}
.view-catalog-link:after {
  content: "\f00e";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  color: #fff;
  transform: scale(1.6);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.view-catalog-link:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 40, 60, 0.4);
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.view-catalog-link:hover:after,
.view-catalog-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
/**
* modul news - print
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
/**
* modul partners
*/
.partners {
  padding: 0 40px;
}
.partners h2 {
  text-align: center;
  font-size: 24px;
  padding: 22px 0 7px 0;
  color: #8c0000;
}
.partners .bx-wrapper {
  margin: 0 auto;
}
.partners .bx-wrapper .bx-viewport {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.partners .bx-wrapper .bx-viewport li {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.partners .bx-wrapper .bx-viewport li a {
  display: table-cell;
  vertical-align: middle;
  display: block;
}
.partners .bx-wrapper .bx-viewport li img {
  margin: 0 auto;
}
.partners .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 0;
  background: none;
  font-size: 30px;
  color: #acb5c1;
}
.partners .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 10px;
}
.partners .bx-wrapper .bx-controls-direction a.bx-next {
  right: 10px;
}
.partners .partners-slide {
  display: flex;
}
/**
* modul partners - print
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
/**
* modul popup
*/
.popup {
  position: fixed;
  cursor: default;
  border: 1px solid #949494;
  background: white;
  padding: 0;
  z-index: 10000;
  overflow: hidden;
  max-width: 100%;
  display: block !important;
  /* kvuli ipadu, netusim proc je to jinak display: none */
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
}
.popup.pos1 {
  top: 0;
  left: 0;
}
.popup.pos2 {
  top: 0;
  left: 50%;
}
.popup.pos3 {
  top: 0;
  right: 0;
}
.popup.pos4 {
  top: 50%;
  left: 0;
}
.popup.pos5 {
  top: 50%;
  left: 50%;
}
.popup.pos6 {
  top: 50%;
  right: 0;
}
.popup.pos7 {
  bottom: 0;
  left: 0;
}
.popup.pos8 {
  bottom: 0;
  left: 50%;
}
.popup.pos9 {
  bottom: 0;
  right: 0;
}
.popup .nadpis {
  margin: 12px 10px 11px 10px;
  font-weight: bold;
}
.popup p {
  margin: 2px 10px 6px 10px;
  padding: 0;
}
.popup img {
  margin: 0;
  padding: 0;
  border: 0;
}
.popup .cross {
  top: 0;
  right: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.popup .cross a {
  color: #313030;
}
.popup .cross a:hover {
  color: #000000;
}
.popup .cross .fa {
  font-size: 1.6em;
  position: relative;
}
div.viewport-bcg-cropper {
  transition: all 0.2s ease-in-out;
}
div.viewport-bcg-cropper.popup-moved {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.popup.sidebar {
  height: 100%;
  top: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}
.popup.sidebar.side-left.open {
  left: 0;
}
.popup.sidebar.side-right.open {
  right: 0;
}
.popup.sidebar.open {
  visibility: visible;
  display: block;
}
#popup-tab {
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.4);
  display: block;
  position: fixed;
  cursor: pointer;
  border: 1px solid #949494;
  background: white;
  padding: 0;
  z-index: 9999;
  overflow: hidden;
  bottom: 0;
  width: 26px;
  height: 160px;
}
#popup-tab span,
#popup-tab span:hover {
  color: black;
  text-decoration: none;
  font-weight: 400;
  width: 160px;
  height: 26px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
}
#popup-tab.side-left {
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#popup-tab.side-left span {
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 0% 0%;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  transform: rotate(90deg);
  transform-origin: 0% 0%;
  left: 23px;
}
#popup-tab.side-right {
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#popup-tab.side-right span {
  -ms-transform: rotate(270deg);
  -ms-transform-origin: 100% 0%;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 100% 0%;
  transform: rotate(270deg);
  transform-origin: 100% 0%;
  left: -157px;
}
/**
* modul popup - print
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
@media print {
  #popup-holder,
  #popup,
  #popup-tab {
    display: none;
  }
}
/**
* modul reference - reference
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
/**
* modul reference
*/
/*vypis referenci*/
.location_reference_getList .reference-group-holder {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.location_reference_getList .reference-group-holder .listGroup {
  width: 294px;
  max-width: 100%;
  border-radius: 5px;
  background: #f2f3f5;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 3px;
  text-decoration: none;
  padding: 14px 2% 20px;
  transition: all 0.3s ease-in-out;
}
.location_reference_getList .reference-group-holder .listGroup .thumbnail {
  height: 150px;
  width: 100%;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location_reference_getList .reference-group-holder .listGroup .thumbnail img {
  max-height: 100%;
}
.location_reference_getList .reference-group-holder .listGroup .title {
  color: #343d42;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-transform: none;
  padding: 9px 0 10px;
  transition: all 0.3s ease-in-out;
}
.location_reference_getList .reference-group-holder .listGroup .title:before {
  content: " ";
  display: block;
  height: 1px;
  background: #f12b36;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 48px;
  transition: all 0.3s ease-in-out;
}
.location_reference_getList .reference-group-holder .listGroup:hover {
  background: #343d43;
}
.location_reference_getList .reference-group-holder .listGroup:hover .title {
  color: #fff;
}
.location_reference_getList .reference-group-holder .listGroup:hover .title:before {
  width: 70%;
  background: rgba(255, 255, 255, 0.4);
}
/*detail reference*/
.location_reference_getDetail .refernece-desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.location_reference_getDetail .refernece-desc .thumb {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
  min-height: 240px;
}
.location_reference_getDetail .refernece-desc .thumb:before {
  content: " ";
  position: absolute;
  height: 100%;
  max-height: 460px;
  width: 2211%;
  width: 200vw;
  transform: skewX(-34deg);
  top: 0;
  border-radius: 55px;
  right: 131px;
  background: #f3f3f5;
  z-index: -1;
}
.location_reference_getDetail .refernece-desc .content {
  width: calc(100% - 300px);
  padding: 40px 10px 10px;
}
.location_reference_getDetail .reference-group-holder {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.location_reference_getDetail .reference-group-holder .listGroup {
  width: 294px;
  max-width: 100%;
  border-radius: 5px;
  background: #f2f3f5;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 3px;
  text-decoration: none;
  padding: 14px 2% 20px;
  transition: all 0.3s ease-in-out;
}
.location_reference_getDetail .reference-group-holder .listGroup .thumbnail {
  height: 150px;
  width: 100%;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location_reference_getDetail .reference-group-holder .listGroup .thumbnail img {
  max-height: 100%;
}
.location_reference_getDetail .reference-group-holder .listGroup .title {
  color: #343d42;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-transform: none;
  padding: 9px 0 10px;
  transition: all 0.3s ease-in-out;
}
.location_reference_getDetail .reference-group-holder .listGroup .title:before {
  content: " ";
  display: block;
  height: 1px;
  background: #f12b36;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 48px;
  transition: all 0.3s ease-in-out;
}
.location_reference_getDetail .reference-group-holder .listGroup:hover {
  background: #343d43;
}
.location_reference_getDetail .reference-group-holder .listGroup:hover .title {
  color: #fff;
}
.location_reference_getDetail .reference-group-holder .listGroup:hover .title:before {
  width: 70%;
  background: rgba(255, 255, 255, 0.4);
}
.location_reference_getDetail .gallery-holderer {
  padding: 20px 0;
}
.location_reference_getDetail .yt-holderer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
.location_reference_getDetail .yt-holderer .youtube-player-container {
  width: 387px;
  margin: 5px;
  background: #f3f3f5;
  padding: 10px;
  border-radius: 5px;
}
.location_reference_getDetail .yt-holderer .youtube-player-container iframe {
  width: 100%;
  height: 210px;
}
.location_reference_getDetail .reference-item-holder {
  text-align: center;
}
.location_reference_getDetail .reference-item-holder .listItem {
  display: inline-block;
  width: 200px;
  margin: 12px 0 12px 20px;
  text-align: center;
  padding: 7px;
  border: 1px solid #ededed;
  vertical-align: top;
}
.location_reference_getDetail .reference-item-holder .listItem a {
  display: block;
}
.location_reference_getDetail .reference-item-holder .listItem .title {
  height: 28px;
  overflow: hidden;
  display: inline-block;
}
.location_reference_getDetail .reference-item-holder .listItem img {
  max-height: 200px;
  max-width: 200px;
  vertical-align: middle;
}
.location_reference_getDetail .reference-item-holder .listItem:nth-child(4n+1) {
  margin-left: 0;
}
.location_reference_getDetail .reference-item-holder .listItem:hover {
  border-color: #ededed;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
/**
* modul search - print
* pro spravnou funkci je vyzadovano prijeni zdroje css do html s atributem media="all"
*/
/**
* modul search
*/
.search___search {
  text-align: center;
}
.search___search .search-title {
  border-top: 1px solid #ccc;
}
.search___search .search-title:first-of-type {
  border-top: 0;
}
.search___search .listItem {
  display: inline-block;
  width: 290px;
  max-width: calc(100% - 12px);
  margin: 0 6px 20px;
  padding: 17px 17px 12px 17px;
  background: #fff;
  border: 1px solid #d4d4d4;
  vertical-align: top;
}
.search___search .listItem .dateFrom {
  display: block;
}
.search___search .listItem .title {
  display: block;
  margin: 7px 0;
}
.search___search .listItem .summary {
  margin-bottom: 15px;
  color: #727272;
  font-size: 13px;
  text-align: left;
}
.search___search .listItem h2 {
  color: #222;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/**
* stylopis sdileny vsemi moduly
*/
/* piece nadpis */
.attachments_nonimages a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 0;
  min-height: 19px;
}
.attachments_nonimages a:before {
  background: url(../images/icons/txt.png) 0 4px no-repeat;
  display: inline-block;
  width: 16px;
  height: 26px;
  content: "";
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.attachments_nonimages a.pdf:before {
  background-image: url(../images/icons/pdf.png);
}
.attachments_nonimages a.xls:before,
.attachments_nonimages a.xlsx:before {
  background-image: url(../images/icons/xls.png);
}
.attachments_nonimages a.ods:before {
  background-image: url(../images/icons/ods.png);
}
.attachments_nonimages a.doc:before,
.attachments_nonimages a.docx:before {
  background-image: url(../images/icons/doc.png);
}
.attachments_nonimages a.odt:before {
  background-image: url(../images/icons/odt.png);
}
.attachments_nonimages a.zip:before {
  background-image: url(../images/icons/zip.png);
}
.attachments_nonimages a.rar:before {
  background-image: url(../images/icons/rar.png);
}
.attachments_nonimages a.txt:before {
  background-image: url(../images/icons/txt.png);
}
.attachments_nonimages a.jpg:before,
.attachments_nonimages a a.png:before,
.attachments_nonimages a a.gif:before {
  background: url(../images/icons/jpg.png) no-repeat;
}
@media print {
  .attachments_nonimages a {
    padding: 1px 0;
    background: none!important;
  }
}
/*responsive */
/**
* vsechny verze layoutu ridi tento responzivni styl
*/
/**
 * responzivni menu
 * source: http://slicknav.com/
 * menu je schovano, po po prekroceni breakpointu se zobrtazi
 */
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/*
 * upravy knihovny na barevnost layoutu
*/
#primary-nav .slicknav_menu {
  background: inherit;
}
.submenu-holder .slicknav_menu {
  background: inherit;
  padding: 0;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.submenu-holder .slicknav_menu .slicknav_btn {
  background: none;
}
.submenu-holder .slicknav_menu .slicknav_btn .slicknav_menutxt {
  color: #231F20;
  text-shadow: none;
}
.submenu-holder .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #231F20;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.submenu-holder .slicknav_menu a {
  color: #25964C;
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover a,
.slicknav_nav .slicknav_row:hover a {
  color: #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#main-article .submenu-holder ul.slicknav_nav,
#main-article .submenu-holder .slicknav_nav ul {
  margin: 0;
}
#main-article .submenu-holder ul.slicknav_nav li,
#main-article .submenu-holder .slicknav_nav ul li {
  padding: 0;
  height: auto;
}
#main-article .submenu-holder ul.slicknav_nav li:hover,
#main-article .submenu-holder .slicknav_nav ul li:hover {
  background: none;
}
#main-article .submenu-holder ul.slicknav_nav li a,
#main-article .submenu-holder .slicknav_nav ul li a {
  color: #25964C;
  border-top: none;
  height: initial;
  padding: 5px 10px;
  margin: 2px 5px;
}
#main-article .submenu-holder ul.slicknav_nav li a::before,
#main-article .submenu-holder .slicknav_nav ul li a::before {
  content: none;
}
#main-article .submenu-holder ul.slicknav_nav li a:hover,
#main-article .submenu-holder .slicknav_nav ul li a:hover {
  color: #25964C;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 1240px) {
  html:not(.no-responziv) {
    /* kostra layoutu */
    /* layout-single-column */
    /* poski paticka */
    /* prepinac responzivniho / klasickeho zobrazeni */
  }
  html:not(.no-responziv) body {
    min-width: 320px;
  }
  html:not(.no-responziv) #tailor .left:after {
    display: none;
  }
  html:not(.no-responziv) .index-col {
    background: none;
  }
  html:not(.no-responziv) #content-holder {
    width: auto;
  }
  html:not(.no-responziv) #content-holder .content-holder-inner {
    width: auto;
  }
  html:not(.no-responziv) #content-holder #main-article .main-column .items table .mobile-hide {
    display: none;
  }
  html:not(.no-responziv) .hp-slider-holder .content {
    padding: 10px 3%;
  }
  html:not(.no-responziv) .poskiq-single-column .main-column {
    position: relative;
  }
  html:not(.no-responziv) .poskiq-single-column .main-column .submenu-responsive-spacer {
    height: 44px;
    width: auto;
    position: relative;
  }
  html:not(.no-responziv) .poskiq-single-column .main-column .submenu-responsive-spacer .submenu-holder {
    position: absolute;
    width: 100%;
    min-height: 44px;
    background: #FFF;
    top: 0;
  }
  html:not(.no-responziv) .poskiq-single-column .main-column .submenu-responsive-spacer .submenu-holder .slicknav_menu {
    display: block;
  }
  html:not(.no-responziv) .poskiq-single-column .main-column .submenu-responsive-spacer .submenu-holder .desktop-submenu {
    display: none;
  }
  html:not(.no-responziv) #main-footer .poski-paticka.poski {
    text-align: center;
  }
  html:not(.no-responziv) #content-holder #main-footer .responziv-switcher {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  html:not(.no-responziv) #header-main .section-nav {
    padding: 0 0;
  }
  html:not(.no-responziv) #header-main .section-nav ul li {
    width: 100px;
  }
  html:not(.no-responziv) .hp-slider-holder .bx-viewport li {
    background-position: top left;
  }
}
@media screen and (max-width: 1020px) {
  html:not(.no-responziv) #header-main #header-claim {
    width: 135px;
  }
  html:not(.no-responziv) #inovative .cols {
    align-items: flex-start;
  }
  html:not(.no-responziv) #inovative .cols .more {
    order: 3;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  html:not(.no-responziv) #inovative .cols .col .item {
    min-height: 85px;
  }
  html:not(.no-responziv) #inovative .cols .col .item:before {
    display: none !important;
  }
  html:not(.no-responziv) #inovative .cols .col:nth-child(1) {
    padding-right: 20px;
    width: 50%;
  }
  html:not(.no-responziv) #inovative .cols .col:nth-child(1) .item:after {
    right: -26px;
  }
  html:not(.no-responziv) #inovative .cols .col:nth-child(3) {
    padding-left: 20px;
    width: 50%;
  }
  html:not(.no-responziv) #inovative .cols .col:nth-child(3) .item:after {
    display: none !important;
  }
  html:not(.no-responziv) .title-part {
    padding: 0 10px;
  }
  html:not(.no-responziv) .title-part .second-nav-btn {
    position: static;
    justify-content: center;
  }
  html:not(.no-responziv) #main-footer .main-part .content-holder-inner {
    flex-wrap: wrap;
  }
  html:not(.no-responziv) #main-footer .main-part .contact,
  html:not(.no-responziv) #main-footer .main-part .nav-setion {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion {
    flex-wrap: wrap;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion h2 {
    width: 100%;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion .navigations {
    width: 94%;
  }
  html:not(.no-responziv) #main-footer .main-part .contact {
    padding-bottom: 30px;
  }
  html:not(.no-responziv) #main-footer .main-part .contact .top,
  html:not(.no-responziv) #main-footer .main-part .contact .info {
    margin: 0 15px;
  }
  html:not(.no-responziv) .gray-strip {
    margin: 40px 0;
  }
  html:not(.no-responziv) #materials {
    padding-bottom: 0;
  }
  html:not(.no-responziv) .hp-slider-holder .play {
    position: static;
    transform: none;
    font-size: 55px;
    width: 60px;
    line-height: 60px;
    margin: 13px 0 4px;
  }
}
@media screen and (max-width: 890px) {
  html:not(.no-responziv) #pop .right .imageswap-holder {
    margin: -24px 38px 38px 38px;
  }
  html:not(.no-responziv) #header-main.scrolled .section-nav {
    display: none;
  }
  html:not(.no-responziv) #header-main:before {
    left: -38%;
  }
  html:not(.no-responziv) .location_index .section-nav {
    margin-bottom: 17px;
  }
  html:not(.no-responziv) #pop .left,
  html:not(.no-responziv) #tailor .left,
  html:not(.no-responziv) #pop .right,
  html:not(.no-responziv) #tailor .right {
    width: 100%;
  }
  html:not(.no-responziv) #tailor .left {
    order: 2;
    margin-top: 40px;
  }
  html:not(.no-responziv) #tailor .left img {
    max-height: 380px;
    margin: 10px 0 -59px 0;
  }
  html:not(.no-responziv) #pop .right {
    text-align: right;
    padding-top: 90px;
  }
  html:not(.no-responziv) #pop .right img {
    max-height: 440px;
    margin: -84px 0px -31px 0;
  }
}
@media screen and (max-width: 840px) {
  html:not(.no-responziv) #header-main .contact-line .tel {
    display: none;
  }
  html:not(.no-responziv) #references .reference-holder {
    padding: 0 10px 78px;
  }
  html:not(.no-responziv) #references .reference-holder .bx-controls-direction a {
    width: 60px;
    height: 60px;
    font-size: 21px;
    top: auto;
    bottom: -98px;
  }
  html:not(.no-responziv) #references .reference-holder .bx-controls-direction a.bx-prev {
    left: 21%;
  }
  html:not(.no-responziv) #references .reference-holder .bx-controls-direction a.bx-next {
    right: 21%;
  }
}
@media screen and (max-width: 780px) {
  html:not(.no-responziv) {
    /* cookies */
    /* poski paticka */
    /* 404 */
  }
  html:not(.no-responziv) .category-top .category-img {
    float: none;
    margin: 0 auto 50px;
  }
  html:not(.no-responziv) .category-top .category-img:after {
    right: 50%;
  }
  html:not(.no-responziv) .location_page_getDetail .page-img,
  html:not(.no-responziv) .news___getDetail .page-img {
    float: none;
    margin: 0 auto 50px;
  }
  html:not(.no-responziv) .location_page_getDetail .page-img:after,
  html:not(.no-responziv) .news___getDetail .page-img:after {
    right: 50%;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion .navigations {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion .navigations .nav-blok {
    width: 100%;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion .navigations h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion .navigations h2 br {
    display: none;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion .navigations ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 525px;
    margin: 0 auto 24px;
  }
  html:not(.no-responziv) #main-footer .main-part .nav-setion .navigations ul li {
    margin: 0 10px;
  }
  html:not(.no-responziv) .hp-slider-holder .slider-text p {
    font-size: 29px;
  }
  html:not(.no-responziv) .hp-slider-holder .slider-text p:first-child {
    font-size: 45px;
  }
  html:not(.no-responziv) .section-nav ul li a {
    padding: 12px 7% 18px 7%;
  }
  html:not(.no-responziv) #deploy .circles {
    max-width: 298px;
  }
  html:not(.no-responziv) #deploy .circles .circle:nth-child(2):after {
    display: none;
  }
  html:not(.no-responziv) #main-footer #newsletter form .newsletter-input input[type=email] {
    width: 220px;
  }
  html:not(.no-responziv) .cookie-consent {
    padding: 3% 3% 0.35%;
    font-size: 90%;
  }
  html:not(.no-responziv) #main-footer .poski-paticka {
    display: block;
  }
  html:not(.no-responziv) #main-footer .poski-paticka .spolecnost,
  html:not(.no-responziv) #main-footer .poski-paticka .poski {
    display: block;
    text-align: center;
  }
  html:not(.no-responziv) #main-footer .poski-paticka .spolecnost {
    padding-bottom: 15px;
  }
  html:not(.no-responziv) .contact-form {
    width: auto;
  }
  html:not(.no-responziv) .contact-form label {
    margin-top: 8px;
  }
  html:not(.no-responziv) .contact-form .left-col {
    float: none;
    width: auto;
    text-align: left;
  }
  html:not(.no-responziv) .contact-form .right-col {
    margin-left: 0;
    text-align: left;
  }
  html:not(.no-responziv) .contact-form .element {
    margin-bottom: 10px;
    display: block;
  }
  html:not(.no-responziv) .contact-form .element .g-recaptcha {
    margin: 10px auto 0;
    width: 304px;
  }
  html:not(.no-responziv) .contact-form .element_buttonSubmit {
    text-align: center;
  }
  html:not(.no-responziv) .contact-form input[type=text],
  html:not(.no-responziv) .contact-form textarea {
    width: calc(100% - 22px);
    display: block;
    max-width: none;
  }
  html:not(.no-responziv) .show-poptavka {
    margin: 0 auto;
  }
}
@media screen and (max-width: 710px) {
  html:not(.no-responziv) .three-col .col {
    width: 48%;
  }
  html:not(.no-responziv) #header-main:before {
    width: 103%;
  }
  html:not(.no-responziv) .contact-line,
  html:not(.no-responziv) #search-holder {
    display: none;
  }
  html:not(.no-responziv) .location_reference_getDetail .refernece-desc .thumb {
    width: 100%;
  }
  html:not(.no-responziv) .location_reference_getDetail .refernece-desc .content {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  html:not(.no-responziv) .fleft,
  html:not(.no-responziv) .fright {
    float: none;
    display: block;
    margin: 0 auto 20px !important;
  }
  html:not(.no-responziv) .fleft.marninged,
  html:not(.no-responziv) .fright.marninged {
    margin: 0;
  }
  html:not(.no-responziv) #header-main .show-search {
    display: none;
  }
  html:not(.no-responziv) .left-img-col .left {
    width: 100%;
  }
  html:not(.no-responziv) .left-img-col .right {
    width: 100%;
  }
  html:not(.no-responziv) .location_news_getList .listItem {
    padding: 19px 26px;
  }
  html:not(.no-responziv) .section-nav ul {
    flex-direction: column;
    padding: 11px 0;
    overflow: hidden;
    height: 93px;
  }
  html:not(.no-responziv) .section-nav ul li {
    width: 235px;
    max-width: 100%;
  }
  html:not(.no-responziv) .section-nav ul li:before {
    display: none;
  }
  html:not(.no-responziv) .section-nav ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 21px 90px;
    text-align: left;
  }
  html:not(.no-responziv) .section-nav ul li a .thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
  }
  html:not(.no-responziv) .section-nav ul li br {
    display: none;
  }
  html:not(.no-responziv) .section-nav ul.open {
    height: 100%;
  }
  html:not(.no-responziv) .section-nav .more {
    display: block;
  }
  html:not(.no-responziv) #main-footer #newsletter {
    flex-direction: column;
    text-align: center;
  }
  html:not(.no-responziv) #main-footer #newsletter .perex {
    margin: 0 0 10px;
  }
  html:not(.no-responziv) #references .reference-holder {
    padding: 0 10px 88px;
  }
  html:not(.no-responziv) #references .reference-holder .reference-slider li {
    flex-direction: column;
    align-items: center;
  }
  html:not(.no-responziv) #references .reference-holder .reference-slider li .logo {
    margin-bottom: 13px;
  }
  html:not(.no-responziv) #references .reference-holder .reference-slider li .content {
    width: 90%;
  }
  html:not(.no-responziv) #references .reference-holder .reference-slider li .content p {
    text-align: center;
  }
  html:not(.no-responziv) #references .reference-holder .bx-controls-direction a.bx-prev {
    left: 10%;
  }
  html:not(.no-responziv) #references .reference-holder .bx-controls-direction a.bx-next {
    right: 10%;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table {
    font-size: 14px;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element {
    display: block;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element input[type=text],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element input[type=text],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element input[type=password],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element input[type=password] {
    max-width: initial;
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element select,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element select {
    max-width: initial;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element textarea,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element textarea {
    max-width: initial;
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th {
    text-align: left;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr .g-recaptcha {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  html:not(.no-responziv) .hp-slider-holder .play {
    margin: 13px auto 4px;
  }
  html:not(.no-responziv) .three-col .col {
    width: 98%;
    margin: 1%;
  }
  html:not(.no-responziv) #deploy {
    padding-top: 20px;
  }
  html:not(.no-responziv) #about {
    padding-top: 10px;
  }
  html:not(.no-responziv) .top-page {
    padding-top: 160px;
  }
  html:not(.no-responziv) #header-main {
    background: #fff;
  }
  html:not(.no-responziv) #header-main #header-claim {
    position: fixed;
    left: -99999px;
  }
  html:not(.no-responziv) #header-main #logo {
    width: 75px;
  }
  html:not(.no-responziv) .hp-slider-holder .bx-viewport li {
    height: 520px;
    background-position: left top;
  }
  html:not(.no-responziv) .hp-slider-holder .slider-text {
    text-align: center;
  }
  html:not(.no-responziv) .hp-slider-holder .slider-text p {
    font-size: 24px;
    text-align: center;
  }
  html:not(.no-responziv) .hp-slider-holder .slider-text p:first-child {
    font-size: 27px;
  }
  html:not(.no-responziv) .hp-slider-holder .slider-button {
    margin: 15px auto 0;
  }
  html:not(.no-responziv) .hp-slider-holder .controls-holder {
    justify-content: center;
  }
  html:not(.no-responziv) .hp-slider-holder .content {
    top: calc(50% + 50px);
  }
  html:not(.no-responziv) .hamburger-btn .text {
    color: #767c8f;
  }
  html:not(.no-responziv) .hamburger-btn .bars span {
    background: #767c8f;
  }
  html:not(.no-responziv) #main-footer .main-part .contact {
    flex-wrap: wrap;
  }
  html:not(.no-responziv) #main-footer .main-part .contact .top,
  html:not(.no-responziv) #main-footer .main-part .contact .info {
    width: 100%;
    text-align: center;
  }
  html:not(.no-responziv) #main-footer .main-part .contact .top {
    justify-content: center;
    margin-bottom: 20px;
  }
  html:not(.no-responziv) #main-footer #newsletter form .newsletter-input input[type=email] {
    width: 195px;
  }
  html:not(.no-responziv) #pop .right {
    padding-top: 110px;
    margin-bottom: 58px;
  }
  html:not(.no-responziv) #pop .right img {
    margin: -84px 0 -74px 0;
  }
  html:not(.no-responziv) #inovative .cols {
    padding: 0;
  }
  html:not(.no-responziv) #inovative .cols .col {
    width: 100% !important;
  }
  html:not(.no-responziv) #inovative .cols .col:not(.more) {
    padding: 0 !important;
  }
  html:not(.no-responziv) #inovative .cols .col .item {
    text-align: center !important;
    min-height: 0 !important;
  }
  html:not(.no-responziv) #inovative .cols .col .item:after {
    right: auto!important;
    left: 50%!important;
    display: block!important;
    top: auto !important;
    bottom: -19px;
  }
  html:not(.no-responziv) #inovative .cols .col:nth-child(3) .item:after {
    display: block !important;
  }
  html:not(.no-responziv) #inovative .cols .col.more {
    padding: 60px 10px 0;
  }
}
@media screen and (max-width: 380px) {
  html:not(.no-responziv) #header-main.scrolled .show-search {
    display: none;
  }
}
/*Spolecny responsiv pro moduly a jednotlive layouty*/
@media screen and (max-width: 1240px) {
  html:not(.no-responziv) {
    /* news, event, eshop */
    /* forum */
    /* gallery, refence, eshop */
    /* news */
    /* HTML elementy */
  }
  html:not(.no-responziv) .location_news_getDetail #main-article .thumbnail,
  html:not(.no-responziv) .location_event_getDetail #main-article .thumbnail {
    width: 50%;
    max-width: 200px;
    line-height: 50%;
    height: auto;
  }
  html:not(.no-responziv) .location_news_getDetail #main-article .thumbnail img,
  html:not(.no-responziv) .location_event_getDetail #main-article .thumbnail img {
    max-height: 100%;
    max-width: 100%;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-left,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-left {
    width: 200px;
    padding: 2%;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-left .thumbnail,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-left .thumbnail {
    width: 100%;
    max-width: 100%;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-left .thumbnail img,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-left .thumbnail img {
    max-width: 100%;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-right,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-right {
    width: calc(100% - 200px);
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-right .thumbnail,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-right .thumbnail {
    width: 100%;
  }
  html:not(.no-responziv) .location_forum_getList .listGroup .forum-column-left,
  html:not(.no-responziv) .location_forum_getDetail .listGroup .forum-column-left {
    width: 170px;
  }
  html:not(.no-responziv) .location_forum_getList .listGroup .forum-column-right,
  html:not(.no-responziv) .location_forum_getDetail .listGroup .forum-column-right {
    width: auto;
  }
  html:not(.no-responziv) .location_gallery_getList #main-article .listGroup,
  html:not(.no-responziv) .location_gallery_getDetail #main-article .listGroup,
  html:not(.no-responziv) .location_reference_getList #main-article .listGroup,
  html:not(.no-responziv) .location_reference_getDetail #main-article .listGroup,
  html:not(.no-responziv) .location_product_getList #main-article .listGroup,
  html:not(.no-responziv) .location_gallery_getList #main-article .listItem,
  html:not(.no-responziv) .location_gallery_getDetail #main-article .listItem,
  html:not(.no-responziv) .location_reference_getList #main-article .listItem,
  html:not(.no-responziv) .location_reference_getDetail #main-article .listItem,
  html:not(.no-responziv) .location_product_getList #main-article .listItem {
    width: 50%;
    max-width: 200px;
    line-height: auto;
    vertical-align: top;
  }
  html:not(.no-responziv) .location_gallery_getList #main-article .listGroup img,
  html:not(.no-responziv) .location_gallery_getDetail #main-article .listGroup img,
  html:not(.no-responziv) .location_reference_getList #main-article .listGroup img,
  html:not(.no-responziv) .location_reference_getDetail #main-article .listGroup img,
  html:not(.no-responziv) .location_product_getList #main-article .listGroup img,
  html:not(.no-responziv) .location_gallery_getList #main-article .listItem img,
  html:not(.no-responziv) .location_gallery_getDetail #main-article .listItem img,
  html:not(.no-responziv) .location_reference_getList #main-article .listItem img,
  html:not(.no-responziv) .location_reference_getDetail #main-article .listItem img,
  html:not(.no-responziv) .location_product_getList #main-article .listItem img {
    max-height: 100%;
    max-width: 100%;
  }
  html:not(.no-responziv) .location_page_getDetail .attachments_images .thumbnail {
    width: 50%;
    max-width: 200px;
    line-height: 50%;
    vertical-align: top;
  }
  html:not(.no-responziv) .location_page_getDetail .attachments_images .thumbnail a:before {
    display: none;
  }
  html:not(.no-responziv) body.not[location_webUser_login] input[type="text"],
  html:not(.no-responziv) body.not[location_webUser_login] input[type="text"],
  html:not(.no-responziv) body.not[location_webUser_login] input[type="password"],
  html:not(.no-responziv) body.not[location_webUser_login] input[type="password"],
  html:not(.no-responziv) body.not[location_webUser_login] input[type="number"],
  html:not(.no-responziv) body.not[location_webUser_login] input[type="number"],
  html:not(.no-responziv) body.not[location_webUser_login] input[type="file"],
  html:not(.no-responziv) body.not[location_webUser_login] input[type="file"],
  html:not(.no-responziv) body.not[location_webUser_login] textarea,
  html:not(.no-responziv) body.not[location_webUser_login] textarea,
  html:not(.no-responziv) body.not[location_webUser_login] select,
  html:not(.no-responziv) body.not[location_webUser_login] select {
    max-width: 300px;
    min-width: 200px;
  }
  html:not(.no-responziv) body.not[location_webUser_login] select,
  html:not(.no-responziv) body.not[location_webUser_login] select {
    min-width: 190px;
  }
  /*Detail produktu*/
  .addToCart.form-dis .submit {
    margin-top: 0!important;
    float: right !important;
  }
}
@media screen and (max-width: 1100px) {
  html:not(.no-responziv) .cke3 .column-holder,
  html:not(.no-responziv) .cke4 .column-holder {
    flex-wrap: wrap;
  }
  html:not(.no-responziv) .cke3 .column-holder p,
  html:not(.no-responziv) .cke4 .column-holder p {
    width: 100% !important;
  }
  html:not(.no-responziv) .cke3 .column-holder table,
  html:not(.no-responziv) .cke4 .column-holder table {
    width: 100% !important;
  }
}
@media screen and (max-width: 889px) {
  html:not(.no-responziv) .order .order-button-holder .login {
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 780px) {
  html:not(.no-responziv) {
    /* modul popup */
    /* eshop */
    /* nakupni kosik */
    /* cookies */
    /* poski paticka */
    /* 404 */
  }
  html:not(.no-responziv) .body-margin {
    margin-top: 180px;
  }
  html:not(.no-responziv) #popup-holder .popup {
    width: 100% !important;
    height: 180px !important;
    left: 0%;
    top: 0;
    margin: 0 !important;
  }
  html:not(.no-responziv) #popup-holder .popup .popup-text {
    overflow-y: scroll;
    height: 100%;
  }
  html:not(.no-responziv) .product-item-left {
    width: 100% !important;
    float: none;
    text-align: center;
    padding: 15px;
  }
  html:not(.no-responziv) .product-item-right {
    width: 100% !important;
    float: none;
    padding: 10px;
  }
  html:not(.no-responziv) .category-info {
    padding-top: 20px;
  }
  html:not(.no-responziv) .category-info .thumbnail {
    float: none;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }
  html:not(.no-responziv) .category-info .category-text {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px 20px;
  }
  html:not(.no-responziv) .products-system .sort {
    float: none;
    text-align: center;
  }
  html:not(.no-responziv) .products-system .sort a {
    margin-bottom: 10px;
  }
  html:not(.no-responziv) .products-system .num-of-products {
    float: none;
    display: inline-block;
    margin: 15px 0 15px 20px;
  }
  html:not(.no-responziv) .products-system .paginator {
    float: right;
    display: inline-block;
    margin: 15px 20px 15px 0;
    padding: 0;
  }
  html:not(.no-responziv) .paginator a {
    padding: 2px 6px;
    margin: 2px 6px;
  }
  html:not(.no-responziv) .paginator.bottom {
    text-align: center;
  }
  html:not(.no-responziv) .filter-holder .bottom-line .left-col .filter-item {
    border: 0;
  }
  html:not(.no-responziv) #main-article .main-column .items table {
    font-size: 12px;
  }
  html:not(.no-responziv) .order .bottomActions {
    text-align: center;
  }
  html:not(.no-responziv) .order .bottomActions .colored-button {
    float: none;
    margin: 15px;
  }
  html:not(.no-responziv) .order .bottomActions #buttonSubmit {
    padding: 12px 24px 12px 58px;
    width: 334px;
  }
  html:not(.no-responziv) .order table th {
    font-size: 12px;
    padding: 0 6px 14px 6px;
  }
  html:not(.no-responziv) .order table td {
    font-size: 12px;
    padding: 4px 6px;
  }
  html:not(.no-responziv) .order table td a {
    font-size: 12px;
  }
  html:not(.no-responziv) .order table .count {
    width: 115px;
  }
  html:not(.no-responziv) .order table .totalPriceVAT {
    width: 95px;
  }
  html:not(.no-responziv) .order table .remove {
    width: 65px;
  }
  html:not(.no-responziv) .order table .product-quantity-holder .product-quantity {
    width: 90px;
    font-size: 12px;
  }
  html:not(.no-responziv) .order table .product-remove {
    display: block;
    float: none;
    margin: 0 auto;
  }
  html:not(.no-responziv) .order .progress {
    display: none;
  }
  html:not(.no-responziv) .order .order-button-holder {
    text-align: center;
  }
  html:not(.no-responziv) .order .order-button-holder .add-product {
    margin: 0 auto;
  }
  html:not(.no-responziv) .order .order-button-holder .element {
    float: none;
    margin: 0 auto;
    top: 0;
  }
  html:not(.no-responziv) .order .terms-holder {
    float: none;
  }
  html:not(.no-responziv) .cookie-consent {
    padding: 3% 3% 0.35%;
    font-size: 90%;
  }
  html:not(.no-responziv) #main-footer .poski-paticka {
    display: block;
  }
  html:not(.no-responziv) #main-footer .poski-paticka .spolecnost,
  html:not(.no-responziv) #main-footer .poski-paticka .poski {
    display: block;
    text-align: center;
  }
  html:not(.no-responziv) #main-footer .poski-paticka .spolecnost {
    padding-bottom: 15px;
  }
  html:not(.no-responziv) .contact-form {
    width: auto;
  }
  html:not(.no-responziv) .contact-form label {
    margin-top: 8px;
  }
  html:not(.no-responziv) .contact-form .left-col {
    float: none;
    width: auto;
    text-align: left;
  }
  html:not(.no-responziv) .contact-form .right-col {
    margin-left: 0;
    text-align: left;
  }
  html:not(.no-responziv) .contact-form .element {
    margin-bottom: 10px;
    display: block;
  }
  html:not(.no-responziv) .contact-form .element .g-recaptcha {
    margin: 10px auto 0;
    width: 304px;
  }
  html:not(.no-responziv) .contact-form .element_buttonSubmit {
    text-align: center;
  }
  html:not(.no-responziv) .contact-form input[type=text],
  html:not(.no-responziv) .contact-form textarea {
    width: 100%;
    display: block;
    max-width: none;
  }
  html:not(.no-responziv) .contact-form .message-errors {
    width: 100%;
  }
  html:not(.no-responziv) .order .eet-info {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  html:not(.no-responziv) {
    /* Styly pro CKE default šablony v administraci */
  }
  html:not(.no-responziv) .location_productSimple_getDetail .image-holder {
    float: none;
    max-width: 260px;
    margin: 0 auto 20px;
  }
  html:not(.no-responziv) .location_productSimple_getDetail .image-holder .mainImage {
    margin: 20px auto;
  }
  html:not(.no-responziv) .location_productSimple_getDetail .rightPanel {
    width: 100%;
    float: none;
  }
  html:not(.no-responziv) .cke2 .cke2-column-holder {
    flex-wrap: wrap;
  }
  html:not(.no-responziv) .cke2 .cke2-column-holder .cke2-column {
    width: 100% !important;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 630px) {
  html:not(.no-responziv) .location_webUser_login .fb-colored-button,
  html:not(.no-responziv) .location_webUser_register .fb-colored-button {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 580px) {
  html:not(.no-responziv) {
    /* vypis produktu */
    /* kosik */
  }
  html:not(.no-responziv) .location_reference_getList #main-article .listGroup {
    width: auto;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-left,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-left {
    width: 100%;
    float: none;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-left .thumbnail,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-left .thumbnail {
    width: 100%;
    max-width: 200px;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-left .thumbnail img,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-left .thumbnail img {
    max-width: 100%;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-right,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-right {
    width: 100%;
    float: none;
  }
  html:not(.no-responziv) .location_news_getList .listItem .list-item-right .thumbnail,
  html:not(.no-responziv) .location_event_getList .listItem .list-item-right .thumbnail {
    width: 100%;
  }
  html:not(.no-responziv) .location_webUser_login .fb-colored-button,
  html:not(.no-responziv) .location_webUser_register .fb-colored-button {
    display: inline-block;
    margin-top: 5px;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table {
    font-size: 14px;
    margin: 0 auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element {
    display: block;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element input[type=text],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element input[type=text],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element input[type=password],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element input[type=password] {
    max-width: initial;
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element select,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element select {
    max-width: initial;
    width: 220px;
    display: block;
    margin: 0 auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr td .element textarea,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th .element textarea {
    max-width: initial;
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr th {
    text-align: left;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table tr .g-recaptcha {
    display: inline-block;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form {
    width: 100%;
  }
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form tr td input[type=text],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form tr th input[type=text],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form tr td input[type=password],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form tr th input[type=password],
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form tr td select,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form tr th select,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form tr td textarea,
  html:not(.no-responziv) #main-article .main-article-content .responziv-table.user-form tr th textarea {
    width: 100%;
  }
  html:not(.no-responziv) .label_container {
    text-align: center;
    padding-right: 0;
  }
  html:not(.no-responziv) .element {
    text-align: center;
  }
  html:not(.no-responziv) #contactForm > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html:not(.no-responziv) #contactForm .flex {
    flex-direction: column;
    align-items: center;
  }
  html:not(.no-responziv) #contactForm .message-errors {
    width: 100%;
  }
  html:not(.no-responziv) #contactForm .label_container {
    width: 100%;
    margin-bottom: 8px;
  }
  html:not(.no-responziv) #contactForm #buttonSubmit {
    margin-left: 0;
  }
  html:not(.no-responziv) #contactForm input,
  html:not(.no-responziv) #contactForm textarea {
    width: 260px;
  }
  html:not(.no-responziv) .location_webUserAddress_myNew #webUserAddress-myNew__main_content #buttonSubmit {
    margin-left: 0;
  }
  html:not(.no-responziv) .location_webUser_myPassword #buttonSubmit {
    margin-left: 0;
  }
  html:not(.no-responziv) .location_webUser_myPassword tr:nth-child(2) .label_container {
    top: 0;
  }
  html:not(.no-responziv) .location_webUser_login form,
  html:not(.no-responziv) .location_webUser_register form {
    text-align: center;
  }
  html:not(.no-responziv) .location_webUser_login form > div,
  html:not(.no-responziv) .location_webUser_register form > div {
    display: inline-block;
  }
  html:not(.no-responziv) .location_webUser_login table tr .tcenter:nth-of-type(2),
  html:not(.no-responziv) .location_webUser_register table tr .tcenter:nth-of-type(2) {
    padding-top: 0;
  }
  html:not(.no-responziv) .location_webUser_login .action_register table tr .label_container,
  html:not(.no-responziv) .location_webUser_register .action_register table tr .label_container {
    top: 0;
    right: 0;
  }
  html:not(.no-responziv) .message-errors {
    width: calc(100% - 20px);
    margin: 5px auto 5px;
  }
  html:not(.no-responziv) .filter-holder .bottom-line .slider-holder input[type=number] {
    width: 55px;
    padding: 5px;
  }
  html:not(.no-responziv) .filter-holder .bottom-line .slider-holder .price-range-holder {
    max-width: calc(100% - 138px);
  }
  html:not(.no-responziv) .products-system .sort .sort-links {
    display: none;
  }
  html:not(.no-responziv) .products-system .sort .sort-links-mobile {
    display: block;
    margin: 0 auto 10px auto;
    padding: 6px 10px;
    width: 280px;
    max-width: 90%;
  }
  html:not(.no-responziv) .order .order-inner {
    padding: 0 10px 20px 10px;
  }
  html:not(.no-responziv) .order .items table th:first-child,
  html:not(.no-responziv) .order .items table td:first-child {
    display: none;
  }
  html:not(.no-responziv) .order .items table th:last-child {
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    max-width: 40px;
    padding: 0;
    color: transparent;
  }
  html:not(.no-responziv) .order .items table .totalPriceVAT {
    width: 85px;
  }
  html:not(.no-responziv) .order .items table .product-quantity {
    width: 80px;
    height: 25px;
  }
  html:not(.no-responziv) .order .items table .product-quantity-holder label {
    height: 21px;
    width: 21px;
    line-height: 20px;
  }
  html:not(.no-responziv) .order .price-summary {
    width: auto;
  }
  html:not(.no-responziv) .order .bottomActions .colored-button {
    padding: 8px 14px 8px 38px;
    width: 270px;
    margin: 10px 0;
  }
  html:not(.no-responziv) .order .bottomActions .colored-button:before {
    left: 28px;
    top: 12px;
  }
  html:not(.no-responziv) .order .bottomActions .add-product:before {
    left: 48px;
  }
  html:not(.no-responziv) .order .bottomActions #buttonSubmit {
    padding: 12px 12px 12px 66px;
    width: 269px;
  }
  html:not(.no-responziv) .order .bottomActions #buttonSubmit:before {
    left: 38px;
    top: 12px;
  }
  html:not(.no-responziv) .order .myOrder.listItem .items table th:first-child,
  html:not(.no-responziv) .order .myOrder.listItem .items table td:first-child {
    display: table-cell;
  }
  html:not(.no-responziv) .order .summary {
    float: none;
  }
}
@media screen and (max-width: 500px) {
  html:not(.no-responziv) {
    /* eshop */
    /* košík */
    /* 404 */
    /* Styly pro CKE default šablony v administraci */
  }
  html:not(.no-responziv) .subcategory-list .category.listItem .link {
    padding: 15px 15px 4px 15px;
  }
  html:not(.no-responziv) .subcategory-list .category.listItem .link:before {
    top: 50%;
    margin-top: -8px;
  }
  html:not(.no-responziv) .subcategory-list .category.listItem .thumbnail {
    display: block;
    width: auto;
    height: auto;
    line-height: normal;
    background: none;
  }
  html:not(.no-responziv) .subcategory-list .category.listItem .thumbnail img {
    max-width: 42px;
  }
  html:not(.no-responziv) .subcategory-list .category.listItem .category-name {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: none;
    line-height: normal;
    padding: 10px 0;
  }
  html:not(.no-responziv) .products-system .sort a {
    margin: 8px;
  }
  html:not(.no-responziv) .products-system .num-of-products {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  html:not(.no-responziv) .products-system .paginator {
    float: none;
    text-align: center;
    width: 100%;
    margin: 5px 0 15px 0;
    font-size: 13px;
  }
  html:not(.no-responziv) .products-system .paginator a {
    padding: 0;
  }
  html:not(.no-responziv) .products-system .paginator a.active {
    padding: 0 5px;
  }
  html:not(.no-responziv) .product-item-right .addToCart select {
    min-width: 90%;
  }
  html:not(.no-responziv) .product-item-right .addToCart .submit {
    max-width: 100%;
    padding: 10px 0 7px 0;
  }
  html:not(.no-responziv) .product-item-right .addToCart .submit:before {
    margin-right: 8px;
  }
  html:not(.no-responziv) .tabs-holder .idTabs {
    padding: 0 2%;
  }
  html:not(.no-responziv) .tabs-holder .idTabs a {
    padding: 4px 10px;
    font-size: 16px;
  }
  html:not(.no-responziv) .tabs-holder .idBox {
    padding: 38px 2% 20px 2%;
  }
  html:not(.no-responziv) .order table.table-holder th,
  html:not(.no-responziv) .order table.table-holder td,
  html:not(.no-responziv) .order table.table-holder tr {
    display: block;
  }
  html:not(.no-responziv) .order table.table-holder .item-holder.normal th {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  html:not(.no-responziv) .order table.table-holder .item-holder.normal td {
    padding: 5px 0 0 0;
    width: 100%;
    text-align: left;
  }
  html:not(.no-responziv) .order table.table-holder.cart tr {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d7d6;
  }
  html:not(.no-responziv) .order table.table-holder.cart td {
    border: 0;
  }
  html:not(.no-responziv) .order table.table-holder.cart td img {
    display: inline-block;
  }
  html:not(.no-responziv) .order .table-holder-title {
    margin: 20px 0;
  }
  html:not(.no-responziv) .error-page label {
    margin-top: 8px;
  }
  html:not(.no-responziv) .error-page .leftcol {
    float: none;
    width: auto;
    text-align: left;
  }
  html:not(.no-responziv) .error-page .rightcol {
    margin-left: 0;
    text-align: left;
  }
  html:not(.no-responziv) .error-page .element {
    margin-bottom: 10px;
    display: block;
  }
  html:not(.no-responziv) .error-page .element .g-recaptcha {
    margin: 10px auto 0;
    width: 304px;
  }
  html:not(.no-responziv) .error-page .element_buttonSubmit {
    text-align: center;
  }
  html:not(.no-responziv) .error-page input[type=text],
  html:not(.no-responziv) .error-page textarea {
    width: calc(100% - 22px);
    display: block;
    max-width: none;
  }
  html:not(.no-responziv) .error-page .message-errors {
    width: calc(100% - 22px);
  }
  html:not(.no-responziv) .cke1 h3 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  html:not(.no-responziv) .cke1 h3 .img-title {
    float: none !important;
    margin: 0 auto !important;
    max-width: 100%;
    order: 2;
    padding-bottom: 8px;
  }
  html:not(.no-responziv) .cke1 h3 .title {
    width: 100%;
    order: 1;
    padding-bottom: 12px;
  }
  html:not(.no-responziv) .cke1 p {
    width: 100%;
  }
  html:not(.no-responziv) .cke3 .column-holder table tr td,
  html:not(.no-responziv) .cke4 .column-holder table tr td {
    padding: 5px;
  }
}
@media screen and (max-width: 333px) {
  html:not(.no-responziv) .product-item-right .gifts-container .gift-item {
    width: 100%;
  }
  html:not(.no-responziv) .product-item-right .gifts-container .gift-item .gift-desc {
    font-size: 12px;
  }
}
/* komponenta pro responzivni tabulky responsiveTables.js */
.card-view-table {
  width: 100%;
}
.card-view-table > table {
  width: 100%;
  border-top: 1px solid #DEDEDE;
  table-layout: fixed;
}
.card-view-table > table:first-child {
  border-top: none;
}
.card-view-table > table tr {
  border-top: 1px solid #DEDEDE;
}
.card-view-table > table tr:first-child {
  border: none;
}
.card-view-table > table tr:first-child td {
  font-weight: bold;
  padding-top: 10px;
}
.card-view-table > table th {
  font-weight: 600;
  text-align: left!important;
  padding: 6px 10px;
  width: 50%;
}
.card-view-table > table td {
  padding: 6px 10px;
  text-align: left!important;
  width: 50%;
}
.card-view-table-source {
  display: none!important;
}
@media (min-width: 767px) {
  .card-view-table {
    display: none!important;
  }
  .card-view-table-source {
    display: table!important;
  }
}
