@charset "UTF-8";
/**
 * Main import place.
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/f/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/f/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/f/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/f/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/f/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/f/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-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";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@mRight: 10px;
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  //color: #2a6496;
  //text-decoration: underline;
}
a:focus {
  outline: 0 none;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  /*outline-offset: -2px;*/
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: @mRight;
  padding-right: @mRight;
}
/*
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: @mRight;
  padding-right: @mRight;
}
.row {
  margin-left: -@mRight;
  margin-right: -@mRight;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: @mRight;
  padding-right: @mRight;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: @mRight;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.displayNone {
  display: none;
}
.fs22{font-size:22px;}
.ttu{text-transform: uppercase;}
.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 2px solid #a6a6a6;
  /*border-bottom-color: #bbb;*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Roboto Condensed";
  font-weight: 700;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #e10013;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff;
  background: #e10013;
  box-shadow: none;
  border-radius: 0px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-initialized .slick-slide {
  display: inline-block;
  float: none;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  min-width: 100%;
  text-align: center;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=94ad3296f9bf3785bc9aec93b7b72b94)
 * Config saved to config.json and https://gist.github.com/94ad3296f9bf3785bc9aec93b7b72b94
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  font-weight: 700;
}
body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
}
html body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
}
body,
html {
  overflow-x: hidden;
}
body.disablescroll,
html.disablescroll {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
a,
a:link,
a:hover,
a:visited {
  outline: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
body.stopScroll,
html.stopScroll {
  overflow: hidden;
}
.inputerror {
  color: #e10013;
  text-align: left;
  margin-top: -10px;
  font-size: 12px;
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mtm15 {
  margin-top: -15px;
}
.selectform {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 8px;
  border: 2px solid #a6a6a6;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
/**
 * Fonts import && mixins.
 */
/*
.fontReg {
  font-family: merriweather-regular-webfont, sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
*/
/**
 * Basic grid.
 *
 * Pouzivame Bootstrap, tu pripradne upravy gridu a doplnenia.
 */
.container {
  width: 1170px;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (max-width: 1170px) {
  .container {
    width: 100%;
  }
}
.row {
  margin: 0 -10px;
}
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  padding: 0 10px;
}
/**
 * Rozsirenie bootstrap gridu o XXS velkost ktora sa lame na <500px
 *
 * Standardne pouzitie: .col-xxs-*
 */
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  float: left;
  overflow: hidden;
  padding: 0 10px;
}
@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .row.row-xs-off {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .row-sm-reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-left h2 {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-right h2 {
  text-align: right;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.h2-error {
  margin: 60px 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.hr {
  display: block;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin-bottom: 15px;
}
.hr.hr-bigger {
  margin: 15px 0 30px 0;
}
.space {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
}
.space-small {
  display: block;
  float: left;
  width: 100%;
  height: 10px;
}
.marginT-60 {
  margin-top: 60px;
}
.margin-t-0 {
  margin-top: 0;
}
.padding-l-0 {
  padding-left: 0!important;
}
.pb-60 {
  padding-bottom: 60px!important;
}
.width-auto {
  width: auto !important;
}
.max-100 {
  max-width: 100%;
}
._hidden {
  display: none;
}
.redText {
  color: #e10013 !important;
}
.margin-10-0 {
  margin: 10px 0!important;
}
@media only screen and (max-width: 500px) {
  .hidden-767 {
    display: none!important;
  }
}
.ico_x {
  margin: 20px 0;
  display: block;
  float: left;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url('/f/img//popupclose.png');
  background-size: auto 100%;
  opacity: 0.4;
}
.g-recaptcha {
  padding: 14px 10px;
}
.space-6 {
  display: block;
  height: 60px;
  width: 100%;
  float: left;
}
/**
 * Custom LESS mixins.
 */
/**
 * Retina obrazky
 * Priklad pouzitia: .retina-bg('@{rootPathImage}arrow-green-right.png', 12px, 13px);
 */
/**
 * Variables file.
 */
/*

@media only screen and (max-width: @wTablet) {

}
@media only screen and (max-width: @wMob) {

}
*/
.page-preloader {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  float: left;
  left: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  background-color: #000000;
  z-index: 20000;
  opacity: 1;
  /*
  animation-delay: 200ms;
  animation-duration: 150ms;
  animation-iteration-count: 1;
  animation-name: preloader__animation__show;
  */
}
.page-preloader span {
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 296px;
  height: 296px;
  background: url('/f/img/preloader-b.svg') no-repeat center center;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-name: preloader__animation__chartP;
  animation-timing-function: cubic-bezier(0.37, 0.12, 0.69, 0.82);
}
._ready .page-preloader {
  display: none;
}
@keyframes preloader__animation__show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes preloader__animation__chartP {
  0% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.mob-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.desktop-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 500px) {
  .mob-bg {
    background-image: none!important;
  }
}
@media only screen and (max-width: 500px+1px) {
  .desktop-bg {
    background-image: none!important;
  }
}
.article {
  max-width: 800px;
  margin: 80px auto;
  font-size: 20px;
  line-height: 1.8em;
  font-family: Roboto;
  font-weight: 300;
  padding: 0 15px;
}
.article p,
.article div {
  margin: 50px 0;
  font-size: 20px;
  line-height: 1.8em;
  font-family: Roboto;
  font-weight: 300;
}
.article p strong,
.article div strong {
  font-family: Roboto;
  font-weight: 700;
}
.article a {
  font-size: 20px;
  line-height: 1.8em;
  color: #000;
  font-family: Roboto;
  font-weight: 700;
  text-decoration: underline;
}
.article a:hover {
  color: #e10013;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.article h2 {
  font-size: 45px;
}
.article__image {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.article__image img {
  max-width: 1024px;
  width: 100%;
  display: inline-block;
}
/* article image */
.article img {
  vertical-align: middle;
  margin: 0 -100px;
  width: calc(100% + 200px);
  height: auto;
}
@media only screen and (max-width: 1000px) {
  .article img {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.article iframe {
  vertical-align: middle;
  margin: 0 -100px;
  width: calc(100% + 200px);
  height: 600px;
}
@media only screen and (max-width: 1000px) {
  .article iframe {
    margin: 0 -15px;
    width: calc(100% + 30px);
    height: 450px;
  }
}
.article__image_fullwidth {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.article__image_fullwidth img {
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .article h1 {
    font-size: 25px;
  }
  .article h2 {
    font-size: 23px;
  }
  .article h3 {
    font-size: 22px;
  }
  .article h4 {
    font-size: 20px;
  }
  .article h5 {
    font-size: 18px;
  }
  .article h6 {
    font-size: 16px;
  }
  .article p,
  .article div {
    font-size: 15px;
  }
  .article p a,
  .article div a {
    font-size: 18px;
  }
}
.article .article-video {
  vertical-align: middle;
  margin: 0 -100px;
  width: calc(100% + 200px);
  height: 600px;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
.article .article-video:before {
  content: ' ';
  background-color: #000;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 150ms linear;
}
.article .article-video:hover:before {
  opacity: 0.5;
}
.article .article-video .big-image_video__button {
  display: inline-block;
  max-height: 100%;
}
@media only screen and (max-width: 600px) {
  .article .article-video .big-image_video__button img {
    height: 50px;
  }
  .article .article-video .big-image_video__button span {
    display: none;
  }
}
.article .article-video .content-centered {
  text-align: center;
  display: table;
  height: 800px;
  /*padding: 80px 0;*/
  position: relative;
  width: 100%;
  z-index: 3;
  color: #fff;
  margin: 0;
}
.article .article-video .content-centered .content-row {
  display: table-row;
  height: 100%;
  width: 100%;
}
.article .article-video .content-centered .content-cell {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.article .article-video .content-centered .content-cell .animate-item {
  margin: 0;
}
.article .article-video div.video-frame {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  margin: 0;
}
.article .article-video iframe {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .article .article-video {
    margin: 0 -15px;
    width: calc(100% + 30px);
    height: 450px;
  }
}
.big-image,
.big-image-slim {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed;*/
  position: relative;
  opacity: 0;
  transition: opacity 450ms linear;
}
.big-image .fb-like,
.big-image-slim .fb-like {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.big-image.loaded,
.big-image-slim.loaded {
  opacity: 1;
}
.big-image.big-image__fixed,
.big-image-slim.big-image__fixed {
  -webkit-transform: translate3d(0, 0, 0);
  position: fixed;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  /*height: 100%;*/
  display: block;
  left: 0;
  top: 0;
  background-color: #000011;
  z-index: 0;
}
.big-image.big-image__fixed .content-centered,
.big-image-slim.big-image__fixed .content-centered {
  padding-top: 120px;
}
.big-image.bg-top,
.big-image-slim.bg-top {
  background-position: top center;
}
.big-image:before,
.big-image-slim:before {
  content: ' ';
  background-color: #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.big-image .content-centered,
.big-image-slim .content-centered {
  position: relative;
  z-index: 3;
  height: 800px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: table;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 80px 0;
}
.big-image .content-centered .content-row,
.big-image-slim .content-centered .content-row {
  display: table-row;
  height: 100%;
  width: 100%;
}
.big-image .content-centered .content-cell,
.big-image-slim .content-centered .content-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.big-image .content-centered img,
.big-image-slim .content-centered img {
  margin-bottom: 40px;
  max-width: 100%;
  display: inline-block;
}
.big-image .content-centered .prc,
.big-image-slim .content-centered .prc {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  font-size: 250px;
  line-height: 250px;
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
}
.big-image .content-centered h1,
.big-image-slim .content-centered h1,
.big-image .content-centered h2,
.big-image-slim .content-centered h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 55px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.1em;
  margin: 15px;
}
.big-image .content-centered h3,
.big-image-slim .content-centered h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.1em;
  margin: 15px;
}
.big-image .content-centered p,
.big-image-slim .content-centered p,
.big-image .content-centered div,
.big-image-slim .content-centered div {
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  /*padding: 0 20px;*/
  max-width: 1170px;
  line-height: 30px;
  margin: 0;
  font-family: Roboto;
  font-weight: 400;
}
.big-image .content-centered p strong,
.big-image-slim .content-centered p strong,
.big-image .content-centered div strong,
.big-image-slim .content-centered div strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
}
.big-image .content-centered .hl,
.big-image-slim .content-centered .hl {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 35px;
  margin: 30px 0;
  padding-bottom: 40px;
}
.big-image .content-centered a.button__white,
.big-image-slim .content-centered a.button__white {
  margin-top: 50px;
}
.big-image .content-centered .title,
.big-image-slim .content-centered .title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}
.big-image .content-centered .price,
.big-image-slim .content-centered .price {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.big-image .content-centered .price .currencies,
.big-image-slim .content-centered .price .currencies {
  display: inline-block;
  font-family: Roboto;
  font-weight: 300;
  font-size: 21px;
  line-height: 70px;
  width: auto;
}
.big-image .content-centered .price .value,
.big-image-slim .content-centered .price .value {
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 300;
  font-size: 70px;
  line-height: 70px;
  width: auto;
}
@media only screen and (max-width: 500px) {
  .big-image .content-centered .price .value,
  .big-image-slim .content-centered .price .value {
    font-size: 40px;
  }
}
.big-image .content-centered .col-l,
.big-image-slim .content-centered .col-l {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: top;
  text-align: left;
  color: #000;
  padding: 0 10px;
}
.big-image .content-centered .col-l p,
.big-image-slim .content-centered .col-l p {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  color: #9b9b9b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
}
.big-image .content-centered .col-l p strong,
.big-image-slim .content-centered .col-l p strong {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.1em;
}
.big-image .content-centered .col-r,
.big-image-slim .content-centered .col-r {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  text-align: left;
  color: #000;
  padding: 0 10px;
}
.big-image .content-centered .col-r h1,
.big-image-slim .content-centered .col-r h1,
.big-image .content-centered .col-r h2,
.big-image-slim .content-centered .col-r h2,
.big-image .content-centered .col-r h3,
.big-image-slim .content-centered .col-r h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 72px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.05em;
  float: left;
  position: relative;
  z-index: 2;
  /*
        &:after {
          position: absolute;
          content: ' ';
          display: block;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(255, 255, 255, 0.8);
          filter: blur(20px);
          z-index: -1;

        }
          */
}
.big-image .content-centered .col-r h1 span,
.big-image-slim .content-centered .col-r h1 span,
.big-image .content-centered .col-r h2 span,
.big-image-slim .content-centered .col-r h2 span,
.big-image .content-centered .col-r h3 span,
.big-image-slim .content-centered .col-r h3 span {
  position: relative;
  z-index: 2;
}
.big-image .content-centered .col-r a,
.big-image-slim .content-centered .col-r a {
  background-color: transparent;
  position: relative;
  z-index: 2;
  /*
        &:after {
          position: absolute;
          content: ' ';
          display: block;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(255, 255, 255, 0.8);
          filter: blur(20px);
          z-index: -1;
        }
        */
}
.big-image .content-centered .col-r a span,
.big-image-slim .content-centered .col-r a span {
  position: relative;
  z-index: 2;
}
.big-image .content-centered .col-r a:hover span,
.big-image-slim .content-centered .col-r a:hover span {
  color: #e10013;
}
.big-image .content-centered .col-r p,
.big-image-slim .content-centered .col-r p {
  color: #000;
}
.big-image.big-image__light:before {
  display: none;
}
.big-image_video {
  cursor: pointer;
}
.big-image_video .content-centered {
  max-width: 100%;
}
.big-image_video:before {
  opacity: 0;
  transition: opacity 150ms linear;
}
.big-image_video:hover:before {
  opacity: 0.5;
}
.big-image_video div.video-frame {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.big-image_video__button img {
  width: auto;
}
.big-image_video__button span {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.big-image .content-centered .big-image_video__button img,
.big-image-slim .content-centered .big-image_video__button img {
  margin: 0;
}
.big-image-slim {
  opacity: 0;
  height: auto;
}
.big-image-slim .content-centered {
  height: auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .big-image .content-centered h1,
  .big-image .content-centered h2 {
    font-size: 25px;
  }
  .big-image .content-centered h3 {
    font-size: 20px;
  }
  .big-image .content-centered .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .big-image .content-centered .content-row .content-cell {
    display: block;
    float: left;
    width: 100%;
  }
  .big-image .content-centered .col-r,
  .big-image .content-centered .col-l {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
  }
  .big-image .content-centered .col-r .block,
  .big-image .content-centered .col-l .block {
    display: block;
    width: 100%;
    text-align: right;
    float: right;
  }
  .big-image .content-centered .col-r h1,
  .big-image .content-centered .col-l h1,
  .big-image .content-centered .col-r h2,
  .big-image .content-centered .col-l h2,
  .big-image .content-centered .col-r h3,
  .big-image .content-centered .col-l h3 {
    font-size: 38px;
    text-align: right;
    float: right;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .bgimage-mobile {
    min-height: 300px;
  }
  .big-image .content-centered p,
  .big-image .content-centered div {
    font-size: 15px;
    line-height: 25px;
  }
  .big-image .content-centered p strong,
  .big-image .content-centered div strong {
    font-size: 18px;
    line-height: 25px;
  }
  .big-image.big-image__fixed {
    position: relative;
  }
  .big-image .content-centered .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .big-image .content-centered .col-r,
  .big-image .content-centered .col-l {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  .big-image .content-centered .col-r .block,
  .big-image .content-centered .col-l .block {
    display: block;
    width: 100%;
    text-align: center;
    float: right;
  }
  .big-image .content-centered .col-r h1,
  .big-image .content-centered .col-l h1,
  .big-image .content-centered .col-r h2,
  .big-image .content-centered .col-l h2,
  .big-image .content-centered .col-r h3,
  .big-image .content-centered .col-l h3 {
    font-size: 38px;
    text-align: center;
    float: right;
    width: 100%;
    margin-top: 30px;
  }
}
.title-alternative {
  margin-top: 65px;
}
.title-alternative h1 {
  text-align: center;
}
a.button__redbox,
a.button__white,
a.button__blackbox,
a.button__graybox {
  display: inline-block;
  border: 2px solid #e10013;
  padding: 20px 40px;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  letter-spacing: 2px;
  margin: 10px 0;
  position: relative;
  transition: color 150ms linear;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
}
a.button__redbox:after,
a.button__white:after,
a.button__blackbox:after,
a.button__graybox:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.8);
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition: all 150ms ease-out;
}
a.button__redbox span,
a.button__white span,
a.button__blackbox span,
a.button__graybox span {
  position: relative;
  z-index: 3;
}
a.button__redbox:hover span,
a.button__white:hover span,
a.button__blackbox:hover span,
a.button__graybox:hover span {
  color: #fff;
}
a.button__redbox:hover:after,
a.button__white:hover:after,
a.button__blackbox:hover:after,
a.button__graybox:hover:after {
  transform: scale(1.1);
  background-color: #e10013;
}
a.button__redbox,
a.button__blackbox,
a.button__graybox {
  text-align: center;
}
a.button__white.disabled {
  opacity: 0.5;
  pointer-events: none;
}
a.button__blackbox {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}
a.button__blackbox:hover span {
  color: #fff;
}
a.button__blackbox:hover:after {
  transform: scale(1.05);
  background-color: #000;
}
a.button__blackbox.button__blackbox__short {
  width: 100%;
  padding: 15px;
  margin-top: 5px;
}
.wysiwyg a.button__redbox:hover,
.wysiwyg a.button__blackbox:hover {
  color: #fff;
}
.wysiwyg a.button__redbox:hover:after,
.wysiwyg a.button__blackbox:hover:after {
  display: none;
}
.wysiwyg a.button__redbox:hover span,
.wysiwyg a.button__blackbox:hover span {
  color: #fff;
}
.wysiwyg a.button__redbox:hover {
  background-color: #e10013;
}
a.button__graybox {
  border: 2px solid #8b8b8b;
  color: #8b8b8b;
}
a.button__graybox span {
  color: #8b8b8b;
}
a.button__graybox:hover span {
  color: #fff;
}
a.button__graybox:hover:after {
  transform: scale(1.05);
  background-color: #8b8b8b;
}
input.button__redbox,
button.button__redbox {
  display: inline-block;
  border: 2px solid #e10013;
  padding: 20px 40px;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  letter-spacing: 2px;
  margin: 10px 0;
  position: relative;
  transition: color 150ms linear;
  text-transform: uppercase;
  background-color: transparent;
}
input.button__redbox:hover,
button.button__redbox:hover {
  color: #fff;
  background-color: #e10013;
}
a.button__greybox,
form a.button__greybox,
.form a.button__greybox {
  display: inline-block;
  border: 2px solid #7c7c7c;
  padding: 20px 4px;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #7c7c7c;
  letter-spacing: 2px;
  margin: 10px 0;
  position: relative;
  transition: color 150ms linear;
  text-transform: uppercase;
  background-color: transparent;
  text-align: center;
}
a.button__greybox:hover,
form a.button__greybox:hover,
.form a.button__greybox:hover {
  color: #fff;
  background-color: #7c7c7c;
}
a.button__greybox.disabled,
form a.button__greybox.disabled,
.form a.button__greybox.disabled {
  cursor: default;
}
a.button__greybox.disabled:hover,
form a.button__greybox.disabled:hover,
.form a.button__greybox.disabled:hover {
  border: 2px solid #7c7c7c;
  color: #7c7c7c;
  background-color: transparent;
}
a.button__greenbox_bt,
form a.button__greenbox_bt,
button.button__greenbox_bt {
  display: inline-block;
  border: 2px solid #377c00;
  padding: 20px 4px;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #377c00;
  letter-spacing: 2px;
  margin: 10px 0;
  position: relative;
  transition: color 150ms linear;
  text-transform: uppercase;
  background-color: transparent;
  text-align: center;
}
a.button__greenbox_bt:hover,
form a.button__greenbox_bt:hover,
button.button__greenbox_bt:hover {
  color: #fff;
  background-color: #377c00;
}
.button__greenbox {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #377c00;
  text-transform: uppercase;
  padding: 20px 4px;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 4px;
  color: #377c00;
  letter-spacing: 2px;
  margin: 10px 0;
  transition: color 150ms linear;
}
.button__greenbox:hover {
  color: #fff;
  background-color: #377c00;
}
.button__gray {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 4px;
  color: #848484 !important;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
  transition: color 150ms linear;
}
.button__gray:hover {
  color: #a6a6a6;
  text-decoration: underline;
  transition: color 150ms linear;
}
a.button__white {
  color: #fff;
  border-color: #fff;
}
a.button__white:hover span {
  color: #ff0017;
}
a.button__white:hover:after {
  transform: scale(1);
  background-color: rgba(255, 255, 255, 0.5);
}
a.button__sub-main {
  z-index: 1;
  position: relative;
  display: block;
  float: left;
  width: 60px;
  height: 48px;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('/f/img//submenu/submenu.png');
  border-right: 1px solid #d6d6d6;
  margin-top: 10px;
}
a.button__sub-main:hover {
  background-position: right center;
}
a.button__sub-main span {
  opacity: 0;
  font-size: 0.1px;
}
.button__header_red-chart {
  display: block;
  float: right;
  border: 2px solid #e10013;
  padding: 13px 25px;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin: 10px 0;
  position: relative;
  transition: color 150ms linear;
  text-transform: uppercase;
  background-color: #e10013;
  overflow: hidden;
}
.button__header_red-chart:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.8);
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition: all 150ms ease-out;
}
.button__header_red-chart span {
  position: relative;
  z-index: 3;
}
.button__header_red-chart:hover span {
  color: #e10013;
}
.button__header_red-chart:hover:after {
  transform: scale(1.1);
  background-color: #fff;
}
a.button__red {
  display: inline-block;
  border: 2px solid #e10013;
  padding: 20px 40px;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin: 10px 0;
  position: relative;
  transition: color 150ms linear;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #e10013;
}
a.button__red:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.8);
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition: all 150ms ease-out;
}
a.button__red span {
  position: relative;
  z-index: 3;
}
a.button__red:hover span {
  color: #e10013;
}
a.button__red:hover:after {
  transform: scale(1.1);
  background-color: #fff;
}
a.button_cd-red {
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  color: #e10013;
  transition: color 150ms linear;
}
a.button_cd-red:hover {
  color: #000;
}
.add-to-cart__out-of-stock span {
  display: inline-block;
  border: 2px solid #000;
  padding: 20px 40px;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  margin: 10px 0;
  position: relative;
  transition: color 150ms linear;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0.15;
  pointer-events: none;
}
.add-to-cart__out-of-stock.white span {
  opacity: 0.5;
  color: #ffffff;
  border-color: #fff;
}
#gopay-payment-button {
  opacity: 0;
}
.form a.small_button,
a.small_button {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.form a.small_button:hover,
a.small_button:hover {
  text-decoration: underline;
}
.form a.order__bt-expand,
.form .order__bt-expand {
  color: #7c7c7c;
  text-decoration: underline;
}
.form a.order__bt-expand:hover,
.form .order__bt-expand:hover {
  color: #e10013;
}
#registrationBtn:disabled {
  border: 2px solid #ccc;
  color: #ccc;
  cursor: no-drop;
}
#registrationBtn:disabled:hover {
  background: transparent;
}
.layout .custom__select,
.custom_select_wrapper .custom__select {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  border: 2px solid #a6a6a6;
  font-size: 13px;
  line-height: 24px;
  padding: 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #000;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.layout .custom__select a.selected,
.custom_select_wrapper .custom__select a.selected {
  padding: 0;
  color: #000;
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
}
.layout .custom__select a.selected input,
.custom_select_wrapper .custom__select a.selected input {
  margin: 0;
  border: 0 none;
  padding: 7px 28px 7px 7px;
  text-align: left;
  height: 36px;
}
.layout .custom__select a.selected input.error,
.custom_select_wrapper .custom__select a.selected input.error {
  /*border:2px solid #e10013;*/
}
.layout .custom__select a.selected:after,
.custom_select_wrapper .custom__select a.selected:after {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 6px;
  top: 0;
  line-height: 36px;
  font-family: FontAwesome;
  font-size: 25px;
  color: #a6a6a6;
  content: '\f107';
  z-index: 5;
}
.layout .custom__select a.selected:before,
.custom_select_wrapper .custom__select a.selected:before {
  width: 1px;
  height: 29px;
  position: absolute;
  right: 30px;
  top: 4px;
  content: ' ';
  z-index: 5;
  background-color: #a6a6a6;
}
.layout .custom__select a.selected:hover:after,
.custom_select_wrapper .custom__select a.selected:hover:after {
  color: #e10013;
}
.layout .custom__select a.selected:hover ul,
.custom_select_wrapper .custom__select a.selected:hover ul {
  display: block;
}
.layout .custom__select ul,
.custom_select_wrapper .custom__select ul {
  display: none;
  position: absolute;
  left: -2px;
  top: 36px;
  width: 100%;
  border-left: 2px solid #a6a6a6;
  border-right: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  max-height: 250px;
  overflow-y: auto;
}
.layout .custom__select ul li,
.custom_select_wrapper .custom__select ul li {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}
.layout .custom__select ul li a,
.custom_select_wrapper .custom__select ul li a {
  color: #7c7c7c;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 30px 10px 30px;
  font-size: 12px;
  line-height: 16px;
  background-color: #fff;
  transition: background-color 150ms linear;
  position: relative;
}
.layout .custom__select ul li a div,
.custom_select_wrapper .custom__select ul li a div {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #7c7c7c;
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
.layout .custom__select ul li a:before,
.custom_select_wrapper .custom__select ul li a:before {
  content: ' ';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
  border: 2px solid #a6a6a6;
  background-color: #fff;
}
.layout .custom__select ul li a:hover,
.custom_select_wrapper .custom__select ul li a:hover {
  background-color: #ededed;
  color: #000;
}
.layout .custom__select ul li a:hover div,
.custom_select_wrapper .custom__select ul li a:hover div {
  color: #000;
}
.layout .custom__select ul li a.active:after,
.custom_select_wrapper .custom__select ul li a.active:after {
  content: ' ';
  display: block;
  height: 7px;
  left: 12px;
  position: absolute;
  top: 13px;
  width: 7px;
  background-color: #a6a6a6;
}
.layout .custom__select.opened a:after,
.custom_select_wrapper .custom__select.opened a:after {
  color: #7c7c7c;
}
.layout .custom__select.opened ul,
.custom_select_wrapper .custom__select.opened ul {
  display: block;
}
.newsletter__boxed .custom__select {
  border: 0;
  color: #fff;
  background-color: transparent;
  line-height: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  padding: 0 0;
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}
.newsletter__boxed .custom__select a.selected {
  color: #fff;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  font-size: 12px;
  line-height: 20px;
}
.newsletter__boxed .custom__select a.selected:after {
  width: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  content: '\f0d7';
}
.newsletter__boxed .custom__select a.selected:hover:after {
  color: #e10013;
}
.newsletter__boxed .custom__select a.selected:hover ul {
  display: block;
}
.newsletter__boxed .custom__select ul {
  display: none;
  position: absolute;
  left: -2px;
  top: 40px;
  width: 100%;
  border: 2px solid #fff;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
.newsletter__boxed .custom__select ul li {
  display: block;
  float: left;
  width: 100%;
}
.newsletter__boxed .custom__select ul li a {
  color: #fff;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  font-size: 12px;
  line-height: 20px;
  background-color: #000;
  transition: background-color 150ms linear;
}
.newsletter__boxed .custom__select ul li a:before {
  display: none;
}
.newsletter__boxed .custom__select ul li a:hover {
  background-color: #ff0017;
  color: #000;
}
.newsletter__boxed .custom__select.opened a:after {
  color: #fff;
}
.newsletter__boxed .custom__select.opened ul {
  display: block;
}
.header__lang {
  display: block;
  float: left;
}
.header__lang .custom__select {
  border: 0;
  color: #000;
  background-color: transparent;
  line-height: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  padding: 0 0;
  margin-top: 11px;
  display: block;
  width: 100%;
  float: left;
  text-transform: uppercase;
  position: relative;
}
.header__lang .custom__select a.selected {
  color: #000;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  font-size: 12px;
  line-height: 20px;
}
.header__lang .custom__select a.selected:after {
  width: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 12px;
  color: #000;
  content: '\f0d7';
}
.header__lang .custom__select a.selected:hover:after {
  color: #000;
}
.header__lang .custom__select a.selected:hover .header__country-lang {
  display: block;
}
.header__lang .custom__select .header__country-lang {
  display: none;
  position: fixed;
  left: 0;
  top: 54px;
  width: 100%;
  /* border: 2px solid #fff;*/
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
.header__lang .custom__select .header__country-lang .container {
  background: none;
  position: relative;
  height: 12px;
}
.header__lang .custom__select .header__country-lang .container .triangle-red-top {
  height: 12px;
  width: 24px;
  position: absolute;
  right: 40px;
  background: url("/f/img//triangle-red-top.png") no-repeat center center;
}
.header__lang .custom__select .header__country-lang .container-fluid {
  text-align: center;
  background: #e10013;
  padding: 10px;
}
.header__lang .custom__select .header__country-lang .container-fluid > * {
  vertical-align: middle;
}
.header__lang .custom__select .header__country-lang .container-fluid .select_label {
  color: #fff;
  padding: 0 20px 0 60px;
}
.header__lang .custom__select .header__country-lang .container-fluid .select_label:first-child {
  padding-left: 0;
}
.header__lang .custom__select .header__country-lang .container-fluid .custom_select_wrapper {
  display: inline-block;
}
.header__lang .custom__select .header__country-lang .container-fluid .custom_select_wrapper .custom__select a.selected {
  padding: 0;
  position: relative;
}
.header__lang .custom__select .header__country-lang .container-fluid .custom_select_wrapper .custom__select a.selected input {
  pointer-events: none;
}
.header__lang .custom__select .header__country-lang .container-fluid .custom_select_wrapper .custom__select ul li a {
  font-size: 10px;
  line-height: 16px;
}
.header__lang .custom__select .header__country-lang .container-fluid .header__country-lang-submit {
  width: auto;
  height: 36px;
  letter-spacing: 1px;
  /*
          background: url("@{imgPath}/button-check.png") no-repeat center center;
          text-indent: -500em;
          */
  text-align: center;
  margin: 0 10px 0 20px;
  padding: 0 8px;
  vertical-align: middle;
  line-height: 34px;
}
.header__lang .custom__select.opened {
  /*.header__country-lang {
        display: block;
      }*/
}
.header__lang .custom__select.opened a:after {
  color: #e10013;
}
.custom__select-overmenu {
  display: block;
  width: 130px;
  float: right;
  margin-right: 10px;
}
.custom__select-overmenu .custom__select {
  border: 0;
  color: #000;
  background-color: transparent;
  line-height: 15px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  padding: 0 0;
  margin-top: 14px;
  text-align: left;
  display: block;
  width: 100%;
  float: left;
  text-transform: uppercase;
  position: relative;
}
.custom__select-overmenu .custom__select a.selected {
  color: #000;
  display: block;
  float: left;
  width: 100%;
  padding: 6px 30px 6px 10px;
  font-size: 12px;
  line-height: 20px;
  border: 2px solid #d6d6d6;
}
.custom__select-overmenu .custom__select a.selected:after {
  width: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 35px;
  font-family: FontAwesome;
  font-size: 12px;
  color: #e10013;
  content: '\f0d7';
}
.custom__select-overmenu .custom__select a.selected:hover:after {
  color: #000;
}
.custom__select-overmenu .custom__select a.selected:hover ul {
  display: block;
}
.custom__select-overmenu .custom__select ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  border: 2px solid #d6d6d6;
  padding: 0;
  margin: 0;
}
.custom__select-overmenu .custom__select ul li {
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
}
.custom__select-overmenu .custom__select ul li a {
  color: #000;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  font-size: 12px;
  line-height: 20px;
  background-color: transparent;
  transition: background-color 150ms linear;
}
.custom__select-overmenu .custom__select ul li a:hover {
  background-color: #ff0017;
  color: #000;
}
.custom__select-overmenu .custom__select.opened ul {
  display: block;
}
.header.header-transparent:not(.over) {
  /*
  .custom__select {
    color: #fff;
    background-color: transparent;
    a.selected {
      color: #fff;
      &:after {
        color: #fff;
      }
      &:hover {
        &:after {
          color: #fff;
        }
      }
    }

    ul {
      border: 2px solid #fff;
      li {
        background-color: transparent;
        a {
          color: #fff;

          &:hover {
            background-color: @cLightRed;
            color: #000;
          }
        }
      }
    }
    &.opened {
      a:after {
        color: #fff;
      }
    }
  }
  */
}
.footer {
  background-color: #000;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.footer .container.footer__line {
  padding: 0;
}
.footer .container.footer__line:before {
  display: block;
  float: left;
  height: 1px;
  width: 100%;
  border-top: 1px solid #242424;
}
.footer .container {
  padding: 60px 0;
}
.footer ul.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul.footer__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer ul.footer__nav li a {
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: color 150ms linear;
}
.footer ul.footer__nav li a:hover {
  color: #e10013;
}
.footer h3 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 30px;
  color: #e10013;
  text-transform: uppercase;
}
.footer ul.footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul.footer__social li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer ul.footer__social li a {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #666666;
  font-size: 28px;
  padding: 5px;
  text-transform: uppercase;
  transition: color 150ms linear;
}
.footer ul.footer__social li a:hover {
  color: #ffffff;
}
.footer p {
  color: #a3a3a3;
  font-family: Roboto;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.footer p img {
  width: 15px;
  margin-right: 8px;
  line-height: 16px;
  margin-top: -2px;
}
.footer p a {
  color: #a3a3a3;
}
.footer p a:hover {
  text-decoration: underline;
}
.footer__logo {
  width: 60px;
}
@media only screen and (max-width: 500px) {
  /*footer{
    display: none;
  }*/
  .footer ul.footer__nav li {
    display: block;
  }
  .footer__logo {
    width: 22px;
    height: 22px;
  }
  .footer .container {
    padding: 15px 0;
  }
}
.gallerylist {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #fff;
}
a.gallerylist__item {
  width: 25%;
  display: block;
  float: left;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 260px;
  overflow: hidden;
  background-color: #000;
}
a.gallerylist__item .gallerylist__item-img {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  opacity: 0.8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 150ms linear, transform 0.5s ease-in;
}
a.gallerylist__item .gallerylist__item-img img {
  opacity: 0;
  width: 100%;
}
a.gallerylist__item:hover .gallerylist__item-img {
  opacity: 1;
  transform: scale(1.2);
  transition: opacity 150ms linear, transform 6s ease-in;
}
.gallerylist__item--singleimage {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  cursor: default;
  background-color: #fff !important;
  text-align: center;
}
.gallerylist__item--singleimage .gallerylist--singleimage {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  a.gallerylist__item {
    height: 200px;
  }
}
@media screen and (max-width: 1050px) {
  a.gallerylist__item {
    height: 160px;
  }
}
@media screen and (max-width: 850px) {
  a.gallerylist__item {
    height: 120px;
  }
}
@media screen and (max-width: 650px) {
  a.gallerylist__item {
    height: 95px;
  }
}
@media screen and (max-width: 460px) {
  a.gallerylist__item {
    height: 100px;
    width: 50%!important;
  }
}
.header-annoucent {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  font-family: Roboto;
  font-weight: bold;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 50;
  width: 100%;
  height: 35px;
  padding: 8px 0;
  text-align: center;
  font-size: 13px;
  background-color: #fff;
}
.header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 50;
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  transition: background-color 250ms linear;
}
.header.disable-shop {
  top: 35px;
}
.header-logo {
  display: block;
  width: 96px;
  height: 22px;
  background-image: url("/f/img/kellys-logo.svg");
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  margin: 22px 0 20px;
  position: relative;
}
.header-logo:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  display: block;
  width: 96px;
  height: 22px;
  background-image: url("/f/img/kellys-logo.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  float: left;
  transition: opacity 150ms linear;
}
/*
@media (min-device-pixel-ratio: 2) {
  .header-logo{
    background-image: url("@{imgPath}kellys-logo@2.png");
    &:after{
      background-image: url("@{imgPath}kellys-logo@2.png");
    }
  }
}
*/
.header__left {
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
.header__left ul {
  margin: 0;
  padding: 0;
}
.header__left li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  position: relative;
  height: 65px;
}
.header__left li.hasSubmenu {
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.header__left li.hasSubmenu a {
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.header__left li:first-child a {
  padding-left: 0;
  padding-right: 50px;
}
.header__left li a {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 65px;
  color: #000;
  padding: 0 10px;
  position: relative;
  overflow-y: hidden;
  transition: color 150ms linear;
}
.header__left li a.active:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #e10013;
  transition: background-color 250ms linear;
}
.header__left li a:hover {
  color: #e10013;
}
.header__left li.submenu a {
  font-weight: 700;
  position: relative;
  z-index: 51;
  /*background-color: #fff;*/
  transition: background-color 250ms linear;
}
.header__left li.submenu ul {
  z-index: 50;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 0;
  display: block;
  height: 1px;
  transition: opacity 150ms ease-in;
  overflow: hidden;
}
.header__left li.submenu ul li {
  display: block;
  float: left;
  transition: transform 200ms ease-out, background-color 250ms linear;
  transform: translateY(-100%);
  background-color: #fff;
}
.header__left li.submenu ul li:first-child {
  padding-top: 12px;
}
.header__left li.submenu ul li:last-child {
  padding-bottom: 12px;
}
.header__left li.submenu ul li a {
  line-height: 33px;
}
.header__left li.submenu:hover ul {
  height: auto;
  opacity: 1;
  animation-name: ulchange;
  animation-duration: 500ms;
}
.header__left li.submenu:hover ul li {
  transform: translateY(0);
}
.header.header-transparent:not(.over) {
  background-color: transparent;
  border-color: transparent;
}
.header.header-transparent:not(.over) a {
  color: #fff;
  background-color: transparent;
}
.header.header-transparent:not(.over) a.active:after {
  background-color: #fff;
}
.header.header-transparent:not(.over) li.submenu {
  background-color: transparent;
}
.header.header-transparent:not(.over) li.submenu a {
  background-color: transparent;
}
.header.header-transparent:not(.over) li.submenu ul {
  background-color: transparent;
}
.header.header-transparent:not(.over) li.submenu ul li {
  background-color: transparent;
}
.header.header-transparent:not(.over) .header-logo:after {
  opacity: 0;
}
.header.header-transparent:not(.over) .header__right a.withIcon .header__icon-cart {
  background-position: bottom right;
}
.header.header-transparent:not(.over) .header__right a.withIcon .header__icon-search {
  background-position: bottom left;
}
.header.header-transparent:not(.over) .header__right a.withIcon .small {
  color: #e0e0e0;
}
.header.header-transparent:not(.over) .header__country-lang a {
  color: #000;
  background-color: #fff;
}
.header.header-transparent:not(.over) .header__country-lang a.active:after {
  background-color: #fff;
}
.header.header-transparent:not(.over) .header__country-lang li {
  background-color: #fff;
}
.header.header-transparent:not(.over) .header__country-lang li a {
  background-color: #fff;
  color: #7c7c7c;
}
.header__right {
  display: block;
  float: right;
  margin-top: 4px;
}
.header__right a.withIcon {
  text-align: center;
  display: block;
  float: left;
  padding: 13px;
  position: relative;
}
.header__right a.withIcon img {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.header__right a.withIcon .header__icon-cart {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("/f/img/icons-header.svg");
}
.header__right a.withIcon .header__icon-search {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/f/img/icons-header.svg");
}
.header__right a.withIcon .small {
  display: block;
  width: 100%;
  font-family: Roboto;
  font-weight: 700;
  color: #a3a3a3;
  text-transform: uppercase;
  font-size: 8px;
}
.header__right a.withIcon .nums {
  display: none;
}
.header__right a.withIcon .nums.loaded {
  position: absolute;
  top: 23px;
  left: 27px;
  display: none;
  min-width: 15px;
  height: 15px;
  line-height: 14px;
  font-size: 8px;
  background-color: #ff0017;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
}
.header__right a.withIcon .nums.loaded.loaded {
  display: block;
}
@media only screen and (max-width: 1130px) {
  .header {
    display: none;
  }
}
#cookie-bar {
  line-height: 25px;
  z-index: 99999;
  background: #fff;
  height: auto;
  color: #838383;
  text-align: center;
  padding: 3px 0;
  border-top: 1px solid #8E8E8E;
  position: fixed;
  width: 100%;
  padding: 6px 0;
  font-size: 12px;
  bottom: 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar .cb-enable {
  font-size: 20px;
  margin-left: 20px;
  color: #000;
}
#cookie-bar .cb-enable:hover {
  color: #838383;
}
.slider-main,
#home-slider,
.slider-top__wrapper {
  min-height: 300px;
}
.kellys-header {
  position: relative;
  z-index: 1;
}
.header__lang .select_generate.custom_select_wrapper .custom__select {
  border: 1px solid #a6a6a6 !important;
}
.header__lang .select_generate.custom_select_wrapper .custom__select ul {
  left: -1px !important;
  border-left: 1px solid #a6a6a6 !important;
  border-right: 1px solid #a6a6a6 !important;
  border-bottom: 1px solid #a6a6a6 !important;
}
.mob-header {
  top: 0;
  left: 0;
  position: fixed;
  height: 50px;
  width: 100%;
  display: block;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 52;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (min-width: 1130px) {
  .mob-header {
    display: none;
  }
}
.mob-header__hamburger {
  display: block;
  height: 50px;
  line-height: 50px;
  float: left;
}
.mob-header__hamburger a {
  width: 50px;
  height: 49px;
  display: block;
  float: left;
  font-size: 0.001em;
  color: transparent;
  text-align: center;
  position: relative;
}
.mob-header__hamburger a:before {
  width: 50px;
  height: 49px;
  display: block;
  float: left;
  content: ' ';
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url('/f/img//mob-burger.svg');
}
.mob-header__hamburger a:hover:before {
  background-position: top right;
}
.mob-header__hamburger a.opened:before {
  background-position: bottom left;
}
.mob-header__hamburger a.opened:hover:before {
  background-position: bottom right;
}
.mob-header__logo {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -48px;
  width: 96px;
  height: 49px;
  display: block;
}
.header-submenu {
  position: fixed;
  display: none;
  left: 0;
  top: 36px;
  width: 100%;
  /*background-color: #fff;*/
  padding: 0 0 0 0;
  margin: 0;
  z-index: 51;
  transform: translateY(1px);
  overflow: hidden;
  border-top: 29px solid transparent;
}
.header-submenu.disable-shop {
  top: 71px !important;
}
.header-submenu .container-fluid {
  background-color: #fff;
}
.header-submenu:after {
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  content: ' ';
  background-color: #d6d6d6;
}
.header-submenu-tab {
  display: none;
}
.header-submenu__row {
  display: table;
  width: 100%;
  padding: 40px 0;
}
.header-submenu__list {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.header-submenu__list ul {
  display: block;
  float: left;
}
.header-submenu__right {
  display: table-cell;
  width: 470px;
  vertical-align: top;
}
.header-submenu__category.disabled .header-submenu__title {
  color: #d0d0d0;
  cursor: context-menu;
}
.header-submenu__category.disabled .header-submenu__title:hover {
  color: #d0d0d0;
  cursor: context-menu;
}
.header-submenu__category.disabled ul li a {
  color: #a3a3a3;
  cursor: context-menu;
}
.header-submenu__category.disabled ul li a:hover {
  color: #a3a3a3;
  cursor: context-menu;
}
/*
.header-submenu__category{
  width: 100%;
  display: block;
  float: left;
  ul{
    display: block;
    float: left;
    width: 330px;
    margin: 0;
    padding: 0;
    list-style: none;
    li{
      display: inline-block;
      margin: 0;
      padding: 0 15px;
      float: left;
      position: relative;
      font-size: 13px;
      .fontReg();

      a{
        color: #000;
        text-transform: uppercase;
        transition: color 150ms linear;
        margin-bottom: 15px;
        display: inline-block;
        &:hover{
          color: @cRed;
        }
      }

      &:after{
        content: '/';
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        color: @cBorder;
      }
      &:last-child:after{
        display: none;
      }
    }
  }
}
*/
/*
.header-submenu__category.header-submenu__columns-3{
   width: 100%;
   a.header-submenu__title{
     width: 100%;
   }
   ul{
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;

   }
 }

.header-submenu__category.header-submenu__columns-2{
  width: 100%;
  a.header-submenu__title{
    width: 100%;
  }
  ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

  }
}
*/
.header-submenu__category.header-submenu__columns {
  width: 100%;
}
.header-submenu__category.header-submenu__columns a.header-submenu__title {
  width: 100%;
}
.header-submenu__category.header-submenu__columns .ul-container {
  position: absolute;
  left: 0;
  top: 55px;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 991px) and (max-width: 1400px) {
  .header-submenu__category.header-submenu__columns .ul-container {
    top: 35px;
  }
}
.header-submenu__category.header-submenu__columns ul {
  position: relative;
  left: auto;
  top: auto;
  max-width: 33%;
  display: block;
  float: left;
  padding-right: 14px;
  margin-left: -14px;
  width: auto;
}
@media only screen and (min-width: 1130px) and (max-width: 1400px) {
  .header-submenu__category.header-submenu__columns ul {
    max-width: 25%;
  }
  .header-submenu__category.header-submenu__columns ul li {
    margin-bottom: 0 !important;
    line-height: 1em;
    width: 90%;
  }
  .header-submenu__category.header-submenu__columns ul li a {
    font-size: 12px !important;
    line-height: 1em;
  }
}
#submenu2,
#submenu3,
#submenu4,
#submenu5,
#submenu6,
#submenu7 {
  /*.header-submenu__category a.header-submenu__title{
    .fontCd();
    font-weight: normal;
  }*/
  /*
    &:first-child{
      &:before{
        display: none;
      }
    }
    &:before{
      position: absolute;
      content: ' ';
      width: 2px;
      height: 100%;
      left: -10px;
      display: block;
      border-top: 60px solid #fff;
      background-color: #f2f2f2;
    }
    */
}
#submenu2 .header-submenu__category ul li a,
#submenu3 .header-submenu__category ul li a,
#submenu4 .header-submenu__category ul li a,
#submenu5 .header-submenu__category ul li a,
#submenu6 .header-submenu__category ul li a,
#submenu7 .header-submenu__category ul li a {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-weight: normal;
}
#submenu2 .header-submenu__category.header-submenu__columns ul,
#submenu3 .header-submenu__category.header-submenu__columns ul,
#submenu4 .header-submenu__category.header-submenu__columns ul,
#submenu5 .header-submenu__category.header-submenu__columns ul,
#submenu6 .header-submenu__category.header-submenu__columns ul,
#submenu7 .header-submenu__category.header-submenu__columns ul {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px;
  position: relative;
  /*  &:first-child{
        &:before{
          display: none;
        }
      }*/
}
#submenu2 .header-submenu__category.header-submenu__columns ul:before,
#submenu3 .header-submenu__category.header-submenu__columns ul:before,
#submenu4 .header-submenu__category.header-submenu__columns ul:before,
#submenu5 .header-submenu__category.header-submenu__columns ul:before,
#submenu6 .header-submenu__category.header-submenu__columns ul:before,
#submenu7 .header-submenu__category.header-submenu__columns ul:before {
  position: absolute;
  content: ' ';
  width: 2px;
  height: 100%;
  left: 0px;
  display: block;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f2f2f2;
}
/* update to columns */
.header-submenu__category {
  display: block;
  float: left;
  padding-right: 40px;
  position: relative;
  min-height: 368px;
  min-width: 80px;
}
.header-submenu__category a.header-submenu__title {
  display: block;
  float: left;
  font-size: 13px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  color: #e10013;
  transition: color 150ms linear;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.header-submenu__category a.header-submenu__title:hover {
  color: #000;
}
.header-submenu__category ul {
  position: absolute;
  left: 0;
  top: 55px;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px;
  list-style: none;
}
.header-submenu__category ul:before {
  position: absolute;
  content: ' ';
  width: 2px;
  height: 100%;
  left: 0px;
  display: block;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f2f2f2;
}
.header-submenu__category ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 13px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  width: 100%;
  line-height: 1.2em;
  /*
      &:after{
        content: '/';
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        color: @cBorder;
      }
      &:last-child:after{
        display: none;
      }
      */
}
.header-submenu__category ul li a {
  color: #000;
  text-transform: uppercase;
  transition: color 150ms linear;
  margin-bottom: 8px;
  display: block;
  line-height: 1.2em;
}
.header-submenu__category ul li a:hover {
  color: #e10013;
}
.header-submenu__category ul li a.sm {
  text-transform: none;
}
@media only screen and (max-width: 1000px) {
  padding-right: 33px;
}
.header-banner {
  display: block;
  width: 460px;
  float: right;
}
.header-banner table {
  width: 100%;
}
.header-banner tr {
  width: 100%;
}
.header-banner td {
  border: 1px solid #fff;
  width: 50%;
  background-color: #000;
  height: 130px;
  position: relative;
}
.header-banner td .background-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-banner td h4 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
.header-banner td p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 8px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
.header-banner td a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  float: left;
  padding: 10px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  transition: opacity 150ms linear;
}
.header-banner td a:hover {
  opacity: 0.8;
}
.header-banner td a.big {
  padding: 10px 50px;
}
.header-banner td a.big h4 {
  font-size: 55px;
}
.header-banner td a.big p {
  font-size: 14px;
}
.header-banner tr:first-child td {
  height: 270px;
}
.mob-menu {
  position: fixed;
  left: 0;
  top: -5000px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-bottom: 50px solid #fff;
  z-index: 50;
  box-sizing: border-box;
  overflow: hidden;
  transition: opacity 150ms ease-in-out;
  opacity: 0;
}
.mob-menu.opened {
  top: 50px;
  opacity: 1;
  transition: opacity 150ms ease-in-out;
}
.mob-menu ul {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
  padding: 20px 0;
}
.mob-menu ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 15px 10px 20%;
}
.mob-menu ul li.line {
  border-top: 1px solid #d6d6d6;
}
.mob-menu ul li a {
  color: #000;
  padding: 10px 0 8px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  float: left;
  border-bottom: 2px solid transparent;
}
.mob-menu ul li a.thin {
  font-family: "Roboto Condensed";
  font-weight: 400;
}
.mob-menu ul li a.opened {
  color: #e10013;
  border-bottom: 2px solid #e10013;
}
@media only screen and (min-width: 1130px) {
  .mob-menu {
    display: none;
  }
}
.mob-menu_cd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mob-menu_top {
  display: block;
  float: left;
  width: 50%;
}
.mob-menu_sub {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f1f1f1;
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
}
.mob-menu_sub > a.selected {
  display: block;
  padding: 20px;
  background: #e10013;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.mob-menu_sub.opened {
  transform: translateX(0);
}
.mob-menu_sub .menu_sub_menu {
  padding: 0;
}
.mob-menu_sub .menu_sub_menu li {
  padding: 0 15px 0 10%;
}
.mob-menu_sub .menu_sub_menu li a {
  font-weight: normal;
  font-size: 13px;
}
.morphsearch {
  width: 40px;
  min-height: 40px;
  background: #fff;
  position: fixed;
  z-index: 10000;
  top: 5px;
  right: 0;
  transform-origin: 100% 0;
  transition-property: opacity, min-height, width, top, right;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  cursor: pointer;
  /*opacity: 0;
  overflow: hidden;*/
  display: none;
}
.morphsearchresult {
  width: 40px;
  min-height: 100px;
  background: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  opacity: 1;
  color: #e10013;
}
.morphsearchresult .morphsearch-input {
  cursor: text;
  font-size: 72px;
  letter-spacing: -2px;
}
.morphsearch.open {
  display: block;
  width: 100%;
  min-height: 100%;
  top: 0px;
  right: 0px;
  opacity: 1;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
}
.morphsearch.open .morphsearch-input {
  cursor: text;
}
.morphsearchresult-form {
  position: relative;
  font-size: 72px;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.morphsearchresult-form .morphsearch-submit {
  opacity: 1;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transform: none;
  top: 18px;
  right: 25px;
}
.morphsearch-contentresult .search-column {
  opacity: 1;
}
.morphsearch-form {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  transition-property: width, height, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch.open .morphsearch-form {
  width: 80%;
  height: 160px;
  transform: translate3d(0, 3em, 0);
}
.morphsearch-input {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10px;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 0.8em;
  color: #ec5a62;
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  cursor: pointer;
}
.morphsearch-input::-ms-clear {
  /* remove cross in IE */
  display: none;
}
.morphsearch.hideInput .morphsearch-input {
  color: transparent;
  transition: color 0.3s;
}
.morphsearch .morphsearch-input {
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.morphsearch.open .morphsearch-input {
  font-size: 72px;
  color: #e10013;
  padding-left: 5px;
  padding-right: 90px;
}
@media only screen and (max-width: 768px) {
  .morphsearch.open .morphsearch-input {
    padding-left: 0;
    font-size: 30px;
  }
}
/* placeholder */
.morphsearch-input::-webkit-input-placeholder {
  color: #292929;
  text-transform: uppercase;
  opacity: 1;
}
.morphsearch-input:-moz-placeholder {
  color: #292929;
  text-transform: uppercase;
  opacity: 1;
}
.morphsearch-input::-moz-placeholder {
  color: #292929;
  text-transform: uppercase;
  opacity: 1;
}
.morphsearch-input:-ms-input-placeholder {
  color: #292929;
  text-transform: uppercase;
  opacity: 1;
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}
input[type="search"] {
  /* reset normalize */
  box-sizing: border-box;
}
.morphsearch-input:focus,
.morphsearch-submit:focus {
  outline: none;
}
.morphsearch-submit {
  position: absolute;
  width: 40px;
  height: 80px;
  text-indent: 100px;
  overflow: hidden;
  right: -20px;
  top: 50%;
  background: transparent url('/f/img/search.jpg') no-repeat center center;
  border: none;
  /*pointer-events: none;*/
  transform-origin: 50% 50%;
  opacity: 0;
  transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  background-color: #fff;
}
.morphsearch.open .morphsearch-submit {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.5s;
}
.morphsearch-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transform: scale3d(0, 0, 1);
}
.morphsearch.open .morphsearch-close {
  opacity: 1;
  pointer-events: auto;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.5s;
}
.morphsearch-close::before,
.morphsearch-close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000;
}
.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
  opacity: 1;
}
.morphsearch-close::before {
  transform: rotate(45deg);
}
.morphsearch-close::after {
  transform: rotate(-45deg);
}
.morphsearch-content,
.morphsearch-contentresult {
  color: #333;
  margin-top: 4.5em;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 10.5%;
  background: #fff;
  position: absolute;
  /* pointer-events: none;*/
  opacity: 0;
}
.morphsearch-contentresult {
  opacity: 1;
  position: relative;
  height: auto;
  margin-bottom: 40px;
}
.morphsearch.open .morphsearch-content {
  opacity: 1;
  height: auto;
  overflow: visible;
  /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
  pointer-events: auto;
  transition: opacity 0.3s 0.5s;
}
.morphsearch-content {
  display: none !important;
}
.search-column {
  width: 30%;
  padding: 0 0 6em;
  float: left;
  opacity: 0;
  /* -webkit-transform: translate3d(0, 100px, 0);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;*/
}
.morphsearch.open .search-column:first-child {
  transition-delay: 0.4s;
}
.morphsearch.open .search-column:nth-child(2) {
  transition-delay: 0.45s;
}
.morphsearch.open .search-column:nth-child(3) {
  transition-delay: 0.5s;
}
.morphsearch.open .search-column {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.morphsearch-content .search-column:nth-child(2),
.morphsearch-contentresult .search-column:nth-child(2) {
  margin: 0 5%;
}
.morphsearch-content .search-column:nth-child(2) a h3,
.morphsearch-contentresult .search-column:nth-child(2) a h3 {
  width: 100%;
}
.morphsearch-content .search-column:nth-child(3) a img,
.morphsearch-contentresult .search-column:nth-child(3) a img {
  border-radius: 50%;
}
.search-column h2 {
  padding-bottom: 30px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  color: #282929;
  font-size: 18px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0;
}
.round {
  border-radius: 50%;
}
.morphsearch-content a,
.morphsearch-contentresult a {
  width: 100%;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  color: #434343;
  font-family: "Roboto Condensed";
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0;
  transition: color 150ms linear;
}
.morphsearch-content a:last-child,
.morphsearch-contentresult a:last-child {
  border-bottom: 0 none;
}
.morphsearch-content a img,
.morphsearch-contentresult a img {
  display: inline-block;
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.morphsearch-content a h3,
.morphsearch-contentresult a h3 {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-weight: normal;
  vertical-align: middle;
  font-size: 13px;
  display: inline-block;
  margin: 0 0 0 0;
  width: calc(100% - 70px);
}
.morphsearch-content a:hover,
.morphsearch-contentresult a:hover {
  color: #e10013;
}
/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch.open ~ .overlay {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .search-column {
    width: 100%;
    display: block;
    margin: 10px 0;
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  .morphsearch.open .morphsearch-form {
    margin-top: 20px;
    height: 30px;
  }
  .morphsearch-form {
    margin-top: 20px;
    height: 30px;
  }
}
.headlinebox {
  text-align: center;
}
.headlinebox h1,
.headlinebox h2 {
  margin: 20px 0;
  padding: 0;
  font-size: 55px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}
.headlinebox p {
  margin: 20px 0 30px;
  padding: 0;
  line-height: 1.2em;
  font-size: 13px;
}
.headlinebox a {
  padding: 0;
  display: inline-block;
  line-height: 1.2em;
  color: #e10013;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 12px;
  transition: color 150ms linear;
}
.headlinebox a:hover {
  color: #000;
}
.overmenu {
  top: -66px;
  position: fixed;
  display: block;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 53;
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  /*transition: opacity @timeForColorChange linear;*/
  opacity: 0;
}
.overmenu.overmenu-visible {
  animation: overmenu_open 250ms 1;
  top: 0;
  opacity: 1;
}
.overmenu.overmenu-disabled {
  animation: overmenu_close 250ms 1;
}
.overmenu .container {
  position: relative;
}
@keyframes overmenu_open {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes overmenu_close {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.overmenu__hl {
  font-size: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  margin: 0 15px;
  float: left;
  color: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 222px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overmenu__hl .vr {
  display: inline-block;
  margin: 0 8px;
}
.overmenu__hl .vr:after {
  font-family: Roboto;
  font-weight: 400;
  background-color: #d6d6d6;
  content: ' ';
  width: 2px;
  height: 15px;
  display: block;
}
.overmenu__small .overmenu__hl {
  padding-right: 330px;
}
.overmenu__order {
  width: 330px;
  display: block;
  float: right;
  text-align: right;
}
.overmenu-social {
  display: block;
  float: right;
  line-height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 15px;
}
.overmenu-social a {
  line-height: 65px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin: 0 15px;
  transition: color 150ms linear;
}
.overmenu-social a .fa {
  font-size: 18px;
  padding: 0 5px;
  transform: translateY(1px);
}
.overmenu-social a .fa-facebook {
  color: #39579a;
}
.overmenu-social a .fa-twitter {
  color: #00abf0;
}
.overmenu-social a .fa-pinterest-p {
  color: #cd1d1f;
}
.overmenu-social a:hover {
  color: #e10013;
}
@media only screen and (max-width: 1740px) {
  .overmenu-social a {
    margin: 0 5px;
  }
  .overmenu-social a .fa {
    margin: 0 0 0 3px;
  }
}
@media only screen and (max-width: 1640px) {
  .overmenu .container,
  .overmenu .overmenu__hl {
    padding-right: 130px;
  }
  .overmenu__small .overmenu__hl {
    padding-right: 460px;
  }
}
@media only screen and (max-width: 1430px) {
  .overmenu .container,
  .overmenu .overmenu__hl {
    padding-right: 130px;
  }
  .overmenu__small .overmenu__hl {
    padding-right: 460px;
  }
  .overmenu-social a {
    margin: 0 2px;
  }
  .overmenu-social a span {
    display: none;
  }
  .overmenu-social a .fa {
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 1000px) {
  .overmenu {
    display: none;
  }
}
.mosaic {
  background-color: #fff;
  margin: 0 0 -6px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
  opacity: 0;
}
.mosaic .grid-sizer {
  width: 16.666%!important;
}
.mosaic .mosaic__itemwrap {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  height: 500px;
}
.mosaic .mosaic__itemwrap:nth-child(6n + 1) {
  width: 50%;
  height: 500px;
}
.mosaic .mosaic__itemwrap:nth-child(6n + 2) {
  width: 33.33%;
  height: 250px;
}
.mosaic .mosaic__itemwrap:nth-child(6n + 3) {
  width: 16.666%;
  height: 250px;
}
.mosaic .mosaic__itemwrap:nth-child(6n +5) {
  width: 16.666%;
  height: 250px;
}
.mosaic .mosaic__itemwrap:nth-child(6n + 6) {
  width: 33.333%;
  height: 250px;
}
.mosaic .mosaic__itemwrap:nth-child(6n + 4) {
  width: 50%;
  height: 500px;
  z-index: 2;
}
.mosaic a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-top: 1px solid #fff;
    border-left: 1px solid #fff;*/
}
.mosaic a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: ' ';
  left: 0;
  top: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
}
.mosaic a .mosaic__item {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  display: block;
  padding: 50px;
  max-width: 100%;
}
.mosaic a .mosaic__item h6 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #fff;
  font-size: 55px;
  width: 100%;
  display: block;
  float: left;
  line-height: 1em;
  text-transform: uppercase;
  margin: 15px 0;
  padding: 0;
  transform-origin: 0% 100%;
}
.mosaic a .mosaic__item p {
  color: #fff;
  font-size: 11px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
}
.mosaic a .mosaic__item img {
  max-width: 100%;
  max-height: 50px;
}
.mosaic a .mosaic__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease-in, opacity 0.5s linear;
  z-index: 2;
}
.mosaic a .mosaic__bg:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 3;
  transition: transform 0.5s ease-in, opacity 0.5s linear;
}
.mosaic a:hover .mosaic__bg {
  opacity: 1;
  transform: scale(1.2, 1.2);
  transition: transform 6s linear, opacity 0.5s linear;
}
.mosaic a:hover .mosaic__bg:before {
  opacity: 0.6;
}
@media screen and (min-width: 1600px) {
  .mosaic .grid-sizer {
    width: 11.111%!important;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 1) {
    width: 33.333%;
    height: 500px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 2) {
    width: 22.222%;
    height: 250px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 3) {
    width: 11.111%;
    height: 250px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n +4) {
    width: 33.333%;
    height: 500px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 5) {
    width: 11.111%;
    height: 250px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 6) {
    width: 22.222%;
    height: 250px;
  }
}
@media screen and (max-width: 900px) {
  .mosaic .grid-sizer {
    width: 33.333%!important;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 1) {
    width: 100%;
    height: 300px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 2) {
    width: 33.333%;
    height: 200px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 3) {
    width: 66.666%;
    height: 200px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n +4) {
    width: 100%;
    height: 300px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 5) {
    width: 66.666%;
    height: 200px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 6) {
    width: 33.333%;
    height: 200px;
  }
}
@media screen and (max-width: 630px) {
  .mosaic .grid-sizer {
    width: 50%!important;
  }
  .mosaic a .mosaic__item {
    padding: 20px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 1) {
    width: 100%;
    height: 250px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 2) {
    width: 50%;
    height: 250px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 3) {
    width: 50%;
    height: 250px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n +4) {
    width: 100%;
    height: 250px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 5) {
    width: 50%;
    height: 250px;
  }
  .mosaic .mosaic__itemwrap:nth-child(6n + 6) {
    width: 50%;
    height: 250px;
  }
}
/*
.mosaic {
  background-color: #fff;
  margin: 0 0 -6px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
  a {
    display: @isblock;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;

    .mosaic__item {
      position: absolute;
      z-index: 4;
      left: 0;
      bottom: 0;
      display: block;
      padding: 50px;
      h6 {
        .fontCdBold();
        color: #fff;
        font-size: 55px;
        width: 100%;
        display: block;
        float: left;
        line-height: 1em;
        text-transform: uppercase;
        margin: 15px 0;
        padding: 0;
        -ms-transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
      }
      p {
        color: @cLightRed;
        font-size: 11px;
        .fontBold();
        text-transform: uppercase;
      }
    }
    .mosaic__bg {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: transform 0.5s ease-in, opacity 0.5s linear;
      z-index: 2;
      &:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 0.5;
        z-index: 3;
        transition: transform 0.5s ease-in, opacity 0.5s linear;
      }
    }
    &:hover {
      .mosaic__bg {
        opacity: 1;
        transform: scale(1.2, 1.2);
        transition: transform 6s linear, opacity 0.5s linear;
        &:before {
          opacity: 0.6;
        }
      }
    }
  }
  .w100 {
    width: 50%;
    height: 250px;
    display: @isblock;
    position: absolute;
    top: 0;
    right: 0;
    a {
      display: block;
      float: left;
      &:last-child {
        margin: 0;
      }
      h6 {
        font-size: 30px;
      }
    }

    a:first-child {
      width: 67%;
      height: 250px;
      float: left;
    }
    a:last-child {
      float: right;
      width: 33%;
      height: 250px;
    }

  }
  .w100.w100-2{
    right: auto;
    left: 0;
    top: 500px;
  }
  a:first-child{
    float: left;
  }
  a:last-child{
    margin-top: 250px;
    float: right;
  }
}


  .mosaic.mosaic-large {
    a{
      width: 33%;
      &:last-child{
        margin: 0;
      }
    }
    .w100{
      width: 34%;
      left: 33%;
      right: auto;
      top: 0;
      bottom: auto;
    }
    .w100.w100-2 {
      width: 34%;
      left: 33%;
      right: auto;
      top: 250px;
      a:first-child {
        float: right;
      }
      a:last-child {
        float: left;
      }
    }
  }
//}


  .mosaic.mosaic-small {
    .w100, .w100.w100-2 {
      a:first-child {
        width: 50%;
      }
      a:last-child {
        width: 50%;
      }
    }
  }
//}

@media screen and (max-width: 700px) {
  .mosaic {
    a{
      height: 250px;
      width: 100%;
      margin: 0;
      &:last-child{
        margin: 0;
      }
      .mosaic__item{
        padding: 15px;
        h6{
          font-size: 40px;
        }
      }
    }

    .w100.w100-2 {
      a:first-child {
        float: right;
      }
      a:last-child {
        float: left;
      }
    }

    .w100, .w100.w100-2 {
      position: relative;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      float: left;
    }
  }
}

@media screen and (max-width: 500px) {
  .mosaic a .mosaic__item{
    padding: 20px;
  }
  .mosaic a .mosaic__item h6{
    font-size: 20px
  }
  .mosaic .w100 a h6 {
    font-size: 18px;
  }
}

*/
.newsletter {
  text-align: left;
  margin: 70px 0;
  position: relative;
  padding: 0 10px 0 10px;
}
.newsletter h4 {
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 10px 0 7px 0;
}
.newsletter_message {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: left;
  display: block;
  float: left;
  text-transform: uppercase;
}
.newsletter_message .inputerror {
  padding: 20px 10px 0;
}
.newsletter__boxed {
  display: block;
  width: 100%;
  float: left;
  border: 2px solid #fff;
  height: 44px;
  position: relative;
  padding-right: 90px;
}
.newsletter__boxed .lr:after {
  background-color: rgba(255, 255, 255, 0.7);
  content: " ";
  height: 50%;
  position: absolute;
  right: -7px;
  top: 25%;
  width: 1px;
}
.newsletter__boxed input[type="submit"] {
  position: absolute;
  width: 80px;
  text-align: center;
  right: 0;
  top: 0;
  line-height: 20px;
  color: #fff;
  border: 0 none;
  background-color: transparent;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  padding: 10px 0;
  transition: background-color 50ms linear;
  text-transform: uppercase;
}
.newsletter__boxed input[type="submit"]:hover {
  color: #e10013;
}
.newsletter__boxed input[type="submit"].search {
  color: transparent;
  width: 50px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('/f/img/search@1.png');
}
.newsletter__boxed input[type="submit"].search:hover {
  background-position: left center;
}
.newsletter__boxed input[type="text"],
.newsletter__boxed input[type="email"] {
  border: 0;
  color: #fff;
  background-color: transparent;
  line-height: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  padding: 10px;
  display: block;
  width: 100%;
  float: left;
  text-transform: uppercase;
}
.newsletter__boxed input[type="text"]::-webkit-input-placeholder,
.newsletter__boxed input[type="email"]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.newsletter__boxed input[type="text"]:-moz-placeholder,
.newsletter__boxed input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.newsletter__boxed input[type="text"]::-moz-placeholder,
.newsletter__boxed input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.newsletter__boxed input[type="text"]:-ms-input-placeholder,
.newsletter__boxed input[type="email"]:-ms-input-placeholder {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.newsletter__wide {
  width: 40%;
  display: block;
  float: left;
  padding-right: 20px;
}
.newsletter__mega {
  width: 60%;
  display: block;
  float: left;
  position: relative;
}
.newsletter__mega .custom__select {
  z-index: 5;
}
.newsletter__small {
  position: absolute;
  right: 10px;
  top: 0;
  width: 200px;
}
.newsletter__small .newsletter__boxed {
  padding: 0;
}
.selected .newsletter__lang-intem {
  vertical-align: middle;
  height: 22px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .newsletter_message {
    text-align: center;
  }
  .newsletter {
    padding: 0 10px;
  }
  .newsletter__boxed {
    height: auto;
    padding-right: 0;
  }
  .newsletter__boxed input[type="submit"]:not(.search) {
    right: auto;
    top: auto;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  .newsletter__boxed .lr:after {
    display: none;
  }
  .newsletter__wide,
  .newsletter__small,
  .newsletter__mega {
    position: relative;
    right: auto;
    top: auto;
    padding: 0;
    margin: 10px 0;
    width: 100%;
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  .newsletter {
    display: none;
  }
}
.newsletter_condotions {
  color: #a3a3a3;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 10px 0;
  width: 100%;
  display: block;
  float: left;
}
.newsletter_condotions img {
  width: 15px;
  margin-right: 8px;
  line-height: 16px;
  margin-top: -2px;
}
.newsletter_condotions a {
  color: #fff;
  text-decoration: underline;
}
.layout {
  position: relative;
  z-index: 3;
  margin-top: 66px;
  background-color: #fff;
  width: 100%;
  /* overflow: hidden;*/
  overflow-y: visible;
  float: left;
}
.layout.homepage .part {
  position: relative;
  /*
    position: relative;
    //z-index: 3;
    //margin-top: 80px;
    background-color: #fff;
    */
}
.layout.product-list {
  margin-top: 0;
}
.page__subpage {
  margin-top: 0;
}
@media only screen and (max-width: 1130px) {
  .layout {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .layout {
    margin-top: 50px!important;
  }
  .layout.homepage {
    margin-top: 0!important;
  }
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsHidden {
  opacity: 1;
  visibility: visible;
}
.rsDefault.rsHor .rsArrowLeft.rsHidden,
.rsDefault.rsHor .rsArrowRight.rsHidden {
  opacity: 1;
  visibility: visible;
}
.rsDefault.rsHor .rsArrowLeft.rsArrowDisabled .rsArrowIcn,
.rsDefault.rsHor .rsArrowRight.rsArrowDisabled .rsArrowIcn {
  opacity: 0.1;
}
.rsDefault.rsHor .rsArrowLeft.rsHidden.rsArrowDisabled,
.rsDefault.rsHor .rsArrowRight.rsHidden.rsArrowDisabled {
  opacity: 0.1;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn,
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  width: 38px;
  height: 38px;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -19px;
  position: absolute;
  cursor: pointer;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  display: block;
  line-height: 38px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before,
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  content: '\f104';
  font-family: FontAwesome;
  color: #fff;
  opacity: 1;
  line-height: 38px;
  font-size: 34px;
  text-align: center;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
  content: '\f105';
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: transparent;
  /*background: rgba(0,0,0,0.75);*/
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  /*background: url('rs-default.png');*/
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  transition: .3s;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtnIcon:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-25px, -15px);
  width: 25px;
  height: 25px;
  font-family: FontAwesome;
  font-weight: normal;
  content: '\f04b';
  font-size: 25px;
  color: #fff;
  opacity: 0.5;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  /*margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;*/
  background: transparent;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  /*background-image:url(../preloaders/preloader-white.gif);*/
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  display: none;
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
.slider-top__wrapper .royalSlider {
  width: 100%;
}
/*.layout.homepage {
  .part:nth-child(1) {
*/
.slider-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  background-color: #000000;
  padding-top: 56%;
}
.slider-main .slider-top__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.slider-main .royalSlider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.homepage-space {
  margin-top: -66px;
  display: block;
  width: 100%;
  float: left;
  padding-top: 48.625%;
  background-color: #000;
}
._ready .homepage-space {
  display: none;
}
.coverframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 350ms linear;
}
.coverframe.isHide {
  opacity: 0;
}
.slider-top__wrapper {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  /*height: 100%;*/
  display: block;
  background-color: #000011;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 250ms linear, transform 450ms ease-out;
}
.slider-top__wrapper.loaded {
  opacity: 1;
}
.slider-top__wrapper .rsSlide img {
  display: block;
}
.slider-top__wrapper .rsOverflow {
  max-height: 100% !important;
  cursor: default !important;
}
.slider-top__wrapper .rsDefault .rsBullets {
  bottom: 120px;
  height: 20px;
}
.slider-top__wrapper .rsDefault .rsBullet {
  padding: 8px;
  width: 26px;
  text-align: center;
  margin: 0 0 0 0;
}
.slider-top__wrapper .rsDefault .rsBullet span {
  background-color: #fff;
}
.slider-top__wrapper .rsDefault .rsBullet.rsNavSelected span {
  background-color: #ff0017;
}
.slider-top__wrapper .videoslide iframe {
  pointer-events: none;
}
.slider-top__wrapper .content-centered {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: table;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 70px 0 160px 0;
}
.slider-top__wrapper .content-centered .content-row {
  display: table-row;
  height: 100%;
  width: 100%;
}
.slider-top__wrapper .content-centered .content-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.slider-top__wrapper .content-centered h2 {
  text-transform: uppercase;
  font-size: 55px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.1em;
}
a.slider-top__discover,
.slider-top__discover {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 160px;
  height: 80px;
  text-align: center;
  z-index: 15;
  margin: 0 -80px 0 0;
}
a.slider-top__discover img,
.slider-top__discover img {
  opacity: 1;
  display: inline-block;
  width: auto;
  height: auto;
}
a.slider-top__discover p,
.slider-top__discover p {
  color: #fff;
  transition: color 150ms linear;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
a.slider-top__discover p.thin,
.slider-top__discover p.thin {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 10px;
}
a.slider-top__discover:hover p,
.slider-top__discover:hover p {
  color: #ff0017;
}
@media only screen and (max-width: 1130px) {
  .homepage .part.composite:first-child {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-top__wrapper .content-centered h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .slider-top__wrapper .content-centered h2 {
    font-size: 25px;
  }
  .slider-top__wrapper .content-centered {
    padding: 80px 0 80px;
  }
  .slider-top__discover,
  a.slider-top__discover {
    display: none;
  }
  .slider-top__wrapper .rsDefault .rsBullets {
    bottom: 20px;
  }
  .slider-main {
    position: relative;
  }
}
.slider-content .slider-top__discover,
.slider-content a.slider-top__discover {
  display: none;
}
.slider-content .slider-top__wrapper .content-centered {
  padding: 70px 0 70px;
}
.slider-content .slider-top__wrapper .rsDefault .rsBullets {
  bottom: 40px;
}
.whitebox {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.whitebox h1,
.whitebox h2 {
  margin: 0;
  padding: 0 10px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}
.whitebox h3 {
  margin: 0;
  padding: 0 10px;
  font-size: 27px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
}
.whitebox h1.light,
.whitebox h2.light,
.whitebox h3.light {
  color: #a6a6a6;
}
.whitebox h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.whitebox img {
  padding: 15px 0;
}
.whitebox p,
.whitebox > div {
  font-size: 24px;
  line-height: 45px;
  padding: 0;
  margin: 30px 0;
}
.whitebox p strong,
.whitebox > div strong {
  font-size: 40px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  font-family: Roboto;
  font-weight: 700;
}
.whitebox .social {
  margin-bottom: 0;
  padding-bottom: 0;
}
.whitebox .social a {
  color: #000;
  font-size: 24px;
  transition: color 150ms linear;
  margin: 5px;
}
.whitebox .social a:hover {
  color: #e10013;
}
.whitebox .medium {
  max-width: 700px;
  display: inline-block;
}
.whitebox .medium p,
.whitebox .medium div {
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 30px 0;
}
.whitebox .medium p strong,
.whitebox .medium div strong {
  font-size: 25px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-family: Roboto;
  font-weight: 700;
}
.conditions-info h5,
.conditions-info h6,
.conditions-info p {
  text-align: left;
  color: slategray;
}
.conditions-info h5 {
  font-size: 16px;
  font-weight: bold;
}
.conditions-info h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 26px 0 13px;
}
.conditions-info p {
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  margin: 8px 0;
}
.conditions-info p strong {
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  margin: 2px 0;
}
.whitebox .whitebox-tags {
  margin-top: 0;
}
.whitebox .whitebox-tags a {
  color: #000;
  opacity: 0.5;
  font-family: Roboto;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  margin: 0 15px;
  transition: opacity 150ms linear, color 150ms linear;
}
.whitebox .whitebox-tags a.size_S {
  font-size: 18px;
}
.whitebox .whitebox-tags a.size_M {
  font-size: 22px;
}
.whitebox .whitebox-tags a.size_L {
  font-size: 28px;
}
.whitebox .whitebox-tags a.size_XL {
  font-size: 30px;
}
.whitebox .whitebox-tags a.size_XXL {
  font-size: 32px;
  text-transform: uppercase;
}
.whitebox .whitebox-tags a:hover {
  color: #e10013;
  opacity: 1;
}
@media only screen and (max-width: 500px) {
  .whitebox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .whitebox h1,
  .whitebox h2 {
    font-size: 25px;
  }
  .whitebox h3 {
    font-size: 25px;
  }
  .whitebox p,
  .whitebox div {
    font-size: 15px;
    line-height: 25px;
  }
  .whitebox p strong,
  .whitebox div strong {
    font-size: 25px;
    line-height: 25px;
  }
  .container-fluid > .container.whitebox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bikelist {
  padding: 0;
}
.bikelist ul {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bikelist ul li {
  margin: 0;
  width: 33.33%;
  display: block;
  float: left;
  padding: 10px;
}
.bikelist ul li a {
  display: block;
  width: 100%;
  float: left;
  border: 1px solid transparent;
  transition: border-color 150ms linear;
  position: relative;
}
.bikelist ul li a .bikelist__discount-percent {
  position: absolute;
  top: 80px;
  right: 0;
  width: 72px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: #909090;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  padding: 0px 20px 0px 6px;
  font-size: 19px;
  transition: background-color 150ms linear;
}
.bikelist ul li a .boxed_cd {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  /*padding: 25px 25px 0 25px;*/
  padding: 1px;
}
.bikelist ul li a .boxed {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bikelist ul li a:hover {
  border-color: #b1b1b1;
}
.bikelist ul li a:hover .bikelist__discount-percent {
  background: #e10013;
}
.bikelist ul li a:hover .bikelist__price {
  color: #e10013;
}
.bikelist ul li a:hover .bikelist__price.discount {
  font-family: Roboto;
  font-weight: 300;
  color: #c3c3c3;
}
.bikelist ul li a:hover .bikelist__price.discount .big {
  font-family: Roboto;
  font-weight: 300;
}
.bikelist ul li a:hover .bikelist__price.discount .big .strikethrough-fix::after {
  border-color: #e10013;
}
.bikelist ul li a:hover .bikelist__item-title h5 {
  color: #e10013;
}
.bikelist ul li a.outlet__item .bikelist__discount-percent {
  background: #e10013;
}
.bikelist ul li a.outlet__item .bikelist__price {
  color: #e10013;
}
.bikelist ul li a.outlet__item .bikelist__price.discount {
  font-family: Roboto;
  font-weight: 300;
}
.bikelist ul li a.outlet__item .bikelist__price.discount .big {
  font-family: Roboto;
  font-weight: 300;
}
.bikelist ul li a.outlet__item .bikelist__price.discount .big .strikethrough-fix::after {
  border-color: #e10013;
}
.bikelist ul li a.outlet__item:hover .bikelist__price.discount {
  color: #e10013;
}
.bikelist ul {
  width: calc( 100% + 20px );
  margin: 0 -10px;
}
img.bike__sizer {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
img.bike__image {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.bikelist__item-title {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 5px 0 15px;
}
.bikelist__item-title h5 {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 16px;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 150ms linear;
  margin: 0;
}
.bikelist__item-price {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 5px 0 15px;
}
.bikelist__price {
  display: inline-block;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  color: #909090;
}
.bikelist__price span.small {
  display: block;
  font-size: 14px;
  float: left;
  margin-right: 8px;
}
.bikelist__price span.big {
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  float: left;
}
.bikelist__price.discount {
  font-family: Roboto;
  font-weight: 300;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  color: #c3c3c3;
}
.bikelist__price.discount .big {
  position: relative;
}
.bikelist__price.discount .big .strikethrough-fix::after {
  border-bottom: 1px solid #c3c3c3;
  content: "";
  left: 0;
  margin-top: 0px;
  position: absolute;
  right: 0;
  top: 50%;
}
.bikelist__4col ul li {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .bikelist.bikelist__4col ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 800px) {
  .bikelist ul li,
  .bikelist.bikelist__4col ul li {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .bikelist ul li,
  .bikelist.bikelist__4col ul li {
    width: 100%;
  }
}
.category {
  padding: 0;
}
.category ul {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category ul li {
  margin: 0;
  width: 33.33%;
  display: block;
  float: left;
  padding: 10px;
}
.category ul li a {
  display: block;
  width: 100%;
  float: left;
}
.category ul li a .boxed_cd {
  padding: 1px;
  display: block;
  width: 100%;
  float: left;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  position: relative;
  padding: 15px;
  transition: border-color 150ms linear;
}
.category ul li a .boxed {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.category ul li a:hover .boxed_cd {
  border-color: #e10013;
}
.category ul li a:hover .category__item-title .category__type,
.category ul li a:hover .category__item-title h5 {
  color: #e10013;
}
img.category__sizer {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
img.category__image {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  object-fit: cover;
}
.boxed.videoIcon:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-25px, -25px);
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  font-weight: normal;
  content: '\f01d';
  font-size: 40px;
  color: #fff;
  opacity: 0.5;
}
.category__item-title {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 15px;
}
.category__item-title .category__type {
  font-family: Roboto;
  font-weight: 300;
  font-size: 13px;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 150ms linear;
}
.category__item-title h5 {
  transition: color 150ms linear;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .category ul li {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .category ul li {
    width: 100%;
  }
}
.bikecategory ul {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.bikecategory ul li {
  border: 10px solid #fff;
  display: block;
  float: left;
  width: 33.33%;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
.bikecategory ul li a {
  display: block;
  float: left;
  height: 100%;
  width: 100%;
}
.bikecategory ul li a:hover .bikecategory__bg {
  opacity: 1;
  transform: scale(1.2, 1.2);
  transition: transform 6s linear, opacity 0.5s linear;
}
.bikecategory ul li a:hover .bikecategory__bg:before {
  opacity: 0.6;
}
.bikecategory__item {
  position: relative;
  z-index: 4;
  display: block;
  padding: 50px;
}
.bikecategory__item h5 {
  font-family: Roboto;
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 150ms linear;
  margin: 0;
}
.bikecategory__item h4 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.bikecategory__item p {
  color: #fff;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  text-transform: none;
}
.bikecategory__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease-in, opacity 0.5s linear;
  z-index: 2;
  background-color: #000;
}
.bikecategory__bg:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 3;
  transition: transform 0.5s ease-in, opacity 0.5s linear;
}
@media screen and (max-width: 800px) {
  .bikecategory ul li {
    width: 50%;
  }
  .bikecategory ul li a .bikecategory__item {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 500px) {
  .bikecategory {
    padding: 0;
  }
  .bikecategory ul {
    padding: 0;
  }
  .bikecategory ul li {
    width: 100%;
  }
}
.product-filter {
  /* .product-filter__checkbox label, .product-filter__radiobutton label {
     text-transform: uppercase;
     color: @cDark;
     h3 {
       float: left;
       display: inline-block;
     }
   }*/
}
.product-filter .container {
  padding: 15px;
  position: relative;
}
.product-filter h6 {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0;
  line-height: 40px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  color: #434343;
  text-transform: uppercase;
  margin-right: 15px;
}
.product-list-filter .container {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}
.product-filter__checks,
.product-filter__radio {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 40px;
  margin-right: 50px;
}
.product-filter__checkbox,
.product-filter__radiobutton,
.waranty-filter__checkbox,
.waranty-filter__radiobutton {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 40px;
  margin-right: 15px;
  vertical-align: middle;
}
.product-filter__checkbox label,
.product-filter__radiobutton label,
.waranty-filter__checkbox label,
.waranty-filter__radiobutton label {
  position: relative;
  color: #292929;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 30px;
  line-height: 20px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
}
.product-filter__checkbox label span,
.product-filter__radiobutton label span,
.waranty-filter__checkbox label span,
.waranty-filter__radiobutton label span {
  position: absolute;
  left: 0;
  top: 10px;
  margin-top: 0;
}
.product-filter__checkbox label p,
.product-filter__radiobutton label p,
.waranty-filter__checkbox label p,
.waranty-filter__radiobutton label p {
  display: inline;
  font-size: 14px;
}
.product-filter__checkbox label p img,
.product-filter__radiobutton label p img,
.waranty-filter__checkbox label p img,
.waranty-filter__radiobutton label p img {
  display: inline;
  max-width: 70px;
}
.product-filter__checkbox label a,
.product-filter__radiobutton label a,
.waranty-filter__checkbox label a,
.waranty-filter__radiobutton label a {
  text-decoration: underline;
  color: #6d6d6d;
}
.product-filter__checkbox label a:hover,
.product-filter__radiobutton label a:hover,
.waranty-filter__checkbox label a:hover,
.waranty-filter__radiobutton label a:hover {
  color: #e10013;
}
.product-filter__checkbox label.small,
.product-filter__radiobutton label.small,
.waranty-filter__checkbox label.small,
.waranty-filter__radiobutton label.small {
  text-transform: none;
}
.waranty-filter__checkbox label,
.waranty-filter__radiobutton label {
  color: #afafaf;
}
.waranty-filter__checkbox label a,
.waranty-filter__radiobutton label a {
  color: #6d6d6d;
}
.banner_square_fullwidth {
  display: block;
  width: 100%;
  float: left;
  transition: opacity 150ms linear;
}
.banner_square_fullwidth img {
  display: block;
  width: 100%;
  float: left;
}
.banner_square_fullwidth:hover {
  opacity: 0.8;
}
.myCheckbox input {
  display: none;
  position: relative;
  z-index: -9999;
}
.myCheckbox span {
  margin-top: 10px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid #dedede;
  position: relative;
  float: left;
  background-color: #fff;
}
.myCheckbox input:checked + span:after {
  position: absolute;
  background-color: #000;
  content: " ";
  height: 10px;
  left: 2px;
  top: 2px;
  width: 10px;
}
.myRadio input {
  display: none;
  position: relative;
  z-index: -9999;
}
.myRadio span {
  margin-top: 9px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid #dedede;
  position: relative;
  float: left;
  border-radius: 50%;
  background-color: #fff;
}
.myRadio input:checked + span:after {
  position: absolute;
  background: #000;
  content: " ";
  height: 10px;
  left: 3px;
  top: 3px;
  width: 10px;
  border-radius: 50%;
}
.job {
  font-size: 16px;
  line-height: 27px;
}
.job_bottom {
  width: 100%;
  display: block;
  float: left;
}
.job__social,
.job__button {
  display: block;
}
.job__button {
  float: right;
}
.job__social {
  float: left;
  padding-top: 20px;
}
.job__social a {
  display: block;
  float: left;
  line-height: 35px;
  color: #000;
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0 30px;
  transition: color 150ms linear;
}
.job__social a:last-child {
  border-right: 0 none;
  padding-right: 0;
}
.job__social a:first-child {
  padding-left: 0;
}
.job__social a .fa {
  color: #7c7c7c;
  font-size: 22px;
  transform: translateY(3px);
  padding-right: 10px;
  transition: color 150ms linear;
}
.job__social a:hover {
  color: #e10013;
}
.job__social a:hover .fa {
  color: #e10013;
}
.job__button {
  text-align: right;
}
.job-table {
  display: table;
  width: 100%;
}
.job-table h4 {
  font-size: 13px;
  color: #7c7c7c;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.job-table__row {
  display: table-row;
}
.job-table__1,
.job-table__2,
.job-table__3,
.job-table__4,
.job-table__5 {
  display: table-cell;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 400;
  color: #7c7c7c;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 7px;
  padding-right: 7px;
}
.job-table__1 .red,
.job-table__2 .red,
.job-table__3 .red,
.job-table__4 .red,
.job-table__5 .red {
  color: #e10013;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 27px;
  line-height: 1em;
}
.job-table__1:first-child,
.job-table__2:first-child,
.job-table__3:first-child,
.job-table__4:first-child,
.job-table__5:first-child {
  padding-left: 0;
}
.job-table__1:last-child,
.job-table__2:last-child,
.job-table__3:last-child,
.job-table__4:last-child,
.job-table__5:last-child {
  padding-right: 0;
}
.job-table__3 {
  text-align: center;
}
.job-table__5 {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .job-table {
    display: block;
    float: left;
  }
  .job-table__row {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0;
  }
  .job-table__row.job-table__headlines {
    display: none;
  }
  .job-table__row:last-child {
    border-bottom: 0 none;
  }
  .job-table__1,
  .job-table__2,
  .job-table__3,
  .job-table__4,
  .job-table__5 {
    display: block;
    float: left;
    width: 100%;
    border: 0 none;
    padding: 0;
  }
  .job-table__1 .red,
  .job-table__2 .red,
  .job-table__3 .red,
  .job-table__4 .red,
  .job-table__5 .red {
    display: block;
    padding: 0 0 10px;
  }
  .job-table__2 {
    width: 70%;
  }
  .job-table__3 {
    width: 30%;
    text-align: right;
    padding-left: 15px;
  }
  .job-table__5 {
    text-align: center;
  }
}
.form {
  /*
  form {
    .row {
      margin-left: -10px;
      margin-right: -10px;
      .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px;
      }
    }
  }
  */
}
.form a {
  color: #e10013;
}
.form a.popup-map_open {
  display: block;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  background-image: url('/f/img//place.png');
  background-position: center right;
  background-repeat: no-repeat;
}
.form a.popup-map_open:hover {
  opacity: 0.7;
}
.form a.popup-map_open.popup-map_open-inline {
  display: inline-block !important;
  height: auto;
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  background: none;
  padding: 16px 30px !important;
}
.form a.popup-map_open.popup-map_open-inline:hover {
  opacity: 1;
  color: #fff;
}
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form .uploadFile {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  border: 2px solid #a6a6a6;
  font-size: 13px;
  line-height: 24px;
  padding: 7px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #000;
  max-width: 100%;
  position: relative;
  height: 40px;
}
.form textarea::-webkit-input-placeholder,
.form input[type="text"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder,
.form .uploadFile::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.form textarea:-moz-placeholder,
.form input[type="text"]:-moz-placeholder,
.form input[type="password"]:-moz-placeholder,
.form input[type="email"]:-moz-placeholder,
.form .uploadFile:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.form textarea::-moz-placeholder,
.form input[type="text"]::-moz-placeholder,
.form input[type="password"]::-moz-placeholder,
.form input[type="email"]::-moz-placeholder,
.form .uploadFile::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.form textarea:-ms-input-placeholder,
.form input[type="text"]:-ms-input-placeholder,
.form input[type="password"]:-ms-input-placeholder,
.form input[type="email"]:-ms-input-placeholder,
.form .uploadFile:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.form textarea.error,
.form input[type="text"].error,
.form input[type="password"].error,
.form input[type="email"].error,
.form .uploadFile.error {
  /*border: 4px solid @cRed;*/
}
.form textarea.datepicker,
.form input[type="text"].datepicker,
.form input[type="password"].datepicker,
.form input[type="email"].datepicker,
.form .uploadFile.datepicker {
  padding-right: 30px;
  background-image: url('/f/img//datepicker.png');
  background-position: center right;
  background-repeat: no-repeat;
}
.form textarea.place,
.form input[type="text"].place,
.form input[type="password"].place,
.form input[type="email"].place,
.form .uploadFile.place {
  padding-right: 35px;
  background-image: url('/f/img//place.png');
  background-position: center right;
  background-repeat: no-repeat;
}
.form textarea {
  height: 115px;
  resize: none;
  margin-top: 7px;
  margin-bottom: 7px;
}
.form .uploadFile {
  color: #a6a6a6;
  padding: 0 40px 0 0;
  display: block;
}
.form .uploadFile input.uploadFile_cd {
  background-color: transparent;
  border: 0;
  width: 100%;
  float: left;
  padding: 0px 7px;
  margin: 0;
  line-height: 36px;
  height: 36px;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
.form .uploadFile input.uploadFile_cd::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.form .uploadFile input.uploadFile_cd:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.form .uploadFile input.uploadFile_cd::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.form .uploadFile input.uploadFile_cd:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.form .uploadFile .uploadFile_button-cd {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.form .uploadFile .uploadFile_button-cd:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 30px;
  text-align: center;
  line-height: 34px;
  content: '\f15c';
  font-family: FontAwesome;
}
.form .uploadFile .uploadFile_button-cd:hover:before {
  color: #e10013;
}
.form .uploadFile .uploadFile__button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.inputerror {
  color: #e10013;
  text-align: left;
  margin-top: -10px;
  font-size: 12px;
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
}
.inputerror a {
  font-weight: bold;
  text-decoration: underline;
}
.inputerror a:hover {
  text-decoration: none;
}
#newsletter_message .inputerror {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  font-size: 12px;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.mtm15 {
  margin-top: -15px;
}
.selectform {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 2px solid #a6a6a6;
  color: #a6a6a6;
  font-family: "Roboto Condensed";
  font-weight: 700;
  opacity: 1;
  text-transform: uppercase;
  padding: 8px 8px 8px 3px;
  font-size: 13px;
}
.tree-blocks {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tree-blocks__row {
  display: table-row;
  width: 100%;
}
.tree-blocks__item {
  display: table-cell;
  width: 50%;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.tree-blocks__item:first-child .content {
  float: right;
}
.tree-blocks__item:last-child .content {
  float: left;
}
.tree-blocks__item:nth-child(2) {
  width: 400px;
  border-left: 14px solid #fff;
  border-right: 14px solid #fff;
}
.tree-blocks__item .content {
  display: inline-block;
  width: 100%;
  padding: 160px 50px;
  max-width: 400px;
  text-align: center;
}
.tree-blocks__item .content h4 {
  font-size: 34px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #000;
}
.tree-blocks__item .content p {
  font-size: 17px;
  color: #000;
  line-height: 27px;
}
.tree-blocks__item .content p strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
}
@media only screen and (max-width: 1200px) {
  .tree-blocks__item {
    width: 33.33%;
  }
  .tree-blocks__item:nth-child(2) {
    width: 33.33%;
  }
  .tree-blocks__item .content {
    padding: 130px 15%;
  }
}
@media only screen and (max-width: 768px) {
  .tree-blocks {
    display: block;
    width: 100%;
    float: left;
  }
  .tree-blocks__row {
    display: block;
    width: 100%;
    float: left;
  }
  .tree-blocks__item {
    display: block;
    width: 100%;
    float: left;
    max-width: 100%;
  }
  .tree-blocks__item:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  .tree-blocks__item .content {
    padding: 30px 15px;
    max-width: 100%;
  }
}
.two-columns {
  position: relative;
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-image: url('/f/img//two-bg.png');
  overflow: hidden;
}
.two-columns.bg-ty {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/f/img//thanks/bg.jpg');
}
.two-columns__item {
  display: block;
  width: 50%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}
.two-columns__item h1,
.two-columns__item h2 {
  margin-top: 15px;
  font-size: 45px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
}
.two-columns__item h1.light,
.two-columns__item h2.light {
  color: #afafaf;
}
.two-columns__item.two-columns__item_nopad {
  padding-top: 0;
}
@media only screen and (min-width: 500px) {
  .two-columns__item.two-columns__item-left:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 300vh;
    background: #dedede;
  }
}
.two-columns__item.two-columns__item-right {
  padding-right: 10px;
  padding-left: 50px;
  color: #7c7c7c;
}
.two-columns__item.two-columns__item-right h1,
.two-columns__item.two-columns__item-right h2 {
  color: #afafaf;
}
.two-columns__item.two-columns__item-right h1.dark,
.two-columns__item.two-columns__item-right h2.dark {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .two-columns__item h1,
  .two-columns__item h2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  .two-columns__item,
  .two-columns__item.two-columns__item-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .two-columns__item,
  .two-columns__item.two-columns__item-right {
    width: 100%;
    padding: 50px 10px;
  }
  .two-columns__item.two-columns__item-right {
    background-color: #f2f2f2;
  }
  .two-columns {
    background-image: none;
  }
}
.gallery-list {
  display: none;
}
@media (max-width: 700px) {
  .gallery a {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .gallery a {
    width: 100%;
  }
}
.gallery__overlay {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
  background: #313334;
  display: none;
}
.gallery__overlay .royalSlider {
  padding-top: 50px;
  padding-bottom: 0px;
  min-height: 100%;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery__overlay-line {
  height: 115px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 201;
}
.gallery__overlay-line .text_hl,
.gallery__overlay-line a.text_hl {
  margin: 0;
  color: #fff;
  line-height: 50px;
  width: 100%;
  float: left;
  display: inline-block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding: 0 90px 0 30px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
}
.gallery__overlay-line .text_hl a,
.gallery__overlay-line a.text_hl a {
  color: #fff;
}
.gallery__count {
  display: block;
  position: absolute;
  right: 60px;
  top: 0;
  color: #fff;
  width: 100px;
  margin: 0;
  line-height: 50px;
  float: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  text-align: right;
}
.gallery__close,
a.gallery__close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
}
.gallery__close:hover,
a.gallery__close:hover {
  color: #377c00;
}
html.gallery-opened {
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
html.gallery-opened body {
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-height: 600px) {
  .gallery__overlay-line .text_hl {
    display: none;
  }
  .gallery__overlay .royalSlider {
    padding: 5px;
  }
}
.terms {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
.terms:last-child {
  border: 0 none;
}
.terms h1,
.terms h2 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  text-transform: uppercase;
}
.terms h3 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  font-size: 35px;
  text-transform: uppercase;
  /*margin-bottom: 45px;*/
  margin-bottom: 5px;
}
.terms h4 {
  margin-top: 5px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.terms h4 strong {
  color: #e10013;
}
.terms h6 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #909090;
  font-size: 13px;
  text-transform: uppercase;
}
.terms h6 strong {
  color: #e10013;
}
.terms h5 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #909090;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.terms p {
  margin: 10px 0;
  color: #909090;
  line-height: 1.8em;
  font-size: 12px;
}
.contact h1 {
  font-size: 55px;
  margin: 20px 0 50px;
}
.contact h3 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 24px;
  margin-top: 50px;
}
.contact p {
  font-size: 16px;
}
.contact a:hover {
  text-decoration: underline;
}
.thanksform {
  padding: 100px 0;
  display: none;
}
.gdpr-info h5 {
  font-size: 13px;
  font-weight: bold;
}
.gdpr-info h6 {
  font-size: 11px;
  font-weight: bold;
  margin: 22px 0 12px;
}
.gdpr-info p {
  font-size: 11px;
}
.specs {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
}
.specs p {
  margin: 40px 0 0;
  display: inline-block;
  padding: 0 10%;
  color: #909090;
  font-size: 12px;
}
.specs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
  float: left;
}
.specs ul li {
  margin: 0;
  width: 100%;
  display: block;
  float: left;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
  padding: 4px 10%;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.specs .spec__title {
  display: block;
  float: left;
  width: 240px;
  padding-right: 60px;
  color: #909090;
  position: relative;
}
.specs .spec__title img {
  position: absolute;
  right: 30px;
  top: -2px;
  height: 24px;
  display: block;
}
.specs .spec__description {
  display: block;
  float: right;
  width: calc(100% - 240px);
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .specs ul li {
    padding: 4px 0;
  }
}
@media only screen and (max-width: 500px) {
  .specs .spec__title {
    width: 100%;
    float: left;
    padding: 5px 0;
  }
  .specs .spec__title img {
    right: 0;
  }
  .specs .spec__description {
    width: 100%;
    float: left;
  }
}
.benefits {
  background-color: #ebebeb;
  padding: 60px 0;
}
.benefits h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  color: #000;
}
.benefits .benefits_t {
  width: 100%;
}
.benefits .benefits_r {
  width: 100%;
}
.benefits .benefits_c1 {
  display: table-cell;
  width: 66%;
  vertical-align: middle;
}
.benefits .benefits_c2 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}
.benefits .benefits_c1 ul {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 0;
}
.benefits .benefits_c1 ul li {
  display: inline-block;
  width: 100%;
  padding: 20px 40px 20px;
}
.benefits .benefits_c1 ul li h4 {
  margin: 0 0 0 -35px;
  color: #c3c3c3;
  font-size: 50px;
  display: block;
  text-transform: uppercase;
}
.benefits .benefits_c1 ul li p {
  margin-top: -33px;
  color: #212121;
  line-height: 27px;
  font-size: 14px;
}
.benefits .benefits_c1 ul li p strong {
  font-size: 22px;
}
.benefits .benefits__type {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 15% 15px 15%;
}
.benefits .benefits__type a.button__white {
  margin-top: 50px;
}
.benefits .benefits__type .title,
.benefits .benefits__type .title h1 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
}
.benefits .benefits__type .price {
  margin: 25px 0;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.benefits .benefits__type .price p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #e10013;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 300;
}
.benefits .benefits__type .price .currencies {
  margin-top: -7px;
  color: #e10013;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 300;
  font-size: 25px;
  line-height: 60px;
  width: auto;
  padding-left: 10px;
}
.benefits .benefits__type .price .value {
  margin-top: -7px;
  color: #e10013;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 400;
  font-size: 25px;
  line-height: 60px;
  width: auto;
  position: relative;
}
.benefits .benefits__type .price .before_discount_price p,
.benefits .benefits__type .price .before_discount_price .currencies,
.benefits .benefits__type .price .before_discount_price .value {
  font-family: Roboto;
  font-weight: 300;
  color: #c3c3c3;
}
.benefits .benefits__type .price .before_discount_price .value::after {
  border-bottom: 2px solid #c3c3c3;
  content: "";
  left: 0;
  margin-top: 0px;
  position: absolute;
  right: 0;
  top: 50%;
}
.benefits .sizes,
.product-bike-bannerbottom .sizes {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.benefits .sizes a.button__redbox,
.product-bike-bannerbottom .sizes a.button__redbox {
  width: 100%;
}
.benefits .sizes h5,
.product-bike-bannerbottom .sizes h5 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  margin: 5px 0;
  padding: 0;
  text-transform: uppercase;
}
.benefits .sizes ul,
.product-bike-bannerbottom .sizes ul {
  width: 100%;
}
.benefits .sizes ul,
.product-bike-bannerbottom .sizes ul {
  display: block;
  float: left;
  width: calc(100% + 10px);
  margin: 0 -5px 15px -5px;
  padding: 0;
  text-align: center;
}
.benefits .sizes ul li,
.product-bike-bannerbottom .sizes ul li {
  display: block;
  float: left;
  width: 15%;
  padding: 5px;
}
.benefits .sizes ul li a,
.product-bike-bannerbottom .sizes ul li a {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #d6d6d6;
  padding: 5px;
  color: #333;
  transition: all 150ms linear;
}
.benefits .sizes ul li a:hover,
.product-bike-bannerbottom .sizes ul li a:hover {
  background-color: #e10013;
  border-color: #e10013;
  color: #fff;
}
.benefits .sizes ul[data-count="1"] li,
.product-bike-bannerbottom .sizes ul[data-count="1"] li {
  width: 100%;
}
.benefits .sizes ul[data-count="2"] li,
.product-bike-bannerbottom .sizes ul[data-count="2"] li {
  width: 50%;
}
.benefits .sizes ul[data-count="3"] li,
.product-bike-bannerbottom .sizes ul[data-count="3"] li {
  width: 33.33%;
}
.benefits .sizes ul[data-count="4"] li,
.product-bike-bannerbottom .sizes ul[data-count="4"] li {
  width: 25%;
}
.benefits .sizes ul[data-count="5"] li,
.product-bike-bannerbottom .sizes ul[data-count="5"] li {
  width: 20%;
}
.product-bike-bannerbottom .benefits__radiobutton .myRadio input + span {
  color: #212121;
}
.product-bike-bannerbottom .sizes {
  width: 33.3% !important;
}
.product-bike-bannerbottom .sizes .btn_group_card a.add_to_cart_action {
  margin-top: 0;
}
.benefits__radiobutton {
  position: relative;
}
.benefits__radiobutton .myRadio {
  position: relative;
}
.benefits__radiobutton .myRadio span {
  border-radius: 0;
  border: 1px solid #d6d6d6;
  width: 100%;
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  margin: 0;
}
.benefits__radiobutton label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.benefits__radiobutton .myRadio input:checked + span::after {
  display: none;
}
.benefits__radiobutton .myRadio input:checked + span {
  color: #fff;
  background-color: #e10013;
}
.benefits__radiobutton.crossed {
  pointer-events: none;
}
.benefits__radiobutton.crossed .myRadio {
  cursor: default;
}
.benefits__radiobutton.crossed span {
  opacity: 0.5;
  position: relative;
  overflow: hidden;
}
.benefits__radiobutton.crossed span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('/f/img//crossed.png');
}
@media only screen and (max-width: 1000px) {
  .benefits .benefits_t,
  .benefits .benefits_r,
  .benefits .benefits_c1,
  .benefits .benefits_c2 {
    display: block;
    width: 100%;
    float: left;
  }
  .benefits .benefits_c2 {
    text-align: center;
  }
  .benefits .benefits_c2 .benefits__type {
    border: 0 none;
    padding: 15px 0 15px 0;
  }
}
@media only screen and (max-width: 700px) {
  .product-bike-bannerbottom .sizes {
    width: 100% !important;
  }
}
@media only screen and (max-width: 560px) {
  .benefits .benefits_c1 ul {
    column-count: 1;
  }
  .benefits .benefits_c1 ul li {
    padding: 20px 10px;
  }
  .benefits .benefits_c1 ul li h4 {
    font-size: 25px;
    margin: 0 0 0 -10px;
  }
  .benefits .benefits_c1 ul li p {
    margin-top: -15px;
  }
  .benefits .benefits__type {
    padding: 15px 0 15px 0;
  }
  .benefits .benefits__type .price .currencies {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
  }
  .benefits .benefits__type .price .value {
    font-size: 40px;
    line-height: 40px;
  }
}
.benefits__dwn_wrapper {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.benefits__dwn,
.gear-gen_main .benefits__dwn {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  padding: 0 10px 15px;
  border: 2px solid #e10013;
}
.benefits__dwn .benefits__dwn__title,
.gear-gen_main .benefits__dwn .benefits__dwn__title {
  width: 80%;
  margin-left: 10%;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: -11px;
  background-color: #ebebeb;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
}
.benefits__dwn p,
.gear-gen_main .benefits__dwn p {
  line-height: 18px;
  font-size: 14px;
}
.gear-gen_main .benefits__dwn .benefits__dwn__title {
  background-color: #fff;
}
.findDealerLink {
  color: #e10013 !important;
}
.findDealerLink:hover {
  text-decoration: underline;
}
.royalSlider.tabslider-rs {
  width: 100%;
  text-align: center;
}
.royalSlider.tabslider-rs.disableButtons {
  margin-bottom: 40px;
}
.royalSlider.tabslider-rs.disableButtons .rsNav {
  display: none!important;
}
.royalSlider.tabslider-rs .rsSlide {
  text-align: center;
}
.royalSlider.tabslider-rs img.rsImg {
  max-width: 100%;
  display: inline-block;
}
.royalSlider.tabslider-rs h3 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
  margin: 30px 0 15px;
}
.royalSlider.tabslider-rs .rsTabs {
  display: inline-block;
  float: none;
  margin: 30px auto 90px;
  text-align: center;
}
.royalSlider.tabslider-rs .rsTabs .rsNavItem {
  cursor: pointer;
  border: 1px solid #d6d6d6;
  display: block;
  float: left;
  width: auto;
  min-width: 116px;
  text-align: center;
  padding: 10px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
.royalSlider.tabslider-rs .rsTabs .rsNavItem.rsNavSelected {
  cursor: default;
  z-index: 2;
}
.royalSlider.tabslider-rs .rsTabs .rsNavItem.rsNavSelected:after {
  position: absolute;
  left: -2px;
  top: -2px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  content: ' ';
  border: 3px solid #e10013;
  box-sizing: content-box;
}
.b360_wrapper {
  padding-top: 0px;
}
.b360 {
  margin: 0 auto 0;
  max-width: 100%;
  width: 100%;
  /*height:700px;*/
  height: 875px;
}
.ggskin_button_bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: 64px;
  margin-left: -32px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url('/f/img//360/img360.png');
  pointer-events: none;
}
.ggskin_button {
  z-index: 6;
}
@media only screen and (max-width: 1300px) {
  .b360 {
    height: 600px;
  }
}
@media only screen and (max-width: 1100px) {
  .b360 {
    height: 500px;
  }
}
@media only screen and (max-width: 800px) {
  .b360 {
    height: 400px;
  }
  .b360_wrapper {
    padding-top: 30px;
  }
  .ggskin_button_bg {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .b360 {
    height: 320px;
  }
  .b360_wrapper {
    padding-top: 00px;
  }
  .ggskin.ggskin_container.gg_buttonsWrapper {
    height: 50px;
    bottom: -10px !important;
    top: unset !important;
  }
}
.inline-slider,
.inline-slider__bg {
  padding: 0 70px 70px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.inline-slider .slick-prev.slick-arrow,
.inline-slider__bg .slick-prev.slick-arrow,
.inline-slider .slick-next.slick-arrow,
.inline-slider__bg .slick-next.slick-arrow {
  color: transparent;
  font-size: 0.01px;
  position: absolute;
  left: -70px;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background-color: transparent;
  border: 0 none;
  background-image: url('/f/img//slider-arrows.png');
  background-position: center left;
  background-repeat: no-repeat;
  transition: opacity 150ms linear;
  z-index: 5;
}
.inline-slider .slick-prev.slick-arrow:hover,
.inline-slider__bg .slick-prev.slick-arrow:hover,
.inline-slider .slick-next.slick-arrow:hover,
.inline-slider__bg .slick-next.slick-arrow:hover {
  opacity: 0.6;
}
.inline-slider .slick-prev.slick-arrow.slick-disabled,
.inline-slider__bg .slick-prev.slick-arrow.slick-disabled,
.inline-slider .slick-next.slick-arrow.slick-disabled,
.inline-slider__bg .slick-next.slick-arrow.slick-disabled {
  opacity: 0.1;
}
.inline-slider .slick-next.slick-arrow,
.inline-slider__bg .slick-next.slick-arrow {
  left: auto;
  right: -70px;
  background-position: center right;
}
.inline-slider__bg {
  background-color: #dedddd;
  padding: 0;
}
.inline-slider__bg .slick-prev.slick-arrow {
  left: 0;
  background-image: url('/f/img//slider-arrows-w.png');
}
.inline-slider__bg .slick-next.slick-arrow {
  right: 0;
  background-image: url('/f/img//slider-arrows-w.png');
}
.inline-slider__bg .slick-slider .slick-list,
.inline-slider__bg .slick-slider .slick-track {
  margin-bottom: -4px;
}
.inline-slider__gears,
.inline-slider__bikes,
.inline-slider__gallery {
  display: none;
  opacity: 0;
  transition: opacity 150ms linear;
}
.inline-slider__gears.slick-initialized,
.inline-slider__bikes.slick-initialized,
.inline-slider__gallery.slick-initialized {
  opacity: 1;
  display: block;
}
.inline-slider__gears .slick-slide,
.inline-slider__bikes .slick-slide,
.inline-slider__gallery .slick-slide {
  text-align: center;
  vertical-align: top;
}
.inline-slider__gallery a.inline-slider__item:after {
  display: none;
}
.inline-slider__gallery a.inline-slider__item .boxed_cd {
  padding: 1px;
  /*padding:0 1px 0 0;*/
  transition: opacity 150ms linear;
}
.inline-slider__gallery a.inline-slider__item:hover .boxed_cd {
  opacity: 0.8;
}
a.inline-slider__item {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
a.inline-slider__item:after {
  content: ' ';
  position: absolute;
  left: 2px;
  top: 0;
  width: calc(100% - 5px);
  height: 100%;
  display: block;
  border: 1px solid transparent;
  transition: border-color 150ms linear;
}
a.inline-slider__item .bikelist__discount-percent {
  position: absolute;
  top: 20px;
  right: 3px;
  width: 72px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: #909090;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  padding: 0px 20px 0px 6px;
  font-size: 19px;
  transition: background-color 150ms linear;
}
a.inline-slider__item .boxed_cd {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 15px;
  transition: border-color 150ms linear;
}
a.inline-slider__item .boxed {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
a.inline-slider__item.inline-slider__item-cover .boxed {
  background-size: cover;
}
a.inline-slider__item:hover:after {
  border-color: #b1b1b1;
}
a.inline-slider__item:hover .bikelist__discount-percent {
  background: #e10013;
}
a.inline-slider__item:hover .boxed_cd:after {
  border-color: #e10013;
}
a.inline-slider__item:hover .inline-slider__title .title {
  color: #e10013;
}
a.inline-slider__item:hover .inline-slider__title .price:not(.discount) .currencies {
  color: #e10013;
}
a.inline-slider__item:hover .inline-slider__title .price:not(.discount) .value {
  color: #e10013;
}
a.inline-slider__item:hover .inline-slider__title .price.discount {
  font-family: Roboto;
  font-weight: 300;
  color: #c3c3c3;
}
a.inline-slider__item:hover .inline-slider__title .price.discount .currencies,
a.inline-slider__item:hover .inline-slider__title .price.discount .value {
  font-family: Roboto;
  font-weight: 300;
}
a.inline-slider__item:hover .inline-slider__title .price.discount .value .strikethrough-fix::after {
  border-color: #e10013;
}
.inline-slider__title {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 15px;
}
.inline-slider__title .title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  color: #7c7c7c;
}
.inline-slider__title .price {
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
}
.inline-slider__title .price .currencies {
  display: inline-block;
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  width: auto;
  color: #7c7c7c;
}
.inline-slider__title .price .value {
  margin-top: -7px;
  color: #7c7c7c;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  width: auto;
  position: relative;
}
.inline-slider__title .price .value .strikethrough-fix::after {
  border-bottom: 1px solid #c3c3c3;
  content: "";
  left: 0;
  margin-top: 0px;
  position: absolute;
  right: 0;
  top: 50%;
}
a:hover .boxed_cd {
  border-color: #e10013;
}
a:hover .category__item-title .category__type,
a:hover .category__item-title h5 {
  color: #e10013;
}
@media only screen and (max-width: 500px) {
  .inline-slider {
    padding: 0 30px;
    position: relative;
  }
  .inline-slider .slick-prev.slick-arrow,
  .inline-slider .slick-next.slick-arrow {
    left: -45px;
  }
  .inline-slider .slick-next.slick-arrow {
    left: auto;
    right: -45px;
  }
}
.team {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 2;
}
.teamsocial {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.fa-pinkbike {
  width: 23px;
  height: 23px;
  background: url(/f/img/soc-pb-w.png) no-repeat center top;
  margin-top: 10px;
}
a:hover .fa-pinkbike {
  background-position: center bottom;
}
.whitebg .fa.fa-facebook-official {
  width: 23px;
  height: 23px;
  background: url(/f/img/soc-facebook-w.png) no-repeat center bottom;
}
.whitebg a:hover .fa.fa-facebook-official {
  background-position: center top;
}
.team__hl_sc {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 10px;
}
.team__hl {
  width: 100%;
  text-align: center;
  padding: 60px 0 0;
}
.team__hl img {
  display: inline-block;
  max-width: 100%;
}
.team__hl p {
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  /*padding: 0 20px;*/
  max-width: 1170px;
  line-height: 30px;
  margin: 0;
  font-family: Roboto;
  font-weight: 400;
}
.team__hl p strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
}
.team__hl .social {
  width: auto;
  vertical-align: middle;
  line-height: 35px;
  float: left;
  padding-left: 60px;
  position: absolute;
  left: 0;
  top: 11px;
}
@media only screen and (max-width: 1200px) {
  .team__hl .social {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding: 15px;
    float: none;
    display: inline-block;
  }
}
.team__hl .social h5 {
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-right: 15px;
  line-height: 35px;
  vertical-align: middle;
}
.team__hl .social a {
  color: #666666;
  font-size: 25px;
  transition: color 150ms linear;
  margin: 0 2px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.team__hl .social a:hover {
  color: #fff;
}
/*
.team__hl-red {
  p {
    strong {
      color: @cRed;
    }
  }
}
*/
.team__hl-max670 {
  display: inline-block;
  width: 100%;
  max-width: 670px;
}
.team__hl-max870 {
  display: inline-block;
  width: 100%;
  max-width: 870px;
  padding: 0 10px;
}
.team__persons-hl {
  color: #e10013;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 55px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .team__persons-hl {
    font-size: 25px;
  }
}
ul.team__persons {
  width: 100%;
  display: block;
  float: left;
  list-style: none;
  text-align: center;
  overflow: visible;
  margin: 60px 0;
  padding: 0;
}
ul.team__persons li {
  display: inline-block;
  width: 155px;
  height: 220px;
  margin: 0;
  padding: 15px 0;
  overflow: visible;
  position: relative;
  cursor: default;
}
ul.team__persons li a {
  display: inline-block;
  text-align: center;
  color: #fff;
}
ul.team__persons li:hover {
  position: relative;
  z-index: 3;
}
ul.team__persons li:hover .team__persons-info {
  opacity: 1;
  transform: translateY(0);
  z-index: 3;
}
ul.team__persons li:hover .team__persons-bg {
  /*transform: translateY(0);*/
  transform: scale(1.15);
  z-index: 2;
  opacity: 0.3;
}
.team__persons-info {
  position: absolute;
  bottom: 0;
  left: -10%;
  display: block;
  width: 120%;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: 300ms transform ease-in-out, opacity 200ms linear;
}
.team__persons-info .name {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
}
.team__persons-info .title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.team__persons-info .bio {
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.team__persons-info .social {
  padding-bottom: 15px;
  font-size: 22px;
}
.team__persons-info .social a:hover {
  color: #e10013;
}
.team__persons-bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  /*transform: translateY(15px);*/
  /*tranform: scale(0.85);*/
  transform: scale(1);
  transition: 300ms transform ease-in-out, opacity 200ms linear;
}
.team__persons-bg img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .team__hl p {
    font-size: 15px;
    line-height: 25px;
  }
  .team__hl p strong {
    font-size: 18px;
    line-height: 25px;
  }
}
.team__main,
.team__main-tab,
.team__main-bg {
  display: block;
  position: relative;
}
.team__main-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 120px 0;
}
@media only screen and (max-width: 768px) {
  .team__main-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0 40px 0;
  }
}
.team-member {
  position: relative;
  margin: 0 15px;
}
.team-member img {
  opacity: 1;
  transition: opacity ease 0.3s;
}
.team-member:hover img {
  opacity: 0.6;
}
.team-member:hover .team__persons-info {
  opacity: 1;
  transform: translateY(95px);
}
@media only screen and (max-width: 768px) {
  .team-member {
    margin-bottom: 120px;
  }
  .team-member .team__persons-info {
    opacity: 1;
    transform: translateY(95px);
  }
}
.team-member__photo {
  max-width: 100%;
  height: auto;
}
.team__main-bg-hl {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.team__main-bg-hl .bg {
  position: absolute;
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: opacity 150ms linear;
}
.team__main-bg-hl .bg:last-child {
  position: relative;
}
.team__main a:hover .team__persons-info {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 600px) {
  .team__main a .team__persons-info,
  .team__main a:hover .team__persons-info {
    display: none !important;
  }
}
/*Popup detail img*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.social-feed {
  text-align: center;
  margin-bottom: 60px;
}
.social-feed__item-wrapper {
  width: 290px;
  padding: 5px;
  display: inline-block;
  position: relative;
}
.social-feed__item-wrapper .title {
  width: 100%;
  display: block;
  float: left;
  padding: 15px 5px;
  color: #909090;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.social-feed__item-wrapper .social-feed__item {
  height: 280px;
  width: 280px;
  display: block;
  float: left;
  position: relative;
  background-color: #7c7c7c;
}
.social-feed__item-wrapper .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.social-feed__item-wrapper .top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  text-align: left;
  padding: 15px;
}
.social-feed__item-wrapper .top a {
  color: #fff;
  font-size: 25px;
  line-height: 44px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: color 150ms linear, border-color 150ms linear;
}
.social-feed__item-wrapper .top a:hover {
  color: #e10013;
  border-color: #e10013;
}
.social-feed__item-wrapper .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 15px;
}
.social-feed__item-wrapper .bottom a {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: color 150ms linear, border-color 150ms linear;
}
.social-feed__item-wrapper .bottom a:hover {
  color: #e10013;
  border-color: #e10013;
}
.vacanciesblocks h2 .social {
  width: auto;
  vertical-align: middle;
  line-height: 35px;
  float: left;
  padding-left: 60px;
  position: absolute;
  left: 0;
  top: 60px;
}
@media only screen and (max-width: 1500px) {
  .vacanciesblocks h2 .social {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding: 15px;
    float: none;
    display: inline-block;
  }
}
.vacanciesblocks h2 .social h5 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid #000;
  margin-right: 15px;
  line-height: 26px;
  vertical-align: middle;
  font-size: 18px;
}
.vacanciesblocks h2 .social a {
  color: #666666;
  font-size: 36px;
  transition: color 150ms linear;
  margin: 0;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.vacanciesblocks h2 .social a:hover {
  color: #000;
}
.gear-gen {
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}
.gear-gen.active {
  display: block;
}
.gear-gen img {
  opacity: 0;
  transition: opacity 150ms linear;
}
.gear-gen img.l {
  opacity: 1;
}
.gear-gen .price {
  margin: 25px 0;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}
.gear-gen .price p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #e10013;
  text-transform: lowercase;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 300;
}
.gear-gen .price .currencies {
  margin-top: -7px;
  color: #e10013;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 300;
  font-size: 42px;
  line-height: 60px;
  width: auto;
  padding-left: 10px;
}
.gear-gen .price .value {
  margin-top: -7px;
  color: #e10013;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 400;
  font-size: 42px;
  line-height: 60px;
  width: auto;
  position: relative;
}
.gear-gen .price .before_discount_price p,
.gear-gen .price .before_discount_price .currencies,
.gear-gen .price .before_discount_price .value {
  color: #c3c3c3;
  font-family: Roboto;
  font-weight: 300;
}
.gear-gen .price .before_discount_price .value::after {
  border-bottom: 2px solid #c3c3c3;
  content: "";
  left: 0;
  margin-top: 0px;
  position: absolute;
  right: 0;
  top: 50%;
}
.gear-gen .stockinfo {
  color: #0e9000;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gear-gen .stockinfo strong {
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.gear-gen_add {
  display: block;
  float: left;
  padding-top: 40px;
  width: 100%;
}
.gear-gen_imgs {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.gear-gen_imgs ul {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 50px 0;
  padding: 0;
}
.gear-gen_imgs ul li {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}
.gear-gen_imgs ul li a {
  overflow: hidden;
  width: 85px;
  height: 85px;
  display: block;
  float: left;
  line-height: 82px;
  vertical-align: middle;
  border: 1px solid #d6d6d6;
  transition: border-color 150ms linear;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.gear-gen_imgs ul li a.active {
  border-color: #000;
}
.gear-gen_imgs ul li a.active:hover {
  border-color: #000;
}
.gear-gen_imgs ul li a:hover {
  border-color: #e10013;
}
.gear-gen_imgs ul li a img {
  opacity: 0 !important;
  max-width: 100%;
  max-height: 100%;
  line-height: 82px;
  vertical-align: middle;
  display: inline-block;
}
.gear-gen_imgs_b {
  display: inline-block;
  max-width: 100%;
  padding-right: 25px;
}
.gear-gen_imgs_b img {
  display: block;
  max-width: 100%;
}
.gear-gen_main {
  display: block;
  width: 100%;
  float: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.gear-gen_main ul {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.gear-gen_main h2,
.gear-gen_main h1 {
  margin: 25px 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  color: #000;
}
.gear-gen_main p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.gear-gen_main li {
  font-size: 16px;
}
.gear-gen_main li::after {
  content: ' ';
  display: block;
}
.gear-gen_main strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.gear-gen_specs {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
}
.gear-gen_specs a {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 30px 0 0;
  font-size: 13px;
  display: block;
  width: 100%;
  float: left;
  color: #e10013;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  transition: color 150ms linear, opacity 200ms linear;
}
.gear-gen_specs a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '\f107';
  font-family: FontAwesome;
  display: block;
  width: 25px;
  text-align: right;
  height: 40px;
}
.gear-gen_specs a:hover {
  color: #000;
}
.gear-gen_specs a.expanded {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.gear-gen_specs a.expanded:after {
  font-family: FontAwesome;
  content: '\f106';
}
.gear-gen_specs .gear-gen_specs_t {
  height: 1px;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.gear-gen_colors {
  display: block;
  float: left;
  width: 100%;
}
.gear-gen_colors h5 {
  margin: 20px 0 15px;
  font-size: 13px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1px;
  color: #a6a6a6;
  text-transform: uppercase;
}
.gear-gen_colors h5 strong {
  color: #000;
}
.gear-gen_colors ul {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gear-gen_colors ul li {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}
.gear-gen_colors ul li a {
  overflow: hidden;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  line-height: 60px;
  border: 1px solid #d6d6d6;
  transition: border-color 150ms linear;
}
.gear-gen_colors ul li a.active {
  border-color: #000;
}
.gear-gen_colors ul li a.active:hover {
  border-color: #000;
}
.gear-gen_colors ul li a:hover {
  border-color: #e10013;
}
.gear-gen_colors ul li a img {
  max-width: 100%;
  max-height: 100%;
  line-height: 58px;
  vertical-align: middle;
  display: inline-block;
}
.gear-gen_sizes {
  display: block;
  float: left;
  width: 100%;
}
.gear-gen_sizes .sizes h5 {
  margin: 20px 0 15px;
  font-size: 13px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1px;
  color: #a6a6a6;
  text-transform: uppercase;
}
.gear-gen_sizes .sizes h5 strong {
  color: #000;
}
.gear-gen_sizes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gear-gen_sizes ul li {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .gear-gen .gear-gen_add {
    text-align: center;
  }
  .gear-gen .gear-gen_colors,
  .gear-gen .sizes,
  .gear-gen .price {
    text-align: center;
  }
  .gear-gen .gear-gen_colors h5,
  .gear-gen .sizes h5,
  .gear-gen .price h5 {
    text-align: center;
  }
  .gear-gen .gear-gen_colors ul,
  .gear-gen .sizes ul,
  .gear-gen .price ul {
    text-align: center;
  }
}
.gear-desc {
  margin: 30px -50px;
}
.gear-desc_i {
  text-align: center;
  padding: 30px 50px;
  color: #000;
}
.gear-desc_i img {
  display: inline-block;
  max-width: 100%;
}
.gear-desc_i p {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}
.gear-desc_i p strong {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 21px;
}
.team-detail_t {
  width: 100%;
  border: 0 none;
  table-layout: fixed;
  display: table;
  padding: 50px 0 0 0;
}
.team-detail_r {
  width: 100%;
  display: table-row;
}
.team-detail_50 {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.team-detail {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}
.team-detail p {
  font-size: 22px;
  margin: 30px 0;
  width: 100%;
  font-family: Roboto;
  font-weight: 300;
}
.team-detail p strong {
  font-family: Roboto;
  font-weight: 700;
  /*color: @cRed;*/
}
.team-detail .social {
  width: 100%;
  vertical-align: middle;
  line-height: 35px;
}
.team-detail .social h5 {
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-right: 15px;
  line-height: 35px;
  vertical-align: middle;
}
.team-detail .social a {
  color: #666;
  font-size: 25px;
  transition: color 150ms linear;
  margin: 0 2px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.team-detail .social a:hover {
  color: #fff;
}
.team-detail_hl {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
.team-detail_hl h2 {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 70px;
}
.team-detail_hl .bio {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.team-detail_hl img {
  position: absolute;
  left: -20px;
  top: -20px;
}
.team_social .whitebox .social {
  margin-top: 0;
}
.team_social .whitebox .social a {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .team-detail_t,
  .team-detail_r,
  .team-detail_50 {
    display: block;
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  .team-detail_hl h2 {
    font-size: 40px;
    line-height: 1em;
  }
  .team-detail_hl img {
    left: -5px;
    top: -30px;
  }
  .team-detail_hl .bio {
    font-size: 18px;
  }
  .team-detail_hl p {
    font-size: 15px;
  }
}
.info-image {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.info-image ul {
  z-index: 2;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.info-image ul li {
  overflow: visible;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  margin: -20px 0 0 -20px;
}
.info-image ul li a.plus {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  overflow: visible;
  background-image: url('/f/img//plus.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.info-image ul li a.plus:hover {
  opacity: 0.7;
}
.info-image__content {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  text-align: center;
  z-index: 3;
  width: 240px;
  display: none;
}
.info-image__content .inside {
  position: relative;
}
.info-image__content .arrow {
  display: block;
  width: 12px;
  height: 28px;
  position: absolute;
  left: -12px;
  top: 0;
  background-image: url('/f/img//infoarrow.png');
  background-position: 1px 0;
  background-repeat: no-repeat;
}
.info-image__content .arrow.right {
  left: auto;
  right: -12px;
  background-position: -11px 0;
}
.info-image__content .inside {
  padding: 15px 30px;
  display: block;
  width: 100%;
  float: left;
}
.info-image__content.right {
  left: -250px;
}
.info-image__content .img {
  width: 100%;
  text-align: center;
}
.info-image__content .img img {
  max-width: 100%;
  display: inline-block;
}
.info-image__content h5 {
  text-transform: uppercase;
  color: #e10013;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.info-image__content .price {
  margin: 10px 0;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.info-image__content .price .currencies {
  display: inline-block;
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  color: #7c7c7c;
  line-height: 26px;
  width: auto;
}
.info-image__content .price .value {
  margin-top: -7px;
  color: #7c7c7c;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  width: auto;
}
.info-image__data {
  display: none;
}
.info-image > img {
  width: 100%;
  display: block;
  float: left;
}
.cartInfo {
  position: fixed;
  top: 65px;
  border-bottom: 65px solid transparent;
  right: 0;
  width: 317px;
  max-width: 100%;
  z-index: 15;
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  overflow-y: auto;
  padding: 0;
  margin: 0;
  display: none;
}
.cartInfo ul {
  background-color: #efefef;
  display: block;
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0 0;
  width: 100%;
}
.cartInfo ul li {
  margin: -1px 0 0 0;
  padding: 0 25px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  transition: all 150ms linear;
  overflow: visible;
}
.cartInfo ul li:after {
  position: absolute;
  left: 25px;
  top: -1px;
  width: calc(100% - 50px);
  height: 0;
  border-bottom: 1px solid #d6d6d6;
  content: ' ';
}
.cartInfo ul li:hover:not(:first-child):not(:last-child) {
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}
.cartInfo ul li a.button__redbox {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cartInfo ul li .remove-wrapper {
  display: none;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url('/f/img/trash.png');
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}
.cartInfo ul li .remove-wrapper:hover {
  opacity: 1;
}
.cartInfo ul li .remove-wrapper a.remove {
  display: block;
  height: 20px;
  width: 20px;
}
.cartInfo ul li h5 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin: 20px 0;
}
.cartInfo ul li h5 .red {
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #e10013;
}
.cartInfo ul li h6,
.cartInfo ul li .price {
  font-family: "Roboto Condensed";
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 16px;
  color: #434343;
  margin: 0;
  padding: 0;
}
.cartInfo ul li h6 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
}
.cartInfo ul li .price {
  font-size: 17px;
  line-height: 22px;
}
.cartInfo ul li .img {
  position: absolute;
  left: 25px;
  top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  line-height: 48px;
  background-color: #fff;
  text-align: center;
  margin-right: 15px;
  vertical-align: middle;
  overflow: hidden;
}
.cartInfo ul li .img img {
  max-width: 100%;
  line-height: 48px;
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
.cartInfo ul li:hover .remove-wrapper {
  display: block;
}
.cart ul li.cart_template,
.cart ul li.cart_is_empty {
  display: none;
}
.cart ul li.shipping {
  display: none;
}
@media only screen and (min-width: 500px) {
  #delivery-dealers {
    min-width: 400px;
  }
}
.cartDeliveryOption {
  display: none;
}
.cart_payment_types img.payment_icon {
  max-width: 70px;
  max-height: 20px;
  margin-right: 10px;
}
.cart_payment_types img.payment_icon_big {
  max-width: 140px;
  margin: -1px 10px 0 0;
}
.cart_payment_types .payment_courier {
  display: none;
}
.cartStep .two-columns__item .deliveryAddressDealer {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .cartInfo {
    display: none !important;
    top: 50px;
    border-bottom: 50px solid transparent;
  }
}
.cart__item {
  display: block;
  width: 100%;
  float: left;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  min-height: 70px;
}
.cart__agree {
  color: #e10012;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 400;
}
.cart__agree a {
  display: inline-block;
  color: #e10013;
}
.cart__agree a:hover {
  text-decoration: underline;
}
#summary_form .myCheckbox span {
  top: 0 !important;
}
#summary_form .myCheckbox label {
  top: 0 !important;
}
#summary_form .cart-agree-wrapper {
  padding-bottom: 30px;
}
.orderSumary .orderSumary p {
  border-top: 1px solid #d6d6d6;
  margin: 0;
  padding: 20px 0;
  font-weight: 700;
  font-family: "Roboto Condensed";
  vertical-align: middle;
}
.orderSumary .orderSumary p span {
  display: block;
  float: right;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  vertical-align: middle;
  line-height: 18px;
}
.orderSumary .orderSumary p:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.orderSumary h2 {
  color: #afafaf;
  font-size: 45px;
  letter-spacing: -1px;
  margin-top: 1.76em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.orderSumary .hr {
  margin-top: 8px;
}
.orderSumary .two-columns__item.two-columns__item-right h1 {
  color: #000;
  margin-top: 1.8em;
  letter-spacing: -1px;
}
@media only screen and (max-width: 900px) {
  .cart__tab {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .cart__tabs {
    padding-left: 0;
  }
  .cart__tab {
    padding-left: 10px;
  }
}
.payment__grid {
  margin-left: -10px;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
.payment__grid img.payment__grid_img {
  border-left: 2px solid #d6d6d6;
  margin-left: -2px;
  padding: 2px 10px;
  margin-bottom: 10px;
  max-width: 100%;
}
.cart-title {
  color: #262626;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 500px) {
  .cart-title {
    font-size: 36px;
  }
}
#cart-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 52;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 64px rgba(30, 31, 35, 0.1);
}
#cart-header .inner-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  #cart-header .inner-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#cart-header .inner-header .header__left {
  float: none;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  #cart-header .inner-header .header__left {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    z-index: 1;
  }
}
#cart-header .inner-header .header__right {
  float: none;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  #cart-header .inner-header .header__right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#cart-header .inner-header .header__right .button__redbox {
  margin: 5px 0 2px 0;
}
@media only screen and (max-width: 500px) {
  #cart-header .inner-header .header__right .button__redbox {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
  }
}
#cart-header .mobile-cart-header--btn {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  border: 0;
  background: transparent;
  font-size: 20px;
  z-index: 2;
}
#cart-header .mobile-cart-header--btn.right {
  right: 5px;
}
#cart-header .mobile-cart-header--btn.left {
  left: 5px;
}
#cart-header .mobile-cart-header--btn.disable {
  color: #ccc;
}
@media only screen and (max-width: 500px) {
  #cart-header .mobile-cart-header--btn {
    width: auto;
    height: auto;
    opacity: 1;
    top: 18px;
  }
}
@media only screen and (max-width: 500px) {
  #cart-header nav {
    padding: 0 !important;
    overflow-x: auto;
    width: auto;
  }
  #cart-header nav::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
  }
  #cart-header nav ul {
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  #cart-header nav ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-right: 0 !important;
  }
}
#cart-header nav ul li {
  color: #262626;
  font-size: 18px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  text-transform: none;
  padding-right: 80px;
}
#cart-header nav ul li:last-child {
  padding-right: 0;
}
#cart-header nav ul li a {
  font-size: 18px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  text-transform: none;
  padding: 0;
}
#cart-header nav ul li a img {
  display: none;
}
#cart-header nav ul li a:hover {
  color: #262626;
}
#cart-header nav ul li a.selected {
  color: #262626;
}
#cart-header nav ul li a.done {
  color: #377c00 !important;
}
#cart-header nav ul li a.done img {
  display: inline-block;
  margin-right: 5px;
}
#cart-header nav ul li a.disabled {
  color: #afafaf;
  cursor: default;
}
.cart-row {
  margin-bottom: 60px;
}
.cart-subtitle {
  color: #262626;
  font-size: 24px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cart-btn {
  letter-spacing: 4px !important;
}
@media only screen and (max-width: 640px) {
  #kellys-checkout {
    margin-top: 50px;
  }
}
#kellys-checkout .custom__select,
#delivery_payment_form .custom__select {
  border: 2px solid #dedede;
  transition: border-color ease 0.3s;
}
#kellys-checkout .custom__select input,
#delivery_payment_form .custom__select input {
  border: 0 !important;
}
#kellys-checkout .custom__select ul,
#delivery_payment_form .custom__select ul {
  border-left: 2px solid #dedede;
  border-right: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  transition: border-color ease 0.3s;
}
#kellys-checkout .custom__select:hover,
#delivery_payment_form .custom__select:hover {
  border: 2px solid #a6a6a6;
  transition: border-color ease 0.3s;
}
#kellys-checkout .custom__select:hover ul,
#delivery_payment_form .custom__select:hover ul {
  border-left: 2px solid #a6a6a6;
  border-right: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
  transition: border-color ease 0.3s;
}
#kellys-checkout textarea,
#delivery_payment_form textarea,
#kellys-checkout input[type="text"],
#delivery_payment_form input[type="text"],
#kellys-checkout input[type="password"],
#delivery_payment_form input[type="password"],
#kellys-checkout input[type="email"],
#delivery_payment_form input[type="email"],
#kellys-checkout .uploadFile,
#delivery_payment_form .uploadFile {
  border: 2px solid #dedede;
  transition: border-color ease 0.3s;
}
#kellys-checkout textarea:focus,
#delivery_payment_form textarea:focus,
#kellys-checkout input[type="text"]:focus,
#delivery_payment_form input[type="text"]:focus,
#kellys-checkout input[type="password"]:focus,
#delivery_payment_form input[type="password"]:focus,
#kellys-checkout input[type="email"]:focus,
#delivery_payment_form input[type="email"]:focus,
#kellys-checkout .uploadFile:focus,
#delivery_payment_form .uploadFile:focus {
  border: 2px solid #a6a6a6;
  transition: border-color ease 0.3s;
}
#kellys-checkout textarea::-webkit-input-placeholder,
#delivery_payment_form textarea::-webkit-input-placeholder,
#kellys-checkout input[type="text"]::-webkit-input-placeholder,
#delivery_payment_form input[type="text"]::-webkit-input-placeholder,
#kellys-checkout input[type="password"]::-webkit-input-placeholder,
#delivery_payment_form input[type="password"]::-webkit-input-placeholder,
#kellys-checkout input[type="email"]::-webkit-input-placeholder,
#delivery_payment_form input[type="email"]::-webkit-input-placeholder,
#kellys-checkout .uploadFile::-webkit-input-placeholder,
#delivery_payment_form .uploadFile::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #777;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
#kellys-checkout textarea:-moz-placeholder,
#delivery_payment_form textarea:-moz-placeholder,
#kellys-checkout input[type="text"]:-moz-placeholder,
#delivery_payment_form input[type="text"]:-moz-placeholder,
#kellys-checkout input[type="password"]:-moz-placeholder,
#delivery_payment_form input[type="password"]:-moz-placeholder,
#kellys-checkout input[type="email"]:-moz-placeholder,
#delivery_payment_form input[type="email"]:-moz-placeholder,
#kellys-checkout .uploadFile:-moz-placeholder,
#delivery_payment_form .uploadFile:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #777;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
#kellys-checkout textarea::-moz-placeholder,
#delivery_payment_form textarea::-moz-placeholder,
#kellys-checkout input[type="text"]::-moz-placeholder,
#delivery_payment_form input[type="text"]::-moz-placeholder,
#kellys-checkout input[type="password"]::-moz-placeholder,
#delivery_payment_form input[type="password"]::-moz-placeholder,
#kellys-checkout input[type="email"]::-moz-placeholder,
#delivery_payment_form input[type="email"]::-moz-placeholder,
#kellys-checkout .uploadFile::-moz-placeholder,
#delivery_payment_form .uploadFile::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #777;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
#kellys-checkout textarea:-ms-input-placeholder,
#delivery_payment_form textarea:-ms-input-placeholder,
#kellys-checkout input[type="text"]:-ms-input-placeholder,
#delivery_payment_form input[type="text"]:-ms-input-placeholder,
#kellys-checkout input[type="password"]:-ms-input-placeholder,
#delivery_payment_form input[type="password"]:-ms-input-placeholder,
#kellys-checkout input[type="email"]:-ms-input-placeholder,
#delivery_payment_form input[type="email"]:-ms-input-placeholder,
#kellys-checkout .uploadFile:-ms-input-placeholder,
#delivery_payment_form .uploadFile:-ms-input-placeholder {
  text-transform: uppercase;
  color: #777;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
#kellys-checkout textarea.error,
#delivery_payment_form textarea.error,
#kellys-checkout input[type="text"].error,
#delivery_payment_form input[type="text"].error,
#kellys-checkout input[type="password"].error,
#delivery_payment_form input[type="password"].error,
#kellys-checkout input[type="email"].error,
#delivery_payment_form input[type="email"].error,
#kellys-checkout .uploadFile.error,
#delivery_payment_form .uploadFile.error {
  /*border: 4px solid @cRed;*/
}
#kellys-checkout textarea.datepicker,
#delivery_payment_form textarea.datepicker,
#kellys-checkout input[type="text"].datepicker,
#delivery_payment_form input[type="text"].datepicker,
#kellys-checkout input[type="password"].datepicker,
#delivery_payment_form input[type="password"].datepicker,
#kellys-checkout input[type="email"].datepicker,
#delivery_payment_form input[type="email"].datepicker,
#kellys-checkout .uploadFile.datepicker,
#delivery_payment_form .uploadFile.datepicker {
  padding-right: 30px;
  background-image: url('/f/img//datepicker.png');
  background-position: center right;
  background-repeat: no-repeat;
}
#kellys-checkout textarea.place,
#delivery_payment_form textarea.place,
#kellys-checkout input[type="text"].place,
#delivery_payment_form input[type="text"].place,
#kellys-checkout input[type="password"].place,
#delivery_payment_form input[type="password"].place,
#kellys-checkout input[type="email"].place,
#delivery_payment_form input[type="email"].place,
#kellys-checkout .uploadFile.place,
#delivery_payment_form .uploadFile.place {
  padding-right: 35px;
  background-image: url('/f/img//place.png');
  background-position: center right;
  background-repeat: no-repeat;
}
#forgoten-password {
  display: block;
}
#forgoten-password.hidden {
  display: none;
}
.map-info-text p {
  color: #292929;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
}
.map-info-text a {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
}
.review-order-wrapper .subtitle {
  color: #262626;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}
.review-order-wrapper .c-contact p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
}
.review-order-wrapper .c-contact .c-contact_sp a {
  display: block;
  width: 100%;
  color: #e10012;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  background: none;
  padding: 0 0 5px 0;
}
.review-order-wrapper .c-contact .c-contact_sp a:last-child {
  padding: 0;
}
.review-order-wrapper .c-contact .c-contact_sp a i {
  color: #afafaf;
  font-size: 16px;
  margin-right: 10px;
}
.review-order-wrapper .c-contact .c-contact_name {
  color: #000000;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.review-order-wrapper .shipping .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.review-order-wrapper .shipping .block .courierName {
  color: #717171;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.review-order-wrapper .shipping .block .price {
  color: #3c3c3c;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.review-order-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-order-wrapper ul li {
  padding: 0;
  margin: 0;
}
.cart-recaptcha .g-recaptcha {
  padding: 14px 0 !important;
}
.cart-agree-wrapper .product-filter__checkbox {
  width: auto !important;
  margin-right: 0 !important;
}
.cart-agree-wrapper .cart__agree {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 500px) {
  .cart-agree-wrapper .cart__agree {
    width: 85%;
  }
}
.cart-agree-wrapper .cart__agree a {
  text-decoration: underline;
}
.cart-agree-wrapper .cart__agree a:hover {
  text-decoration: none;
}
ul.history {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: none;
}
ul.history.nomg {
  margin-bottom: 0;
}
ul.history li {
  margin: 0;
  padding: 4px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin-top: -1px;
  display: block;
}
ul.history li.cart_item_li-top {
  border-top: 0 none;
}
ul.history li.cart_item_li-bottom {
  border-bottom: 0 none;
}
ul.history li .date {
  color: #000;
  text-align: left;
  font-size: 14px;
  padding: 8px 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
ul.history li .cpr-right {
  width: 100%;
  text-align: right;
  display: block;
  float: left;
}
ul.history li .cpr-right a {
  padding: 10px 0;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #e10013;
}
ul.history li .cpr-right a:hover {
  color: #000;
}
ul.history li a,
ul.history li span.block {
  margin: 0;
  width: 100%;
  float: left;
  padding: 0  0 0  50px;
  position: relative;
  min-height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
ul.history li a.red {
  color: #e10013;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  width: auto;
  float: right;
  text-align: right;
  padding: 10px 0;
  text-transform: uppercase;
  display: block;
  transition: color 150ms linear;
}
ul.history li a.red:hover {
  color: #000;
}
ul.history li .img {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  line-height: 38px;
  background-color: #fff;
  text-align: center;
  margin-right: 15px;
  vertical-align: middle;
  overflow: hidden;
}
ul.history li .img img {
  max-width: 100%;
  line-height: 38px;
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
ul.history li h6,
ul.history li .qty,
ul.history li .price {
  vertical-align: middle;
  color: #7c7c7c;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0;
  padding: 0;
  float: left;
  width: 54%;
}
ul.history li h6,
ul.history li .qty {
  padding-right: 15px;
}
ul.history li .qty {
  width: 21%;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
ul.history li .price {
  width: 25%;
  text-align: right;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 18px;
}
ul.history li .price_old {
  width: 30%;
  color: #7c7c7c;
  text-align: right;
  text-decoration: line-through;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
}
ul.history li h6,
ul.history li .price {
  transition: color 150ms linear;
}
ul.history li .sum h6,
ul.history li .sum .price {
  padding: 10px 0;
  font-size: 20px;
  color: #000;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
ul.history li .sum h6 {
  width: 60%;
}
ul.history li .sum .price {
  width: 40%;
}
ul.history li a[href]:hover h6,
ul.history li a[href]:hover .price {
  color: #e10013;
}
@media only screen and (max-width: 1050px) {
  ul.history li a,
  ul.history li span.block {
    padding: 9px 0 9px 50px;
    display: block;
  }
  ul.history li a h6,
  ul.history li span.block h6 {
    width: 100%;
  }
  ul.history li a .qty,
  ul.history li span.block .qty {
    width: 30%;
    text-align: left;
  }
  ul.history li a .price,
  ul.history li span.block .price {
    width: 70%;
  }
}
.page404 {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 30px 0;
}
.page404 .page404cd {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.page404 .page404__code {
  font-size: 200px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #e10013;
  line-height: 190px;
}
.page404 .page404__hl {
  font-size: 55px;
  line-height: 45px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  margin: 0 0 60px 0;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.page404 p {
  font-size: 17px;
  font-family: Roboto;
  font-weight: 300;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.page404 a {
  font-size: 17px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #e10013;
  text-decoration: underline;
  transition: color 150ms linear;
}
.page404 a:hover {
  color: #000;
}
@media only screen and (max-width: 500px) {
  .page404 {
    margin-bottom: 15px;
  }
  .page404 .page404__code {
    font-size: 100px;
    line-height: 90px;
  }
  .page404 .page404__hl {
    font-size: 25px;
    line-height: 22px;
  }
}
.map__wide {
  display: block;
  width: 100%;
  float: left;
  /*overflow: hidden;*/
  overflow: visible;
  min-height: 600px;
}
.map {
  display: block;
  width: 100%;
  float: left;
  height: 30px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.map .hl {
  margin-top: 30px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
.map_l {
  display: block;
  width: 50%;
  float: left;
  background-color: #ccc;
  height: 30px;
  max-height: 100%;
  position: relative;
}
.map_r {
  display: block;
  width: 50%;
  float: left;
  background-color: #fff;
  height: 30px;
  max-height: 100%;
  padding: 0 0 0 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .map_r {
    padding-left: 30px;
  }
}
.map_list {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 85px;
  width: 100%;
  max-width: 600px;
  padding-right: 25px;
  padding-left: 25px;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 10px solid transparent;
  border-bottom: 120px solid transparent;
}
.map_list.onlyCountry {
  top: 150px;
  max-height: 94%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .map_list {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .map_list {
    border-top: 15px solid transparent;
  }
}
.map__returnStr {
  display: none;
}
.map__place {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  max-width: 600px;
  padding-right: 25px;
  padding-left: 25px;
  overflow: visible;
  z-index: 2;
}
.map__place .form-message-warning {
  height: 30px;
  margin-bottom: -30px;
  overflow: visible;
}
.map__place #popup-map-search {
  border: 2px solid #dedede;
  background-color: #ffffff;
  height: 50px;
}
@media only screen and (max-width: 500px) {
  .map__place {
    top: 60px;
  }
}
.map_item {
  overflow-x: hidden;
  position: relative;
  padding: 2px 10px;
  background-color: #f2f2f2;
}
.map_item.highlight:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: calc( 100% - 4px );
  border: 1px solid #dedede;
}
.map_item .map__row {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  vertical-align: middle;
  padding: 15px 0;
  margin-left: auto;
  max-height: auto;
  text-align: left;
}

.map_item .map__row .logo {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .map_item .map__row {
    width: 100%;
    display: block;
    float: left;
  }
}

.map_item:has(.logo) .map__name {
  width: 200px;
}

.map_item .map__name {
  width: 353px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  padding-right: 15px;
  cursor: pointer;
  transition: color 150ms linear;
}
@media only screen and (max-width: 768px) {
  .map_item .map__name {
    width: 100%;
    display: block;
    float: left;
  }
}
.map_item .map__name:hover {
  color: #e10013;
}
.map_item .map__data {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .map_item .map__data {
    width: 100%;
    display: block;
    float: left;
  }
}
.map_item .map__data .map__addr {
  display: block;
  width: 100%;
  float: left;
}
.map_item .map__data .map__content {
  display: block;
  width: 100%;
  float: left;
}
.map_item .map__data .map__content a {
  color: #e10013;
}
.map_item .map__data .map__content a:hover {
  text-decoration: underline;
}
.map_item .map__position {
  display: none;
}
.map__mob_toggle {
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -24px;
  z-index: 15;
  display: none;
}
@media only screen and (max-width: 500px) {
  .map__mob_toggle {
    display: block;
  }
}
.map__select {
  display: none;
  padding: 5px;
  width: 130px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  border: 2px solid #e10013;
  float: right;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.map__select:hover {
  background-color: #e10013;
  color: #fff;
}
.map__del {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #a2a2a2;
  color: #fff;
  border-radius: 50%;
}
.map__del:before {
  font-family: FontAwesome;
  content: '\f00d';
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #fff;
  display: block;
}
.map__del:hover {
  background-color: #e10013;
}
.map__more {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
}
.map__more:before {
  font-family: FontAwesome;
  content: '\f105';
  font-size: 40px;
  line-height: 29px;
  width: 33px;
  text-align: center;
  color: #e10013;
  display: block;
}
.map__more:hover {
  background-color: #e10013;
}
.map__more:hover:before {
  color: #fff;
}
.map__langs-data {
  display: none;
}
.map__wide.map__popup .map_list {
  border-top: 40px solid transparent;
  padding-left: 25px;
  padding-right: 25px;
}
.map__wide.map__popup .map .map__row {
  padding-right: 190px;
}
.map__wide.map__popup .map .hl {
  display: none;
}
.map__wide.map__popup .map .map_r {
  padding-top: 30px;
}
.map__wide.map__popup .map .map__name {
  width: 100%;
  display: block;
  float: left;
}
.map__wide.map__popup .map .map__data {
  width: 100%;
  display: block;
  float: left;
}
.map__wide.map__popup .map .map__select {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -17px;
}
.map__wide.map__popup .map .map__place {
  display: block;
}
.map__wide.map__popup .map_r {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 500px) {
  .map__wide {
    width: 100%;
    overflow-x: hidden;
    max-height: calc(100% - 100px);
  }
  .map__wide .map {
    width: 200%;
    transition: transform 250ms ease-in-out;
  }
  .map__wide .map .hl {
    display: none;
  }
  .map__wide.map__wide-l .map {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1000px) {
  .map__wide.map__popup .map .map__row {
    padding-right: 30px;
  }
  .map__wide.map__popup .map .map__row .map__select {
    display: block;
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    position: relative;
    right: auto;
    top: auto;
  }
}
#popup-map {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  top: 0;
  z-index: 500;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 80px 0;
  text-align: center;
  left: 100%;
  opacity: 0;
  transition: opacity 150ms linear;
}
#popup-map.mob {
  padding: 0;
}
#popup-map.mob .popup-map_close {
  z-index: 10002;
  top: 0;
  right: 0;
  background-position: right center;
}
#popup-map .map__wide.map__popup {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  float: none;
  text-align: left;
  max-height: 100%;
}
#popup-map .popup-map_close {
  position: absolute;
  right: -52px;
  top: 0px;
  height: 52px;
  width: 52px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('/f/img//popupclose.png');
  opacity: 0.7;
}
#popup-map .popup-map_close:hover {
  opacity: 1;
}
@media only screen and (max-width: 1100px) {
  #popup-map .popup-map_close {
    right: 0;
  }
}
@media only screen and (max-width: 500px) {
  #popup-map .popup-map_close {
    background: #fff url('/f/img//popupclose.png') no-repeat left center;
    border: 1px solid #dedede;
    opacity: 1;
  }
}
.map_r {
  padding: 0 20px;
  text-align: center;
}
.map_r .layout-row-1 {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 550px;
}
.map_r .layout-row-1.layout-xx .map__place {
  top: 90px;
}
.map_r .layout-row-1.layout-xx .map_list.onlyCountry {
  top: 260px;
  max-height: 75%;
}
.map_r .layout-row-1.layout-xx #dealers-list-search {
  margin: 0 !important;
}
#popup-map-search,
#dealers-list-search {
  background-image: none !important;
}
.label-p {
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
}
.dealers__input {
  position: relative;
}
#removeSelCity {
  position: absolute;
  bottom: 10px;
  top: unset;
  right: 10px;
  z-index: 2;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #a2a2a2;
  color: #fff;
  border-radius: 50%;
}
#removeSelCity:before {
  font-family: FontAwesome;
  content: '\f00d';
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #fff;
  display: block;
}
#removeSelCity:hover {
  background-color: #e10013;
}
#dealersFactories .map__wide,
#dealersFactories .map,
#dealersFactories #g-map,
#dealersFactories .map_r {
  height: 600px;
}
#dealersFactories .map__del {
  display: none;
}
.media {
  margin: 25px 0 50px;
}
.media h1,
.media h2 {
  font-family: "Roboto Condensed";
  font-size: 55px;
  font-weight: 700;
  margin: 0;
  padding: 0 0;
  text-transform: uppercase;
}
.media__tabs {
  display: inline-block;
  float: none;
  margin: 30px auto;
  text-align: center;
}
.media__tabs .media__tab {
  border: 1px solid #d6d6d6;
  cursor: pointer;
  display: block;
  float: left;
  margin-left: -1px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 2px;
  min-width: 116px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  transition: color 150ms linear, border 150ms linear;
}
.media__tabs .media__tab span {
  color: #7c7c7c;
  transition: color 150ms linear, border 150ms linear;
}
.media__tabs .media__tab i {
  display: none;
}
.media__tabs .media__tab:hover {
  position: relative;
  z-index: 1;
  border: 1px solid #000;
}
.media__tabs .media__tab:hover span {
  color: #000;
}
.media__tabs .media__tab.selected {
  position: relative;
  z-index: 2;
}
.media__tabs .media__tab.selected :after,
.media__tabs .media__tab.selected:hover :after {
  border: 3px solid #e10013;
  box-sizing: content-box;
  content: " ";
  height: calc(100% - 2px);
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% - 2px);
}
.media__tabs .media__tab.selected span,
.media__tabs .media__tab.selected:hover span {
  color: #e10013;
}
.media__tabs .media__tab.disabled {
  /*pointer-events: none;*/
  cursor: default;
  opacity: 0.3;
}
.media__tabs .media__tab.disabled:hover {
  border: 1px solid #d6d6d6;
}
.media__tabs .media__tab.disabled:hover span {
  color: #7c7c7c;
}
@media only screen and (max-width: 500px) {
  .media__tabs .media__tab {
    width: 100%;
  }
}
.media__tabs-id {
  display: none;
}
.media__tabs-id.selected {
  display: block;
}
.media__fw {
  display: block;
  float: left;
  width: 230px;
}
a.media__bt {
  display: block;
  float: left;
  position: relative;
  padding: 8px 6px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  transition: background-color 150ms linear;
  border: 1px solid #fff;
  overflow: hidden;
  min-width: 33%;
}
a.media__bt span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
a.media__bt .type {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.1em;
}
a.media__bt .size {
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #7c7c7c;
  font-size: 11px;
  /*letter-spacing: 1.5px;*/
  letter-spacing: 0;
  line-height: 1.1em;
}
a.media__bt:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  border: 2px solid #e10013;
}
a.media__bt:hover {
  background-color: #e10013;
}
a.media__bt:hover .type,
a.media__bt:hover .size {
  color: #fff;
}
.media__single {
  padding: 5px 10px;
}
.media__dataselect_wr {
  padding: 0;
  margin: 0;
  border: 0 none;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-image: url('/f/img//media_s.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.media__dataselect_wr select {
  padding: 5px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.media__dataselect_wr select select:focus {
  outline: none;
}
.media .dataTables_filter {
  margin-top: -77px;
}
.media table.dataTable.no-footer {
  border-bottom: 0 none;
}
.media table.dataTable thead th {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  color: #909090;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
}
.media table.dataTable thead th:last-child {
  background-image: none!important;
  pointer-events: none;
}
.media table.dataTable tbody td {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
}
.media table.dataTable tbody td:first-child {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  font-size: 27px;
  text-transform: uppercase;
  padding-left: 0;
}
.media table.dataTable tbody td:last-child {
  width: 220px;
  padding-right: 0;
}
@media only screen and (max-width: 639px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: left;
    margin-bottom: 15px;
  }
  .media h1,
  .media h2 {
    font-size: 25px;
  }
  .media .dataTables_wrapper .dataTables_filter input {
    margin: 0;
    width: 100%;
  }
  .media .media__dataselect_wr .media__dataselect {
    padding: 0 0 5px;
  }
  .media .media__dataselect_wr option {
    padding-left: 5px;
  }
  .media .media__single {
    padding: 0;
  }
  .media table.dataTable.no-footer {
    border-bottom: 0 none;
  }
  .media table.dataTable thead {
    display: none;
    float: left;
    width: 100%;
  }
  .media table.dataTable thead th {
    display: block;
    float: left;
    width: 100% !important;
    border-bottom: 0 none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .media table.dataTable tbody tr {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .media table.dataTable tbody td {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 0;
    padding: 0;
  }
  .media table.dataTable tbody td:last-child {
    width: 100%;
  }
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jq-2.2.3/dt-1.10.12/fc-3.2.2/r-2.1.0
 *
 * Included libraries:
 *   jQuery 2.2.3, DataTables 1.10.12, FixedColumns 3.2.2, Responsive 2.1.0
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center left;
}
table.dataTable thead .sorting {
  background-image: url("/f/img//sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/f/img//sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/f/img//sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/f/img//sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/f/img//sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}
div.DTFC_Blocker {
  background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
.dataTables_length,
.dataTables_info,
.dataTables_paginate {
  display: none;
}
.dataTables_filter input {
  background-image: url('/f/img//search_data.png');
  background-position: right center;
  background-repeat: no-repeat;
  border: 2px solid #d6d6d6;
  line-height: 16px;
  font-size: 16px;
  padding: 10px 40px 10px 10px ;
}
.big-image.dealer__image {
  min-height: 600px !important;
  /*margin-top: -65px;*/
}
@media only screen and (max-width: 500px) {
  .big-image.dealer__image {
    margin-top: 0;
  }
}
.layout.dealers {
  background-color: #000;
}
#dealers-search-wrapper {
  width: 200%;
  position: relative;
  transition: transform 250ms ease-in-out;
}
#dealers-search-wrapper.opened {
  transform: translateX(-50%);
}
#dealers-search-wrapper .big-image {
  width: 50%;
  float: left;
}
#dealers-search-wrapper .big-image .content-centered .form-message-warning {
  display: none;
  float: left;
  position: relative;
}
#dealers-search-wrapper .big-image .content-centered .dealers__box {
  display: inline-block;
  width: 100%;
  max-width: 580px;
  text-align: left;
}
#dealers-search-wrapper .big-image .content-centered .dealers__box h1 {
  margin: 5px 0;
}
#dealers-search-wrapper .big-image .content-centered .dealers__box form.dealers__input {
  width: 100%;
  background-color: #fff;
  position: relative;
  border: 2px solid #d6d6d6;
  display: block;
  float: left;
  box-shadow: 0px 28px 15px -6px rgba(0, 0, 0, 0.75);
}
#dealers-search-wrapper .big-image .content-centered .dealers__box form.dealers__input input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 56px;
  border: 0 none;
  background-color: #fff;
  color: transparent;
  font-size: 0.001px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url('/f/img/ds.jpg');
}
#dealers-search-wrapper .big-image .content-centered .dealers__box form.dealers__input input[type=submit]:hover {
  background-position: center right;
}
#dealers-search-wrapper .big-image .content-centered .dealers__box form.dealers__input input[type=text] {
  width: 100%;
  display: block;
  float: left;
  border: 0 none;
  color: #000;
  height: 56px;
  line-height: 25px;
  padding: 15px 60px 15px 15px ;
}
#dealers-search-wrapper .big-image .content-centered .dealers__box form.dealers__input input[type=text]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
#dealers-search-wrapper .big-image .content-centered .dealers__box form.dealers__input input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
#dealers-search-wrapper .big-image .content-centered .dealers__box form.dealers__input input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
#dealers-search-wrapper .big-image .content-centered .dealers__box form.dealers__input input[type=text]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a6a6a6;
  opacity: 1;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
#dealers-search-wrapper .dealer-map {
  overflow: hidden;
  width: 50%;
  float: left;
}
.form-message-warning {
  padding: 5px 15px;
  background: #dd0000;
  color: #ffffff;
  display: none;
}
body .dealers__input input[type=submit] {
  display: none;
}
body.showAutocompleteSubmit .dealers__input input[type=submit] {
  display: block;
}
body.showAutocompleteSubmit .form a.popup-map_open {
  display: block;
}
.cpr__hl {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #909090;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.cpr__hl .date {
  font-size: 20px;
  color: #212121;
}
.cpr {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 190px 0;
}
@media only screen and (max-width: 640px) {
  .cpr {
    margin: 0;
  }
}
.cpr ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  float: left;
}
.cpr ul li {
  margin: 10px 0;
  list-style: none;
  width: 100%;
  display: block;
}
.cpr ul .cart_item_li {
  border: 1px solid #dedede;
  background-color: #f2f2f2;
  transition: border-color ease 0.3s;
}
.cpr ul .cart_item_li:hover {
  border: 1px solid #7c7c7c;
  transition: border-color ease 0.3s;
}
.cpr ul .cart_small_summary {
  padding: 5px 0;
  margin: 0 auto;
  max-width: 770px;
}
.cpr__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .cpr__item {
    display: block;
  }
}
.cpr__item .cpr__pr {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  height: 270px;
  width: 370px;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .cpr__item .cpr__pr {
    width: 100%;
  }
}
.cpr__item .cpr__pr .img {
  position: relative;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 370px;
  height: 270px;
  left: 0;
  line-height: 95px;
  overflow: hidden;
  text-align: center;
}
.cpr__item .cpr__pr .img img {
  line-height: 95px;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
.cpr__item .product-details {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 60px;
  padding-right: 60px;
  width: 65%;
  max-width: 760px;
}
@media only screen and (max-width: 500px) {
  .cpr__item .product-details {
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cpr__item .product-details h6 {
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 24px;
  color: #3c3c3c;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0;
}
.cpr__item .product-details .detail-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dedede;
  min-height: 60px;
}
.cpr__item .product-details .detail-row p {
  color: #262626;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}
.cpr__item .product-details .price {
  display: block;
  font-size: 30px;
  padding-top: 0;
  white-space: nowrap;
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #3c3c3c;
  text-transform: uppercase;
}
.cpr__item .product-details .price .currency {
  padding-left: 10px;
}
.cpr__item .qtiSingle {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  color: #909090;
  width: 100%;
  display: inline-block;
  float: left;
  z-index: 4;
}
.cpr__item .qty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  color: #909090;
}
.cpr__item .qty .qty_b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cpr__item .qty .num {
  display: inline-block;
  color: #3c3c3c;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  width: 50px;
}
.cpr__item .qty a.less {
  background: url('/f/img/icon-minus.png') no-repeat center center;
}
.cpr__item .qty a.more {
  background: url('/f/img/icon-plus.png') no-repeat center center;
}
.cpr__item .qty a.less,
.cpr__item .qty a.more {
  z-index: 4;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  display: inline-block;
  transition: border-color ease 0.3s;
}
.cpr__item .qty a.less i,
.cpr__item .qty a.more i {
  color: #262626;
  font-size: 13px;
  font-weight: 400;
}
.cpr__item .qty a.less:hover,
.cpr__item .qty a.more:hover {
  border-color: #000;
  transition: border-color ease 0.3s;
}
.cpr__item .add {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 8px;
  padding-right: 5px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  color: #909090;
}
.cpr__item .remove-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 270px;
  background: #fff url('/f/img/removeIcon.png') no-repeat center center;
  border-left: 1px solid #dedede;
  transition: all ease 0.3s;
}
.cpr__item .remove-wrapper:hover {
  background: #ca0000 url('/f/img/removeIcon.png') no-repeat center center;
  border-left: 1px solid #7c7c7c;
  transition: all ease 0.3s;
}
.cpr__item .remove-wrapper a.remove {
  display: block;
  height: 270px;
  width: 40px;
}
@media only screen and (max-width: 500px) {
  .cpr__item .remove-wrapper {
    height: 40px;
    border-bottom: 1px solid #dedede;
  }
  .cpr__item .remove-wrapper a.remove {
    height: 40px;
  }
}
.cpr-middle {
  width: 100%;
  text-align: center;
}
.cpr ul li.cpr__dw {
  border-bottom: 1px solid #d6d6d6;
}
.cpr__item.cpr__disabled {
  border: 2px solid transparent;
}
.cpr__item.cpr__disabled .qty {
  display: none;
}
.cpr__item.cpr__disabled .cpr__pr {
  height: 65px;
  padding: 10px 5px 10px 130px;
}
.cpr__item.cpr__disabled .cpr__pr h6 {
  line-height: 28px;
  vertical-align: top;
}
.cpr__item.cpr__disabled .cpr__pr .img {
  height: 65px;
  line-height: 65px;
  width: 98px;
}
.cpr__item.cpr__disabled .cpr__pr .img img {
  line-height: 65px;
}
.cpr__item.cpr__disabled:hover {
  border: 2px solid transparent;
}
.cpr__item-last {
  position: relative;
  max-width: 770px;
  margin: 40px auto 15px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cpr__item-last .total {
  display: block;
  float: left;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #262626;
  font-size: 14px;
  text-transform: uppercase;
}
.cpr__item-last .price {
  display: block;
  float: right;
  text-align: right;
  color: #3c3c3c;
  font-family: "Roboto Condensed";
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
.cpr__item-last .price .currencies,
.cpr__item-last .price .value {
  display: inline-block;
}
.cpr__item-last .price .value {
  padding-left: 10px;
}
#miniCartSummary .cart_item_li {
  border: 0 !important;
  background-color: transparent !important;
  margin: 15px 0;
}
#miniCartSummary .cpr__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
#miniCartSummary .cpr__item .cpr__pr {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
#miniCartSummary .cpr__item .cpr__pr .img {
  position: relative;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 80px;
  height: 80px;
  left: 0;
  line-height: 95px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  #miniCartSummary .cpr__item .cpr__pr .img {
    width: 40%;
  }
}
#miniCartSummary .cpr__item .cpr__pr .img img {
  line-height: 95px;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
#miniCartSummary .cpr__item .product-details {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  -ms-flex: 0 0 84%;
  flex: 0 0 84%;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 500px) {
  #miniCartSummary .cpr__item .product-details {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
#miniCartSummary .cpr__item .product-details h6 {
  display: block;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 18px;
  color: #3c3c3c;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  #miniCartSummary .cpr__item .product-details h6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#miniCartSummary .cpr__item .product-details .price_old {
  text-decoration: line-through;
  display: block;
  font-size: 14px;
  padding-top: 0;
  white-space: nowrap;
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #ff0000;
  text-transform: uppercase;
}
#miniCartSummary .cpr__item .product-details .price_old .currency {
  padding-left: 5px;
}
#miniCartSummary .cpr__item .product-details .price {
  display: block;
  font-size: 18px;
  padding-top: 0;
  white-space: nowrap;
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #3c3c3c;
  text-transform: uppercase;
}
#miniCartSummary .cpr__item .product-details .price .currency {
  padding-left: 5px;
}
#miniCartSummary .cpr__item .qty {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#miniCartSummary .cpr__item .qty .qty_b {
  display: block;
  position: relative;
}
#miniCartSummary .cpr__item .qty .num {
  display: block;
  position: relative;
  color: #ffffff;
  background: #000;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 20px;
  height: 20px;
  line-height: 18px;
}
#miniCartSummary .cart_small_summary {
  border-top: 1px solid #dedede;
  padding-top: 20px;
}
#miniCartSummary .cart_small_summary .cpr__item-last {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
#miniCartSummary .cart_small_summary .cpr__item-last .total {
  color: #262626;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
#miniCartSummary .cart_small_summary .cpr__item-last .price {
  color: #3c3c3c;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
}
#miniCartSummary .cart_subtotal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
#miniCartSummary .cart_subtotal .cart_subtotal_name {
  color: #262626;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
#miniCartSummary .cart_subtotal .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding-top: 0;
  white-space: nowrap;
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #3c3c3c;
  text-transform: uppercase;
}
#miniCartSummary .cart_subtotal .price .currency {
  padding-left: 5px;
}
#miniCartSummary .shipping .title {
  color: #262626;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
#miniCartSummary .shipping .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #3c3c3c;
  font-size: 18px;
  text-transform: uppercase;
}
#miniCartSummary .shipping .c-contact {
  margin: 0;
}
#miniCartSummary .shipping .c-contact a {
  color: #3c3c3c;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
#miniCartSummary .shipping .c-contact .c-contact_name {
  color: #3c3c3c;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
#miniCartSummary .shipping .c-contact .c-contact_address,
#miniCartSummary .shipping .c-contact .c-contact_phone,
#miniCartSummary .shipping .c-contact .c-contact_email {
  font-size: 11px;
}
#miniCartSummary .shipping .c-contact .c-contact_email {
  text-transform: none;
}
#miniCartSummary .minicart_total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
#miniCartSummary .minicart_total .title {
  color: #262626;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
#miniCartSummary .minicart_total .price {
  color: #3c3c3c;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
}
.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.deliveryMap {
  display: block;
  float: left;
  width: 100%;
  height: 122px;
  background-color: #ccc;
  margin: 10px 0;
}
.c-contact {
  margin: 25px 0;
}
.c-contact h4 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 22px;
  padding-bottom: 2px;
}
.c-contact p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
.c-contact .dd {
  font-weight: bold;
}
.c-contact_sp {
  margin: 20px 0;
}
.c-contact_sp a {
  padding-left: 28px;
}
.c-contact_sp a:hover {
  text-decoration: underline;
}
.c-contact_sp a.phone {
  color: #000;
  background-image: url('/f/img//a-phone.jpg');
  background-repeat: no-repeat;
  background-position: left center;
}
.c-contact_sp a.email {
  background-image: url('/f/img//a-mail.jpg');
  background-repeat: no-repeat;
  background-position: left center;
}
.deliveryMap,
.c-contact_deliveryMapUrl {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  background-color: transparent;
}
.deliveryMap img,
.c-contact_deliveryMapUrl img {
  margin: 10px 0 20px;
}
.layout.about-us {
  margin-top: -66px;
}
.layout.about-us .article {
  max-width: 1170px;
}
.layout.about-us .article div {
  margin: 0;
}
.layout.about-us .article .about h2 {
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .layout.about-us {
    margin-top: -40px !important;
  }
}
.about {
  margin: -66px auto;
}
@media only screen and (max-width: 500px) {
  .about {
    margin: 20px auto;
  }
}
.about h2,
.about h3,
.about h4,
.about h5 {
  width: 100%;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1em;
}
.about h1 {
  color: #000;
  line-height: 1.2em;
  text-transform: none;
  width: 100%;
  font-family: Roboto;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  font-size: 75px;
  margin: 70px auto 140px;
  /*max-width: 733px;*/
}
.about h1 strong {
  display: block;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
}
.about h2,
.about h3 {
  color: #e10013;
  font-size: 45px;
}
.about h4,
.about h5,
.about h6 {
  color: #e10013;
}
@media only screen and (max-width: 700px) {
  .about h1 {
    font-size: 45px;
    margin: 15px auto 50px;
  }
}
@media only screen and (max-width: 500px) {
  .about h1 {
    font-size: 25px;
    margin: 15px auto 50px;
  }
  .about h2 {
    font-size: 23px;
    margin: 15px auto 15px;
  }
  .about h3 {
    font-size: 22px;
  }
  .about h4 {
    font-size: 20px;
  }
  .about h5 {
    font-size: 18px;
  }
  .about h6 {
    font-size: 16px;
  }
}
.about p {
  float: left;
  width: 100%;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 20px 0;
  text-align: justify;
}
@media only screen and (max-width: 500px) {
  .about p {
    font-size: 15px;
  }
}
.about p strong {
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
}
.about img {
  float: right;
  width: 100%;
  margin: 20px 0;
}
.about img.orig {
  width: auto;
  height: auto;
}
.about img.orig.share-margin {
  margin-right: 40px;
}
.about .left {
  display: block;
  float: left;
  width: 50%;
  padding-right: 40px;
}
.about .right {
  display: block;
  float: right;
  width: 50%;
  padding-left: 0;
}
.about_mosaic .item {
  width: 100%;
  display: block;
  float: left;
  padding: 17px 0;
}
.about_mosaic .item p {
  width: 50%;
  float: left;
  line-height: 45px;
  padding-right: 40px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 34px;
}
@media only screen and (max-width: 500px) {
  .about_mosaic .item p {
    font-size: 18px;
    line-height: 24px;
  }
}
.about_mosaic .item p strong {
  font-size: 34px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .about_mosaic .item p strong {
    font-size: 24px;
  }
}
.about_mosaic .item img {
  width: 50%;
  float: right;
  margin: 0;
}
.about_mosaic .item:nth-child(2n) p {
  width: 50%;
  float: right;
  padding-left: 40px;
}
.about_mosaic .item:nth-child(2n) img {
  width: 50%;
  float: left;
}
.about__ppl {
  background-color: #000;
}
.about__ppl .hl {
  color: #fff;
  font-size: 45px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  width: 100%;
  margin: 60px auto 30px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.about__ppl .hl.align-left {
  text-align: left;
  padding: 0 8%;
}
.about__ppl img {
  width: 100%;
  display: block;
  float: left;
}
.about__logo {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.about__logo .about__logo_r {
  display: table-row;
}
.about__logo .about__logo_r .about__logo_text {
  display: table-cell;
  width: 270px;
  vertical-align: middle;
}
.about__logo .about__logo_r .about__logo_text p {
  font-size: 14px;
}
.about__logo .about__logo_r .about__logo_image {
  display: table-cell;
  vertical-align: middle;
}
.about__logo .about__logo_r .about__logo_image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .about img.orig.share-margin {
    margin-right: 15px;
    width: 35px;
  }
  .about .left,
  .about .right {
    padding-right: 0;
    width: 100%;
  }
  .about .left img,
  .about .right img {
    width: 100%;
  }
  .about__logo {
    display: block;
    width: 100%;
  }
  .about__logo .about__logo_r {
    display: block;
    width: 100%;
  }
  .about__logo .about__logo_r .about__logo_text {
    display: block;
    width: 100%;
    float: left;
  }
  .about__logo .about__logo_r .about__logo_image {
    display: block;
    width: 100%;
    float: left;
  }
  .about_mosaic .item p {
    width: 100%;
    display: block;
    float: left;
    padding-right: 0;
  }
  .about_mosaic .item img {
    width: 100%;
  }
  .about_mosaic .item:nth-child(2n) p {
    width: 100%;
    float: right;
    padding-left: 0;
  }
  .about_mosaic .item:nth-child(2n) img {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contryselect a {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .contryselect a {
    width: 100%;
  }
}
.countryselect__overlay {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.countryselect__overlay .countryselect {
  position: relative;
  max-width: 600px;
  width: 100%;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.countryselect__overlay .countryselect .countryselect-hl {
  color: #e10013;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 55px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.countryselect__overlay .countryselect .countryselect__hl {
  text-align: center;
}
.countryselect__overlay .countryselect .countryselect__hl p {
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  max-width: 1170px;
  line-height: 30px;
  margin: 0;
  font-family: Roboto;
  font-weight: 400;
}
.countryselect__overlay .countryselect .custom_select_wrapper {
  text-align: center;
}
.countryselect__overlay .countryselect .custom_select_wrapper .custom__select {
  max-width: 400px;
}
.countryselect__overlay .countryselect .custom_select_wrapper .custom__select a.selected {
  font-size: 24px;
  line-height: 36px;
}
.countryselect__overlay-line {
  height: 50px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 201;
}
.countryselect__close,
a.countryselect__close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
  z-index: 20001;
}
.countryselect__close:hover,
a.countryselect__close:hover {
  color: #377c00;
}
@media (max-width: 600px) {
  .countryselect__overlay .countryselect {
    width: 96%;
  }
  .countryselect__overlay .countryselect .countryselect-hl {
    font-size: 30px;
    line-height: 35px;
    margin: 20px 0;
  }
  .countryselect__overlay-line .text_hl {
    display: none;
  }
  .countryselect__overlay .countryselect {
    padding: 5px;
  }
}
body.mt .countryselect-mt__wrapper {
  display: inline-block !important;
}
body.mt #countryselect-pc {
  display: none !important;
}
.countryselect-mt__wrapper {
  display: none;
  max-width: 400px;
  background-color: #fff;
  margin: 10px 0;
  border: 2px solid #a6a6a6;
  font-size: 13px;
  line-height: 24px;
  padding: 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #000;
  width: 100%;
  position: relative;
  z-index: 5;
}
.countryselect-mt__wrapper:after {
  width: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  line-height: 36px;
  font-family: FontAwesome;
  font-size: 25px;
  color: #a6a6a6;
  content: '\f107';
  z-index: 5;
  background-color: #fff;
  pointer-events: none;
}
.countryselect-mt__wrapper:before {
  width: 1px;
  height: 29px;
  position: absolute;
  right: 30px;
  top: 4px;
  content: ' ';
  z-index: 5;
  background-color: #a6a6a6;
  pointer-events: none;
}
.countryselect-mt__wrapper select {
  width: 100%;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  border: 0 none;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
  text-align-last: center;
  background-color: #ffffff;
}
.countryselect-mt__wrapper select option {
  text-align: center;
}
.flag {
  display: inline-block;
  width: 25px;
  height: 22px;
  margin-top: -1px;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('/f/img/globe.png');
  /*color: rgba(255,255,255,0.7);*/
  margin-right: 5px;
}
.flag.flag_sk {
  background-image: url('/f/img//flags/sk.png');
}
.flag.flag_cz {
  background-image: url('/f/img//flags/cz.png');
}
.flag.flag_pl {
  background-image: url('/f/img//flags/pl.png');
}
.flag.flag_en {
  background-image: url('/f/img//flags/en.png');
}
p.thanks__head {
  color: #afafaf;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
p.thanks__head strong {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #000;
}
p.thanks__p {
  color: #000;
  font-size: 16px;
  margin-bottom: 40px;
}
p.thanks__p a {
  color: #000;
  text-decoration: underline;
}
.thanks__bottom {
  margin-bottom: 60px;
}
.thanks__bottom a.button__redbox {
  margin-right: 15px;
}
@media only screen and (max-width: 1160px) {
  .thanks__bottom a.button__redbox,
  .thanks__bottom a.button__graybox {
    width: 100%;
  }
}
.thanks {
  background-color: #000;
  color: #fff;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
.thanks__wrapper {
  display: table;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.thanks__wrapper .tahnks__cell {
  position: relative;
  display: table-cell;
  height: 630px;
  text-align: center;
  padding: 60px;
  z-index: 1;
  vertical-align: middle;
}
.thanks__wrapper .tahnks__cell .thanks__big {
  font-size: 80px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  margin: 0;
}
.thanks__wrapper .tahnks__cell h1 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e10013;
  font-size: 55px;
  margin: 20px 0;
  text-transform: uppercase;
}
.thanks__wrapper .tahnks__cell p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  margin: 0;
}
.thanks__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .thanks__wrapper {
    display: block;
    height: auto;
    width: 100%;
    float: left;
  }
  .thanks__wrapper .tahnks__cell {
    display: block;
    height: auto;
    width: 100%;
    float: left;
  }
  .thanks__wrapper .tahnks__cell .thanks__big {
    font-size: 50px;
  }
  .thanks__wrapper .tahnks__cell h1 {
    font-size: 35px;
    margin: 20px 0;
  }
  .thanks__wrapper .tahnks__cell p {
    font-size: 14px;
  }
}
.product-image {
  position: fixed;
  z-index: 10000;
  height: 50px;
  width: 50px;
  left: -1000px;
  top: -1000px;
  margin: -25px 0 0 -25px;
}
.product-image .sub {
  display: block;
  background-color: #ff0017;
  color: #fff;
  border-radius: 50%;
  float: left;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  vertical-align: middle;
  /*
    &:after{
      content: '1';
      display: block;
      font-size: 35px;
      line-height: 50px;
      width: 50px;
      text-align: center;
      vertical-align: middle;
    }*/
}
.cartOrderDetail h2 {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 15px;
}
.qti-i__line {
  display: block;
  float: left;
  width: 100%;
  vertical-align: middle;
}
.qti-i {
  display: block;
  float: left;
  padding-right: 26px;
  margin: 10px 0;
  position: relative;
  border: 2px solid #e10013;
  height: 58px;
  vertical-align: middle;
}
.qti-i__field {
  padding: 15px 5px;
  width: 45px;
  display: block;
  float: left;
  text-align: center;
  border: 0 none;
  font-weight: bold;
}
.qti-i__controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 100%;
  display: block;
}
.qti-i__up,
.qti-i__dwn {
  background-color: transparent;
  display: block;
  height: 50%;
  float: left;
  width: 100%;
  border: 0 none;
  border-left: 1px solid #d6d6d6;
}
.qti-i__up:before,
.qti-i__dwn:before {
  content: '\f106';
  font-family: FontAwesome;
  display: block;
  height: 100%;
  float: left;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  line-height: 28px;
}
.qti-i__up:hover,
.qti-i__dwn:hover {
  /* background-color: #e5e5e5;*/
  color: #e10013;
}
.qti-i__dwn {
  border-top: 1px solid #d6d6d6;
}
.qti-i__dwn:before {
  content: '\f107';
}
.inline-fix {
  width: auto;
  margin-right: 15px;
}
.product-filter__checks.inline-fix .product-filter__checkbox,
.product-filter__radio.inline-fix .product-filter__checkbox,
.product-filter__checks.inline-fix .product-filter__radiobutton,
.product-filter__radio.inline-fix .product-filter__radiobutton {
  display: inline-block;
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
.product-filter__checks.inline-fix .product-filter__checkbox label,
.product-filter__radio.inline-fix .product-filter__checkbox label,
.product-filter__checks.inline-fix .product-filter__radiobutton label,
.product-filter__radio.inline-fix .product-filter__radiobutton label {
  width: auto;
  padding: 10px 0 10px 26px;
  color: #434343;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
.product-filter__checks.inline-fix .product-filter__checkbox label.myCheckbox,
.product-filter__radio.inline-fix .product-filter__checkbox label.myCheckbox,
.product-filter__checks.inline-fix .product-filter__radiobutton label.myCheckbox,
.product-filter__radio.inline-fix .product-filter__radiobutton label.myCheckbox,
.product-filter__checks.inline-fix .product-filter__checkbox label.myRadio,
.product-filter__radio.inline-fix .product-filter__checkbox label.myRadio,
.product-filter__checks.inline-fix .product-filter__radiobutton label.myRadio,
.product-filter__radio.inline-fix .product-filter__radiobutton label.myRadio {
  padding: 0 15px 0 0!important;
}
.product-filter__checks.inline-fix .myRadio input:checked + span + label,
.product-filter__radio.inline-fix .myRadio input:checked + span + label {
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.product-filter__checks.inline-fix .myCheckbox input:checked + span + label,
.product-filter__radio.inline-fix .myCheckbox input:checked + span + label {
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.archive-search,
.big-image .archive-search,
.big-image .content-centered div.archive-search {
  display: inline-block;
  width: 100%;
  max-width: 885px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  margin: 55px 0 0 0;
}
.archive-search input[type="text"],
.big-image .archive-search input[type="text"],
.big-image .content-centered div.archive-search input[type="text"] {
  border: 0 none;
  background-color: transparent;
  padding: 25px 80px 25px 40px;
  font-size: 40px;
  width: 100%;
  display: block;
  float: left;
  font-family: Roboto;
  font-weight: 700;
  line-height: 50px;
}
.archive-search input[type="text"]::-webkit-input-placeholder,
.big-image .archive-search input[type="text"]::-webkit-input-placeholder,
.big-image .content-centered div.archive-search input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.archive-search input[type="text"]::-moz-placeholder,
.big-image .archive-search input[type="text"]::-moz-placeholder,
.big-image .content-centered div.archive-search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.archive-search input[type="text"]:-ms-input-placeholder,
.big-image .archive-search input[type="text"]:-ms-input-placeholder,
.big-image .content-centered div.archive-search input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.archive-search input[type="text"]:-moz-placeholder,
.big-image .archive-search input[type="text"]:-moz-placeholder,
.big-image .content-centered div.archive-search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 450px) {
  .archive-search input[type="text"],
  .big-image .archive-search input[type="text"],
  .big-image .content-centered div.archive-search input[type="text"] {
    font-size: 26px;
  }
}
.archive-search input[type="submit"],
.big-image .archive-search input[type="submit"],
.big-image .content-centered div.archive-search input[type="submit"] {
  background-color: transparent;
  border: 0 none;
  width: 100px;
  height: 100px;
  display: block;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('/f/img/archiv/magnify.svg');
}
.archive-search input[type="submit"]:hover,
.big-image .archive-search input[type="submit"]:hover,
.big-image .content-centered div.archive-search input[type="submit"]:hover {
  background-position: right center;
}
.archive-container {
  display: block;
  width: 100%;
  float: left;
}
.product-list .noresults {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
}
.archive-year {
  display: block;
  width: 100%;
  float: left;
}
.archive-year .pattern {
  display: none;
  margin-bottom: 50px;
}
.archive-year:first-child {
  margin-top: 23px;
}
.archive-year:last-child {
  margin-bottom: 40px;
}
.outlet .archive-year:first-child {
  margin-top: 0;
}
.outlet .archive-year:last-child {
  margin-bottom: 0;
}
.outlet .archive-year .archive-year__headline {
  padding-left: 0;
}
a.archive-year__headline,
.archive-year__headline {
  margin-top: 19px;
  display: block;
  width: 100%;
  float: left;
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 15px 60px 15px 20px;
  color: #000;
  font-size: 27px;
  font-family: Roboto;
  font-weight: 700;
}
a.archive-year__headline:after,
.archive-year__headline:after {
  transition: all 150ms linear;
  font-family: FontAwesome;
  color: #e10013;
  font-size: 16px;
  content: '\f0dd';
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -8px;
  line-height: 16px;
}
a.archive-year__headline:hover:after,
.archive-year__headline:hover:after {
  color: #000;
}
.archive-year.opened .pattern {
  display: block;
}
.archive-year.opened a.archive-year__headline,
.archive-year.opened .archive-year__headline {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.archive-year.opened a.archive-year__headline:after,
.archive-year.opened .archive-year__headline:after {
  opacity: 0;
}
.dropdown-menu {
  z-index: 10000;
}
.select-fullwidth-wrapper {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  line-height: 40px;
}
.select-fullwidth-wrapper ul.dropdown-menu li {
  width: 100%;
  padding: 0;
}
.select-fullwidth-wrapper ul.dropdown-menu li a {
  font-size: 13px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #a6a6a6;
  line-height: 15px;
  border: 0 none;
  text-transform: uppercase;
  padding: 6px 13px 6px 13px;
  position: relative;
  white-space: normal;
}
.select-fullwidth-wrapper ul.dropdown-menu li a span.check-mark {
  display: none;
  position: absolute;
  right: auto !important;
  left: 14px !important;
  top: 6px !important;
  width: 15px;
  height: 15px;
  border: 2px solid #a6a6a6;
  margin: 0 !important;
}
.select-fullwidth-wrapper ul.dropdown-menu li a:hover {
  border: 0 none;
}
.select-fullwidth-wrapper ul.dropdown-menu li.selected a {
  color: #5c5c5c;
}
.select-fullwidth-wrapper ul.dropdown-menu li.selected a span.check-mark:before {
  content: ' ';
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #e10013;
  display: block;
  width: 9px;
  height: 9px;
}
.select-fullwidth-wrapper.multiple ul.dropdown-menu li a {
  padding: 6px 13px 6px 39px !important;
}
.select-fullwidth-wrapper.multiple ul.dropdown-menu li a span.check-mark {
  display: block;
}
.select-fullwidth-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.select-fullwidth-wrapper .select-fullwidth.open .btn.dropdown-toggle.btn-default {
  border: 2px solid #5c5c5c;
}
.select-fullwidth-wrapper .select-fullwidth {
  padding: 0;
  position: relative;
}
.select-fullwidth-wrapper .select-fullwidth.dropup .dropdown-menu.open {
  margin: 0 0 -4px 0;
  border-top: 2px solid #5c5c5c;
  box-shadow: none;
  border-bottom: 0 none;
}
.select-fullwidth-wrapper .select-fullwidth.dropup .dropdown-menu:before {
  top: auto;
  bottom: 0;
}
.select-fullwidth-wrapper .select-fullwidth .bs-actionsbox {
  padding: 0;
  width: 100%;
  background-color: #fff;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #a6a6a6;
}
.select-fullwidth-wrapper .select-fullwidth .bs-actionsbox .btn-group button {
  background-color: #fff;
  border: 0 none;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 15px 0 15px 0;
}
.select-fullwidth-wrapper .select-fullwidth .bs-actionsbox .btn-group button:hover {
  color: #e10013;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default {
  border: 2px solid #a6a6a6;
  background-color: #fff;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  line-height: 33px;
  height: 38px;
  vertical-align: middle;
  padding: 0 13px;
  margin: 0;
  color: #a6a6a6;
  text-transform: uppercase;
  padding-right: 30px;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default span.filter-option {
  overflow: hidden;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default .bs-caret {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 38px;
  vertical-align: middle;
  text-align: center;
  display: block;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default .bs-caret:before {
  font-family: FontAwesome;
  content: '\F078';
  line-height: 38px;
  font-size: 10px;
  vertical-align: middle;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default .bs-caret .caret {
  display: none;
}
.select-fullwidth-wrapper .select-fullwidth *:focus {
  outline: none !important;
}
.select-fullwidth-wrapper .select-fullwidth .dropdown-menu {
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  border-top: 0 transparent;
  border-left: 2px solid #5c5c5c;
  border-right: 2px solid #5c5c5c;
  border-bottom: 2px solid #5c5c5c;
  background-color: #fff;
  box-shadow: 0px 8px 19px -3px rgba(0, 0, 0, 0.22);
  margin: -3px 0 0 0;
}
.select-fullwidth-wrapper .select-fullwidth .dropdown-menu:before {
  position: absolute;
  content: ' ';
  display: block;
  height: 1px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  width: calc( 100% - 26px );
  left: 13px;
  top: 0;
}
.select-fullwidth-wrapper .select-fullwidth .dropdown-menu a {
  padding: 6px 13px;
}
.select-fullwidth-wrapper .select-fullwidth.open .btn.dropdown-toggle.btn-default .bs-caret:before {
  content: '\F077';
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu a {
  padding: 6px 13px 6px 36px;
  position: relative;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu a .check-mark {
  margin: 0;
  position: absolute;
  left: 14px;
  top: 9px;
  display: block;
  width: 13px;
  height: 13px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url('/f/img//select/checks.png');
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu .selected a .check-mark {
  margin: 0 !important;
  right: auto !important;
  background-position: top left;
}
.select-fullwidth-wrapper.isbold .select-fullwidth .btn.dropdown-toggle.btn-default {
  height: 40px;
  line-height: 36px;
}
.select-fullwidth-wrapper.isbold .select-fullwidth .btn.dropdown-toggle.btn-default span.filter-option {
  font-weight: 600;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 39px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}
.select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below {
  background: #fff;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #000;
  max-width: 100%;
}
.select2-container--default .select2-selection--single {
  border: 2px solid #a6a6a6;
}
.select2-container--open .select2-dropdown--below {
  margin-top: -2px;
  border-left: 2px solid #a6a6a6;
  border-right: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  width: 0;
  border: none !important;
  height: 0;
  top: 0;
  left: unset;
  right: 0;
  margin-left: 0;
  margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 23px;
  top: 2px;
  line-height: 36px;
  font-family: FontAwesome;
  font-size: 25px;
  color: #a6a6a6;
  content: '\f107';
  z-index: 5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  width: 1px;
  height: 29px;
  position: absolute;
  right: 30px;
  top: 4px;
  content: ' ';
  z-index: 5;
  background-color: #a6a6a6;
}
@keyframes lds-rolling {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-preloader {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.lds-rolling {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 30px 0;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 20px solid #464646;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  animation: lds-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  transform: rotate(90deg);
}
.lds-rolling {
  width: 90px !important;
  height: 90px !important;
  transform: translate(-45px, -45px) scale(0.45) translate(45px, 45px);
}
.outlet {
  padding-bottom: 40px;
}
.outlet__categories {
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  background-color: #f9f9f9;
}
.outlet__categories a {
  display: inline-block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  padding: 10px 30px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.outlet__categories a.selected {
  color: #e10013;
}
@media only screen and (max-width: 500px) {
  .outlet__categories a {
    width: 100%;
  }
}
.header__left li.submenu a {
  font-size: 17px;
  padding: 0 11px;
}
.header__left li.hasSubmenu a {
  font-size: 17px;
  padding: 0 11px;
}
.header__left li a {
  font-size: 17px;
  padding: 0 11px;
}
#outlet_menu_item a {
  font-weight: bold !important;
  cursor: pointer !important;
}
#outlet_menu_item a .red {
  font-weight: bold !important;
  color: #e10013 !important;
  margin-right: 5px;
}
.header-logo {
  /*
  width: 109px;
  height: 28px;
  background-size: 100% auto;
  margin: 17px 0 20px;
  background-position-y: 3px;
  */
  width: 143px;
  height: 37px;
  background-size: 100% auto;
  margin: 13px 0 20px;
  background-position-y: 3px;
}
.header-logo:after {
  width: 143px;
  height: 37px;
  background-size: 100% auto;
  margin: 0;
  background-position-y: -36px;
}
.header__lang .custom__select a.selected {
  font-size: 17px;
}
.header__right a.withIcon .small {
  font-size: 11px;
}
.header > .container-fluid > .container {
  width: 100%;
  padding: 0 15px;
  max-width: 1500px;
}
.header-submenu > .container-fluid > .container .header-submenu__right .header-banner {
  padding-right: 10px;
  margin-top: -22px;
}
.header__right a.withIcon .nums.loaded {
  right: calc( 50% - 20px );
  left: auto;
}
@media only screen and (min-width: 1400px) {
  .header-submenu > .container-fluid > .container {
    width: 100%;
    max-width: 1500px;
    padding-left: 20px;
  }
  .header-submenu > .container-fluid > .container .header-submenu__category.header-submenu__columns ul {
    width: 210px;
  }
  .header-submenu > .container-fluid > .container .header-submenu__category a.header-submenu__title {
    font-size: 17px;
  }
  .header-submenu > .container-fluid > .container .header-submenu__category ul li {
    font-size: 14px;
  }
  .header-submenu > .container-fluid > .container .header-submenu__category {
    min-width: 100px;
  }
}
@media (max-width: 700px) {
  .eventdetail a {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .eventdetail a {
    width: 100%;
  }
}
.eventdetail__overlay {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
}
.eventdetail__overlay .eventdetail__background {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 20001;
  box-sizing: border-box;
}
.eventdetail__overlay .eventdetail {
  position: absolute;
  z-index: 20002;
  width: 100%;
}
.eventdetail__overlay .eventdetail .eventdetail__left {
  padding: 70px 12.5%;
  color: #fff;
  font-family: "Roboto";
  text-align: left;
}
.eventdetail__overlay .eventdetail .eventdetail__left .eventdetail__name {
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 70px;
}
.eventdetail__overlay .eventdetail .eventdetail__left .eventdetail__placename {
  font-size: 22px;
  padding: 25px 0;
}
.eventdetail__overlay .eventdetail .eventdetail__left .eventdetail__date {
  font-size: 30px;
  border-top: 1px solid #444;
  padding: 25px 0 10px 0;
  font-weight: 700;
  text-transform: capitalize;
}
.eventdetail__overlay .eventdetail .eventdetail__left .eventdetail__time {
  font-size: 22px;
}
.eventdetail__overlay .eventdetail .eventdetail__left .eventdetail__url {
  margin-top: 30px;
}
.eventdetail__overlay .eventdetail .eventdetail__right {
  background: #fff;
}
.eventdetail__overlay .eventdetail .eventdetail__right .eventdetail__description {
  padding: 10px 20px;
  white-space: pre-wrap;
}
.eventdetail__overlay .eventdetail .eventdetail__right .eventdetail__gallery_wrapper {
  margin-bottom: 10px;
}
.eventdetail__overlay .eventdetail .eventdetail__right .eventdetail__gallery_title,
.eventdetail__overlay .eventdetail .eventdetail__right .eventdetail__description_title {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  padding: 30px 0;
}
.eventdetail__overlay-line {
  height: 50px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 201;
}
.eventdetail__close,
a.eventdetail__close {
  font-family: "Roboto Condensed";
  display: inline-block;
  padding: 13px;
  z-index: 20003;
  text-transform: uppercase;
  font-weight: 700;
}
.eventdetail__close img,
a.eventdetail__close img {
  padding-left: 10px;
  letter-spacing: 2px;
}
.eventdetail__close:hover,
a.eventdetail__close:hover {
  color: #377c00;
}
@media (max-height: 600px) {
  .eventdetail__overlay-line .text_hl {
    display: none;
  }
  .eventdetail__overlay .eventdetail {
    padding: 5px;
  }
}
.product-breadcrubs {
  display: block;
  width: 100%;
}
.product-breadcrubs ul {
  list-style: none;
  padding: 25px 0 15px 0;
  margin: 0;
  display: block;
  width: 100%;
  float: left;
}
.product-breadcrubs ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
}
.product-breadcrubs ul li:after {
  font-family: FontAwesome;
  content: '\F105';
  width: 30px;
  text-align: center;
  display: inline-block;
  float: left;
  color: #686868;
  position: relative;
  top: -1px;
}
.product-breadcrubs ul li a {
  display: inline-block;
  float: left;
  color: #686868;
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
}
.product-breadcrubs ul li a:hover {
  color: #000000;
}
.product-breadcrubs ul li:last-child:after {
  display: none;
}
.product-breadcrubs ul li:last-child a {
  color: #000000;
}
.vacancy-detail {
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
}
.vacancy-detail h1 {
  font-size: 3em;
  margin-top: 0;
}
.vacancy-detail__left {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media only screen and (min-width: 640px) {
  .vacancy-detail__left {
    padding-right: 50px;
  }
}
.vacancy-detail__right {
  width: 33%;
}
.vacancy-detail__box {
  padding-top: 50px;
  padding-left: 0;
  border-top: 1px solid #d6d6d6;
}
.vacancy-detail__box p {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 640px) {
  .vacancy-detail__box {
    padding-top: 0;
    padding-left: 50px;
    border-top: 0 solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
  }
}
.vacancy-detail__title-right {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #909090;
  margin: 0;
}
.vacancy-detail__form {
  padding: 100px 0;
  border-top: 1px solid #d6d6d6;
}
.vacancy-detail__form h2 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 3em;
}
.vacancy-detail__form p {
  font-family: "Roboto Condensed";
  font-weight: 300;
  margin: 0 0 20px 0;
  font-size: 19px;
}
.vacancy-detail__form .button__redbox {
  width: 100%;
  padding: 10px 40px;
  font-size: 13px;
}
.email-input {
  margin-top: 7px !important;
}
