@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext');
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../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;
}
.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;
}
.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;
}
.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;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, .7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, .6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, .8);
}
.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: 0.3;
}
.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, .8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, .4);
  border-top: 6px solid rgba(255, 255, 255, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}
.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}
@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 15px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}
/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 30px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}
/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 30px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}
/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 30px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}
/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 30px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}
/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-3px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-3px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(3px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(3px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-3px, -3.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-3px, 3.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(3px, -3.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(3px, 3.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 5px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 10px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 5px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 10px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 5px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -30px;
  top: -30px;
  transform: translate3d(30px, 30px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -30px;
  top: -30px;
  transform: translate3d(-30px, 30px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 5px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -30px;
  top: 30px;
  transform: translate3d(30px, -30px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -30px;
  top: 30px;
  transform: translate3d(-30px, -30px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.1428571429px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}
/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.1428571429px, -3px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(90deg);
}
/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 5px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}
/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  color: #1694d7;
}
a:hover {
  text-decoration: none;
}
a.red {
  color: #e30613;
}
strong {
  font-weight: bold;
}
body {
  overflow-x: hidden;
  font-size: 16px;
}
body.noscroll {
  overflow: hidden;
}
#overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  display: none;
}
body, button, input, textarea {
  font-family: 'Roboto', sans-serif;
  color: #43566f;
}
.container {
  width: 1180px;
  margin: auto;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media screen and (max-width: 1240px) {
  .container {
    width: 992px;
  }
}
@media screen and (max-width: 1052px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 828px) {
  .container {
    width: auto;
    padding: 0px 5px;
  }
}
.alignright {
  float: right;
}
img.alignright {
  float: right;
  margin: 50px 0 50px 50px;
}
.alignleft {
  float: left;
}
img.alignleft {
  float: left;
  margin: 0 50px 50px 0;
}
h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin: 60px 0px 50px 0px;
}
@media screen and (max-width: 828px) {
  h2 {
    margin: 30px 0 30px 0;
  }
}
h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin: 40px 0px 30px 0px;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
main ul, main ol {
  margin: 20px 0px;
  padding-left: 30px;
}
main ul li, main ol li {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
main ol li {
  list-style-type: decimal;
}
select {
  width: 210px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
input, select, textarea {
  -moz-box-shadow: inset 0 0 20px rgba(154, 206, 236, .7);
  -webkit-box-shadow: inset 0 0 20px rgba(154, 206, 236, .7);
  box-shadow: inset 0 0 20px rgba(154, 206, 236, .7);
  padding: 20px;
  border: 2px solid #9aceec;
  font-size: 16px;
  outline: none;
  transition: 0.4s;
  outline: 0;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #c1c1c1;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c1c1c1;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #c1c1c1;
}
input:focus, select:focus, textarea:focus {
  border-color: #65b4e2;
}
@media screen and (max-width: 420px) {
  .g-recaptcha {
    width: 258px;
  }
}
.g-recaptcha div {
  width: 258px !important;
}
@media screen and (max-width: 420px) {
  .g-recaptcha div iframe {
    width: 258px;
  }
}
.filtering {
  text-align: center;
  margin-bottom: 20px;
}
.filtering input[type="text"], .filtering select {
  height: 39px;
  padding: 8px;
  -moz-box-shadow: inset 0 0 8px rgba(154, 206, 236, .7);
  -webkit-box-shadow: inset 0 0 8px rgba(154, 206, 236, .7);
  box-shadow: inset 0 0 8px rgba(154, 206, 236, .7);
}
.filtering input[type="text"], .filtering select, .filtering label {
  margin-right: 8px;
}
@media screen and (max-width: 828px) {
  .filtering input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 828px) {
  .filtering input[type="checkbox"] {
    width: 15px;
    height: 15px;
    padding: 0;
  }
}
@media screen and (max-width: 828px) {
  .filtering label {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
  }
}
.filtering label.tonality {
  display: inline-block;
  position: relative;
}
.filtering label.tonality img {
  position: relative;
}
.filtering label.tonality img.logo-hostemix {
  width: 94px;
  top: 5px;
}
.filtering label.tonality img.logo-telurmix {
  width: 78px;
  top: 2.5px;
}
.filtering label.tonality img.logo-rainbow {
  width: 75px;
  top: 6.5px;
}
.td-tonality div {
  float: left;
  margin-right: 17px;
}
.td-tonality div.logo-hostemix {
  padding-top: 9px;
}
.td-tonality div.logo-rainbow {
  padding-top: 8px;
}
.td-tonality div:last-child {
  margin-right: 0;
}
.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-center .btn {
  margin: 0px 5px;
}
@media (max-width: 828px) {
  .text-center .btn {
    margin: 5px;
  }
}
.text-center.more {
  padding-top: 20px;
}
.line-drops {
  border-top: 4px solid #1694d7;
  border-bottom: 4px solid #e30613;
}
.line-drops .container {
  position: relative;
  padding-top: 2px;
}
.line-drops .container:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/drops.svg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 90px;
  height: 82px;
  background-size: 89px auto;
  top: -4px;
  right: -100px;
  pointer-events: none;
}
@media (max-width: 828px) {
  .line-drops .container:after {
    right: 0px;
    /*				top: 26px;*/
    background-position: top right -18px;
  }
}
.btn {
  border: 2px solid black;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  padding: 0px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  transition: 0.3s;
}
.btn img {
  width: 18px !important;
  height: auto;
  margin-right: 15px;
  display: inline-block !important;
  vertical-align: middle;
  line-height: normal;
}
@media (max-width: 828px) {
  .btn img {
    margin-right: 10px;
  }
}
.btn svg {
  width: 18px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
@media (max-width: 828px) {
  .btn svg {
    margin-right: 10px;
  }
}
.btn svg path {
  transition: 0.3s;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.btn:hover {
  cursor: pointer;
}
.btn.btn-blue-line {
  border-color: #14497c;
  color: #14497c;
}
.btn.btn-blue-line:hover {
  color: white;
  background-color: #14497c;
}
.btn.btn-blue-line:hover svg path {
  fill: #fff !important;
}
.btn.btn-blue {
  color: white;
  border-color: #1694d7;
  background-color: #1694d7;
}
.btn.btn-blue svg path {
  fill: white !important;
}
.btn.btn-blue:hover {
  background-color: white;
  color: #1694d7;
}
.btn.btn-blue:hover svg path {
  fill: #1694d7 !important;
}
.btn.btn-dark {
  color: white;
  border-color: #435570;
  background-color: #435570;
}
.btn.btn-dark svg path {
  fill: white !important;
}
.btn.btn-dark:hover {
  background-color: white;
  color: #435570;
}
.btn.btn-dark:hover svg path {
  fill: #435570 !important;
}
.btn.btn-red {
  color: white;
  border-color: #e30613;
  background-color: #e30613;
}
.btn.btn-red svg path {
  fill: white !important;
}
.btn.btn-red:hover {
  background-color: white;
  color: #e30613;
}
.btn.btn-red:hover svg path {
  fill: #e30613 !important;
}
.btn.btn-red-line {
  color: #e30613;
  border-color: #e30613;
  background-color: transparent;
}
.btn.btn-red-line svg path {
  fill: #e30613 !important;
}
.btn.btn-red-line:hover {
  background-color: #e30613;
  color: white;
}
.btn.btn-red-line:hover svg path {
  fill: #fff !important;
}
.btn.btn-green {
  color: white;
  border-color: #00af21;
  background-color: #00af21;
}
.btn.btn-green svg path {
  fill: white !important;
}
.btn.btn-green:hover {
  background-color: white;
  color: #00af21;
}
.btn.btn-green:hover svg path {
  fill: #00af21 !important;
}
.btn.btn-green-line {
  color: #00af21;
  border-color: #00af21;
  background-color: transparent;
}
.btn.btn-green-line svg path {
  fill: #00af21 !important;
}
.btn.btn-green-line:hover {
  background-color: #00af21;
  color: white;
}
.btn.btn-green-line:hover svg path {
  fill: #fff !important;
}
.btn .shop {
  width: 23px !important;
}
.btn .file {
  margin-top: -2px;
}
.btn .cart {
  width: 23px !important;
  margin-top: -2px;
}
.main-content {
  min-height: 500px;
}
h1 {
  font-size: 46px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #43566f;
  line-height: 55px;
  margin-bottom: 30px;
}
@media (max-width: 828px) {
  h1 {
    font-size: 37px;
    line-height: 42px;
  }
}
.page-id-25285 h1, .page-id-31509 h1, .page-id-37386 h1 {
  text-align: center;
  margin-bottom: 50px;
}
section {
  margin-bottom: 50px;
  clear: both;
}
section h2 {
  color: #43566f;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 60px;
}
@media (max-width: 828px) {
  section h2 br {
    display: none;
  }
}
@media (max-width: 828px) {
  section h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
section h2 small {
  font-size: 24px;
  font-weight: normal;
  display: block;
  padding-top: 10px;
}
.section-footer-drops {
  background-image: url(../images/drops-grey.svg);
  background-position: bottom left -10px;
  background-repeat: no-repeat;
  background-size: 1200px auto;
  min-height: 125px;
  padding-top: 13px;
  text-align: center;
}
@media (max-width: 828px) {
  .section-footer-drops {
    padding-top: 27px;
  }
}
@media (max-width: 420px) {
  .section-footer-drops {
    padding-top: 40px;
  }
}
.section-footer {
  text-align: center;
}
.promo {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 80px 0px 60px 0px;
  text-align: center;
}
@media (max-width: 828px) {
  .promo {
    padding: 50px 0px;
    margin: 0px;
  }
}
.promo h1 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #43566f;
  line-height: 55px;
}
@media (max-width: 828px) {
  .promo h1 br {
    display: none;
  }
}
.promo h1 br.always {
  display: block !important;
}
@media (max-width: 828px) {
  .promo h1 {
    font-size: 37px;
    line-height: 42px;
  }
}
.promo small {
  display: block;
  margin: 35px 0px 40px 0px;
  font-size: 24px;
}
.promo.colors {
  background-image: url('../images/barvy.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 130px;
}
.promo.colors h1 {
  color: #435570;
}
.promo.producer {
  border-top: 20px solid #fff;
  border-bottom: 2px solid #d9dde2;
  margin-bottom: 80px;
}
@media (max-width: 828px) {
  .promo.producer {
    margin-bottom: 0;
  }
}
.promo.producer .message {
  width: 45%;
  float: left;
  text-align: left;
  padding: 36px 20px;
}
@media (max-width: 1240px) {
  .promo.producer .message {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 828px) {
  .promo.producer .message {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 0 36px 0;
  }
}
.promo.producer .message h1 {
  text-align: left;
}
@media (max-width: 828px) {
  .promo.producer .message h1 {
    text-align: center;
  }
}
.promo.producer .message small {
  text-align: left;
  line-height: 32px;
}
@media (max-width: 828px) {
  .promo.producer .message small {
    text-align: center;
  }
}
.promo.producer .video {
  width: 55%;
  float: right;
}
@media (max-width: 828px) {
  .promo.producer .video {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.promo.producer .video iframe {
  width: 100%;
  height: 365px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.single-bal_reseller .promo {
  margin-top: -80px;
}
.flyers.sk .container {
  max-width: 787px;
}
@media (max-width: 828px) {
  .flyers.sk .container {
    max-width: 100%;
  }
}
.flyers.sk .container .item {
  width: calc(100%/2);
}
@media (max-width: 828px) {
  .flyers.sk .container .item {
    width: 100%;
  }
}
.flyers.sk .container .item:nth-child(2) {
  border-right: 0px solid #d9dde2;
}
@media (max-width: 828px) {
  .flyers.sk .container .item:nth-child(2) {
    border-bottom: 0px solid #d9dde2;
  }
}
.flyers .item {
  float: left;
  width: calc(100%/3);
  text-align: center;
  padding: 20px 25px;
}
.flyers .item:before, .flyers .item:after {
  content: " ";
  display: table;
}
.flyers .item:after {
  clear: both;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .flyers .item {
    width: 33.33%;
  }
}
@media (max-width: 1240px) {
  .flyers .item {
    padding-bottom: 10px;
  }
}
@media (max-width: 828px) {
  .flyers .item {
    width: auto;
    float: none;
    border-left: none !important;
    border-right: none !important;
    padding: 20px 0px;
  }
}
.flyers .item:nth-child(2) {
  border-left: 1px solid #d9dde2;
  border-right: 1px solid #d9dde2;
}
@media (max-width: 828px) {
  .flyers .item:nth-child(2) {
    border-top: 1px solid #d9dde2;
    border-bottom: 1px solid #d9dde2;
  }
}
.flyers .item a.logo {
  display: block;
  min-height: 85px;
}
.flyers .item > img {
  height: 52px;
  width: auto;
  display: block;
  margin: auto;
  margin-bottom: 45px;
}
@media (max-width: 1240px) {
  .flyers .item > img {
    height: 40px;
  }
}
@media (max-width: 1052px) {
  .flyers .item > img {
    height: 35px;
  }
}
@media (max-width: 828px) {
  .flyers .item > img {
    width: 80%;
    height: auto;
    margin-bottom: 15px;
  }
}
.flyers .item .btn {
  margin: 0px 5px;
}
@media (max-width: 1240px) {
  .flyers .item .btn {
    display: block;
    max-width: 200px;
    margin: 10px auto;
  }
}
@media (max-width: 828px) {
  .flyers .item .btn {
    display: block;
    max-width: 200px;
    float: left;
    margin: 10px auto;
    width: 48%;
    padding: 0px;
  }
}
@media (max-width: 828px) {
  .flyers .item .btn:last-of-type {
    float: right;
  }
}
.single-bal_reseller .promo {
  padding-bottom: 60px;
}
.owl-theme {
  height: 0px;
  overflow: hidden;
}
.owl-theme.owl-loaded {
  height: auto;
  overflow: visible;
}
.owl-theme.owl-sd .owl-nav .owl-next, .owl-theme.owl-sd .owl-nav .owl-prev {
  width: 20px;
  background-size: auto;
  background-repeat: no-repeat;
  margin-top: -10px;
}
.owl-theme.owl-sd .owl-nav .owl-prev {
  left: -25px;
}
.owl-theme.owl-sd .owl-nav .owl-prev:hover {
  left: -25px;
}
.owl-theme.owl-sd .owl-nav .owl-next {
  right: -25px;
}
.owl-theme.owl-sd .owl-nav .owl-next:hover {
  right: -25px;
}
.owl-theme.owl-sd .gallery-item {
  height: 150px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-theme.owl-sd img {
  margin-top: 0 !important;
  max-width: 100% !important;
  height: auto;
}
.owl-theme .item {
  transition: 0.3s;
  opacity: 1;
}
.owl-theme.owl-hidden {
  max-height: 278px;
  overflow: visible;
}
.owl-theme.owl-hidden .item {
  opacity: 0;
}
.owl-theme .owl-nav {
  margin: 0px;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  padding: 0px;
  margin: 0px;
  margin-top: -23px;
  height: 46px;
  width: 30px;
  border-radius: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 30px 46px;
  transition: 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  opacity: 0.8;
}
.owl-theme .owl-nav .owl-prev {
  left: -34px;
  background-image: url('../images/left.svg');
}
.owl-theme .owl-nav .owl-prev:hover {
  background-image: url('../images/left.svg');
  left: -36px;
}
.owl-theme .owl-nav .owl-next {
  right: -34px;
  background-image: url('../images/right.svg');
}
.owl-theme .owl-nav .owl-next:hover {
  background-image: url('../images/right.svg');
  right: -36px;
}
.why {
  margin-top: 120px;
}
@media (max-width: 828px) {
  .why {
    margin-top: 0;
  }
}
.why .why-wrap {
  margin-bottom: 55px;
}
.why .why-wrap:before, .why .why-wrap:after {
  content: " ";
  display: table;
}
.why .why-wrap:after {
  clear: both;
}
.why .why-wrap .item {
  float: left;
  width: 25%;
  border-right: 2px solid #d9dde2;
  text-align: center;
  padding: 5px;
}
@media (max-width: 1052px) {
  .why .why-wrap .item {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 828px) {
  .why .why-wrap .item {
    width: auto;
    float: none;
    border: none !important;
  }
}
.why .why-wrap .item a {
  color: #323232;
  text-decoration: none;
}
.why .why-wrap .item a:hover small {
  text-decoration: underline !important;
}
.why .why-wrap .item img {
  display: block;
  width: auto;
  height: 70px;
  margin: auto;
  margin-bottom: 30px;
}
.why .why-wrap .item strong {
  display: block;
  color: #1694d7;
  font-size: 24px;
  margin-bottom: 13px;
}
.why .why-wrap .item small {
  display: block;
  font-size: 14px;
  color: #323232;
  line-height: 16px;
}
.why .why-wrap .item:last-of-type {
  border: none;
}
@media (max-width: 1052px) {
  .why .why-wrap .item:nth-child(2) {
    border: none;
  }
}
.why .why-wrap.only .item {
  width: 33%;
}
@media (max-width: 1052px) {
  .why .why-wrap.only .item {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 828px) {
  .why .why-wrap.only .item {
    width: auto;
    float: none;
    border: none !important;
  }
}
.why.producer {
  margin-bottom: 120px;
}
@media (max-width: 828px) {
  .why.producer {
    margin-bottom: 0;
  }
}
.why.producer .why-wrap .item small {
  font-size: 16px;
  line-height: 21px;
}
.why.producer .why-wrap .item strong {
  display: inline;
  font-weight: bold;
  font-size: 16px;
  color: #323232;
}
.box-blue {
  background-image: url(../images/box-top.svg), url(../images/box-bottom.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom left;
  background-size: 1180px auto, 1180px auto;
  padding-top: 44px;
  padding-bottom: 83px;
}
@media (max-width: 1240px) {
  .box-blue {
    background-position: top center, bottom left -20px;
  }
}
@media (max-width: 828px) {
  .box-blue {
    background-position: top center, bottom left -70px;
  }
}
.box-blue .btn-red-line {
  background-color: white;
}
.box-blue .in {
  padding: 30px 100px;
  background-color: #e8f4fb;
}
@media (max-width: 1052px) {
  .box-blue .in {
    padding: 30px 50px;
  }
}
@media (max-width: 828px) {
  .box-blue .in {
    padding: 20px 10px;
  }
}
.box-blue .footer {
  margin-bottom: 0px;
}
.box-blue.drop-right {
  padding-top: 42px;
  background-image: url(../images/box-top-right.svg), url(../images/box-bottom-right.svg);
  background-position: top center, bottom right;
}
@media (max-width: 1240px) {
  .box-blue.drop-right {
    background-position: top center, bottom right -20px;
  }
}
@media (max-width: 828px) {
  .box-blue.drop-right {
    background-position: top center, bottom right -30px;
  }
}
.box-blue.drop-right .in {
  background-color: #f3fafd;
}
.item-help h3 {
  color: #1694d7;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 25px;
}
.item-help h3 a {
  color: #1694d7;
}
.item-help::first-letter {
  text-transform: uppercase;
}
.item-help .question p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.item-help .question p strong {
  color: #e30613;
}
.item-help .answer p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.item-help .answer p strong {
  color: #e30613;
}
.item-help > a {
  font-weight: bold;
}
.help-list .help-list-wrap {
  margin: 0px -70px 70px -70px;
}
.help-list .help-list-wrap:before, .help-list .help-list-wrap:after {
  content: " ";
  display: table;
}
.help-list .help-list-wrap:after {
  clear: both;
}
@media (max-width: 1052px) {
  .help-list .help-list-wrap {
    margin: 0px -15px 50px -15px;
  }
}
@media (max-width: 828px) {
  .help-list .help-list-wrap {
    margin: 0px 0px 30px 0px;
  }
}
.help-list .help-list-wrap .item {
  float: left;
  width: calc(100%/3);
  padding: 0px 35px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .help-list .help-list-wrap .item {
    width: 33.33%;
  }
}
@media (max-width: 1052px) {
  .help-list .help-list-wrap .item {
    padding: 0px 15px;
  }
}
@media (max-width: 828px) {
  .help-list .help-list-wrap .item {
    float: none;
    width: auto;
    padding: 20px 0px;
  }
}
.help-list .form-question {
  padding-top: 100px;
  max-width: 600px;
  margin: auto;
}
.help-list .form-question form {
  padding: 0px 10px;
}
.form-question:before, .form-question:after {
  content: " ";
  display: table;
}
.form-question:after {
  clear: both;
}
.form-question h3 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 45px;
}
@media (max-width: 828px) {
  .form-question h3 {
    margin-bottom: 15px;
  }
}
.form-question textarea {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 37px;
}
.form-question label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.form-question label small {
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 828px) {
  .form-question label small {
    display: block;
  }
}
.form-question input {
  width: 100%;
}
.form-question input[type="checkbox"] {
  width: auto;
}
.form-question .g-recaptcha {
  float: left;
}
@media (max-width: 828px) {
  .form-question .g-recaptcha {
    float: none;
  }
  .form-question .g-recaptcha > div {
    margin: 0 auto;
  }
}
.form-question button {
  float: right;
  margin-top: 17px;
}
@media (max-width: 828px) {
  .form-question button {
    float: none;
    display: block;
    margin: 17px auto 0;
  }
}
.form-question.velkoobchod {
  margin: 0 auto;
  padding: 0;
}
.form-question.velkoobchod select {
  width: 100%;
}
.form-question.velkoobchod select option {
  background-color: #fff;
}
.form-question.velkoobchod .message {
  clear: both;
  padding-top: 10px;
}
.form-question.velkoobchod .google-recaptcha {
  width: 304px;
  height: 80px;
  margin: 0 auto 15px auto;
}
.form-question.velkoobchod label {
  line-height: 30px;
  margin: 0;
}
.form-question.velkoobchod .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
}
.form-question.velkoobchod .wpcf7-not-valid-tip {
  display: none;
}
.form-question.velkoobchod .wpcf7-not-valid {
  border-color: #e90b33;
}
.form-question.velkoobchod .wpcf7-validation-errors {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
  background-color: #e90b33;
  color: #fff;
  border: 2px solid #e90b33;
  border-radius: 5px;
  margin-bottom: 30px;
}
.form-question.velkoobchod .wpcf7-mail-sent-ok {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
  background-color: #398f14;
  color: #fff;
  border: 2px solid #398f14;
  border-radius: 5px;
  margin-bottom: 30px;
}
.form-question.velkoobchod .submit {
  text-align: center;
}
.form-question.velkoobchod .submit .wpcf7-submit {
  float: none;
  max-width: 280px;
  color: #fff;
  font-size: 20px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: 2px solid white !important;
  background-color: #e90b33;
  border-radius: 30px;
  box-shadow: none;
  font-weight: bold;
  transition: 0.3s;
}
.form-question.velkoobchod .submit .wpcf7-submit:hover {
  background-color: white;
  color: #e90b33;
  border-color: #e90b33 !important;
  cursor: pointer;
}
.item-video h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 17px;
  min-height: 46px;
}
.item-video p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.item-video .play {
  display: block;
  position: relative;
}
.item-video .play img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.item-video .play:after {
  display: block;
  content: "";
  background-image: url('../images/play.svg');
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  transition: 0.3s;
}
.item-video .play:hover img {
  filter: brightness(110%);
}
.item-video .play:hover:after {
  opacity: 0.8;
}
.video-list {
  text-align: center;
}
.video-list h2 {
  position: relative;
  display: inline-block;
}
@media (max-width: 1052px) {
  .video-list h2 {
    display: block;
  }
}
.video-list h2:after {
  content: "";
  display: block;
  background-image: url(../images/video.svg);
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  background-size: 70px auto;
  position: absolute;
  top: -15px;
  right: -115px;
}
@media (max-width: 1052px) {
  .video-list h2:after {
    display: none;
  }
}
.video-list .video-list-wrap {
  margin: 0px -40px;
  text-align: left;
}
.video-list .video-list-wrap:before, .video-list .video-list-wrap:after {
  content: " ";
  display: table;
}
.video-list .video-list-wrap:after {
  clear: both;
}
@media (max-width: 828px) {
  .video-list .video-list-wrap {
    margin: 0px;
  }
}
.video-list .video-list-wrap .item-video {
  width: calc(100%/3 - 80px);
  float: left;
  margin: 0px 40px 50px 40px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video-list .video-list-wrap .item-video {
    width: calc(33.33% - 80px);
  }
}
.video-list .video-list-wrap .item-video:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 828px) {
  .video-list .video-list-wrap .item-video {
    margin: 0px 0px 40px 0px;
    float: none;
    width: auto;
  }
}
.item-event h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 8px;
}
.item-event small {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  background-image: url('../images/calendar.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding: 6px 0 3px 35px;
}
.item-event p {
  color: #323232;
  font-size: 16px;
  line-height: 24px;
}
.item-event p a {
  font-weight: bold;
}
.item-event img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.events-list .events-list-wrap {
  margin: 0px -70px 70px -70px;
}
.events-list .events-list-wrap:before, .events-list .events-list-wrap:after {
  content: " ";
  display: table;
}
.events-list .events-list-wrap:after {
  clear: both;
}
@media (max-width: 1052px) {
  .events-list .events-list-wrap {
    margin: 0px -15px 50px -15px;
  }
}
@media (max-width: 828px) {
  .events-list .events-list-wrap {
    margin: 0px 0px 30px 0px;
  }
}
.events-list .events-list-wrap .item-event {
  float: left;
  width: calc(100%/3);
  padding: 0px 35px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .events-list .events-list-wrap .item-event {
    width: 33.33%;
  }
}
@media (max-width: 1052px) {
  .events-list .events-list-wrap .item-event {
    padding: 0px 15px;
  }
}
@media (max-width: 828px) {
  .events-list .events-list-wrap .item-event {
    float: none;
    width: auto;
    padding: 20px 0px;
  }
}
.events-list.search .container {
  width: 85%;
}
.events-list.search .container .events-list-wrap .item-event {
  width: calc(100%/2);
}
.collaboration {
  margin-top: 120px;
}
@media (max-width: 828px) {
  .collaboration {
    margin-top: 0;
  }
}
.collaboration .collaboration-wrap {
  margin: auto;
  max-width: 860px;
}
.collaboration .collaboration-wrap:before, .collaboration .collaboration-wrap:after {
  content: " ";
  display: table;
}
.collaboration .collaboration-wrap:after {
  clear: both;
}
.collaboration .collaboration-wrap .item {
  float: left;
  width: 20%;
  text-align: center;
}
@media (max-width: 828px) {
  .collaboration .collaboration-wrap .item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
}
@media (max-width: 828px) {
  .collaboration .collaboration-wrap .item:nth-child(3) {
    clear: both;
  }
}
.collaboration .collaboration-wrap .item img {
  display: block;
  margin: 0px auto 28px auto;
}
.collaboration .collaboration-wrap .item small {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: auto;
  max-width: 155px;
  color: #989898;
}
.collaboration.producer .collaboration-wrap .item {
  width: 20%;
}
@media (max-width: 828px) {
  .collaboration.producer .collaboration-wrap .item {
    width: 50%;
    min-height: 160px;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
}
.collaboration.producer-pl .collaboration-wrap .item {
  width: 50%;
}
@media (max-width: 828px) {
  .collaboration.producer-pl .collaboration-wrap .item {
    width: 50%;
  }
}
.collaboration.producer-pl .collaboration-wrap .item img {
  max-width: 50%;
}
@media (max-width: 828px) {
  .collaboration.producer-pl .collaboration-wrap .item img {
    max-width: 100%;
  }
}
.breadcrumbs {
  display: block;
  list-style-type: none;
  margin: 0px 0px 50px 0px;
  padding: 0px;
}
.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
@media (max-width: 828px) {
  .breadcrumbs {
    margin: 0px 0px 30px 0px;
    padding-right: 55px;
  }
}
.breadcrumbs li {
  float: left;
  margin-right: 25px;
  position: relative;
  color: #989898;
  font-size: 14px;
}
@media (max-width: 828px) {
  .breadcrumbs li {
    margin-bottom: 5px;
  }
}
.breadcrumbs li:after {
  content: "";
  display: block;
  background-image: url(../images/breadcrumb.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: -20px;
  background-size: 5px 13px;
  width: 13px;
  height: 14px;
}
.breadcrumbs li:last-of-type {
  margin: 0px;
}
.breadcrumbs li:last-of-type:after {
  display: none;
}
.flyers-carousel {
  background-image: url('../images/flyers-red.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1180px auto;
  padding-bottom: 45px;
  margin: 100px 0px;
}
.flyers-carousel h2 {
  color: #e30613;
  margin-bottom: 20px;
}
.flyers-carousel h3 {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.flyers-carousel h3 strong {
  font-weight: bold;
}
@media (max-width: 828px) {
  .flyers-carousel h3 strong {
    display: block;
  }
}
.flyers-carousel .owl-wrap {
  padding: 0px 130px;
}
@media (max-width: 828px) {
  .flyers-carousel .owl-wrap {
    padding: 0px 80px;
  }
}
.flyers-carousel .owl-wrap .owl-theme .owl-nav .owl-prev {
  left: -70px;
}
.flyers-carousel .owl-wrap .owl-theme .owl-nav .owl-prev:hover {
  left: -74px;
}
.flyers-carousel .owl-wrap .owl-theme .owl-nav .owl-next {
  right: -70px;
}
.flyers-carousel .owl-wrap .owl-theme .owl-nav .owl-next:hover {
  right: -74px;
}
.flyers-carousel .owl-wrap .item {
  text-align: center;
}
.flyers-carousel .owl-wrap .item img {
  height: 245px;
  width: auto;
  margin: 0px auto 10px auto;
  border: 3px solid #c7ccd4;
  border-radius: 5px;
}
@media (max-width: 828px) {
  .flyers-carousel .owl-wrap .item img {
    width: 100%;
    height: auto;
  }
}
.flyers-carousel .owl-wrap .item .thumb {
  display: block;
  position: relative;
}
.flyers-carousel .owl-wrap .item .thumb:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 63px;
  height: 63px;
  background-position: center center;
  background-size: 63px 63px;
  background-image: url('../images/plus-red.svg');
  opacity: 0;
  transition: 0.3s;
}
.flyers-carousel .owl-wrap .item .thumb:hover:after {
  opacity: 1;
}
.flyers-carousel .owl-wrap .item span {
  color: white;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.flyers-carousel .owl-wrap .item span a {
  color: white;
}
.flyers-carousel .text-center {
  padding-top: 40px;
}
.flyers-carousel .text-center .btn {
  border: 1px solid white !important;
}
.flyers-carousel .text-center .btn.btn-red {
  background-color: #e90b33;
}
.flyers-carousel .text-center .btn.btn-red:hover {
  background-color: white;
  border-color: #e90b33 !important;
}
.flyers-carousel.blue {
  background-image: url('../images/flyers-blue.svg');
  padding-bottom: 28px;
  background-position: right bottom;
}
.flyers-carousel.blue h2 {
  color: #1694d7;
}
.flyers-carousel.blue .thumb:after {
  background-image: url('../images/plus-blue.svg');
}
.flyers-carousel.dark {
  background-image: url('../images/flyers-dark.svg');
}
.flyers-carousel.dark h2 {
  color: #435570;
}
.flyers-carousel.dark .thumb:after {
  background-image: url('../images/plus-dark.svg');
}
.clients-list .clients-list-wrap {
  margin: 0px -50px;
}
.clients-list .clients-list-wrap:before, .clients-list .clients-list-wrap:after {
  content: " ";
  display: table;
}
.clients-list .clients-list-wrap:after {
  clear: both;
}
@media (max-width: 828px) {
  .clients-list .clients-list-wrap {
    margin: 0px;
  }
}
.clients-list .clients-list-wrap .item {
  float: left;
  width: calc(100% / 3);
  border-right: 2px solid #cde8f4;
  padding: 3px 50px;
  margin-bottom: 60px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .clients-list .clients-list-wrap .item {
    width: 33.33%;
  }
}
@media (max-width: 1240px) {
  .clients-list .clients-list-wrap .item {
    width: 50%;
  }
}
.clients-list .clients-list-wrap .item:nth-child(3n) {
  border: none;
}
@media (max-width: 1240px) {
  .clients-list .clients-list-wrap .item:nth-child(3n) {
    border-right: 2px solid #cde8f4;
  }
}
@media (max-width: 1240px) {
  .clients-list .clients-list-wrap .item:nth-child(2n) {
    border: none;
  }
}
.clients-list .clients-list-wrap .item:nth-child(3n + 1) {
  clear: both;
}
@media (max-width: 1240px) {
  .clients-list .clients-list-wrap .item:nth-child(3n + 1) {
    clear: none;
  }
}
@media (max-width: 1240px) {
  .clients-list .clients-list-wrap .item:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 828px) {
  .clients-list .clients-list-wrap .item {
    float: none;
    width: auto;
    border: none !important;
    border-bottom: 2px solid #cde8f4 !important;
    margin: 0px;
    padding: 20px;
  }
}
@media (max-width: 828px) {
  .clients-list .clients-list-wrap .item:last-of-type {
    border: none !important;
  }
}
.clients-list .clients-list-wrap .item .person {
  margin-bottom: 40px;
}
.clients-list .clients-list-wrap .item .person:before, .clients-list .clients-list-wrap .item .person:after {
  content: " ";
  display: table;
}
.clients-list .clients-list-wrap .item .person:after {
  clear: both;
}
.clients-list .clients-list-wrap .item .person img {
  float: left;
  border-radius: 50%;
  display: block;
  margin-right: 30px;
}
.clients-list .clients-list-wrap .item .person .info {
  float: left;
  overflow: hidden;
  padding-top: 33px;
}
.clients-list .clients-list-wrap .item .person .info strong {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: #323232;
}
.clients-list .clients-list-wrap .item .person .info small {
  display: block;
  font-size: 14px;
  color: #848484;
}
.clients-list .clients-list-wrap .item .quote {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.join-wrap {
  background-image: url('../images/join-bg.svg');
  background-position: center center;
  width: 866px;
  height: 140px;
  background-size: 866px auto;
  background-repeat: no-repeat;
  margin: auto;
  padding: 32px 0px 0px 175px;
}
@media (max-width: 1240px) {
  .join-wrap {
    width: 100%;
    height: auto;
    padding: 30px;
    background-image: none;
    background-color: #efbd2f;
    border-radius: 5px;
  }
}
.join-wrap .join-text {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
@media (max-width: 828px) {
  .join-wrap .join-text {
    margin: 0px 0px 30px 0px;
    display: block;
  }
}
.join-wrap .join-text strong {
  font-size: 36px;
  color: white;
  display: block;
  margin-bottom: 10px;
}
.join-wrap .join-text small {
  font-size: 18px;
  color: white;
}
.join-wrap .btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.newsletter-wrap {
  background-image: url(../images/join-bg.svg);
  background-position: center center;
  width: 866px;
  height: 140px;
  background-size: 866px auto;
  background-repeat: no-repeat;
  margin: auto;
  text-align: center;
  padding: 20px 100px 0 160px;
}
@media (max-width: 1240px) {
  .newsletter-wrap {
    width: 100%;
    height: auto;
    padding: 20px;
    background-image: none;
    background-color: #efbd2f;
    border-radius: 5px;
  }
}
.newsletter-wrap .newsletter-text {
  display: block;
  vertical-align: top;
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}
@media (max-width: 828px) {
  .newsletter-wrap .newsletter-text {
    margin: 0px 0px 30px 0px;
    display: block;
  }
}
.newsletter-wrap form input {
  height: 40px;
  border: none;
  padding: 0px 20px;
  border-radius: 40px;
  width: 275px;
  vertical-align: top;
}
@media (max-width: 828px) {
  .newsletter-wrap form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter-wrap form .btn {
  vertical-align: top;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.page-id-24107 h1 {
  text-align: center;
  color: #e30613;
}
.page-id-24107 #raj-drogerie h2 {
  display: none;
}
.page-id-24109 h1 {
  text-align: center;
  color: #435570;
}
.page-id-24109 #barevny-raj h2 {
  display: none;
}
.page-id-24105 h1 {
  text-align: center;
  color: #1694d7;
}
.page-id-24105 #barvy-a-laky-drogerie h2 {
  display: none;
}
/* REMAL page */
.tax-bal_product_brand header {
  position: relative;
  height: 130px;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.tax-bal_product_brand header #top .logo img {
  width: 147px;
}
.tax-bal_product_brand .content-header.remal {
  margin-top: -130px;
}
.tax-bal_product_brand .content-header img {
  height: auto;
  width: 100%;
}
.tax-bal_product_brand .content-header h1 {
  font-size: 6rem;
  position: absolute;
  padding-left: 2rem;
  color: white;
  text-align: left;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
  left: 18%;
  top: 39%;
  text-shadow: 1px 2px 10px #333;
}
.tax-bal_product_brand .why.producer {
  margin-top: 10px;
  margin-bottom: 40px;
}
.tax-bal_product_brand .shop-gallery {
  background-color: #e8f4fb;
  padding: 0 0 60px 0px;
}
.tax-bal_product_brand .shop-gallery h2 {
  margin-bottom: 40px;
}
.tax-bal_product_brand .shop-gallery .image-reseller {
  max-height: 240px;
}
.tax-bal_product_brand .category-detail .category-main {
  width: 100%;
  padding-top: 40px;
}
.tax-bal_product_brand .category-detail .category-main h2.category-title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin: 0;
}
.tax-bal_product_brand .category-detail .category-main .category-list .product-thumb {
  position: relative;
  float: left;
  width: calc(25% - 20px);
  margin: 30px 10px;
}
@media (max-width: 1052px) {
  .tax-bal_product_brand .category-detail .category-main .category-list .product-thumb {
    width: calc(50% - 20px);
  }
}
@media (max-width: 828px) {
  .tax-bal_product_brand .category-detail .category-main .category-list .product-thumb {
    width: auto;
    float: none;
  }
}
.tax-bal_product_brand .category-detail .category-main .category-list .product-thumb:nth-of-type(4n+1) {
  clear: both;
}
@media (max-width: 1052px) {
  .tax-bal_product_brand .category-detail .category-main .category-list .product-thumb:nth-of-type(4n+1) {
    clear: none;
  }
}
.tax-bal_product_brand .category-detail .category-main .category-list .product-thumb:nth-of-type(3n+1) {
  clear: none;
}
@media (max-width: 1052px) {
  .tax-bal_product_brand .category-detail .category-main .category-list .product-thumb:nth-of-type(2n+1) {
    clear: both;
  }
}
.tax-bal_product_brand .video-list {
  background-color: #e8f4fb;
  margin-top: 40px;
}
.tax-bal_product_brand .tonality.hostemix {
  display: none;
}
.warning-notice {
  padding: 25px 0 12px 0;
  margin: 0px 0 30px 0;
  color: #43566f;
  background-color: #e8f4fb;
  margin-top: -25px;
}
.warning-notice h3 {
  font-size: 21px;
  font-weight: normal;
  margin: 0 auto 10px auto;
  max-width: 365px;
  text-align: center;
}
.warning-notice p {
  margin: 0 auto 15px auto;
  max-width: 365px;
  text-align: center;
}
.new-item {
  position: absolute;
  top: 8px;
  right: 10px;
  background: #00af21;
  color: #fff;
  padding: 7px 8px;
  border-radius: 30px;
  font-size: 13px;
}
.search-keyword {
  background-color: #aad68b;
}
.thumb_link.no-image {
  background-color: #f2f9fd;
}
header {
  margin-bottom: 30px;
}
@media (max-width: 1052px) {
  header {
    margin-bottom: 15px;
  }
}
@media (max-width: 828px) {
  header .line-drops {
    margin-top: 40px;
  }
}
header .hamburger {
  display: none;
  position: absolute;
  left: 10px;
  top: 13px;
  text-decoration: none;
}
@media (max-width: 828px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger .hamburger-box {
  vertical-align: middle;
  top: -0.5px;
}
header .hamburger .hamburger-label {
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  margin-left: 0px;
  vertical-align: middle;
  text-transform: uppercase;
}
header #top {
  padding: 14px 0 0px 0px;
}
header #top:before, header #top:after {
  content: " ";
  display: table;
}
header #top:after {
  clear: both;
}
@media (max-width: 828px) {
  header #top {
    padding: 0px;
  }
}
header #top .right-side {
  float: right;
}
header #top .logo {
  display: block;
  float: left;
  transition: 0.3s;
  margin-top: 3px;
}
@media (max-width: 828px) {
  header #top .logo {
    float: none;
    width: 150px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 4px;
    transition: none;
  }
}
header #top .logo:hover {
  opacity: 0.7;
}
header #top .logo img {
  width: 280px;
  height: auto;
}
@media (max-width: 828px) {
  header #top .logo img {
    width: 150px;
  }
}
header #top .logo img.sk {
  width: 147px;
}
header #top .logo.pl img {
  width: 415px;
}
@media (max-width: 828px) {
  header #top .logo.pl img {
    width: 150px;
  }
}
header #top .links {
  float: left;
  margin-left: 30px;
  margin-top: 49px;
}
@media (max-width: 1240px) {
  header #top .links {
    margin-left: 0px;
    margin-top: 20px;
  }
}
header #top .links li {
  float: left;
  font-size: 14px;
  position: relative;
  /* &:before{
   content: "";
   display: block;
   background-color: #d0eaf7;
   left: -9px;
   top: 0;
   width: 1px;
   height: 12px;
   position: absolute;
   @media (max-width: $screen-md-max) {
   left: -5px;
   }
   }*/
}
header #top .links li a {
  display: block;
  width: 140px;
  text-align: center;
  color: #1694d7;
  border: 1px solid #d9dde2;
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 5px;
  text-decoration: none;
}
header #top .links li:hover {
  border-color: #1694d7;
  background-color: #e8f4fb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
header #top .links li:last-of-type {
  margin-right: 0px;
}
header #top .links li:first-of-type:before {
  display: none;
}
header #top .links li.current_page_item a, header #top .links li.current-menu-item a, header #top .links li.current-page-ancestor a, header #top .links li.current-menu-ancestor a, header #top .links li.current-page-parent a, header #top .links li.current-menu-parent a, header #top .links li.current-context a {
  color: #fff;
  font-weight: bold;
  background-color: #1694d7;
}
header #top .links li.menu-item-59216, header #top .links li.menu-item-90467, header #top .links li.menu-item-90478 {
  visibility: hidden;
}
header #top .language {
  display: none;
  position: relative;
  float: left;
  margin-left: 30px;
  margin-top: 40px;
}
@media (max-width: 1052px) {
  header #top .language {
    margin-left: 30px;
  }
}
header #top .language > a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 5px;
  width: 48px;
  text-align: center;
}
header #top .language > a i {
  margin-left: 2px;
  color: #43566f;
}
header #top .language > a:hover {
  background-color: #e6e6e6;
}
header #top .language ul {
  display: none;
}
header #top .language.active > a {
  background-color: #e6e6e6;
}
header #top .language.active ul {
  display: block;
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  margin: 5px 0px 0px 0px;
}
header #top .language.active ul li {
  width: 48px;
}
header #top .language.active ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #e30613;
  padding: 5px 15px;
  text-align: center;
  display: block;
}
header #top .language.active ul li a:hover {
  background-color: #f2f2f2;
}
@media (max-width: 828px) {
  header #top .links {
    display: none;
  }
}
@media (max-width: 828px) {
  header #top .links li {
    float: none;
  }
}
@media (max-width: 828px) {
  header #top .links li:after {
    display: none;
  }
}
@media (max-width: 828px) {
  header #top .links li a {
    display: block;
    padding: 5px 10px;
  }
}
header #top .language {
  margin-left: 65px;
}
@media (max-width: 1240px) {
  header #top .language {
    margin-left: 30px;
  }
}
@media (max-width: 828px) {
  header #top .language {
    position: absolute;
    top: 11px;
    right: 15px;
    margin: 0;
  }
}
header #top .language li a {
  font-weight: bold;
}
header .search {
  float: left;
  display: block;
  width: 245px;
  margin-left: 30px;
  margin-top: 33px;
}
@media (max-width: 1052px) {
  header .search {
    margin-left: 145px;
  }
}
@media (max-width: 828px) {
  header .search {
    display: none;
  }
}
header .search button {
  width: 80px;
  height: 30px;
  color: white;
  background-color: #e30613;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 0px 50px 50px 0px;
  display: inline-block;
  vertical-align: top;
  outline: 0;
  cursor: pointer;
}
header .search input {
  width: calc(100% - 80px);
  height: 30px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px 0px 0px 50px;
  border: none;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .3);
  padding: 0px 15px;
  font-size: 14px;
  outline: 0;
}
@media (max-width: 828px) {
  header .search input {
    border: 1px solid rgba(0, 0, 0, .3);
    border-right: none;
  }
}
header .nav-height {
  height: 50px;
}
@media (max-width: 828px) {
  header .nav-height {
    height: auto;
  }
}
header .nav-wrap {
  background-color: #1694d7;
  color: white;
}
header .nav-wrap.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}
header .nav-wrap .search {
  display: none;
}
@media (max-width: 828px) {
  header .nav-wrap .search {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 5px 10px;
    background-color: white;
    width: 100%;
  }
}
@media (max-width: 828px) {
  header .nav-wrap {
    display: none;
    position: fixed;
    top: 40px !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 828px) {
  header .nav-wrap .container {
    padding: 0px;
  }
}
header .nav-wrap nav {
  position: relative;
}
header .nav-wrap nav:before, header .nav-wrap nav:after {
  content: " ";
  display: table;
}
header .nav-wrap nav:after {
  clear: both;
}
@media (max-width: 828px) {
  header .nav-wrap nav {
    clear: both;
  }
}
header .nav-wrap nav ul {
  list-style-type: none;
}
header .nav-wrap nav ul li {
  float: left;
  margin-right: 18px;
}
@media (max-width: 1240px) {
  header .nav-wrap nav ul li {
    margin-right: 3px;
  }
}
@media (max-width: 1052px) {
  header .nav-wrap nav ul li {
    margin-right: 0px;
  }
}
@media (max-width: 828px) {
  header .nav-wrap nav ul li {
    float: none;
    margin: 0px;
  }
}
header .nav-wrap nav ul li.last {
  margin-right: 0px;
}
header .nav-wrap nav ul li > a {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  position: relative;
}
header .nav-wrap nav ul li > a > .fa {
  margin-left: 4px;
  font-size: 12px;
}
@media (max-width: 828px) {
  header .nav-wrap nav ul li > a > .fa {
    display: none;
  }
}
header .nav-wrap nav ul li > a:hover {
  background-color: #158ece;
}
@media (max-width: 1052px) {
  header .nav-wrap nav ul li > a {
    font-size: 14px;
    padding: 0px 6px;
  }
}
@media (max-width: 828px) {
  header .nav-wrap nav ul li > a {
    padding: 8px 10px;
    line-height: normal;
    height: auto;
  }
}
header .nav-wrap nav ul li > a span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-decoration: underline;
}
header .nav-wrap nav ul li > a img {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-right: 10px;
}
@media (max-width: 1052px) {
  header .nav-wrap nav ul li > a img {
    display: none;
  }
}
header .nav-wrap nav ul li > a:hover span {
  text-decoration: none;
}
header .nav-wrap nav ul li.current_page_item > a, header .nav-wrap nav ul li.current-menu-item > a, header .nav-wrap nav ul li.current-page-ancestor > a, header .nav-wrap nav ul li.current-menu-ancestor > a, header .nav-wrap nav ul li.current-page-parent > a, header .nav-wrap nav ul li.current-menu-parent > a {
  background-color: #1484c0;
}
header .nav-wrap nav ul li.pig {
  float: right;
  margin-right: 0px;
}
@media (max-width: 828px) {
  header .nav-wrap nav ul li.pig {
    float: none;
  }
}
header .nav-wrap nav ul li.pig a {
  padding: 0 15px 0 40px;
  background-color: #73bfe7;
  background-image: url('/wp-content/themes/bal-theme/images/pig.svg');
  background-repeat: no-repeat;
  background-size: 23px 20px;
  background-position: 12px center;
  white-space: nowrap;
}
@media (max-width: 1240px) {
  header .nav-wrap nav ul li.pig a {
    padding: 0px 8px;
    background: none;
    background-color: #73bfe7;
  }
}
@media (max-width: 828px) {
  header .nav-wrap nav ul li.pig a {
    width: 100%;
    padding: 10px;
    text-align: left;
  }
}
header .nav-wrap nav ul li.pig.partner a {
  background-image: none;
  padding: 0 30px 0 30px;
}
header .nav-wrap nav ul li.mobile {
  display: none;
}
@media (max-width: 828px) {
  header .nav-wrap nav ul li.mobile {
    display: block;
  }
  header .nav-wrap nav ul li.mobile.hidden {
    display: none;
  }
}
header .nav-wrap nav ul li.mobile a {
  background-color: white;
  color: #73bfe7;
}
header .nav-wrap nav ul li .submenu {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  display: none;
  padding: 10px;
  border: 1px solid #fff;
  border-top: none;
  z-index: 999;
}
header .nav-wrap nav ul li .submenu:before, header .nav-wrap nav ul li .submenu:after {
  content: " ";
  display: table;
}
header .nav-wrap nav ul li .submenu:after {
  clear: both;
}
header .nav-wrap nav ul li .submenu .sub-text {
  width: 210px;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
header .nav-wrap nav ul li .submenu .sub-text p {
  color: #43566f;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}
header .nav-wrap nav ul li .submenu .sub-nav {
  float: left;
  width: 210px;
  margin-bottom: 100px;
  padding: 10px 0px 0px 0px;
  border-right: 1px solid #0f6492;
}
header .nav-wrap nav ul li .submenu .sub-nav a {
  display: block;
  color: white;
  background-color: #1694d7;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
  position: relative;
  border-radius: 4px 0px 0px 4px;
  opacity: 0.6;
  transition: 0.3s;
}
header .nav-wrap nav ul li .submenu .sub-nav a i {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  transition: 0.3s;
}
header .nav-wrap nav ul li .submenu .sub-nav a.active, header .nav-wrap nav ul li .submenu .sub-nav a:hover {
  background-color: #0f6492;
  opacity: 1;
}
header .nav-wrap nav ul li .submenu .sub-nav a.active i, header .nav-wrap nav ul li .submenu .sub-nav a:hover i {
  right: 8px;
}
header .nav-wrap nav ul li .submenu .sub-content {
  float: right;
  width: calc(100% - 230px);
  padding: 5px;
  display: none;
}
header .nav-wrap nav ul li .submenu .sub-content .item {
  display: inline-block;
  height: 50px;
  line-height: 20px;
  float: left;
  width: calc(25% - 5px);
  padding: 5px;
  text-decoration: none;
  color: #43566f;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #f2f9fd;
  margin: 0 5px 5px 0;
}
header .nav-wrap nav ul li .submenu .sub-content .item:before, header .nav-wrap nav ul li .submenu .sub-content .item:after {
  content: " ";
  display: table;
}
header .nav-wrap nav ul li .submenu .sub-content .item:after {
  clear: both;
}
@media (max-width: 1052px) {
  header .nav-wrap nav ul li .submenu .sub-content .item {
    width: 33.33%;
  }
}
header .nav-wrap nav ul li .submenu .sub-content .item img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-right: 5px;
  border-radius: 4px;
}
@media (max-width: 1052px) {
  header .nav-wrap nav ul li .submenu .sub-content .item img {
    width: 50px;
  }
}
header .nav-wrap nav ul li .submenu .sub-content .item span {
  display: inline-block;
  width: calc(100% - 10px);
  font-size: 15px;
  padding: 0 5px;
}
header .nav-wrap nav ul li .submenu .sub-content .item:hover {
  color: #fff;
  background-color: #e30613;
}
header .nav-wrap nav ul li .submenu .sub-content .item:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
header .nav-wrap nav ul li .submenu .sub-content.active {
  display: block;
}
header .nav-wrap nav ul li:hover .submenu {
  display: block !important;
}
@media (max-width: 828px) {
  header .nav-wrap nav ul li:hover .submenu {
    display: none !important;
  }
}
header .nav-wrap nav ul li.open .submenu {
  display: block;
}
header .nav-wrap nav ul li.open > a {
  background-color: #158ece;
}
@media (max-width: 828px) {
  header .sticky {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: white;
    z-index: 9999;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding: 5px 0px;
    height: 40px;
  }
}
header .sticky.priemysel #top {
  padding: 14px 0 21px 0px;
}
footer {
  margin-top: 100px;
}
@media (max-width: 828px) {
  footer {
    margin-top: 30px;
  }
}
@media (max-width: 828px) {
  footer .line-drops .container:after {
    top: -4px;
  }
}
footer > .container {
  padding: 30px 0px;
  text-align: center;
  color: #1694d7;
}
footer > .container > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 20px;
  font-size: 14px;
}
footer > .container .follow span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
footer > .container .follow img {
  margin: 0px 2px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  border-radius: 4px;
  transition: 0.3s;
  margin-top: -1px;
}
footer > .container .follow img:hover {
  opacity: 0.8;
}
@media (max-width: 828px) {
  footer > .container .copy {
    display: block;
    padding-top: 15px;
  }
}
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  max-width: 25%;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.product-thumb {
  text-align: center;
  padding: 0px 10px;
}
.product-thumb .thumb {
  display: block;
  margin-bottom: 25px;
}
.product-thumb .thumb img {
  display: inline-block;
  mix-blend-mode: multiply;
}
.product-thumb .product-texts h2 {
  min-height: 40px;
  color: #323232;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 19px;
}
.product-thumb .product-texts h2 strong {
  display: block;
}
.product-thumb .product-texts h2 a {
  color: #323232;
  text-decoration: none;
}
.product-thumb .product-texts small {
  min-height: 52px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #323232;
  line-height: 17px;
  margin-bottom: 17px;
}
.owl-theme .product-thumb {
  border-right: 2px solid #d9dde2;
}
.owl-theme .product-thumb .thumb img {
  max-height: 110px;
  width: auto;
}
.owl-theme.owl-tabs.owl-carousel .owl-stage-outer {
  border-right: 2px solid #eceef1;
}
.product-detail .main-wrap {
  margin-bottom: 130px;
}
.product-detail .main-wrap:before, .product-detail .main-wrap:after {
  content: " ";
  display: table;
}
.product-detail .main-wrap:after {
  clear: both;
}
@media (max-width: 828px) {
  .product-detail .main-wrap {
    margin-bottom: 40px;
  }
}
.product-detail .main-wrap .thumb {
  position: relative;
  float: left;
  width: 470px;
  text-align: center;
}
@media (max-width: 1240px) {
  .product-detail .main-wrap .thumb {
    width: 370px;
  }
}
@media (max-width: 1052px) {
  .product-detail .main-wrap .thumb {
    width: auto;
    float: none;
  }
}
.product-detail .main-wrap .thumb .new-item {
  position: absolute;
  top: 0px;
  left: 10px;
  background: #00af21;
  color: #fff;
  font-size: 21px;
  max-width: 120px;
}
.product-detail .main-wrap .thumb img {
  display: block;
  margin: 0px auto 30px auto;
}
@media (max-width: 1052px) {
  .product-detail .main-wrap .thumb img {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 828px) {
  .product-detail .main-wrap .thumb img {
    margin: 0px auto 30px auto;
  }
}
.product-detail .main-wrap .head {
  float: right;
  width: calc(100% - 500px);
  margin-bottom: 50px;
}
@media (max-width: 1240px) {
  .product-detail .main-wrap .head {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1052px) {
  .product-detail .main-wrap .head {
    width: auto;
    float: none;
  }
}
.product-detail .main-wrap .head h1 {
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
}
@media (max-width: 828px) {
  .product-detail .main-wrap .head h1 {
    font-size: 39px;
    line-height: 45px;
  }
}
.product-detail .main-wrap .head h2 {
  font-weight: bold;
  font-size: 24px;
  color: #989898;
  margin: 0;
}
.product-detail .main-wrap .info {
  float: right;
  width: calc(100% - 500px);
}
@media (max-width: 1240px) {
  .product-detail .main-wrap .info {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1052px) {
  .product-detail .main-wrap .info {
    width: auto;
    float: none;
  }
}
.product-detail .main-wrap .info .detailInfo {
  font-size: 16px;
  font-weight: bold;
  background-image: url('../images/detailinfo.svg');
  background-repeat: no-repeat;
  background-position: left 5px center;
  display: inline-block;
  background-size: 12px 7px;
  padding: 3px 0px 3px 40px;
  margin-bottom: 35px;
}
.product-detail .main-wrap .info .buy-wrap {
  padding: 30px;
  background-color: #f2f9fd;
  max-width: 565px;
}
@media (max-width: 828px) {
  .product-detail .main-wrap .info .buy-wrap {
    text-align: center;
  }
}
.product-detail .main-wrap .info .buy-wrap > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 55px;
}
@media (max-width: 828px) {
  .product-detail .main-wrap .info .buy-wrap > span {
    margin-right: 0px;
  }
}
.product-detail .main-wrap .info .buy-wrap .btn {
  margin-right: 15px;
}
@media (max-width: 828px) {
  .product-detail .main-wrap .info .buy-wrap .btn {
    display: block;
    margin: 15px 0px;
    text-align: center;
  }
}
.product-detail .main-wrap .info .buy-wrap .btn:last-of-type {
  margin-right: 0px;
}
@media (max-width: 828px) {
  .product-detail .main-wrap .info .buy-wrap .btn:last-of-type {
    margin-bottom: 0px;
  }
}
.tabs-detail-wrap {
  margin-bottom: 70px;
}
@media (max-width: 828px) {
  .tabs-detail-wrap {
    margin-bottom: 0px;
  }
}
.tabs-detail-wrap .tabs .tabs-control {
  border-bottom: 2px solid #d9dde2;
  padding-left: 135px;
}
@media (max-width: 1240px) {
  .tabs-detail-wrap .tabs .tabs-control {
    padding-left: 50px;
  }
}
@media (max-width: 1052px) {
  .tabs-detail-wrap .tabs .tabs-control {
    padding-left: 10px;
  }
}
@media (max-width: 828px) {
  .tabs-detail-wrap .tabs .tabs-control {
    padding: 0px;
    margin: 0px -5px;
  }
}
.tabs-detail-wrap .tabs .tabs-control li {
  margin-right: 20px;
  position: relative;
  bottom: -2px;
}
@media (max-width: 828px) {
  .tabs-detail-wrap .tabs .tabs-control li {
    margin: 5px;
    bottom: 0px;
    float: left;
    width: calc(50% - 10px);
  }
}
.tabs-detail-wrap .tabs .tabs-control li a {
  color: #008cce;
  font-size: 20px;
  border: 2px solid #f2f9fd;
  border-bottom: 2px solid #d9dde2;
  background-color: #f2f9fd;
  height: 53px;
  line-height: 49px;
  padding: 0px 20px;
}
@media (max-width: 1052px) {
  .tabs-detail-wrap .tabs .tabs-control li a {
    padding: 0px 15px;
  }
}
@media (max-width: 828px) {
  .tabs-detail-wrap .tabs .tabs-control li a {
    border: 2px solid #f2f9fd;
  }
}
.tabs-detail-wrap .tabs .tabs-control li a:hover {
  color: #43566f;
  background-color: #f2f9fd;
}
.tabs-detail-wrap .tabs .tabs-control li:last-of-type {
  margin-right: 0px;
}
.tabs-detail-wrap .tabs .tabs-control li.active a {
  border: 2px solid #d9dde2;
  border-bottom: 2px solid white;
  background-color: white;
  color: #43566f;
}
@media (max-width: 828px) {
  .tabs-detail-wrap .tabs .tabs-control li.active a {
    border: 2px solid #d9dde2;
  }
}
.tabs-detail-wrap .tabs .tabs-control li.active a:hover {
  background-color: white;
}
.tabs-detail-wrap .tabs .tab {
  background-color: white;
  padding: 35px 0px;
}
ul.check {
  list-style-type: none;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
ul.check li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-position: left top 3px;
  padding: 3px 0px 3px 40px;
  background-size: 22px 22px;
}
ul.check.check-blue li {
  background-image: url('../images/check-blue.svg');
}
ul.check.files li {
  background-image: none;
}
ul.check.files li.pdf {
  background-image: url('../images/pdf.svg');
  background-size: 18px 22px;
}
ul.check.files li a {
  font-weight: bold;
}
.detail-description:before, .detail-description:after {
  content: " ";
  display: table;
}
.detail-description:after {
  clear: both;
}
.detail-description h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0px 30px 0px;
}
.detail-description .left {
  float: left;
  width: 600px;
}
@media (max-width: 1240px) {
  .detail-description .left {
    width: 500px;
  }
}
@media (max-width: 1052px) {
  .detail-description .left {
    width: auto;
    float: none;
    margin-bottom: 50px;
  }
}
.detail-description .right {
  float: right;
  width: 490px;
}
@media (max-width: 1240px) {
  .detail-description .right {
    width: 400px;
  }
}
@media (max-width: 1052px) {
  .detail-description .right {
    width: auto;
    float: none;
  }
}
.detail-description .right .promo-pdfs {
  text-align: center;
}
.detail-description .right .promo-pdfs a {
  display: block;
  margin: 25px auto 0;
}
.detail-description .right .promo-pdfs a .link-label {
  display: block;
  margin-top: 10px;
}
.box-info {
  margin: 50px 0px;
  padding: 40px;
  background-color: #f2f9fd;
}
@media (max-width: 828px) {
  .box-info {
    padding: 20px;
    margin: 30px 0px;
  }
}
.box-info h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.box-info ul.check {
  margin-bottom: 0px;
}
.box-info ul.check li:last-of-type {
  margin: 0px;
}
.recommended-list .recommended-list-wrap {
  margin: 0px -70px 70px -70px;
}
.recommended-list .recommended-list-wrap:before, .recommended-list .recommended-list-wrap:after {
  content: " ";
  display: table;
}
.recommended-list .recommended-list-wrap:after {
  clear: both;
}
@media (max-width: 1052px) {
  .recommended-list .recommended-list-wrap {
    margin: 0px -15px 50px -15px;
  }
}
@media (max-width: 828px) {
  .recommended-list .recommended-list-wrap {
    margin: 0px 0px 30px 0px;
  }
}
.recommended-list .recommended-list-wrap .item {
  float: left;
  width: calc(100%/3);
  padding: 0px 35px;
  border-right: 2px solid #dff0f8;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .recommended-list .recommended-list-wrap .item {
    width: 33.33%;
  }
}
@media (max-width: 1052px) {
  .recommended-list .recommended-list-wrap .item {
    padding: 0px 15px;
  }
}
@media (max-width: 828px) {
  .recommended-list .recommended-list-wrap .item {
    float: none;
    width: auto;
    padding: 20px 0px;
    border: none;
    border-bottom: 2px solid #dff0f8;
  }
}
.recommended-list .recommended-list-wrap .item:last-of-type {
  border: none;
}
.recommended-list .recommended-list-wrap .item h2 {
  font-size: 24px;
  line-height: 29px;
}
.category-detail:before, .category-detail:after {
  content: " ";
  display: table;
}
.category-detail:after {
  clear: both;
}
.category-detail .category-nav {
  float: left;
  width: 250px;
}
@media (max-width: 828px) {
  .category-detail .category-nav {
    width: auto;
    float: none;
  }
}
.category-detail .category-nav .nav-section {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section {
    overflow: visible;
    border-radius: 0px;
  }
}
.category-detail .category-nav .nav-section h4 {
  margin: 0px;
}
.category-detail .category-nav .nav-section h4 a {
  display: block;
  padding: 10px 15px;
  font-size: 20px;
  color: white;
  background-color: #6dbce9;
  text-decoration: none;
  pointer-events: none;
}
.category-detail .category-nav .nav-section h4 a i {
  display: none;
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section h4 a i {
    display: block;
    float: right;
  }
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section h4 a i.fa-chevron-down {
    display: none;
  }
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section h4 a {
    color: #43566f;
    background-color: transparent;
    border-bottom: 2px solid #6dbce9;
    padding: 10px;
    margin-bottom: 5px;
    pointer-events: auto;
  }
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section.open h4 a i.fa-chevron-down {
    display: block;
  }
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section.open h4 a i.fa-chevron-right {
    display: none;
  }
}
.category-detail .category-nav .nav-section ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.category-detail .category-nav .nav-section ul:before, .category-detail .category-nav .nav-section ul:after {
  content: " ";
  display: table;
}
.category-detail .category-nav .nav-section ul:after {
  clear: both;
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section ul {
    display: none;
  }
}
.category-detail .category-nav .nav-section ul li {
  border-bottom: 1px solid #a7d6f1;
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section ul li {
    border: none;
  }
}
.category-detail .category-nav .nav-section ul li a {
  display: block;
  text-decoration: none;
  color: #43566f;
  padding: 15px;
  background-color: #f2f9fd;
  font-size: 14px;
}
.category-detail .category-nav .nav-section ul li a:hover {
  background-color: #b0daf3;
}
@media (max-width: 828px) {
  .category-detail .category-nav .nav-section ul li a {
    padding: 10px;
    font-size: 14px;
    border-radius: 40px;
    text-align: center;
    margin: 5px;
  }
}
.category-detail .category-nav .nav-section ul li.dropdown a {
  background-image: linear-gradient(45deg, transparent 50%, #43566f 50%), linear-gradient(135deg, #43566f 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.category-detail .category-nav .nav-section ul li.dropdown.active a {
  background-image: linear-gradient(-45deg, #43566f 50%, transparent 50%), linear-gradient(-135deg, transparent 50%, #43566f 50%);
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.category-detail .category-nav .nav-section ul li.dropdown.active ul {
  display: block;
}
.category-detail .category-nav .nav-section ul li.dropdown.active ul li a {
  padding-left: 30px;
  background-image: none;
}
.category-detail .category-nav .nav-section ul li.dropdown.active ul li a:hover {
  color: #fff;
  background-color: #43566f;
}
.category-detail .category-nav .nav-section ul li.dropdown.active ul li.active a {
  color: #fff;
  background-color: #43566f;
}
.category-detail .category-nav .nav-section ul li.active a {
  background-color: #b0daf3;
}
.category-detail .category-nav .nav-section ul li:last-of-type {
  border: none;
}
.category-detail .category-nav .nav-section ul li ul {
  display: none;
}
.category-detail .category-main {
  float: right;
  width: calc(100% - 280px);
}
@media (max-width: 828px) {
  .category-detail .category-main {
    width: auto;
    float: none;
  }
}
.category-detail .category-main > h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  margin: 0 0 20px 0;
}
.category-detail .category-main .category-list {
  margin: 0px;
}
.category-detail .category-main .category-list:before, .category-detail .category-main .category-list:after {
  content: " ";
  display: table;
}
.category-detail .category-main .category-list:after {
  clear: both;
}
.category-detail .category-main .category-list .product-thumb {
  position: relative;
  float: left;
  width: calc(33% - 20px);
  margin: 30px 10px;
}
@media (max-width: 1052px) {
  .category-detail .category-main .category-list .product-thumb {
    width: calc(50% - 20px);
  }
}
@media (max-width: 828px) {
  .category-detail .category-main .category-list .product-thumb {
    width: auto;
    float: none;
  }
}
.category-detail .category-main .category-list .product-thumb:nth-of-type(3n+1) {
  clear: both;
}
@media (max-width: 1052px) {
  .category-detail .category-main .category-list .product-thumb:nth-of-type(3n+1) {
    clear: none;
  }
}
@media (max-width: 1052px) {
  .category-detail .category-main .category-list .product-thumb:nth-of-type(2n+1) {
    clear: both;
  }
}
.category-detail .category-main .category-list .product-thumb .new-item {
  position: absolute;
  top: 34px;
  right: 28px;
  background: #00af21;
  color: #fff;
  padding: 7px 8px;
  border-radius: 30px;
  font-size: 15px;
}
.category-detail .category-main .more {
  clear: both;
  margin: 40px 0px 80px 0px;
  text-align: center;
}
.shop-detail {
  text-align: center;
  margin-top: -50px;
}
@media (max-width: 828px) {
  .shop-detail {
    margin-top: 0px;
  }
}
.shop-detail .address {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0px 30px 30px 30px;
}
@media (max-width: 828px) {
  .shop-detail .address {
    display: block;
    margin: 0px 0px 30px 0px;
  }
}
.shop-detail .address table {
  margin-bottom: 0;
}
.shop-detail .address table tr td {
  padding: 10px 15px;
  vertical-align: top;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 828px) {
  .shop-detail .address table tr td {
    font-size: 15px;
  }
}
.shop-detail .address table tr td:nth-child(1) {
  text-align: right;
  font-weight: bold;
  color: #1694d7;
}
.shop-detail .address table tr td:nth-child(2) {
  text-align: left;
}
.shop-detail .hours {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0px 30px 30px 30px;
  padding-top: 0px;
}
@media (max-width: 828px) {
  .shop-detail .hours {
    display: block;
    width: auto;
    margin: 0px;
  }
}
.shop-detail .hours > strong {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 0px 10px;
}
@media (max-width: 828px) {
  .shop-detail .hours table {
    width: 100%;
  }
}
.shop-detail .hours table tr td {
  padding: 8px 20px;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  background-color: #f7f7f7;
}
.shop-detail .hours table tr td:nth-child(1) {
  color: #1694d7;
}
.shop-detail .hours table tr td:nth-child(2) {
  text-align: left;
}
.shop-detail .hours table tr:nth-child(2n) td {
  background-color: white;
}
.page-id-24655 .shop-detail .address table tr td {
  font-size: 15px;
}
#shop-map-detail {
  height: 500px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.shop-gallery {
  padding-top: 5px;
  padding-bottom: 0px;
}
@media (max-width: 828px) {
  .shop-gallery {
    margin-bottom: 0px;
  }
}
.shop-gallery .image-reseller {
  max-height: 287px;
  width: calc(33.33% - 10px);
  overflow: hidden;
  display: block;
  float: left;
  margin: 5px;
}
@media (max-width: 828px) {
  .shop-gallery .image-reseller {
    width: 100%;
    float: none;
    margin: 5px 0px;
  }
}
.shop-gallery .image-reseller img {
  width: 100%;
}
.shops-related {
  background-color: #e8f4fb;
  padding: 60px 0px;
}
.shops-related .shops {
  float: left;
  width: 48%;
}
@media (max-width: 828px) {
  .shops-related .shops {
    float: none;
    width: auto;
  }
}
.shops-related .shops h3 {
  color: #43566f;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 30px;
}
.shops-related .shops ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 25px;
}
.shops-related .shops ul li i {
  position: absolute;
  color: #e30613;
  top: 2px;
  left: 0px;
}
.shops-related .shops-map {
  float: right;
  width: 48%;
}
@media (max-width: 828px) {
  .shops-related .shops-map {
    float: none;
    width: auto;
  }
}
.shops-related .shops-map #shops-map {
  height: 300px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.article-detail {
  margin-bottom: 60px;
}
.article-detail .article {
  float: left;
  width: calc(100% - 400px);
  /**
   *	List of files attached to the post
   */
}
@media (max-width: 1052px) {
  .article-detail .article {
    float: none;
    width: auto;
  }
}
.article-detail .article img {
  margin-bottom: 15px;
}
.article-detail .article h1 {
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #43566f;
  line-height: 55px;
}
@media (max-width: 828px) {
  .article-detail .article h1 {
    font-size: 33px;
    line-height: 39px;
  }
}
.article-detail .article small.date {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  background-image: url('../images/calendar.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding: 6px 0 3px 35px;
}
.article-detail .article .share {
  padding-top: 30px;
  margin-bottom: 50px;
}
.article-detail .article .share a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #3b5998;
  display: inline-block;
  transition: 0.3s;
}
.article-detail .article .share a:hover {
  opacity: 0.8;
}
.article-detail .article .share span {
  display: inline-block;
  vertical-align: middle;
}
.article-detail .article .share img {
  width: 40px;
  vertical-align: middle;
  margin: 0px 4px 0px 0px;
}
.article-detail .article #attached_files {
  margin: 10px;
}
.article-detail .article #attached_files h3 {
  margin: 5px 10px;
}
.article-detail .article #attached_files ul li a {
  display: block;
  margin: 2px;
  padding: 2px 0;
}
.article-detail .article #attached_files ul li a i.fa {
  font-size: 140%;
  color: black;
  width: 20px;
  margin: 5px 10px 0;
}
.article-detail .article #attached_files ul li a i.fa.fa-file-pdf-o {
  color: darkred;
}
.article-detail .article #attached_files ul li a i.fa.fa-image {
  color: darkgreen;
}
.article-detail .sidebar {
  float: right;
  width: 350px;
}
@media (max-width: 1052px) {
  .article-detail .sidebar {
    float: none;
    width: auto;
  }
}
.article-detail .sidebar .tabs-control li {
  width: 49%;
}
.article-detail .sidebar .tabs-control li:last-of-type {
  float: right;
}
.article-detail .sidebar .item-news {
  margin-bottom: 15px;
}
.article-detail .sidebar .item-news:before, .article-detail .sidebar .item-news:after {
  content: " ";
  display: table;
}
.article-detail .sidebar .item-news:after {
  clear: both;
}
.article-detail .sidebar .item-news .thumb {
  display: block;
  float: left;
  width: 70px;
}
@media (max-width: 828px) {
  .article-detail .sidebar .item-news .thumb {
    display: none;
  }
}
.article-detail .sidebar .item-news .info {
  float: right;
  width: calc(100% - 85px);
}
@media (max-width: 828px) {
  .article-detail .sidebar .item-news .info {
    float: none;
    width: auto;
  }
}
.article-detail .sidebar .item-news h3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  margin: 0 0 5px 0 !important;
}
.article-detail .sidebar .item-news small.date {
  display: block;
  margin-bottom: 25px;
  font-size: 14px;
  background-image: url('../images/calendar.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding: 6px 0 3px 25px;
}
.help-item {
  border: 1px solid #bddff3;
}
.help-item h2 {
  background-color: #e8f4fb;
  text-align: cneter;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 15px 20px;
  margin: 0;
}
.help-item .in {
  padding: 15px 20px;
}
.help-item .in h3 {
  font-weight: bold;
  margin: 15px 0px 10px 0px;
}
.help-item .in ul {
  margin: 15px 0px;
  min-height: 54px;
}
.help-item .in ul li {
  margin-bottom: 5px;
}
.help-item .in .more {
  text-align: center;
  padding-top: 10px;
}
.help-list-detail {
  margin: 20px -10px 50px -10px;
}
.help-list-detail:before, .help-list-detail:after {
  content: " ";
  display: table;
}
.help-list-detail:after {
  clear: both;
}
@media (max-width: 828px) {
  .help-list-detail {
    margin: 20px 0px;
  }
}
.help-list-detail .help-item {
  float: left;
  width: calc(33% - 20px);
  margin: 10px;
}
.help-list-detail .help-item:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 1052px) {
  .help-list-detail .help-item:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 1052px) {
  .help-list-detail .help-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1052px) {
  .help-list-detail .help-item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 828px) {
  .help-list-detail .help-item {
    width: auto;
    float: none;
    margin: 10px 0px;
  }
}
.best-item img {
  display: block;
  width: 100%;
}
.best-item h3 {
  margin: 10px 0px 15px 0px;
  font-size: 16px;
  font-weight: 700;
}
.best-help {
  background-color: #e8f4fb;
  padding: 50px 0px;
  margin: 40px 0px 100px 0px;
}
.best-help .best-list:before, .best-help .best-list:after {
  content: " ";
  display: table;
}
.best-help .best-list:after {
  clear: both;
}
.best-help .best-list .best-item {
  float: left;
  margin: 20px;
  width: calc(33% - 40px);
}
.best-help .best-list .best-item:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 1052px) {
  .best-help .best-list .best-item:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 1052px) {
  .best-help .best-list .best-item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 1052px) {
  .best-help .best-list .best-item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 828px) {
  .best-help .best-list .best-item {
    width: auto;
    float: none;
    margin: 10px 0px 30px 0px;
  }
}
.help-form {
  background-color: #e8f4fb;
  padding: 50px 0px;
}
.help-form .form {
  float: left;
  width: 40%;
  margin-left: 5%;
}
@media (max-width: 1052px) {
  .help-form .form {
    margin-left: 0px;
    width: 48%;
  }
}
@media (max-width: 828px) {
  .help-form .form {
    width: auto;
    float: none;
  }
}
.help-form .form label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.help-form .form input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 45px;
  padding: 0px 20px;
}
.help-form .form textarea {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 150px;
}
.help-form .image {
  float: right;
  width: 48%;
  text-align: center;
}
@media (max-width: 828px) {
  .help-form .image {
    display: none;
  }
}
.shops-map-all {
  margin-bottom: 80px;
  background-color: #e8f4fb;
  padding: 60px 0 60px 0px;
}
@media (max-width: 828px) {
  .shops-map-all {
    margin-bottom: 0px;
    padding: 20px 0;
  }
}
.shops-map-all .map {
  width: 65%;
  float: left;
}
@media (max-width: 1240px) {
  .shops-map-all .map {
    width: 54%;
  }
}
@media (max-width: 1052px) {
  .shops-map-all .map {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
}
.shops-map-all .map #shops-map-all {
  height: 495px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 10px;
  overflow: hidden;
}
.shops-map-all .map-detail {
  float: right;
  width: 34%;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #c0e5f9;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1240px) {
  .shops-map-all .map-detail {
    width: 45%;
  }
}
@media (max-width: 1052px) {
  .shops-map-all .map-detail {
    width: auto;
    float: none;
  }
}
.shops-map-all .map-detail .in {
  padding: 25px 15px;
}
.shops-map-all .map-detail img {
  width: 100%;
  display: block;
}
@media (max-width: 1052px) {
  .shops-map-all .map-detail img {
    display: none;
  }
}
.shops-map-all .map-detail h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 15px 0;
  color: #e30613;
}
.shops-map-all .map-detail table {
  width: 100%;
}
.shops-map-all .map-detail table tbody td {
  width: 50%;
  font-size: 14px;
  vertical-align: top;
  padding: 5px 0px;
  line-height: 20px;
  background-color: #fff;
}
.shops-map-all .map-detail table tbody td:first-of-type {
  text-align: right;
  opacity: 0.9;
  padding-right: 15px;
}
.shops-map-all .reseller-popup h3 {
  margin: 0;
}
.shops-map-all .reseller-popup p {
  font-size: 14px;
  margin-bottom: 5px;
}
.shops-map-all .reseller-popup p.feat .fa {
  margin: 5px;
}
.shops-map-all .reseller-popup .btn {
  height: 34px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 12px;
}
.shops-map-all .bal-central #shops-map-all {
  background: url('/wp-content/themes/bal-theme/images/bal-centrala.jpg') top left transparent no-repeat;
}
.shops-map-all .bal-central .more-about-us {
  text-align: center;
}
.shops-map-all .bal-central .more-about-us .btn {
  margin-top: 30px;
}
.shops-map-all .cadca-warehouse .map-detail .in {
  padding: 25px 15px;
}
.shops-map-all .cadca-warehouse .map-detail h3 {
  font-size: 20px;
}
.shops-map-all .cadca-warehouse #shops-map-all {
  height: 530px;
}
.shops-map-all.sk .bal-central {
  width: 980px;
}
.shops-map-all.sk .bal-central .map {
  width: 58%;
}
.shops-map-all.sk .bal-central .map #shops-map-all {
  background: url('/wp-content/uploads/2018/04/20180417_201107-569x515.jpg') top left transparent no-repeat;
}
.shops-map-all.sk .bal-central .map-detail {
  width: 41%;
}
.shops-map-all.pl .bal-central .map #shops-map-all {
  background: url('/wp-content/themes/bal-theme/images/teluria-polska.jpg') top left transparent no-repeat;
}
.shops-map-all.producer {
  background: url('/wp-content/themes/bal-theme/images/Teluria-Vyroba.jpg') center right no-repeat transparent;
}
.shops-map-all.producer .container .contacts-wrapper {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1052px) {
  .shops-map-all.producer .container .contacts-wrapper {
    width: auto;
  }
}
.shops-map-all.producer .container .contacts-wrapper .map-detail {
  width: 390px;
  float: left;
  height: 515px !important;
  background-color: rgba(255, 255, 255, 0.95);
  margin-right: 16px;
}
@media (max-width: 1052px) {
  .shops-map-all.producer .container .contacts-wrapper .map-detail {
    width: auto;
    float: none;
    margin: 0 0 10px 0;
    height: 523px !important;
  }
}
.shops-map-all.producer .container .contacts-wrapper .map-detail table tbody td {
  background: transparent;
}
.shops-map-all.producer .container .contacts-wrapper .map-detail .grey {
  color: #43566f;
}
.shops-map-all.producer .container .contacts-wrapper .map-detail.second {
  margin-right: 0;
}
.post-type-archive-bal_reseller .shops-map-all .map {
  float: none;
}
.resellers-all .shops-map-all .map {
  float: none;
}
.contacts-list .nav-contacts {
  float: left;
  width: 320px;
}
@media (max-width: 828px) {
  .contacts-list .nav-contacts {
    width: auto;
    float: none;
    /*			height: 70px;
     overflow-x: auto;*/
  }
}
.contacts-list .nav-contacts ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.contacts-list .nav-contacts ul:before, .contacts-list .nav-contacts ul:after {
  content: " ";
  display: table;
}
.contacts-list .nav-contacts ul:after {
  clear: both;
}
@media (max-width: 828px) {
  .contacts-list .nav-contacts ul {
    display: none;
  }
}
.contacts-list .nav-contacts ul li {
  border-bottom: 1px solid #a7d6f1;
  margin: 0;
  list-style: none;
}
@media (max-width: 828px) {
  .contacts-list .nav-contacts ul li {
    display: inline-block;
    border: none;
  }
}
.contacts-list .nav-contacts ul li a {
  display: block;
  text-decoration: none;
  color: #43566f;
  padding: 15px;
  background-color: #f2f9fd;
  font-size: 14px;
  position: relative;
}
.contacts-list .nav-contacts ul li a:hover {
  background-color: #b0daf3;
}
@media (max-width: 828px) {
  .contacts-list .nav-contacts ul li a {
    padding: 10px;
    font-size: 14px;
    border-radius: 40px;
    text-align: center;
    margin: 5px;
  }
}
.contacts-list .nav-contacts ul li.active a {
  background-color: #b0daf3;
}
.contacts-list .nav-contacts ul li.active a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  margin-top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #b0daf3;
}
@media (max-width: 828px) {
  .contacts-list .nav-contacts ul li.active a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #b0daf3 transparent transparent transparent;
    top: auto;
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
.contacts-list .nav-contacts ul li:last-of-type {
  border: none;
}
.contacts-list .detail-contacts {
  float: right;
  width: calc(100% - 360px);
}
@media (max-width: 828px) {
  .contacts-list .detail-contacts {
    float: none;
    width: auto;
    padding-top: 30px;
  }
}
.contacts-list .detail-contacts h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-left: 15px;
}
@media (max-width: 828px) {
  .contacts-list .detail-contacts h3 {
    text-align: center;
    padding-top: 30px;
  }
}
.contacts-list .detail-contacts h4 {
  display: none;
  clear: both;
  margin: 10px 0px;
}
@media (max-width: 828px) {
  .contacts-list .detail-contacts h4 {
    display: block;
  }
}
.contacts-list .detail-contacts h4 a {
  display: block;
  text-decoration: none;
  color: #43566f;
  padding: 15px;
  background-color: #f2f9fd;
  font-size: 14px;
}
.contacts-list .detail-contacts h4.active a {
  background-color: #b0daf3;
}
.contacts-list .detail-contacts .contacts-tab {
  display: none;
}
.contacts-list .detail-contacts .contacts-tab.active {
  display: block;
}
.contacts-list .detail-contacts .more-about-department {
  display: block;
  clear: both;
  padding: 10px;
  background-color: #f2f9fd;
}
.contacts-list .detail-contacts .detail-contacts-list .item {
  float: left;
  border-radius: 10px;
  padding: 0px 15px 15px 15px;
  margin-bottom: 40px;
  text-align: center;
  width: 25%;
}
@media (max-width: 1240px) {
  .contacts-list .detail-contacts .detail-contacts-list .item {
    width: 33%;
  }
}
@media (max-width: 1052px) {
  .contacts-list .detail-contacts .detail-contacts-list .item {
    width: 50%;
    padding: 0px 5px;
  }
}
@media (max-width: 400px) {
  .contacts-list .detail-contacts .detail-contacts-list .item {
    width: auto;
    float: none;
  }
}
.contacts-list .detail-contacts .detail-contacts-list .item:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 1240px) {
  .contacts-list .detail-contacts .detail-contacts-list .item:nth-child(4n+1) {
    clear: none;
  }
}
@media (max-width: 1240px) {
  .contacts-list .detail-contacts .detail-contacts-list .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 1052px) {
  .contacts-list .detail-contacts .detail-contacts-list .item:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 1052px) {
  .contacts-list .detail-contacts .detail-contacts-list .item:nth-child(2n+1) {
    clear: both;
  }
}
.contacts-list .detail-contacts .detail-contacts-list .item .photo {
  min-height: 150px;
}
.contacts-list .detail-contacts .detail-contacts-list .item .photo img {
  display: block;
  margin: auto auto 15px auto;
  max-height: 150px;
}
.contacts-list .detail-contacts .detail-contacts-list .item .name-and-position {
  min-height: 58px;
}
.contacts-list .detail-contacts .detail-contacts-list .item .name-and-position strong {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
}
.contacts-list .detail-contacts .detail-contacts-list .item .name-and-position small {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.5;
}
.contacts-list .detail-contacts .detail-contacts-list .item span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.contacts-list .detail-contacts .detail-contacts-list .item span .fa {
  margin-right: 5px;
}
.contacts-list .detail-contacts .detail-contacts-list .item .region {
  min-height: 96px;
}
.contacts-list .detail-contacts .detail-contacts-list .item .region p {
  font-size: 14px;
}
.contacts-list .detail-contacts .contacts-tab-55692 .item {
  padding-bottom: 15px;
  border-radius: 0;
  border-bottom: 1px solid #d9dde2;
}
.contacts-list .detail-contacts .contacts-tab-55692 .item .phone-email {
  min-height: 41px;
}
.contacts-list .detail-contacts-list.simple {
  display: flex;
}
.contacts-list .detail-contacts-list.simple .item {
  flex-grow: 2;
  text-align: center;
}
.contacts-list .detail-contacts-list .name-and-position {
  min-height: 95px;
}
.contacts-list .detail-contacts-list .name-and-position h2 {
  font-size: 27px;
  margin: 20px 0 0px 0;
}
.contacts-list .detail-contacts-list .name-and-position small {
  display: block;
  line-height: 28px;
  opacity: 0.5;
}
.contacts-list .detail-contacts-list span {
  display: block;
  line-height: 30px;
}
.contacts-list.extended .detail-contacts {
  width: 100%;
  float: none;
  text-align: center;
}
.contacts-list.extended .detail-contacts .contacts-tab {
  clear: both;
  border-bottom: 1px solid #d9dde2;
}
.contacts-list.extended .detail-contacts .contacts-tab .detail-contacts-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.contacts-list.extended .detail-contacts .contacts-tab .detail-contacts-list .item {
  display: inline-block;
}
@media (max-width: 1052px) {
  .contacts-list.extended .detail-contacts .contacts-tab .detail-contacts-list .item {
    width: 100%;
  }
}
.contacts-list.extended .detail-contacts .contacts-tab .detail-contacts-list .item .name-and-position {
  min-height: 44px;
}
.owl-tabs2 .item {
  padding: 20px;
}
.clear {
  clear: both;
}
.vip-contacts ul {
  padding-left: 0;
}
.vip-contacts ul li {
  list-style: none;
  width: 32%;
  background: #fff;
  padding: 15px;
  float: left;
  margin-right: 2%;
}
.vip-contacts ul li.last {
  margin-right: 0;
}
@media (max-width: 1240px) {
  .vip-contacts ul li {
    width: 48%;
  }
}
@media (max-width: 1052px) {
  .vip-contacts ul li {
    width: 100%;
    margin-right: 0;
  }
}
.vip-contacts ul li img {
  height: 133px;
  float: left;
  margin-right: 15px;
}
.vip-contacts ul li h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 23px;
}
.vip-contacts ul li h2.red {
  color: #e30613;
}
.vip-contacts ul li span.blue {
  color: #1694d7;
  font-weight: bold;
  font-size: 18px;
}
.vip-contacts ul li .contact-person {
  margin-top: 20px;
  font-size: 15px;
  line-height: 23px;
}
.tabs .tabs-control {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}
.tabs .tabs-control:before, .tabs .tabs-control:after {
  content: " ";
  display: table;
}
.tabs .tabs-control:after {
  clear: both;
}
.tabs .tabs-control li {
  float: left;
  margin-bottom: 0;
}
.tabs .tabs-control li a {
  cursor: pointer;
  display: block;
  background-color: #43566f;
  color: white;
  font-weight: bold;
  padding: 0px 10px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 1052px) {
  .tabs .tabs-control li a {
    font-size: 19px;
  }
}
@media (max-width: 828px) {
  .tabs .tabs-control li a {
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 420px) {
  .tabs .tabs-control li a {
    height: 80px;
    font-size: 15px;
    line-height: 21px;
    padding: 15px 6px 0 6px;
  }
}
.tabs .tabs-control li a span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
@media (max-width: 828px) {
  .tabs .tabs-control li a span {
    font-size: 16px;
    line-height: 23px;
  }
}
.tabs .tabs-control li a:hover {
  background-color: #3c4b62;
}
.tabs .tabs-control li.active a {
  color: #43566f;
  background-color: #eceef1;
}
.tabs .tabs-control li.active a:hover {
  background-color: #eceef1;
}
.tabs .tab {
  display: none;
  background-color: #eceef1;
  padding: 35px;
}
@media (max-width: 420px) {
  .tabs .tab {
    padding-bottom: 5px;
  }
}
.tabs .tab.active {
  display: block;
}
.tabs-promo .tab-1 .product-texts h2 {
  overflow: hidden;
}
@media (max-width: 828px) {
  .tabs-promo .tab-1 .product-texts h2 {
    height: auto;
  }
}
.tabs-promo .tab-1 .product-texts small {
  min-height: 34px;
}
.tabs-promo.slim .product-texts h2 {
  height: auto;
  min-height: initial;
  max-height: initial;
}
.tabs-promo .product-texts {
  min-height: 150px;
}
.tabs-promo .product-texts h2 {
  min-height: 58px;
}
@media (max-width: 828px) {
  .tabs-promo .product-texts h2 {
    height: auto;
    min-height: 40px;
  }
}
@media (max-width: 420px) {
  .tabs-promo .product-texts h2 {
    min-height: 20px;
  }
}
.tabs-promo .product-texts small {
  min-height: 52px;
}
.tabs-promo .tabs-control {
  margin: 0px -10px;
  overflow: hidden;
}
@media (max-width: 828px) {
  .tabs-promo .tabs-control {
    margin: 0px -3px;
  }
}
.tabs-promo .tabs-control li {
  margin: 0px 10px;
  width: calc(100% / 3 - 20px);
  list-style: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .tabs-promo .tabs-control li {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 828px) {
  .tabs-promo .tabs-control li {
    margin: 0px 3px;
    width: calc(100% / 3 - 6px);
  }
}
@media screen and (max-width: 828px) and (-ms-high-contrast: active), screen and (max-width: 828px) and (-ms-high-contrast: none) {
  .tabs-promo .tabs-control li {
    width: calc(33.33% - 6px);
  }
}
.tabs-promo .owl-wrap {
  padding: 25px 40px 15px 40px;
}
@media (max-width: 828px) {
  .tabs-promo .owl-wrap {
    padding: 25px 15px 15px 15px;
  }
}
.tabs-promo .btn-red-line {
  background-color: white;
}
.tabs-promo .industry .product-thumb .product-texts h2 {
  min-height: 40px;
}
.tabs-promo .industry .product-thumb .product-texts small {
  min-height: 48px;
}
.category-detail .support .support-thumb {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9dde2;
}
.category-detail .support .support-thumb h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
  margin: 40px 0px 20px 0px;
}
.category-detail .support .support-thumb h3::first-letter {
  text-transform: uppercase;
}
.category-detail .support .support-thumb .excerpt p {
  color: #323232;
}
.category-detail .answer {
  display: block;
  padding: 30px;
  margin-top: 30px;
  background-color: #f2f9fd;
  border-radius: 4px;
}
.category-detail .answer:before, .category-detail .answer:after {
  content: " ";
  display: table;
}
.category-detail .answer:after {
  clear: both;
}
.category-detail .answer .content {
  display: block;
  width: calc(80% - 30px);
  float: left;
  margin-right: 30px;
}
@media (max-width: 828px) {
  .category-detail .answer .content {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}
.category-detail .answer .content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.category-detail .answer .content ul li {
  line-height: 22px;
  padding-left: 5px;
}
.category-detail .answer .author {
  display: block;
  width: calc(20%);
  float: right;
  text-align: center;
  border-left: 1px solid #a7d6f1;
}
@media (max-width: 828px) {
  .category-detail .answer .author {
    width: auto;
    float: none;
    margin: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid #a7d6f1;
  }
}
.category-detail .answer .author h3 {
  font-size: 18px;
  margin: 15px 0;
}
.category-detail .answer .author .photo {
  margin-bottom: 2px;
}
.category-detail .need-more {
  display: block;
  padding: 30px 0;
  text-align: left;
  margin-top: 0px;
}
.help-item {
  min-height: 236px;
}
.box-pager {
  text-align: center;
  margin-top: 50px;
}
.box-pager .btns {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .n2-ss-slider .nextend-bullet-bar span {
    display: none;
  }
}
@media (min-width: 901px) {
  .n2-ss-slider .nextend-bullet-bar-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .n2-ss-slider .nextend-bullet-bar {
    top: auto !important;
    left: auto !important;
    bottom: 0;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .n2-ss-slider .nextend-bullet-bar div {
    background: #43566f !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 10px !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
  }
  .n2-ss-slider .nextend-bullet-bar div.n2-active {
    background: #eceef1 !important;
    /* semi-transparent #DA1E26 */
    color: #43566f !important;
  }
  .n2-ss-slider .n2-ss-control-bullet {
    position: relative !important;
    left: none !important;
    bottom: none !important;
    margin-top: 10px;
  }
}
.page-id-234 header {
  margin-bottom: 0;
}
.page-id-234 #contact-list, .single-bal_stavebni_divize #contact-list {
  margin-bottom: 0 !important;
}
.page-id-234 .help-list, .single-bal_stavebni_divize .help-list {
  margin-bottom: 0;
}
.page-id-234 .help-list .box-blue, .single-bal_stavebni_divize .help-list .box-blue {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
}
.page-id-234 .help-list .box-blue .in, .single-bal_stavebni_divize .help-list .box-blue .in {
  padding: 80px 100px;
}
.page-id-234 footer, .single-bal_stavebni_divize footer {
  margin-top: 0 !important;
}
.page-id-234 .sd-claim-img, .single-bal_stavebni_divize .sd-claim-img {
  width: 100%;
  max-width: 100%;
}
.why-stavebni-divize {
  margin-top: 80px;
}
@media (max-width: 828px) {
  .why-stavebni-divize {
    margin-top: 0;
  }
}
.why-stavebni-divize h2 {
  margin-top: 0;
  text-align: center;
}
.why-stavebni-divize .why-wrap {
  margin-bottom: 55px;
}
.why-stavebni-divize .why-wrap:before, .why-stavebni-divize .why-wrap:after {
  content: " ";
  display: table;
}
.why-stavebni-divize .why-wrap:after {
  clear: both;
}
.why-stavebni-divize .why-wrap .item {
  float: left;
  width: 25%;
  /*border-right: 2px solid #d9dde2;*/
  text-align: center;
  padding: 5px;
}
@media (max-width: 1052px) {
  .why-stavebni-divize .why-wrap .item {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 828px) {
  .why-stavebni-divize .why-wrap .item {
    width: auto;
    float: none;
  }
}
.why-stavebni-divize .why-wrap .item small {
  display: block;
  font-size: 14px;
  color: #323232;
  line-height: 16px;
}
.why-stavebni-divize .why-wrap .item span {
  display: block;
}
.why-stavebni-divize .why-wrap .item .cislo {
  font-weight: 600;
  font-size: 50px;
  width: auto;
  margin: 30px auto;
}
.why-stavebni-divize .separator {
  clear: both;
  border-bottom: 1px solid #d9dde2;
  padding-top: 50px;
}
.why-stavebni-divize .btns {
  text-align: center;
}
section.contacts-list.extended {
  background: #fafafa;
}
section.contacts-list.extended .detail-contacts .contacts-tab {
  border-bottom: 0;
}
section.stavebni-divize-list {
  margin-top: 50px;
  margin-bottom: 0;
}
.stavebni-divize-archive .main-wrap {
  margin-bottom: 50px;
}
.stavebni-divize-archive .main-wrap:before, .stavebni-divize-archive .main-wrap:after {
  content: " ";
  display: table;
}
.stavebni-divize-archive .main-wrap:after {
  clear: both;
}
@media (max-width: 828px) {
  .stavebni-divize-archive .main-wrap {
    margin-bottom: 40px;
  }
}
.stavebni-divize-archive .main-wrap .thumb {
  position: relative;
  float: left;
  width: 470px;
  text-align: center;
}
@media (max-width: 1240px) {
  .stavebni-divize-archive .main-wrap .thumb {
    width: 370px;
  }
}
@media (max-width: 1052px) {
  .stavebni-divize-archive .main-wrap .thumb {
    width: auto;
    float: none;
  }
}
.stavebni-divize-archive .main-wrap .thumb img {
  display: block;
  margin: 0px auto 0 auto;
  max-width: 100%;
}
@media (max-width: 1052px) {
  .stavebni-divize-archive .main-wrap .thumb img {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 828px) {
  .stavebni-divize-archive .main-wrap .thumb img {
    margin: 0px auto 30px auto;
  }
}
.stavebni-divize-archive .main-wrap .thumb .gallery {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 1.5em;
}
.stavebni-divize-archive .main-wrap .thumb .gallery .gallery-item {
  height: 100px;
  overflow: hidden;
  padding-left: 1em;
}
.stavebni-divize-archive .main-wrap .thumb .gallery .gallery-item img {
  max-width: none !important;
  margin-top: -25%;
}
.stavebni-divize-archive .main-wrap .head {
  float: right;
  width: calc(100% - 500px);
}
@media (max-width: 1240px) {
  .stavebni-divize-archive .main-wrap .head {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1052px) {
  .stavebni-divize-archive .main-wrap .head {
    width: auto;
    float: none;
  }
}
.stavebni-divize-archive .main-wrap .head h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.stavebni-divize-archive .main-wrap .info {
  float: right;
  width: calc(100% - 500px);
}
@media (max-width: 1240px) {
  .stavebni-divize-archive .main-wrap .info {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1052px) {
  .stavebni-divize-archive .main-wrap .info {
    width: auto;
    float: none;
  }
}
.stavebni-divize-archive .main-wrap .info p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.stavebni-divize-archive .main-wrap .info .info-icon {
  line-height: 26px;
}
.stavebni-divize-archive .main-wrap .info .info-icon .dashicons {
  margin-right: 10px;
  line-height: 24px;
}
.stavebni-divize-archive .main-wrap .info .category-list {
  width: 100%;
  display: block;
  clear: both;
}
.stavebni-divize-archive .main-wrap .info .category-list .product-thumb {
  width: 20%;
  padding: 20px;
  float: left;
}
.stavebni-divize-archive .main-wrap .info .category-list .product-thumb a.obr {
  min-height: 140px;
  text-decoration: none;
  display: block;
}
.stavebni-divize-archive .main-wrap .info .category-list .product-thumb a img {
  width: 100%;
  height: auto;
}
.stavebni-divize-archive .main-wrap .info .category-list .product-thumb .product-texts a {
  font-size: 12px;
  text-decoration: none;
}
.stavebni-divize-archive .main-wrap .separator {
  clear: both;
  border-bottom: 1px solid #d9dde2;
  padding-top: 30px;
}
.stavebni-divize-archive:last-child .main-wrap .separator {
  border-bottom: 0;
  padding-top: 0;
}
.single-bal_stavebni_divize .article-detail .article {
  width: 100%;
}
.single-bal_stavebni_divize .breadcrumbs li .dashicons {
  margin-right: 10px;
  font-size: 19px;
  vertical-align: middle;
}
.stavebni-divize-article .main-wrap {
  margin-bottom: 50px;
}
.stavebni-divize-article .main-wrap:before, .stavebni-divize-article .main-wrap:after {
  content: " ";
  display: table;
}
.stavebni-divize-article .main-wrap:after {
  clear: both;
}
@media (max-width: 828px) {
  .stavebni-divize-article .main-wrap {
    margin-bottom: 40px;
  }
}
.stavebni-divize-article .main-wrap .thumb {
  position: relative;
  float: left;
  width: 470px;
  text-align: center;
}
@media (max-width: 1240px) {
  .stavebni-divize-article .main-wrap .thumb {
    width: 370px;
  }
}
@media (max-width: 1052px) {
  .stavebni-divize-article .main-wrap .thumb {
    width: auto;
    float: none;
  }
}
.stavebni-divize-article .main-wrap .thumb img {
  display: block;
  margin: 0px auto 0 auto;
  max-width: 100%;
}
@media (max-width: 1052px) {
  .stavebni-divize-article .main-wrap .thumb img {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 828px) {
  .stavebni-divize-article .main-wrap .thumb img {
    margin: 0px auto 30px auto;
  }
}
.stavebni-divize-article .main-wrap .thumb .gallery {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 1.5em;
}
.stavebni-divize-article .main-wrap .thumb .gallery .gallery-item {
  height: 100px;
  overflow: hidden;
  padding-left: 1em;
}
.stavebni-divize-article .main-wrap .thumb .gallery .gallery-item img {
  max-width: none !important;
  margin-top: -25%;
}
.stavebni-divize-article .main-wrap .thumb .info-icon {
  line-height: 30px;
  text-align: left;
}
.stavebni-divize-article .main-wrap .thumb .info-icon .dashicons {
  margin-right: 10px;
  line-height: 28px;
}
.stavebni-divize-article .main-wrap .thumb h3 {
  text-align: left;
}
.stavebni-divize-article .main-wrap .thumb .category-list {
  width: 100%;
  display: block;
  clear: both;
  text-align: left;
}
.stavebni-divize-article .main-wrap .thumb .category-list .product-thumb {
  width: 33%;
  padding: 20px;
  float: left;
}
.stavebni-divize-article .main-wrap .thumb .category-list .product-thumb a.obr {
  min-height: 170px;
  text-decoration: none;
  display: block;
}
.stavebni-divize-article .main-wrap .thumb .category-list .product-thumb a img {
  width: 100%;
  height: auto;
}
.stavebni-divize-article .main-wrap .thumb .category-list .product-thumb .product-texts a {
  font-size: 12px;
  text-decoration: none;
}
.stavebni-divize-article .main-wrap .head h1 {
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
  padding-bottom: 20px;
}
@media (max-width: 828px) {
  .stavebni-divize-article .main-wrap .head h1 {
    font-size: 39px;
    line-height: 45px;
  }
}
.stavebni-divize-article .main-wrap .info {
  float: right;
  width: calc(100% - 500px);
}
@media (max-width: 1240px) {
  .stavebni-divize-article .main-wrap .info {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1052px) {
  .stavebni-divize-article .main-wrap .info {
    width: auto;
    float: none;
  }
}
.stavebni-divize-article .main-wrap .info p {
  margin-bottom: 20px;
}
.stavebni-divize-article .main-wrap .info h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.stavebni-divize-article .main-wrap .info h2, .stavebni-divize-article .main-wrap .info h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin: 15px 0px 15px 0px;
}
.stavebni-divize-article .main-wrap .info ul {
  list-style-type: disc;
  padding-left: 40px;
}
.stavebni-divize-article .main-wrap .info ul li {
  line-height: 22px;
}
.stavebni-divize-article .main-wrap .separator {
  clear: both;
  border-bottom: 1px solid #d9dde2;
  padding-top: 30px;
}
.stavebni-divize-article:last-child .main-wrap .separator {
  border-bottom: 0;
  padding-top: 0;
}
.wpdreams_asl_container {
  width: 245px !important;
  margin-left: 30px !important;
  margin-top: 33px !important;
}
.wpdreams_asl_container .probox {
  height: 30px !important;
}
.wpdreams_asl_container .probox .proinput {
  margin: 0 !important;
  padding: 0 !important;
}
.wpdreams_asl_container .probox .proinput form input {
  color: white !important;
}
.wpdreams_asl_container .probox .proinput form input[type=search] {
  width: calc(100% - 112px);
  height: 30px !important;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px 0 0 50px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3) !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  outline: 0;
}
.wpdreams_asl_container .probox .proinput form input[type=submit] {
  display: inline-block !important;
  color: white !important;
  visibility: visible !important;
  width: 80px !important;
  height: 30px !important;
  margin: 0 0 0 -3px !important;
  background: #e30613 !important;
  background-color: #e30613 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  border-radius: 0 50px 50px 0 !important;
  text-align: center;
}
.wpdreams_asl_container .probox .proinput form input[type=text] {
  display: none !important;
}
.wpdreams_asl_container .probox .promagnifier {
  width: 80px !important;
  height: 30px !important;
  color: white;
  background-color: #e30613 !important;
  background-image: none !important;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0 50px 50px 0 !important;
  display: none;
  vertical-align: top;
  outline: 0;
}
.wpdreams_asl_container .probox .promagnifier .innericon {
  display: none !important;
}
.wpdreams_asl_container .probox .proloading {
  position: absolute;
  right: 85px;
  top: 5px;
  width: 20px !important;
  height: 20px !important;
}
div.asl_r.vertical {
  background: transparent !important;
  top: 125px !important;
}
div.asl_r.vertical .results {
  border: 1px solid #d9dde2;
}
div.asl_r .results .item .asl_image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
ul.features {
  padding: 10px;
}
ul.features li {
  display: inline-block;
  padding: 5px;
  font-size: 90%;
}
ul.features li i.fa {
  margin: 5px 10px;
  font-size: 150%;
}
.hidden {
  display: none;
}
.text-left {
  text-align: left;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}
table {
  width: 100%;
  margin: 20px 0px;
}
table thead tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  background-color: #43566f;
  color: white;
  padding: 12px 20px;
}
@media screen and (max-width: 828px) {
  table thead tr th {
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
  }
}
table thead tr th.download {
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 828px) {
  table thead tr th.download {
    width: auto;
  }
}
table tbody tr td {
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  background-color: #eff2f5;
  padding: 12px 20px;
}
@media screen and (max-width: 828px) {
  table tbody tr td {
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
  }
}
table tbody tr:nth-child(2n) td {
  background-color: white;
}
table tbody tr td.download {
  width: 180px;
  text-align: center;
}
table tbody tr td.download a {
  display: block;
  width: 24px;
  height: 23px;
  margin: 0 auto;
  background: url('../images/icon-pdf.png') no-repeat top left transparent;
}
table tbody tr td.download a span {
  display: none;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center {
  text-align: center;
}
.tabs-detail-wrap .tabs .tabs-control {
  text-align: center;
  padding: 0;
}
.tabs-detail-wrap .tabs .tabs-control li {
  float: none;
  display: inline-block;
  cursor: pointer;
}
.item.item-event img, .article-thumbnail, .product-thumbnail, .product-taxonomy-thumbnail {
  height: auto;
  max-width: 100%;
}
.product-thumbnail {
  max-width: 85%;
}
.product-taxonomy-thumbnail {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 70%;
  max-height: 180px;
}
.article .excerpt {
  font-style: italic;
}
.product-thumb {
  text-align: center;
}
.product-thumb .thumb {
  position: relative;
  width: 100%;
  height: 200px;
}
.tabs .product-thumb .thumb {
  height: 120px;
}
.sales-place {
  float: left;
  margin-right: 50px;
}
.sales-place .image {
  height: 225px;
  margin-bottom: 30px;
}
.club-info {
  max-width: 950px;
  min-height: 210px;
  margin: 40px 0 60px 0;
}
.club-info h2 {
  padding-top: 10px;
}
.post-type-archive-bal_reseller .shops-map-all, .resellers-all .shops-map-all {
  padding: 0;
}
.post-type-archive-bal_reseller .shops-map-all .map, .resellers-all .shops-map-all .map {
  width: 100%;
}
.post-type-archive-bal_reseller .shops-map-all .map-detail, .resellers-all .shops-map-all .map-detail {
  width: 25%;
  border: 0;
  border-radius: 0;
}
.post-type-archive-bal_reseller .shops-map-all .map #shops-map-all, .resellers-all .shops-map-all .map #shops-map-all {
  height: 630px;
}
.post-type-archive-bal_reseller .container-fullmap, .resellers-all .container-fullmap {
  width: 100%;
  margin: auto;
}
.post-type-archive-bal_reseller .container-fullmap:after, .resellers-all .container-fullmap:after, .container-fullmap:before {
  content: ' ';
  display: table;
}
.menu-industry {
  display: none;
}
.why .menu-item-with-dropdown > a:after {
  content: '\f0d7';
  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;
  margin-left: 4px;
  font-size: 12px;
}
@media (min-width: 1053px) {
  .why .why-wrap.just-three .item {
    width: 33.333333%;
  }
}
.one-column .category-main {
  width: 100%;
  max-width: 1140px;
}
.one-column .category-main .category-list .product-thumb {
  width: calc(25% - 20px);
}
.one-column .category-main .category-list .product-thumb:nth-of-type(3n + 1) {
  clear: none;
}
.one-column .category-main .category-list .product-thumb:nth-of-type(4n + 1) {
  clear: both;
}
.one-column .category-main h2 {
  text-align: center;
  margin-top: 20px;
}
.shops-map-all .map-detail table tbody td.submit:first-of-type {
  text-align: center;
  padding: 15px 0 0 0;
}
@media (max-width: 1052px) {
  header .nav-wrap nav ul li > a {
    font-size: 13px;
  }
}
header #top .language li > a {
  text-transform: uppercase;
}
header #top .links .current_page_item > a, header #top .links .current-menu-item > a, header #top .links .current-page-ancestor > a, header #top .links .current-menu-ancestor > a, header #top .links .current-page-parent > a, header #top .links .current-menu-parent > a, header #top .links .current-context > a, header #top .language .current-lang > a {
  color: #e30613;
  text-decoration: none;
  font-weight: bold;
}
header .nav-wrap nav ul .current_page_item > a, header .nav-wrap nav ul .current-menu-item > a, header .nav-wrap nav ul .current-page-ancestor > a, header .nav-wrap nav ul .current-menu-ancestor > a, header .nav-wrap nav ul .current-page-parent > a, header .nav-wrap nav ul .current-menu-parent > a {
  background-color: #1484c0;
}
.newcomer-signpost {
  -moz-box-shadow: inset 0 0 10px #000;
  -webkit-box-shadow: inset 0 0 10px #000;
  box-shadow: inset 0 0 10px #000;
  -webkit-box-shadow: 0 -8px 6px -6px #ccc;
  -moz-box-shadow: 0 -8px 6px -6px black;
  box-shadow: 0 -40px 70px -20px #aaa inset;
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.newcomer-signpost .container {
  text-align: center;
}
.newcomer-signpost .inner {
  padding: 30px 15px 50px;
}
.newcomer-signpost .logo {
  max-width: 100%;
  width: 400px;
}
@media (max-width: 828px) {
  .newcomer-signpost .logo {
    display: none;
  }
}
.newcomer-signpost h1 {
  margin: 40px auto 30px;
}
.newcomer-signpost ul {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}
.newcomer-signpost ul a, .newcomer-signpost ul a:hover {
  color: #333;
  text-decoration: none;
}
@media (max-width: 828px) {
  .newcomer-signpost ul a, .newcomer-signpost ul a:hover {
    border: 2px solid #14497c;
    color: #14497c;
    width: 180px;
    display: block;
    margin: auto;
    line-height: 36px;
    border-radius: 30px;
  }
}
.newcomer-signpost ul a:hover {
  text-decoration: underline;
}
.newcomer-signpost ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 828px) {
  .newcomer-signpost ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.newcomer-signpost ul li.hidden {
  display: none;
}
.newcomer-signpost ul li .thumbnail {
  width: 200px;
  height: 120px;
  margin: 0 auto 10px;
  overflow: hidden;
}
@media (max-width: 828px) {
  .newcomer-signpost ul li .thumbnail {
    display: none;
  }
}
.newcomer-signpost ul li .thumbnail img {
  border: 1px solid #0094da;
}
@media (max-width: 828px) {
  .newcomer-signpost ul li .thumbnail img {
    display: none;
  }
}
.newcomer-signpost ul li .thumbnail span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #0094da;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newcomer-signpost ul li a:hover .thumbnail {
  text-decoration: none;
}
.events-archive .events-list-wrap {
  margin: 0 0 70px;
}
h1 {
  margin-bottom: 30px;
}
.events-archive .item-event h3 {
  word-wrap: break-word;
}
.events-list .events-list-wrap .item-event.first {
  padding: 0 70px 0 0;
}
@media (max-width: 828px) {
  .events-list .events-list-wrap .item-event.first {
    padding: 0;
  }
}
.events-list .events-list-wrap .item-event.last {
  padding-right: 0 0 0 70px;
}
@media (min-width: 829px) {
  .events-list-wrap .thumb_link {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .events-list-wrap .thumb_link img {
    display: block;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 829px) {
  .events-list .thumb_link {
    height: 151px;
  }
  .events-list.events-archive .thumb_link {
    height: 170px;
  }
}
@media (min-width: 1053px) {
  .events-list .thumb_link {
    height: 180px;
  }
  .events-list.events-archive .thumb_link {
    height: 195px;
  }
}
@media (min-width: 1241px) {
  .events-list .thumb_link {
    height: 228px;
  }
  .events-list.events-archive .thumb_link {
    height: 243px;
  }
}
.category-detail .events-list .events-list-wrap .item-event {
  width: 50%;
  padding: 0px 35px;
}
@media (max-width: 828px) {
  .category-detail .events-list .events-list-wrap .item-event {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.category-detail .events-list .events-list-wrap .item-event:first-child {
  padding-left: 0;
}
.category-detail .events-list .events-list-wrap .item-event:last-child {
  padding-right: 0;
}
.page-id-24077 .category-detail .events-list .events-list-wrap .item-event {
  width: 33%;
}
@media (max-width: 828px) {
  .page-id-24077 .category-detail .events-list .events-list-wrap .item-event {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
/* sliders */
.line-drops.no-background {
  border: 0;
}
.line-drops.no-background .container:after {
  background: none;
}
footer.producer {
  background-color: #f3fafd;
}
.n2-ss-align {
  margin-bottom: 70px;
}
@media (max-width: 828px) {
  .n2-ss-align {
    margin-bottom: 0;
  }
}
.page-id-10892 #menu-hlavni-menu-cesky, .parent-pageid-10892 #menu-hlavni-menu-cesky {
  visibility: hidden;
}
.patterns-matrix {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0 -5px;
}
.patterns-matrix a {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 10px 5px;
  position: relative;
}
.patterns-matrix a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
  font-weight: bold;
  word-wrap: break-word;
}
body .fancybox-bg {
  background-color: white;
  opacity: 0.8;
}
body .fancybox-caption {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.post-type-archive-bal_reseller .shops-map-all .map {
  width: 100%;
}
.flyers-carousel {
  margin-top: 0;
}
section h2.missing-leaflet {
  margin-bottom: 20px;
}
section h2.missing-leaflet.red {
  color: #e30613;
}
section h2.missing-leaflet.dark {
  color: #435570;
}
section h2.missing-leaflet.blue {
  color: #1694d7;
}
.help-list .form-question.only {
  padding-top: 0px;
}
header .nav-wrap nav ul li .submenu .sub-content .item img {
  height: 60px;
}
.foldable {
  overflow: hidden;
  border-radius: 10px;
}
.foldable .foldable-toggle {
  background-color: #f2f9fd;
  border-bottom: 1px solid #a7d6f1;
  font-size: 18px;
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
}
.foldable .foldable-toggle:before, .foldable .foldable-toggle:after {
  content: " ";
  display: table;
}
.foldable .foldable-toggle:after {
  clear: both;
}
.foldable .foldable-toggle:last-of-type {
  border-bottom: 0;
}
.foldable .foldable-toggle i {
  float: right;
  line-height: 40px;
  vertical-align: middle;
  transform: rotate(0deg);
  transition: transform 0.4s;
}
.foldable .foldable-toggle:hover {
  background-color: #b0daf3;
}
.foldable .foldable-toggle.active {
  border-bottom: 0;
  background-color: #b0daf3;
}
.foldable .foldable-toggle.active i {
  transform: rotate(-180deg);
}
.foldable .foldable-content {
  display: none;
}
.foldable .foldable-content .patterns-matrix {
  margin: 0;
  padding: 20px 0;
}
.foldable .foldable-content .patterns-matrix a {
  width: 118px;
  height: 118px;
}
.partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.partner-logos img {
  max-width: 150px;
  height: auto;
}
.partner-logos img.alignleft {
  float: none;
  margin: 22px;
}
.contacts-tab .address table {
  margin: 0;
}
.contacts-tab .address table tr td {
  font-size: 15px;
}
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
  margin-bottom: -9% !important;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  background: url("../images/play.svg") no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
@media (max-width: 828px) {
  .mt0-xs {
    margin-top: 0px;
  }
  .mb0-xs {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1052px) {
  .mt0-sm {
    margin-top: 0px;
  }
  .mb0-sm {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .mt0-md {
    margin-top: 0px;
  }
  .mb0-md {
    margin-bottom: 0px;
  }
}
@media (min-width: 1180px) {
  .mt0-lg {
    margin-top: 0px;
  }
  .mb0-lg {
    margin-bottom: 0px;
  }
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
@media (max-width: 828px) {
  .mt5-xs {
    margin-top: 5px;
  }
  .mb5-xs {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1052px) {
  .mt5-sm {
    margin-top: 5px;
  }
  .mb5-sm {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .mt5-md {
    margin-top: 5px;
  }
  .mb5-md {
    margin-bottom: 5px;
  }
}
@media (min-width: 1180px) {
  .mt5-lg {
    margin-top: 5px;
  }
  .mb5-lg {
    margin-bottom: 5px;
  }
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
@media (max-width: 828px) {
  .mt10-xs {
    margin-top: 10px;
  }
  .mb10-xs {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1052px) {
  .mt10-sm {
    margin-top: 10px;
  }
  .mb10-sm {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .mt10-md {
    margin-top: 10px;
  }
  .mb10-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1180px) {
  .mt10-lg {
    margin-top: 10px;
  }
  .mb10-lg {
    margin-bottom: 10px;
  }
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 828px) {
  .mt20-xs {
    margin-top: 20px;
  }
  .mb20-xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1052px) {
  .mt20-sm {
    margin-top: 20px;
  }
  .mb20-sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .mt20-md {
    margin-top: 20px;
  }
  .mb20-md {
    margin-bottom: 20px;
  }
}
@media (min-width: 1180px) {
  .mt20-lg {
    margin-top: 20px;
  }
  .mb20-lg {
    margin-bottom: 20px;
  }
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 828px) {
  .mt30-xs {
    margin-top: 30px;
  }
  .mb30-xs {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1052px) {
  .mt30-sm {
    margin-top: 30px;
  }
  .mb30-sm {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .mt30-md {
    margin-top: 30px;
  }
  .mb30-md {
    margin-bottom: 30px;
  }
}
@media (min-width: 1180px) {
  .mt30-lg {
    margin-top: 30px;
  }
  .mb30-lg {
    margin-bottom: 30px;
  }
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 828px) {
  .mt50-xs {
    margin-top: 50px;
  }
  .mb50-xs {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1052px) {
  .mt50-sm {
    margin-top: 50px;
  }
  .mb50-sm {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .mt50-md {
    margin-top: 50px;
  }
  .mb50-md {
    margin-bottom: 50px;
  }
}
@media (min-width: 1180px) {
  .mt50-lg {
    margin-top: 50px;
  }
  .mb50-lg {
    margin-bottom: 50px;
  }
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
@media (max-width: 828px) {
  .mt100-xs {
    margin-top: 100px;
  }
  .mb100-xs {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1052px) {
  .mt100-sm {
    margin-top: 100px;
  }
  .mb100-sm {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .mt100-md {
    margin-top: 100px;
  }
  .mb100-md {
    margin-bottom: 100px;
  }
}
@media (min-width: 1180px) {
  .mt100-lg {
    margin-top: 100px;
  }
  .mb100-lg {
    margin-bottom: 100px;
  }
}
