/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

svg {
  touch-action: none;
}

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 30px;
}

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.jvectormap-legend-cnt {
  position: absolute;
}

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.jvectormap-legend-tick-text {
  font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  margin: 0;
  color: #444444;
}

h1 {
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 700px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 20px;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  color: #444444;
  line-height: 1.4;
}

a.button {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s;
}
a.button:hover {
  background-color: #fff;
}
body.machine a.button:hover {
  color: #94c11f;
}
body.accessory a.button:hover {
  color: #145b8c;
}

a.button-inverted {
  display: inline-block;
  color: #444444;
  border: 1px solid #444444;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 60px;
  transition: all 0.3s;
  text-align: center;
}
.no-touchevents a.button-inverted:hover {
  background-color: #444444;
  color: #fff;
}

a.tags-category {
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
body.machine a.tags-category {
  background-color: #94c11f;
}
.no-touchevents body.machine a.tags-category:hover {
  background-color: #b9b9b9;
}
body.accessory a.tags-category {
  background-color: #145b8c;
}
.no-touchevents body.accessory a.tags-category:hover {
  background-color: #b9b9b9;
}

a.tags-type {
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #b9b9b9;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.no-touchevents body.accessory a.tags-type:hover {
  background-color: #145b8c;
}
.no-touchevents body.machine a.tags-type:hover {
  background-color: #94c11f;
}

/*animated scroll arrow animation*/
@keyframes ring {
  2% {
    transform: rotate(-5deg);
  }
  6% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  14% {
    transform: rotate(5deg);
  }
  18% {
    transform: rotate(-5deg);
  }
  22% {
    transform: rotate(5deg);
  }
  24% {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
.site-content {
  margin: 0 auto;
  max-width: 1200px;
}

a {
  text-decoration: none;
  line-height: 20px;
}
.no-touchevents a {
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.no-touchevents a:hover {
  text-decoration: none;
}

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

em {
  font-style: normal;
}

.select2-container--default .select2-selection--single {
  background-color: #94c11f;
  border: 1px solid #fff;
  border-radius: 4px;
}
.accessory .select2-container--default .select2-selection--single {
  background-color: #145b8c;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 40px;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  margin-top: 5px;
}
.select2-container--default .select2-search--dropdown {
  background-color: #94c11f;
}
.accessory .select2-container--default .select2-search--dropdown {
  background-color: #145b8c;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #fff;
  background-color: #94c11f;
  color: #fff;
}
.accessory .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #145b8c;
}
@media (min-width: 800px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 450px;
  }
}

.select2-container .select2-selection--single {
  height: 42px;
}

.select2-dropdown {
  background-color: #94c11f;
  border: 1px solid #fff;
  width: 230px !important;
  color: #fff;
}
.accessory .select2-dropdown {
  background-color: #145b8c;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

header {
  z-index: 60000;
  background-color: #fff;
  height: 50px;
}
@media (min-width: 700px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 82px;
  }
}
header .site-content {
  max-width: 1200px;
  margin: 0 auto;
}
header .full:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 699px) {
  header .full {
    display: none;
  }
}
header .full .logo {
  float: left;
  padding-top: 2px;
  padding-right: 25px;
}
header .full .logo img {
  height: 75px;
}
header .full .top-menu {
  float: left;
}
header .full .top-menu ul {
  margin: 0;
}
header .full .top-menu ul li {
  display: inline-block;
  width: 150px;
  text-align: center;
  height: 82px;
  vertical-align: top;
  padding: 0 5px;
}
header .full .top-menu ul li:nth-child(1) {
  background-color: #94c11f;
}
header .full .top-menu ul li:nth-child(2) {
  background-color: #145b8c;
}
header .full .top-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  display: block;
  padding: 20px 0 0;
  height: 60px;
}
header .full .top-menu ul li a:hover::after {
  bottom: -30px;
}
header .full .top-menu ul li a:after {
  font-family: FontAwesome;
  content: "\f107";
  bottom: -20px;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 14px;
  transition: bottom 0.3s;
}
header .full .phone {
  float: right;
  font-weight: bold;
  font-size: 16px;
  padding: 30px 10px 0 0;
  position: relative;
  margin-left: 40px;
  height: 82px;
}
header .full .phone::before {
  content: "";
  height: 50px;
  width: 1px;
  background-color: #94c11f;
  position: absolute;
  left: -20px;
  top: 15px;
}
header .full .phone i {
  margin-right: 5px;
}
body.machine header .full .phone i {
  color: #94c11f;
}
body.accessory header .full .phone i {
  color: #145b8c;
}
header .full .content-menu {
  float: right;
  height: 82px;
}
header .full .language-switcher {
  position: relative;
  color: #444444;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  line-height: 24px;
  font-size: 13px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
}
body.machine header .full .language-switcher.on, .no-touchevents body.machine header .full .language-switcher:hover {
  color: #94c11f;
}
body.accessory header .full .language-switcher.on, .no-touchevents body.accessory header .full .language-switcher:hover {
  color: #145b8c;
}
header .full .language-switcher ul {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  color: #444444;
  display: none;
  z-index: 1;
}
header .full .language-switcher ul li {
  line-height: 27px;
  text-align: center;
  display: block;
}
header .full .language-switcher ul li a {
  color: #444444;
  text-transform: uppercase;
}
body.machine header .full .language-switcher ul li a.active, body.machine header .full .language-switcher ul li a:hover {
  color: #94c11f;
}
body.accessory header .full .language-switcher ul li a.active, body.accessory header .full .language-switcher ul li a:hover {
  color: #145b8c;
}
header .full .current-locale {
  position: relative;
  padding: 0 10px;
}
@media (min-width: 950px) {
  header .full .current-locale {
    text-align: left;
  }
}
header .full .locale-social {
  height: 41px;
  text-align: right;
}
header .full .locale-social > div {
  display: inline-block;
  padding-top: 10px;
}
header .full .social-menu li {
  display: inline-block;
}
header .full .social-menu li a {
  color: #444444;
  transition: color 0.3s;
}
body.machine header .full .social-menu li a:hover {
  color: #94c11f;
}
body.accessory header .full .social-menu li a:hover {
  color: #145b8c;
}
header .full .social-menu li a i {
  margin-left: 10px;
  font-size: 12px;
}
header .full .main-menu {
  height: 41px;
}
header .full .main-menu li {
  display: inline-block;
}
header .full .main-menu li a {
  color: #444444;
  margin-left: 15px;
  font-size: 14px;
  transition: color 0.3s;
  text-transform: uppercase;
}
body.machine header .full .main-menu li a:hover, body.machine header .full .main-menu li a.active {
  color: #94c11f;
}
body.accessory header .full .main-menu li a:hover, body.accessory header .full .main-menu li a.active {
  color: #145b8c;
}
header .mobile {
  height: 50px;
}
header .mobile:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 700px) {
  header .mobile {
    display: none;
  }
}
header .mobile .logo {
  float: left;
  padding-top: 13px;
  width: 70px;
}
header .mobile .logo img {
  height: 21px;
}
header .mobile .top-menu {
  float: left;
}
header .mobile .top-menu ul {
  margin: 0;
  padding: 0;
}
header .mobile .top-menu ul li {
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 50px;
  vertical-align: top;
}
header .mobile .top-menu ul li:nth-child(1) {
  background-color: #94c11f;
}
header .mobile .top-menu ul li:nth-child(2) {
  background-color: #145b8c;
}
header .mobile .top-menu ul li a {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  display: block;
}
header .mobile .top-menu ul li a:after {
  font-family: FontAwesome;
  content: "\f107";
  bottom: -15px;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 14px;
  transition: bottom 0.3s;
}
header .navbar-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 5px;
  padding-right: 5px;
  display: none;
}
header .open-nav {
  display: inline-block;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  transition: all 600ms ease;
  z-index: 100;
}
header .open-nav span.hamburger {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #444444;
}
header .open-nav span.hamburger:before, header .open-nav span.hamburger:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform .3s, background .3s;
  background-color: #444444;
}
header .open-nav span.hamburger:before {
  transform: translateY(-10px) rotate(0deg);
}
header .open-nav span.hamburger:after {
  transform: translateY(10px) rotate(0deg);
}
header .open-nav span.hamburger.is-clicked:before {
  transform: translateY(0) rotate(45deg);
}
header .open-nav span.hamburger.is-clicked:after {
  transform: translateY(0) rotate(-45deg);
}
header .open-nav span.hamburger.is-clicked {
  background-color: transparent !important;
}
@media (min-width: 1150px) {
  .no-touchevents header .open-nav:hover span:before {
    transform: translateY(-13px) rotate(0deg);
  }
}
@media (min-width: 1150px) {
  .no-touchevents header .open-nav:hover span:after {
    transform: translateY(13px) rotate(0deg);
  }
}
header .menu-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 100;
  top: 0;
}
header .menu-mobile .wrapper {
  opacity: 0;
}
header .menu-mobile .logo {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
  float: none;
}
header .menu-mobile .logo img {
  height: 75px;
}
header .menu-mobile .phone {
  font-weight: bold;
  font-size: 21px;
  position: relative;
  padding: 20px;
  text-align: center;
}
header .menu-mobile .phone::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #3D3D3D;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .menu-mobile .phone i {
  margin-right: 5px;
  font-size: 32px;
}
body.machine header .menu-mobile .phone i {
  color: #94c11f;
}
body.accessory header .menu-mobile .phone i {
  color: #145b8c;
}
header .menu-mobile .main-menu {
  padding: 20px 25px 0;
}
header .menu-mobile .main-menu ul {
  padding: 0;
}
header .menu-mobile .main-menu li {
  padding: 15px 0;
}
header .menu-mobile .main-menu li a {
  color: #444444;
  margin-left: 15px;
  font-size: 18px;
  transition: color 0.3s;
  text-transform: uppercase;
}
.no-touchevents body.machine header .menu-mobile .main-menu li a:hover, body.machine header .menu-mobile .main-menu li a.active {
  color: #94c11f;
}
.no-touchevents body.accessory header .menu-mobile .main-menu li a:hover, body.accessory header .menu-mobile .main-menu li a.active {
  color: #145b8c;
}
header .menu-mobile .language-switcher {
  padding: 10px 0 20px 40px;
  position: relative;
  font-size: 18px;
}
header .menu-mobile .language-switcher .locales {
  position: absolute;
  top: -340px;
  left: 85px;
  display: none;
}
body.machine header .menu-mobile .language-switcher .locales {
  background-color: #94c11f;
}
body.accessory header .menu-mobile .language-switcher .locales {
  background-color: #145b8c;
}
header .menu-mobile .language-switcher .locales li {
  padding: 2px 6px;
  font-size: 14px;
}
header .menu-mobile .language-switcher .locales a {
  text-transform: uppercase;
  color: #444444;
}
header .menu-mobile .social-menu {
  padding: 10px 40px;
}
header .menu-mobile .social-menu li {
  display: inline-block;
}
header .menu-mobile .social-menu li a {
  color: #444444;
  transition: color 0.3s;
}
body.machine header .menu-mobile .social-menu li a:hover {
  color: #94c11f;
}
body.accessory header .menu-mobile .social-menu li a:hover {
  color: #145b8c;
}
header .menu-mobile .social-menu li a i {
  font-size: 22px;
  margin-right: 17px;
}
header .search-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 110;
  bottom: 0;
  padding: 0 15px;
}
header .search-mobile .select2 {
  width: 100% !important;
}
body.machine header .search-mobile {
  background-color: #94c11f;
}
body.accessory header .search-mobile {
  background-color: #145b8c;
}
header .search-mobile .wrapper {
  opacity: 0;
  padding-top: 20px;
}
header .search-mobile .form {
  padding: 50px;
}
header .search-mobile .title {
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  padding-bottom: 15px;
}
header .search-mobile .title p {
  margin: 0;
}
header .search-mobile .title em {
  font-weight: bold;
}
header .search-mobile select {
  width: 100%;
  margin: 15px 0;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 12px;
  color: #fff;
  outline: 0;
}
header .search-mobile select option {
  border: 1px solid #fff;
  text-transform: capitalize;
}
body.machine header .search-mobile select option {
  background-color: #94c11f;
}
body.accessory header .search-mobile select option {
  background-color: #145b8c;
}
header .search-mobile select:focus {
  border: 1px solid #444444;
}
header .search-mobile button {
  width: 100%;
  margin: 15px 0;
  padding: 8px 10px;
  background-color: #fff;
  border: 0;
  transition: background-color 0.3s;
}
body.machine header .search-mobile button {
  color: #94c11f;
}
body.accessory header .search-mobile button {
  color: #145b8c;
}
header .search-mobile button:hover {
  background-color: #444444;
}
header .search-mobile .close {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 56px;
  line-height: 56px;
  text-align: center;
}
header .search-mobile .close a {
  display: block;
  height: 56px;
}
header .search-mobile .close i {
  font-size: 34px;
  color: #444444;
  padding-top: 9px;
}
@media (max-width: 1149px) {
  header .locale-social, header .full .social-menu, header .full .main-menu, header .full .phone {
    display: none;
  }
  header .navbar-menu {
    display: block;
  }
}

section.form-search {
  position: fixed;
  width: 100%;
  top: 82px;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}
body.machine section.form-search {
  background-color: #94c11f;
}
body.accessory section.form-search {
  background-color: #145b8c;
}
@media (max-width: 699px) {
  section.form-search {
    display: none;
  }
}
section.form-search .headroom {
  text-align: center;
  width: 100%;
  position: fixed;
  transition: top 0.4s;
  height: 130px;
}
@media (min-width: 1180px) {
  body.machine section.form-search .headroom {
    height: 90px;
  }
}
@media (min-width: 996px) {
  body.accessory section.form-search .headroom {
    height: 90px;
  }
}
body.machine section.form-search .headroom {
  background-color: #94c11f;
}
body.accessory section.form-search .headroom {
  background-color: #145b8c;
}
section.form-search .headroom.headroom--pinned {
  top: 82px;
}
section.form-search .headroom.headroom--unpinned {
  top: -59px !important;
}
@media (min-width: 1200px) {
  section.form-search .headroom.headroom--unpinned {
    top: -14px !important;
  }
}
section.form-search .site-content {
  max-width: 1200px;
  margin: 0 auto;
}
section.form-search #search-form {
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
}
section.form-search #search-form form > div {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
  padding-bottom: 10px;
}
section.form-search #search-form form .button {
  margin-right: 0;
}
section.form-search .title {
  text-transform: uppercase;
  text-align: left;
  width: 231px;
}
section.form-search .title span {
  display: block;
}
section.form-search .title span em {
  font-weight: bold;
}
section.form-search .title span p {
  margin: 0;
}
section.form-search select {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 10px;
  border-radius: 3px;
  color: #fff;
  width: 160px;
  outline: 0;
}
section.form-search select option {
  border: 1px solid #fff;
  text-transform: capitalize;
}
body.machine section.form-search select option {
  background-color: #94c11f;
}
body.accessory section.form-search select option {
  background-color: #145b8c;
}
section.form-search select:focus {
  border: 1px solid #444444;
}
section.form-search select:disabled {
  background-color: rgba(238, 238, 238, 0.4);
}
section.form-search button {
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  width: 190px;
  transition: background-color 0.3s;
}
body.machine section.form-search button {
  color: #94c11f;
}
body.accessory section.form-search button {
  color: #145b8c;
}
section.form-search button:hover {
  background-color: #444444;
}

@media (min-width: 700px) {
  main {
    padding-top: 210px;
  }
}
@media (min-width: 996px) {
  body.accessory main {
    padding-top: 170px;
  }
}
@media (min-width: 1180px) {
  body.machine main {
    padding-top: 170px;
  }
}

section.banner {
  position: relative;
  padding-bottom: 10px;
}
section.banner .back-banner {
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: -82px;
  bottom: -30px;
}
section.banner .title {
  text-align: center;
}
body.machine section.banner .title {
  padding: 75px 10px 30px;
}
@media (max-width: 699px) {
  body.machine section.banner .title {
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  body.machine section.banner .title {
    padding-top: 50px;
  }
}
body.accessory section.banner .title {
  padding: 66px 10px 0;
}
section.banner .number-machine {
  color: #94c11f;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
section.banner .number-machine span {
  border: 1px solid #94c11f;
  padding: 2px 10px;
  font-size: 22px;
  margin-right: 5px;
}
section.banner h1 {
  color: #fff;
  padding-top: 5px;
}
section.banner h1 span {
  display: block;
}
section.banner h1 span:nth-child(1) {
  line-height: 32px;
}
@media (min-width: 700px) {
  section.banner h1 span:nth-child(1) {
    line-height: 40px;
  }
}
section.banner h1 span:nth-child(2) {
  font-size: 17px;
  text-transform: none;
}

section.category-block {
  max-width: 1200px;
  margin: 0 auto;
}
section.category-block .categories {
  text-align: center;
}
section.category-block .categories:after {
  content: "";
  display: table;
  clear: both;
}
section.category-block .category {
  width: 50%;
  background-color: #fff;
  position: relative;
  float: left;
  text-align: left;
  border: 1px solid #eeeeee;
  height: 130px;
  vertical-align: top;
}
@media (min-width: 610px) {
  section.category-block .category {
    display: inline-block;
    float: none;
    width: 275px;
    height: 200px;
    margin: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border: 0;
  }
}
section.category-block .back {
  background-position: bottom right;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.category-block a {
  display: block;
  height: 100%;
}
.no-touchevents section.category-block a:hover .content h2 span:nth-child(2) {
  color: #444444;
}
section.category-block .content {
  position: relative;
  padding: 20px;
}
section.category-block .content h2 {
  font-size: 14px;
}
@media (min-width: 610px) {
  section.category-block .content h2 {
    font-size: 20px;
  }
}
section.category-block .content h2 span {
  display: block;
  transition: color 0.3s;
}
section.category-block .content h2 span:nth-child(1) {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
}
section.category-block .content h2 span:nth-child(2) {
  font-size: 14px;
}
body.machine section.category-block .content h2 span:nth-child(2) {
  color: #94c11f;
}
body.accessory section.category-block .content h2 span:nth-child(2) {
  color: #145b8c;
}

section.presentation {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 1000px) {
  section.presentation {
    padding: 20px 10px 35px;
  }
}
section.presentation::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #b9b9b9;
  bottom: 0;
  left: 20%;
  right: 20%;
}
section.presentation .site-content:after {
  content: "";
  display: table;
  clear: both;
}
section.presentation .video {
  height: 350px;
}
@media (min-width: 1000px) {
  section.presentation .video {
    float: left;
    width: 65%;
  }
}
section.presentation .content {
  text-align: center;
  padding: 0 10px 20px;
}
@media (min-width: 1000px) {
  section.presentation .content {
    float: right;
    width: 35%;
    padding-left: 60px;
    padding-top: 60px;
    text-align: left;
  }
}
section.presentation .content > div {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  padding: 10px 20px;
}
@media (min-width: 610px) {
  section.presentation .content > div {
    font-size: 28px;
    line-height: 38px;
    padding: 10 0 30px;
  }
}
@media (min-width: 1000px) {
  section.presentation .content > div {
    font-size: 32px;
  }
}

section.last-items {
  padding: 20px 10px 10px;
}
@media (max-width: 699px) {
  section.last-items {
    display: none;
  }
}
section.last-items h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
body.machine section.last-items h2 em {
  color: #94c11f;
}
body.accessory section.last-items h2 em {
  color: #145b8c;
}
section.last-items .item-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.last-items .item {
  width: 280px;
  height: 280px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
section.last-items .item:hover .picture {
  transform: scale(1.1);
}
section.last-items .picture {
  position: absolute;
  background-position: center center;
  background-size: cover;
  transition: transform 0.6s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.last-items .overlay-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
section.last-items .data {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 20px;
}
section.last-items .title {
  padding-bottom: 10px;
}
section.last-items .title a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s;
}
body.machine section.last-items .title a em {
  color: #94c11f;
}
body.accessory section.last-items .title a em {
  color: #145b8c;
}
body.machine section.last-items .title a:hover {
  color: #94c11f;
}
body.accessory section.last-items .title a:hover {
  color: #145b8c;
}
section.last-items .category-type {
  padding-bottom: 20px;
}
section.last-items .category-type a {
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 118px;
}
body.machine section.last-items .category-type a:nth-child(1) {
  background-color: #94c11f;
}
body.accessory section.last-items .category-type a:nth-child(1) {
  background-color: #145b8c;
}
section.last-items .category-type a:nth-child(2) {
  background-color: #3D3D3D;
}
section.last-items .button a {
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}
section.last-items .buttons {
  text-align: center;
  padding: 15px 10px;
}
section.last-items .buttons a {
  font-size: 18px;
}

section.slider-items {
  background-color: #eeeeee;
  height: 270px;
  padding: 10px;
}
@media (min-width: 700px) {
  section.slider-items {
    display: none;
  }
}
section.slider-items #last-items-slider {
  max-width: 300px;
  margin: 0 auto;
}
section.slider-items h2 {
  text-align: center;
  text-transform: uppercase;
}
body.machine section.slider-items h2 em {
  color: #94c11f;
}
body.accessory section.slider-items h2 em {
  color: #145b8c;
}
section.slider-items .item {
  background-color: #fff;
  width: 300px;
  margin-right: 10px;
}
section.slider-items .item:after {
  content: "";
  display: table;
  clear: both;
}
section.slider-items .picture {
  width: 120px;
  height: 130px;
  float: left;
  background-size: cover;
  background-position: center center;
}
section.slider-items .data {
  width: 155px;
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
section.slider-items .data > div {
  padding-bottom: 5px;
}
section.slider-items .ref {
  font-size: 11px;
  font-weight: bold;
  color: #3D3D3D;
}
section.slider-items .title {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #b9b9b9;
}
section.slider-items .title a {
  color: #444444;
}
section.slider-items .button {
  padding-top: 5px;
  padding-bottom: 0;
}
section.slider-items .button a {
  display: block;
}
body.machine section.slider-items .button a {
  color: #94c11f;
}
body.accessory section.slider-items .button a {
  color: #145b8c;
}
section.slider-items .button a:nth-child(1) {
  font-size: 13px;
  padding-bottom: 5px;
}
section.slider-items .button a:nth-child(2) {
  padding: 5px;
  font-size: 12px;
}
body.machine section.slider-items .button a:nth-child(2) {
  border: 1px solid #94c11f;
}
body.accessory section.slider-items .button a:nth-child(2) {
  border: 1px solid #145b8c;
}
section.slider-items .bx-viewport {
  box-shadow: none;
  border: 0;
  background-color: #eeeeee;
}

section.last-posts {
  padding: 20px 10px;
  background-color: #eeeeee;
}
section.last-posts .post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.last-posts .post {
  width: 280px;
  margin: 10px;
}
@media (max-width: 700px) {
  section.last-posts .post {
    display: none;
  }
}
section.last-posts .post:hover .picture .overlay {
  opacity: 1;
}
section.last-posts .last {
  border: 1px solid #444444;
  padding: 20px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 700px) {
  section.last-posts .last {
    width: 100%;
    text-align: center;
  }
}
section.last-posts .last a {
  text-transform: uppercase;
  font-weight: bold;
  color: #444444;
  transition: color 0.3s;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 700px) {
  section.last-posts .last a {
    font-size: 22px;
    line-height: 26px;
  }
}
.no-touchevents body.machine section.last-posts .last a:hover {
  color: #94c11f;
}
.no-touchevents body.accessory section.last-posts .last a:hover {
  color: #145b8c;
}
section.last-posts .picture {
  height: 150px;
  position: relative;
}
section.last-posts .picture-back {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.last-posts .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
body.machine section.last-posts .overlay {
  background-color: rgba(148, 193, 31, 0.7);
}
body.accessory section.last-posts .overlay {
  background-color: rgba(20, 91, 140, 0.7);
}
section.last-posts .content {
  padding: 15px;
  background-color: #fff;
  min-height: 170px;
}
section.last-posts .date {
  padding-bottom: 5px;
}
body.machine section.last-posts .date {
  color: #94c11f;
}
body.accessory section.last-posts .date {
  color: #145b8c;
}
section.last-posts .title {
  padding-bottom: 10px;
  min-height: 30px;
}
section.last-posts .title a {
  font-weight: bold;
  text-transform: uppercase;
  color: #444444;
  transition: color 0.3s;
}
body.machine section.last-posts .title a:hover {
  color: #94c11f;
}
body.accessory section.last-posts .title a:hover {
  color: #145b8c;
}
section.last-posts .description {
  font-size: 12px;
  height: 50px;
  margin-bottom: 15px;
}
section.last-posts .link {
  text-align: right;
}
section.last-posts .link a {
  transition: color 0.3s;
}
body.machine section.last-posts .link a {
  color: #94c11f;
}
body.accessory section.last-posts .link a {
  color: #145b8c;
}
.no-touchevents body section.last-posts .link a:hover {
  color: #444444;
}

section.last-exhibition {
  padding: 20px 10px;
}
section.last-exhibition .exhibition {
  background-color: #eeeeee;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.last-exhibition .picture {
  width: 125px;
  height: 100px;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 450px) {
  section.last-exhibition .picture {
    width: 200px;
    height: 150px;
  }
}
section.last-exhibition .picture-back {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.last-exhibition .date {
  padding: 0 5px;
  text-align: center;
  width: 140px;
  padding-bottom: 10px;
}
@media (min-width: 450px) {
  section.last-exhibition .date {
    width: 170px;
  }
}
section.last-exhibition .bordered {
  border: 1px solid #444444;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 15px;
}
section.last-exhibition .bordered span {
  display: block;
  font-size: 20px;
  line-height: 24px;
}
section.last-exhibition .bordered span:nth-child(1) {
  font-size: 30px;
}
section.last-exhibition .content {
  flex: 5;
  min-width: 280px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (max-width: 498px) {
  section.last-exhibition .content {
    text-align: center;
  }
}
section.last-exhibition .presentation {
  font-weight: bold;
  padding-bottom: 5px;
}
section.last-exhibition .title a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
body.machine section.last-exhibition .title a {
  color: #94c11f;
}
body.accessory section.last-exhibition .title a {
  color: #145b8c;
}
section.last-exhibition .title a:hover {
  color: #444444;
}
section.last-exhibition .description p {
  margin: 0;
}
section.last-exhibition .description em {
  font-weight: bold;
}
section.last-exhibition .button {
  padding: 10px;
}
section.last-exhibition .button a {
  padding: 10px 30px;
  font-size: 18px;
}

section.webcam-brand {
  padding: 0;
  position: relative;
  background-color: #fff;
}
@media (min-width: 1200px) {
  section.webcam-brand {
    padding: 20px 10px;
  }
}
section.webcam-brand .site-content:after {
  content: "";
  display: table;
  clear: both;
}
section.webcam-brand .text {
  width: 100%;
  padding: 20px 35px;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/bloc-marque.jpg");
  text-align: center;
}
@media (min-width: 1200px) {
  section.webcam-brand .text {
    float: left;
    width: 380px;
    margin-right: 20px;
    height: 350px;
    text-align: left;
  }
}
section.webcam-brand .content {
  padding-top: 15px;
}
section.webcam-brand .content > div {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 700px) {
  section.webcam-brand .content > div {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  section.webcam-brand .content > div {
    line-height: 34px;
    font-size: 28px;
  }
}
section.webcam-brand .content a {
  font-size: 18px;
}
section.webcam-brand .webcam {
  height: 350px;
}
@media (min-width: 1200px) {
  section.webcam-brand .webcam {
    float: right;
    width: 780px;
  }
}

section.contact {
  background-position: center center;
  background-size: cover;
  min-height: 247px;
}
section.contact .site-content {
  padding: 60px 10px;
  color: #fff;
  text-align: center;
}
section.contact .text {
  padding-bottom: 15px;
}
section.contact .text span {
  display: block;
}
section.contact .text span:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 700px) {
  section.contact .text span:nth-child(1) {
    font-size: 25px;
  }
}
section.contact .text span:nth-child(2) {
  font-size: 14px;
}
@media (min-width: 700px) {
  section.contact .text span:nth-child(2) {
    font-size: 18px;
  }
}
section.contact .buttons a {
  padding: 15px 60px;
}

footer {
  padding: 10px 10px 0 10px;
  overflow: hidden;
  background-color: #3D3D3D;
  color: #fff;
}
footer ul {
  padding: 0;
}
footer .wrapper {
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 950px) {
  footer .wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: left;
  }
}
footer .wrapper > div {
  flex: 1;
  min-width: 200px;
}
footer .wrapper > div.left {
  min-width: 280px;
}
footer .wrapper > div.information {
  min-width: 250px;
}
footer .left {
  flex: 2;
}
@media (max-width: 749px) {
  footer .left {
    text-align: center;
  }
}
footer .left > div {
  padding-bottom: 5px;
}
footer .logo {
  margin-bottom: 10px;
}
@media (min-width: 950px) {
  footer .logo {
    text-align: left;
  }
}
footer .logo a:hover img {
  opacity: 0.5;
}
footer .logo a img {
  max-height: 75px;
  transition: opacity 0.3s;
}
footer .company-name {
  font-weight: bold;
}
footer .information {
  padding-top: 30px;
}
footer .information > div {
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
}
footer .information > div i {
  font-size: 14px;
  left: -20px;
  bottom: 13px;
}
@media (min-width: 950px) {
  footer .information > div i {
    position: absolute;
  }
}
body.machine footer .information > div i {
  color: #94c11f;
}
body.accessory footer .information > div i {
  color: #145b8c;
}
footer .center {
  padding-top: 30px;
}
@media (max-width: 749px) {
  footer .center {
    text-align: center;
  }
}
footer .center li {
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
}
footer .center li a {
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s;
}
body.machine footer .center li a:hover {
  color: #94c11f;
}
body.accessory footer .center li a:hover {
  color: #145b8c;
}
footer .right {
  padding-top: 30px;
}
@media (max-width: 749px) {
  footer .right {
    text-align: center;
  }
}
footer .social {
  padding-bottom: 10px;
}
@media (min-width: 950px) {
  footer .social ul {
    text-align: left;
  }
}
footer .social ul li {
  display: inline;
}
footer .social ul li.first i {
  margin-left: 0;
}
footer .social ul li a {
  color: #fff;
  transition: color 0.3s;
}
body.machine footer .social ul li a:hover {
  color: #94c11f;
}
body.accessory footer .social ul li a:hover {
  color: #145b8c;
}
footer .social ul li a i {
  font-size: 18px;
  width: initial;
  margin: 0 5px;
}
footer .language-switcher {
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
  width: 150px;
  margin: 20px auto;
}
@media (min-width: 950px) {
  footer .language-switcher {
    margin: 20px 0;
  }
}
body.machine footer .language-switcher.on, body.machine .no-touchevents footer .language-switcher:hover {
  color: #94c11f;
}
body.accessory footer .language-switcher.on, body.accessory .no-touchevents footer .language-switcher:hover {
  color: #145b8c;
}
footer .language-switcher ul {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #444444;
  color: #fff;
  display: none;
  z-index: 1;
}
footer .language-switcher ul li {
  line-height: 27px;
  text-align: center;
  display: inline-block;
  padding: 0 4px;
}
footer .language-switcher ul li a {
  color: #fff;
  text-transform: uppercase;
}
body.machine footer .language-switcher ul li a.active {
  color: #94c11f;
}
body.accessory footer .language-switcher ul li a.active {
  color: #145b8c;
}
.no-touchevents body.machine footer .language-switcher ul li a:hover {
  color: #94c11f;
}
.no-touchevents body.accessory footer .language-switcher ul li a:hover {
  color: #145b8c;
}
footer .current-locale {
  position: relative;
}
@media (min-width: 950px) {
  footer .current-locale {
    text-align: left;
  }
}
footer .current-locale:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  content: '\f107';
  width: 30px;
  margin-left: 5px;
}
footer .contact li {
  padding-bottom: 10px;
}
footer .contact li a {
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s;
}
body.machine footer .contact li a:hover {
  color: #94c11f;
}
body.accessory footer .contact li a:hover {
  color: #145b8c;
}
footer .bottom {
  background-color: #262626;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 750px) {
  footer .bottom {
    display: flex;
    justify-content: space-between;
  }
}
footer .bottom::before {
  content: '';
  background-color: #262626;
  position: absolute;
  top: 0;
  height: 100%;
  width: 10000px;
  right: 100%;
}
footer .bottom::after {
  content: '';
  background-color: #262626;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 10000px;
}
footer .copyright {
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  footer .copyright {
    text-align: left;
  }
}
footer .made-by {
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  footer .made-by {
    text-align: right;
    margin-right: 25px;
  }
}
footer .made-by a {
  color: #fff;
  transition: color 0.3s;
}
body.machine footer .made-by a:hover {
  color: #94c11f;
}
body.accessory footer .made-by a:hover {
  color: #145b8c;
}
footer .contact-sticky {
  opacity: 1;
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 90;
  background-color: #444444;
  border-radius: 28px;
  transition: opacity 0.5s;
}
@media (min-width: 1150px) {
  footer .contact-sticky {
    display: none;
    opacity: 0;
  }
}
footer .contact-sticky::before, footer .contact-sticky::after {
  content: '';
  left: 50%;
  width: 40px;
  top: 50%;
  margin-left: -20px;
  height: 4px;
  position: absolute;
  transform: translateZ(0);
  backface-visibility: hidden;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
footer .contact-sticky::before {
  transform: rotate(45deg);
}
footer .contact-sticky::after {
  transform: rotate(-45deg);
}
footer .contact-sticky a {
  box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.28);
  border-radius: 45px;
  display: block;
  background-color: #444444;
}
footer .contact-sticky i {
  display: block;
  margin: 0;
  padding: 0;
  width: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
}
footer .contact-sticky i.animated {
  transform-origin: 50% 60%;
  animation: ring 5s infinite;
}
footer .contact-sticky.is-clicked:before, footer .contact-sticky.is-clicked:after {
  opacity: 1;
}
footer .contact-sticky.is-clicked i {
  opacity: 0;
}
footer .search-sticky {
  opacity: 1;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 56px;
  height: 56px;
  text-align: center;
  z-index: 90;
  border-radius: 28px;
  transition: opacity 0.5s;
}
body.machine footer .search-sticky {
  background-color: #94c11f;
}
body.accessory footer .search-sticky {
  background-color: #145b8c;
}
@media (min-width: 700px) {
  footer .search-sticky {
    display: none;
    opacity: 0;
  }
}
footer .search-sticky::before, footer .search-sticky::after {
  content: '';
  left: 50%;
  width: 40px;
  top: 50%;
  margin-left: -20px;
  height: 4px;
  position: absolute;
  transform: translateZ(0);
  backface-visibility: hidden;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s;
}
footer .search-sticky::before {
  transform: rotate(45deg);
}
footer .search-sticky::after {
  transform: rotate(-45deg);
}
footer .search-sticky a {
  box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.28);
  border-radius: 45px;
  display: block;
}
body.machine footer .search-sticky a {
  background-color: #94c11f;
}
body.accessory footer .search-sticky a {
  background-color: #145b8c;
}
footer .search-sticky i {
  display: block;
  margin: 0;
  padding: 0;
  width: 56px;
  line-height: 56px;
  font-size: 29px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
}
footer .search-sticky i.animated {
  transform-origin: 50% 60%;
  animation: ring 5s infinite;
}
footer .search-sticky.is-clicked:before, footer .search-sticky.is-clicked:after {
  opacity: 1;
}
footer .search-sticky.is-clicked i {
  opacity: 0;
}

section.breadcrumb {
  padding: 8px 10px;
  font-size: 13px;
}
section.breadcrumb ol {
  padding: 0;
  margin: 0;
}
section.breadcrumb li {
  display: inline-block;
  list-style: none;
}
section.breadcrumb li:last-child a {
  color: #444444;
}
section.breadcrumb a {
  color: rgba(68, 68, 68, 0.5);
  font-weight: normal;
}
section.breadcrumb a.current, .no-touchevents section.breadcrumb a:hover {
  color: #444444;
}
section.breadcrumb .back {
  float: right;
}
section.breadcrumb .back a {
  text-transform: uppercase;
}
body.machine section.breadcrumb .back a {
  color: #94c11f;
}
body.accessory section.breadcrumb .back a {
  color: #145b8c;
}
section.breadcrumb .back a i {
  transition: transform 0.3s;
}
.no-touchevents section.breadcrumb .back a:hover i {
  transform: translateX(-5px);
}

.section-result-intro {
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
}
.section-result-intro h1 {
  font-size: 24px;
  line-height: 46px;
}
.section-result-intro h1 strong {
  color: #94c11f;
}
@media (min-width: 1200px) {
  .section-result-intro {
    *zoom: 1;
    padding: 0 10px 20px;
  }
  .section-result-intro:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-result-intro h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    width: 950px;
  }
  .section-result-intro h1 strong {
    color: #94c11f;
  }
  .section-result-intro .alert {
    float: right;
    width: 250px;
    text-align: right;
  }
}

section.search-result {
  background-color: #eeeeee;
  padding: 15px 10px;
}
section.search-result .left-side {
  display: none;
}
@media (min-width: 1220px) {
  section.search-result .left-side {
    display: block;
  }
}
section.search-result .left-side > div {
  margin-top: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
section.search-result .left-side > div .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 10px;
}
section.search-result .left-side > div a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 40px 10px;
}
section.search-result .left-side > div a:hover {
  color: #444444;
}
section.search-result .left-side > div a.button {
  padding: 15px 30px;
}
section.search-result .left-side > div a i {
  margin-left: 5px;
}
section.search-result .menu-contact {
  padding: 25px 10px;
}
section.search-result .result-text {
  padding: 5px 0 10px;
}
section.search-result .right-side {
  margin: 0 auto;
}
section.search-result .right-side li {
  margin: 0 auto 20px;
  background-color: #fff;
  max-width: 410px;
}
@media (min-width: 970px) {
  section.search-result .right-side li {
    width: 885px;
    max-width: 885px;
  }
}
section.search-result .right-side li:hover .picture img {
  transform: scale(1.1);
}
section.search-result .right-side li .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
section.search-result .picture {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
section.search-result .picture img {
  position: relative;
  width: 190px;
  height: 120px;
  left: -35px;
  transition: all 0.3s;
}
@media (min-width: 970px) {
  section.search-result .picture {
    width: 300px;
    height: 190px;
  }
  section.search-result .picture img {
    width: 300px;
    height: 190px;
    left: 0;
  }
}
section.search-result .picture a {
  display: block;
  height: 100%;
  width: 100%;
}
section.search-result .title-and-infos {
  padding: 6px 10px;
  margin-left: 130px;
}
@media (min-width: 970px) {
  section.search-result .title-and-infos {
    float: right;
    padding: 15px;
    width: 585px;
    margin-left: 0;
  }
}
section.search-result .serial {
  font-weight: bold;
  color: #b9b9b9;
  font-size: 10px;
}
@media (min-width: 970px) {
  section.search-result .serial {
    font-size: 12px;
  }
}
section.search-result h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 970px) {
  section.search-result h2 {
    font-size: 16px;
    float: left;
    position: initial;
  }
}
section.search-result h2::before {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  left: 50px;
  right: 50px;
  background-color: #b9b9b9;
}
@media (min-width: 970px) {
  section.search-result h2::before {
    bottom: -5px;
  }
}
section.search-result h2 a {
  color: #444444;
}
.no-touchevents body.machine section.search-result h2 a:hover {
  color: #94c11f;
}
.no-touchevents body.accessory section.search-result h2 a:hover {
  color: #145b8c;
}
body.machine section.search-result h2 a span {
  color: #94c11f;
}
body.accessory section.search-result h2 a span {
  color: #145b8c;
}
section.search-result .title {
  position: relative;
}
@media (min-width: 970px) {
  section.search-result .title:after {
    content: "";
    display: table;
    clear: both;
  }
}
section.search-result .link {
  padding-top: 10px;
}
@media (min-width: 970px) {
  section.search-result .link {
    float: right;
    padding-top: 0;
  }
}
section.search-result .link a {
  display: inline-block;
}
body.machine section.search-result .link a {
  color: #94c11f;
}
body.accessory section.search-result .link a {
  color: #145b8c;
}
.no-touchevents section.search-result .link a:hover {
  color: #444444;
}
section.search-result .detail {
  padding: 15px 0;
  height: 90px;
  display: none;
}
@media (min-width: 970px) {
  section.search-result .detail {
    display: block;
  }
}
section.search-result .category-link:after {
  content: "";
  display: table;
  clear: both;
}
section.search-result .category-link .link a {
  display: inline;
  border-radius: 3px;
  padding: 5px 10px;
  transition: all 0.3s;
}
body.machine section.search-result .category-link .link a {
  color: #94c11f;
  border: 1px solid #94c11f;
}
body.machine section.search-result .category-link .link a:hover {
  color: #444444;
  border: 1px solid #444444;
}
body.accessory section.search-result .category-link .link a {
  color: #145b8c;
  border: 1px solid #145b8c;
}
body.accessory section.search-result .category-link .link a:hover {
  color: #444444;
  border: 1px solid #444444;
}
section.search-result .category {
  float: left;
  display: none;
}
@media (min-width: 970px) {
  section.search-result .category {
    display: block;
  }
}
section.search-result .load-more-wrapper {
  text-align: center;
  padding-bottom: 20px;
}
section.search-result .load-more-wrapper a {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
body.machine section.search-result .load-more-wrapper a {
  color: #94c11f;
}
body.accessory section.search-result .load-more-wrapper a {
  color: #145b8c;
}
section.search-result .load-more-wrapper a i {
  position: absolute;
  bottom: -15px;
  transition: bottom 0.3s;
}
.no-touchevents section.search-result .load-more-wrapper a:hover {
  color: #444444;
}
.no-touchevents section.search-result .load-more-wrapper a:hover i {
  bottom: -20px;
}

@media (min-width: 1220px) {
  .two-columns-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .two-columns-wrapper .left-side {
    float: left;
    width: 300px;
  }
  .two-columns-wrapper .right-side {
    float: right;
    width: 885px;
  }
}

.left-side .product-menu-select {
  margin-bottom: 15px;
}
.left-side .product-menu-select > li {
  background-color: #fff;
  position: relative;
}
.left-side .product-menu-select > li > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 10px;
  display: block;
}
body.machine .left-side .product-menu-select > li > a {
  color: #94c11f;
}
body.accessory .left-side .product-menu-select > li > a {
  color: #145b8c;
}
.left-side .product-menu-select > li > ul > li {
  border-bottom: 1px solid #b9b9b9;
}
.left-side .product-menu-select > li > ul > li.last {
  border-bottom: 0;
}
.left-side .product-menu-select > li > ul > li.current a {
  color: #fff;
}
body.machine .left-side .product-menu-select > li > ul > li.current a {
  background-color: #94c11f;
}
body.accessory .left-side .product-menu-select > li > ul > li.current a {
  background-color: #145b8c;
}
.left-side .product-menu-select > li > ul > li a {
  display: block;
  color: #444444;
  padding: 10px;
  font-size: 12px;
}
.left-side .product-menu-select > li > ul > li a span {
  position: absolute;
  right: 20px;
}
.no-touchevents .left-side .product-menu-select > li > ul > li a:hover {
  color: #fff;
}
.no-touchevents body.machine .left-side .product-menu-select > li > ul > li a:hover {
  background-color: #94c11f;
}
.no-touchevents body.accessory .left-side .product-menu-select > li > ul > li a:hover {
  background-color: #145b8c;
}
.left-side .product-menu > li {
  background-color: #b9b9b9;
  border-bottom: 1px solid #fff;
  position: relative;
}
.left-side .product-menu > li.last {
  border-bottom: 0;
}
.left-side .product-menu > li::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f105';
  right: 15px;
  top: 10px;
}
.left-side .product-menu > li > a {
  color: #444444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 10px;
  display: block;
}
.no-touchevents .left-side .product-menu > li > a:hover {
  background-color: #fff;
}
.no-touchevents body.machine .left-side .product-menu > li > a:hover {
  color: #94c11f;
}
.no-touchevents body.accessory .left-side .product-menu > li > a:hover {
  color: #145b8c;
}

section.section-intro {
  padding-bottom: 10px;
}
section.section-intro:after {
  content: "";
  display: table;
  clear: both;
}
section.section-intro h1 {
  text-align: center;
  width: 100%;
  font-size: 28px;
}
@media (min-width: 1220px) {
  section.section-intro h1 {
    text-align: left;
    width: 440px;
    float: left;
  }
}
section.section-intro h1 span {
  display: block;
}
section.section-intro h1 span:nth-child(1) {
  line-height: 40px;
  font-size: 28px;
}
section.section-intro h1 span:nth-child(2) {
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
  color: #94c11f;
}
section.section-intro .intro {
  display: none;
  vertical-align: top;
}
@media (min-width: 1220px) {
  section.section-intro .intro {
    display: block;
    width: 750px;
    float: right;
  }
}
section.section-intro .intro a {
  display: block;
  text-align: right;
}
.no-touchevents section.section-intro .intro a:hover {
  color: #444444;
}
body.machine section.section-intro .intro a {
  color: #94c11f;
}
body.accessory section.section-intro .intro a {
  color: #145b8c;
}

section.section-outro {
  padding: 10px 0;
}
section.section-outro .title {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-top: 10px;
}
@media (min-width: 1220px) {
  section.section-outro .title {
    text-align: right;
    width: 350px;
  }
}
section.section-outro .title span {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
}
section.section-outro .title span:nth-child(2) {
  color: #94c11f;
}
section.section-outro .outro {
  display: none;
  vertical-align: top;
}
@media (min-width: 1220px) {
  section.section-outro .outro {
    display: inline-block;
    width: 840px;
  }
}
section.section-outro .outro a {
  display: inline-block;
  text-align: right;
  color: #94c11f;
}
section.section-outro .outro a:hover {
  color: #444444;
}

section.product-detail {
  background-color: #eeeeee;
  padding: 0 0 20px 0;
}
@media (min-width: 850px) {
  section.product-detail {
    padding: 20px 10px;
  }
}
section.product-detail .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
section.product-detail .product {
  max-width: 820px;
  margin: 0 auto;
}
@media (min-width: 1220px) {
  section.product-detail .product {
    float: left;
    margin: 0;
  }
}
section.product-detail .details {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 0 0 15px;
  position: relative;
}
@media (min-width: 850px) {
  section.product-detail .details {
    margin-bottom: 0;
    padding: 15px;
  }
}
section.product-detail .sell-layout {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 20;
  background-color: rgba(68, 68, 68, 0.3);
  top: 0;
  left: 0;
}
section.product-detail .sell-layout a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #94c11f;
}
.no-touchevents section.product-detail .sell-layout a:hover {
  color: #444444;
}
section.product-detail .sell-layout .title {
  font-size: 80px;
  font-weight: bold;
  line-height: 90px;
  margin: 0 10px;
}
section.product-detail .sell-layout .text {
  font-size: 30px;
  line-height: 40px;
  margin: 0 10px;
  text-align: center;
}
section.product-detail .top {
  border-bottom: 1px solid #eeeeee;
  display: none;
}
@media (min-width: 850px) {
  section.product-detail .top {
    display: block;
  }
}
section.product-detail .top .link {
  float: right;
}
section.product-detail .top .link .download {
  color: #444444;
  padding: 8px;
  border: 1px solid #444444;
  margin: 9px 0;
  display: inline-block;
}
section.product-detail .top .link .download:hover {
  background-color: #444444;
  color: #fff;
}
section.product-detail h1 {
  font-size: 18px;
  float: left;
}
body.machine section.product-detail h1 span:nth-child(2) {
  margin-left: 5px;
  color: #94c11f;
}
body.accessory section.product-detail h1 span:nth-child(2) {
  margin-left: 5px;
  color: #145b8c;
}
section.product-detail .category-type {
  display: none;
  float: right;
}
@media (min-width: 850px) {
  section.product-detail .category-type {
    display: block;
  }
}
section.product-detail .serial {
  float: left;
  font-weight: bold;
  padding-bottom: 5px;
}
body.machine section.product-detail .serial {
  color: #94c11f;
}
body.accessory section.product-detail .serial {
  color: #145b8c;
}
section.product-detail .complementary-info {
  padding: 15px 0;
  display: none;
}
@media (min-width: 850px) {
  section.product-detail .complementary-info {
    display: block;
  }
}
section.product-detail .complementary-info > div {
  display: inline-block;
  margin-right: 30px;
  width: 170px;
  font-weight: bold;
  vertical-align: top;
}
section.product-detail .complementary-info > div:nth-child(4) {
  margin-right: 0;
}
section.product-detail .complementary-info > div > span:nth-child(1) {
  color: #b9b9b9;
}
section.product-detail .top-mobile {
  padding: 0 10px 15px;
}
@media (min-width: 850px) {
  section.product-detail .top-mobile {
    display: none;
  }
}
section.product-detail .top-mobile .title {
  font-size: 18px;
}
body.machine section.product-detail .top-mobile .title span:nth-child(2) {
  margin-left: 5px;
  color: #94c11f;
}
body.accessory section.product-detail .top-mobile .title span:nth-child(2) {
  margin-left: 5px;
  color: #145b8c;
}
section.product-detail .top-mobile .download {
  color: #444444;
  padding: 8px;
  border: 1px solid #444444;
  margin-top: 9px;
  display: inline-block;
}
section.product-detail .top-mobile .download:hover {
  background-color: #444444;
  color: #fff;
}
section.product-detail .complementary-info-mobile {
  padding: 0 0 15px 0;
}
@media (min-width: 850px) {
  section.product-detail .complementary-info-mobile {
    display: none;
  }
}
section.product-detail .complementary-info-mobile > div {
  margin: 10px 30px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
}
section.product-detail .complementary-info-mobile > div:after {
  content: "";
  display: table;
  clear: both;
}
section.product-detail .complementary-info-mobile > div > span:nth-child(1) {
  color: #b9b9b9;
  float: left;
}
section.product-detail .complementary-info-mobile > div > span:nth-child(2) {
  float: right;
}
section.product-detail .price-mobile {
  padding: 0 20px;
}
@media (min-width: 850px) {
  section.product-detail .price-mobile {
    display: none;
  }
}
section.product-detail .price-mobile a {
  max-width: 320px;
  text-align: center;
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
}
body.machine section.product-detail .price-mobile a {
  background-color: #94c11f;
}
body.accessory section.product-detail .price-mobile a {
  background-color: #145b8c;
}
section.product-detail #slider .flex-control-nav {
  bottom: 0;
}
@media (min-width: 850px) {
  section.product-detail #slider .flex-control-nav {
    display: none;
  }
}
@media (min-width: 850px) {
  section.product-detail #slider img {
    height: 400px;
  }
}
section.product-detail .thumbnails {
  position: relative;
  display: none;
}
@media (min-width: 850px) {
  section.product-detail .thumbnails {
    display: block;
  }
}
section.product-detail .thumbnails #carousel {
  margin: 0 50px;
}
section.product-detail .thumbnails a {
  display: block;
  position: absolute;
  top: 0;
  background-color: #eeeeee;
  bottom: 0;
  padding: 0 15px;
  width: 40px;
}
section.product-detail .thumbnails a.flex-prev {
  left: 0;
}
section.product-detail .thumbnails a.flex-prev:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50px;
}
section.product-detail .thumbnails a.flex-next {
  right: 0;
}
section.product-detail .thumbnails a.flex-next:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f002';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50px;
}
section.product-detail .flexslider {
  margin: 0 0 10px;
  border: 0;
}
section.product-detail #carousel .flex-active-slide {
  border-bottom: 5px solid #94c11f;
}
section.product-detail .document-information {
  padding: 15px;
}
section.product-detail #tabs-detail {
  zoom: 1;
  position: relative;
  height: auto;
  margin-bottom: 15px;
}
section.product-detail #tabs-detail:after, section.product-detail #tabs-detail:before {
  content: "";
  display: table;
}
section.product-detail #tabs-detail:after {
  clear: both;
}
section.product-detail #tabs-detail > div.header {
  background-color: #b9b9b9;
  cursor: pointer;
  color: #fff;
  position: absolute;
  width: 23%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  height: 60px;
}
section.product-detail #tabs-detail > div.header h3 a {
  color: #444444;
}
section.product-detail #tabs-detail > div.header + div.detail + div.header {
  margin-left: 23%;
}
section.product-detail #tabs-detail > div.header + div.detail + div.header + div.detail + div.header {
  margin-left: 46%;
}
section.product-detail #tabs-detail > div.header + div.detail + div.header + div.detail + div.header + div.detail + div.header {
  margin-left: 68%;
}
@media (min-width: 600px) {
  section.product-detail #tabs-detail > div.header {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  section.product-detail #tabs-detail > div.header {
    font-size: 16px;
  }
}
@media (min-width: 850px) {
  section.product-detail #tabs-detail > div.header {
    background-color: transparent;
    color: #444444;
    border-right: 3px solid #fff;
    position: relative;
    width: 30%;
    display: block;
    top: 0;
    margin-left: 0 !important;
    padding: 15px 10px 15px 0;
    text-align: center;
    height: auto;
  }
}
section.product-detail #tabs-detail > div.header:nth-child(1) {
  margin-left: 0;
}
section.product-detail #tabs-detail > div.header.active {
  cursor: default;
  border-right: none;
  background-color: #fff;
}
body.machine section.product-detail #tabs-detail > div.header.active h3, body.machine section.product-detail #tabs-detail > div.header.active h4 {
  color: #94c11f;
}
body.accessory section.product-detail #tabs-detail > div.header.active h3, body.accessory section.product-detail #tabs-detail > div.header.active h4 {
  color: #145b8c;
}
@media (min-width: 850px) {
  section.product-detail #tabs-detail > div.header.active {
    background-color: transparent;
  }
  body.machine section.product-detail #tabs-detail > div.header.active {
    border-right: 3px solid #94c11f;
  }
  body.accessory section.product-detail #tabs-detail > div.header.active {
    border-right: 3px solid #145b8c;
  }
}
section.product-detail #tabs-detail > div.header.active + div {
  display: block;
}
section.product-detail #tabs-detail > div.detail {
  zoom: 1;
  position: relative;
  height: auto;
  border-left: none;
  display: none;
  margin-top: 45px;
  width: 100%;
  padding: 10px;
  background-color: white;
}
@media (min-width: 850px) {
  section.product-detail #tabs-detail > div.detail {
    position: absolute;
    width: 70%;
    right: 0;
    top: 0;
    padding: 15px 30px;
    margin-top: 15px;
    background-color: transparent;
  }
}
section.product-detail #tabs-detail > div.detail div {
  margin: 10px 0;
}
section.product-detail #tabs-detail > div.detail div.title {
  font-weight: bold;
}
section.product-detail #tabs-detail > div.detail:after, section.product-detail #tabs-detail > div.detail:before {
  content: "";
  display: table;
}
section.product-detail #tabs-detail > div.detail:after {
  clear: both;
}
section.product-detail .form {
  background-size: cover;
  background-position: center center;
  padding: 15px;
  text-align: center;
  color: #fff;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 1220px) {
  section.product-detail .form {
    float: right;
    margin: 0;
  }
}
body.machine section.product-detail .form {
  background-image: url("../img/bg-vert.jpg");
}
body.accessory section.product-detail .form {
  background-image: url("../img/bg-bleu.jpg");
}
section.product-detail .form .title {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
section.product-detail .form .title p {
  margin: 5px;
}
section.product-detail .form .title em {
  display: block;
}
section.product-detail .form .text {
  padding-bottom: 15px;
}
section.product-detail .form label {
  display: none;
}
section.product-detail .form .checkbox label {
  display: block;
}
section.product-detail .form .checkbox input {
  width: auto;
}
section.product-detail .form .form-group {
  padding: 10px 0;
}
section.product-detail .form input, section.product-detail .form textarea, section.product-detail .form select {
  border-radius: 3px;
  border: 0;
  padding: 4px 0px 4px 9px;
  width: 100%;
  color: #fff;
}
body.machine section.product-detail .form input, body.machine section.product-detail .form textarea, body.machine section.product-detail .form select {
  background-color: #729518;
}
body.accessory section.product-detail .form input, body.accessory section.product-detail .form textarea, body.accessory section.product-detail .form select {
  background-color: #0e3e5f;
}
section.product-detail .form input::-moz-placeholder, section.product-detail .form textarea::-moz-placeholder, section.product-detail .form select::-moz-placeholder {
  color: #fff;
}
section.product-detail .form input::-webkit-input-placeholder, section.product-detail .form textarea::-webkit-input-placeholder, section.product-detail .form select::-webkit-input-placeholder {
  color: #fff;
}
section.product-detail .form button {
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  width: 190px;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-weight: bold;
}
.no-touchevents section.product-detail .form button:hover {
  background-color: #444444;
}
body.machine section.product-detail .form button {
  color: #94c11f;
}
section.product-detail #document .title {
  font-weight: bold;
  padding-bottom: 10px;
}
section.product-detail #document li {
  padding-bottom: 5px;
}
section.product-detail #document .push {
  padding-left: 15px;
}
section.product-detail #document .push a {
  padding: 7px 15px;
}
section.product-detail #datasheet .title {
  font-weight: bold;
  padding-bottom: 10px;
}
section.product-detail #datasheet li {
  padding-bottom: 5px;
}
section.product-detail #datasheet .push {
  padding-left: 15px;
}
section.product-detail #datasheet .push a {
  padding: 7px 15px;
}
section.product-detail .videos li {
  display: inline-block;
  padding-right: 5px;
}

.show-on-success, .show-on-error {
  display: none;
  font-weight: bold;
}

.show-on-error {
  max-width: 700px;
  margin: 0 auto;
}

section.intro-page {
  padding: 15px 10px 35px;
  background-color: #fff;
  text-align: center;
}
section.intro-page h1 {
  text-align: center;
  font-size: 32px;
}
section.intro-page h2 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #94c11f;
}
section.intro-page .description {
  padding: 30px 10px;
}
section.intro-page a.button-inverted {
  color: #94c11f;
  border: 1px solid #94c11f;
  padding: 10px 25px;
}
.no-touchevents section.intro-page a.button-inverted:hover {
  background-color: #94c11f;
  color: #fff;
}

section.outro-page {
  overflow: hidden;
}
section.outro-page .address {
  background-color: #94c11f;
  text-align: center;
  padding: 25px 10px;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
}
section.outro-page .map {
  position: relative;
}
section.outro-page .map #google-map {
  height: 250px;
}
section.outro-page .map .route {
  position: absolute;
  right: 0;
  z-index: 10;
  padding: 10px;
  background-color: #fff;
}
section.outro-page .contact {
  background-position: center center;
  background-size: cover;
  padding: 75px 10px;
  color: #fff;
  text-align: center;
}
section.outro-page .contact .text {
  padding-bottom: 15px;
}
section.outro-page .contact .text span {
  display: block;
}
section.outro-page .contact .text span:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
}
section.outro-page .contact .text span:nth-child(2) {
  font-size: 18px;
}
section.outro-page .contact .buttons a {
  padding: 15px 60px;
}
section.outro-page .seo-bloc {
  background-color: #fff;
  padding: 20px 10px;
}
section.outro-page .seo-bloc .title {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-top: 10px;
}
@media (min-width: 1220px) {
  section.outro-page .seo-bloc .title {
    text-align: right;
    width: 250px;
  }
}
section.outro-page .seo-bloc .title span {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
}
section.outro-page .seo-bloc .title span:nth-child(2) {
  color: #94c11f;
}
section.outro-page .seo-bloc .outro {
  display: none;
  vertical-align: top;
}
@media (min-width: 1220px) {
  section.outro-page .seo-bloc .outro {
    display: inline-block;
    width: 940px;
  }
}
section.outro-page .seo-bloc .outro a {
  display: block;
  text-align: right;
  color: #94c11f;
}
section.outro-page .seo-bloc .outro a:hover {
  color: #444444;
}

section.page-sell-machine {
  background-color: #eeeeee;
  padding: 30px 10px 70px;
}
section.page-sell-machine .presentation {
  text-align: center;
  padding-bottom: 20px;
  font-size: 16px;
}
section.page-sell-machine .form-sell-machine {
  max-width: 700px;
  margin: 0 auto;
}
section.page-sell-machine .form-sell-machine:after {
  content: "";
  display: table;
  clear: both;
}
section.page-sell-machine .form-sell-machine > div {
  padding: 10px;
}
@media (min-width: 500px) {
  section.page-sell-machine .half {
    width: 50%;
    float: left;
  }
}
section.page-sell-machine .full {
  width: 100%;
  text-align: center;
  padding-top: 25px;
}
section.page-sell-machine .full:after {
  content: "";
  display: table;
  clear: both;
}
section.page-sell-machine input {
  width: 100%;
  line-height: 25px;
  padding: 5px 5px 5px 15px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  font-size: 12px;
}
section.page-sell-machine select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}
section.page-sell-machine button {
  padding: 8px 28px 8px 10px;
  color: #fff;
  border-radius: 3px;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s;
}
section.page-sell-machine button::after {
  position: absolute;
  content: '\f1d8';
  font-family: FontAwesome;
  margin-left: 5px;
}
.no-touchevents section.page-sell-machine button:hover {
  background-color: #444444;
}
body.machine section.page-sell-machine button {
  background-color: #94c11f;
}
body.accessory section.page-sell-machine button {
  background-color: #94c11f;
}
section.page-sell-machine .show-on-success {
  text-align: center;
  font-size: 18px;
  padding: 30px 10px 40px;
}

section.page-contact {
  background-color: #eeeeee;
  overflow: hidden;
  padding-bottom: 25px;
}
section.page-contact .opening-time {
  position: relative;
  padding: 25px 10px;
  font-weight: bold;
  text-align: center;
}
section.page-contact .opening-time .title {
  color: #94c11f;
  font-size: 17px;
  line-height: 28px;
}
section.page-contact .contact-information {
  padding: 35px 10px;
  position: relative;
  background-color: #fff;
  color: #94c11f;
}
section.page-contact .contact-information > div {
  text-align: center;
}
@media (min-width: 910px) {
  section.page-contact .contact-information > div {
    width: 33%;
    display: inline-block;
  }
}
section.page-contact .contact-information > div span {
  display: block;
}
section.page-contact .contact-information > div span:nth-child(2) {
  padding: 10px 0;
}
section.page-contact .contact-information > div span:nth-child(3) {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
}
section.page-contact .contact-information i {
  display: block;
  color: #94c11f;
  font-size: 24px;
}
section.page-contact .contact-information::before {
  position: absolute;
  content: '';
  width: 1200px;
  left: 100%;
  top: 0;
  height: 100%;
  background-color: #fff;
}
section.page-contact .contact-information::after {
  position: absolute;
  content: '';
  width: 1200px;
  right: 100%;
  top: 0;
  height: 100%;
  background-color: #fff;
}
section.page-contact .form .title {
  max-width: 700px;
  margin: 0 auto;
  color: #94c11f;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: bold;
}
section.page-contact .form-contact {
  max-width: 700px;
  margin: 0 auto;
}
section.page-contact .form-contact:after {
  content: "";
  display: table;
  clear: both;
}
section.page-contact .form-contact > div {
  padding: 10px;
}
@media (min-width: 600px) {
  section.page-contact .tier {
    width: 33%;
    float: left;
  }
}
section.page-contact .one-quart {
  text-align: center;
}
@media (min-width: 600px) {
  section.page-contact .one-quart {
    width: 25%;
    float: left;
    text-align: right;
    padding-top: 74px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 600px) {
  section.page-contact .three-quart {
    width: 75%;
    float: left;
  }
}
section.page-contact input {
  width: 100%;
  line-height: 25px;
  padding: 5px 5px 5px 15px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  font-size: 12px;
}
section.page-contact textarea {
  width: 100%;
  height: 100px;
  padding: 5px 5px 5px 15px;
}
section.page-contact button {
  padding: 8px 28px 8px 10px;
  color: #fff;
  border-radius: 3px;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s;
}
section.page-contact button::after {
  position: absolute;
  content: '\f1d8';
  font-family: FontAwesome;
  margin-left: 5px;
}
.no-touchevents section.page-contact button:hover {
  background-color: #444444;
}
body.machine section.page-contact button {
  background-color: #94c11f;
}
body.accessory section.page-contact button {
  background-color: #94c11f;
}
section.page-contact .show-on-success {
  text-align: center;
  font-size: 18px;
  padding: 30px 10px 40px;
}

section.page-blog-list {
  background-color: #eeeeee;
  padding: 20px 10px;
}
section.page-blog-list .post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.page-blog-list .post {
  width: 370px;
  margin: 10px;
}
section.page-blog-list .post:hover .picture .overlay {
  opacity: 1;
}
section.page-blog-list .picture {
  height: 150px;
  position: relative;
}
section.page-blog-list .picture-back {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.page-blog-list .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
body.machine section.page-blog-list .overlay {
  background-color: rgba(148, 193, 31, 0.7);
}
body.accessory section.page-blog-list .overlay {
  background-color: rgba(20, 91, 140, 0.7);
}
section.page-blog-list .content {
  padding: 15px;
  background-color: #fff;
  min-height: 170px;
}
section.page-blog-list .date {
  padding-bottom: 5px;
}
body.machine section.page-blog-list .date {
  color: #94c11f;
}
body.accessory section.page-blog-list .date {
  color: #145b8c;
}
section.page-blog-list .title {
  padding-bottom: 10px;
  min-height: 30px;
}
section.page-blog-list .title a {
  font-weight: bold;
  text-transform: uppercase;
  color: #444444;
  transition: color 0.3s;
}
body.machine section.page-blog-list .title a:hover {
  color: #94c11f;
}
body.accessory section.page-blog-list .title a:hover {
  color: #145b8c;
}
section.page-blog-list .description {
  font-size: 12px;
  height: 50px;
  margin-bottom: 15px;
}
section.page-blog-list .link {
  text-align: right;
}
section.page-blog-list .link a {
  transition: color 0.3s;
}
body.machine section.page-blog-list .link a {
  color: #94c11f;
}
body.accessory section.page-blog-list .link a {
  color: #145b8c;
}
.no-touchevents body section.page-blog-list .link a:hover {
  color: #444444;
}
section.page-blog-list .load-more-wrapper {
  text-align: center;
  padding: 10px;
}

section.page-blog-detail {
  background-color: #eeeeee;
  padding: 20px 10px;
}
section.page-blog-detail .post-detail {
  max-width: 800px;
  margin: 0 auto;
}
section.page-blog-detail .description {
  padding: 30px;
}
section.page-blog-detail .description img {
  margin: 10px;
  max-width: 300px;
  width: 100%;
}
section.page-blog-detail .post-navigation:after {
  content: "";
  display: table;
  clear: both;
}
section.page-blog-detail .post-navigation .wrapper {
  display: flex;
  align-items: center;
}
section.page-blog-detail .post-navigation .wrapper.right {
  justify-content: flex-end;
}
section.page-blog-detail .post-navigation i {
  font-size: 48px;
  transition: transform 0.3s;
  color: #b9b9b9;
  width: 30px;
}
section.page-blog-detail .post-navigation a {
  display: block;
  color: #444444;
  text-transform: uppercase;
  font-size: 14px;
}
.no-touchevents body.machine section.page-blog-detail .post-navigation a:hover {
  color: #94c11f;
}
.no-touchevents body.accessory section.page-blog-detail .post-navigation a:hover {
  color: #145b8c;
}
section.page-blog-detail .post-navigation > div {
  width: 500px;
  padding-bottom: 20px;
}
section.page-blog-detail .post-navigation > div.prev {
  float: left;
}
.no-touchevents section.page-blog-detail .post-navigation > div.prev:hover i {
  transform: translateX(-10px);
}
section.page-blog-detail .post-navigation > div.prev .link-title {
  margin-left: 25px;
}
section.page-blog-detail .post-navigation > div.next {
  float: right;
  text-align: right;
}
.no-touchevents section.page-blog-detail .post-navigation > div.next:hover i {
  transform: translateX(10px);
}
section.page-blog-detail .post-navigation > div.next .link-title {
  margin-right: 25px;
}

section.page-company h3 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
section.page-company h3 span {
  display: block;
}
section.page-company h3 span:nth-child(1) {
  font-weight: 300;
}
section.page-company .map {
  display: none;
  background-color: #eeeeee;
  padding: 50px 10px;
  overflow: hidden;
}
@media (min-width: 820px) {
  section.page-company .map {
    display: block;
  }
}
section.page-company .map #world_map {
  margin: 0 auto;
  width: 800px;
  height: 450px;
}
section.page-company .map .jvectormap-zoomin, section.page-company .map .jvectormap-zoomout {
  display: none;
}
section.page-company .activity-list {
  background-size: cover;
  background-position: center center;
  color: #fff;
  overflow: hidden;
  padding: 50px 10px;
}
section.page-company .activity-list h3 {
  color: #fff;
  padding-bottom: 40px;
}
section.page-company .activity-list ul {
  text-align: center;
}
section.page-company .activity-list li {
  display: inline-block;
  padding: 20px 60px;
  width: 220px;
}
section.page-company .activity-list .picture {
  padding-bottom: 20px;
}
section.page-company .activity-list .text {
  font-weight: bold;
}
section.page-company .activity-list img {
  height: 75px;
}
section.page-company .article {
  background-color: #fff;
  padding: 50px 10px;
}
section.page-company .article h3 span:nth-child(1) {
  color: #94c11f;
}
section.page-company .article .items {
  text-align: center;
}
section.page-company .article .item {
  display: inline-block;
  margin: 10px;
  width: 280px;
  box-shadow: 0px 5px 10px 0px #eeeeee;
  vertical-align: top;
}
@media (min-width: 450px) {
  section.page-company .article .item {
    width: 370px;
  }
}
section.page-company .article .picture {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
section.page-company .article .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(68, 68, 68, 0.3);
}
section.page-company .article .title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
section.page-company .article .content {
  padding: 15px;
}
section.page-company .article .text {
  padding-bottom: 30px;
  text-align: left;
}
section.page-company .article .text li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}
section.page-company .article .button {
  text-align: left;
}
section.page-company .article .button a.button-inverted {
  color: #94c11f;
  border: 1px solid #94c11f;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: bold;
}
.no-touchevents section.page-company .article .button a.button-inverted:hover {
  background-color: #94c11f;
  color: #fff;
}

section.page-brand-list {
  background-color: #eeeeee;
  padding: 20px 10px;
}
section.page-brand-list .filter-list {
  text-align: center;
  padding-bottom: 10px;
}
section.page-brand-list .filter-list a {
  font-size: 18px;
  color: #b9b9b9;
  text-transform: uppercase;
  margin: 2px;
}
section.page-brand-list .filter-list a.current {
  color: #94c11f;
}
section.page-brand-list .filter-list a:hover {
  color: #94c11f;
}
section.page-brand-list .brand-list {
  text-align: center;
}
section.page-brand-list .brand {
  width: 280px;
  display: inline-block;
  text-align: left;
  margin: 10px;
  background-color: #fff;
  overflow: hidden;
}
section.page-brand-list .brand:hover .background {
  transform: scale(1.1);
}
section.page-brand-list .picture {
  height: 150px;
  position: relative;
  overflow: hidden;
}
section.page-brand-list .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
}
section.page-brand-list .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(68, 68, 68, 0.3);
}
section.page-brand-list .title {
  padding-bottom: 15px;
}
section.page-brand-list .title a {
  color: #94c11f;
  font-size: 20px;
  text-transform: uppercase;
}
.no-touchevents section.page-brand-list .title a:hover {
  color: #444444;
}
section.page-brand-list .content {
  padding: 15px;
}
section.page-brand-list .content a.button-inverted {
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #94c11f;
  border-color: #94c11f;
}
section.page-brand-list .content a.button-inverted:hover {
  background-color: #94c11f;
  color: #fff;
}
section.page-brand-list .description {
  padding-bottom: 10px;
  min-height: 80px;
}
section.page-brand-list .load-more-wrapper {
  text-align: center;
  padding-bottom: 20px;
}
section.page-brand-list .load-more-wrapper a {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
body.machine section.page-brand-list .load-more-wrapper a {
  color: #94c11f;
}
body.accessory section.page-brand-list .load-more-wrapper a {
  color: #145b8c;
}
section.page-brand-list .load-more-wrapper a i {
  position: absolute;
  bottom: -15px;
  transition: bottom 0.3s;
}
.no-touchevents section.page-brand-list .load-more-wrapper a:hover {
  color: #444444;
}
.no-touchevents section.page-brand-list .load-more-wrapper a:hover i {
  bottom: -20px;
}

section.additional-product {
  padding: 20px 10px 10px;
}
@media (max-width: 699px) {
  section.additional-product {
    display: none;
  }
}
section.additional-product h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
section.additional-product h2 span {
  display: block;
}
body.machine section.additional-product h2 span:nth-child(1) {
  font-size: 30px;
  margin-bottom: 15px;
}
body.machine section.additional-product h2 span:nth-child(2n+1) {
  color: #94c11f;
}
body.accessory section.additional-product h2 span:nth-child(3) {
  color: #145b8c;
}
section.additional-product .item-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.additional-product .item {
  width: 280px;
  height: 280px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
section.additional-product .item:hover .picture {
  transform: scale(1.1);
}
section.additional-product .picture {
  position: absolute;
  background-position: center center;
  background-size: cover;
  transition: transform 0.6s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.additional-product .overlay-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
section.additional-product .data {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 20px;
}
section.additional-product .title {
  padding-bottom: 10px;
}
section.additional-product .title a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s;
}
body.machine section.additional-product .title a em {
  color: #94c11f;
}
body.accessory section.additional-product .title a em {
  color: #145b8c;
}
body.machine section.additional-product .title a:hover {
  color: #94c11f;
}
body.accessory section.additional-product .title a:hover {
  color: #145b8c;
}
section.additional-product .category-type {
  padding-bottom: 20px;
}
section.additional-product .category-type a {
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}
body.machine section.additional-product .category-type a:nth-child(1) {
  background-color: #94c11f;
}
body.accessory section.additional-product .category-type a:nth-child(1) {
  background-color: #145b8c;
}
section.additional-product .category-type a:nth-child(2) {
  background-color: #3D3D3D;
}
section.additional-product .button a {
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}
section.additional-product .buttons {
  text-align: center;
  padding: 15px 10px;
}
section.additional-product .buttons a {
  font-size: 18px;
}

section.additional-product-slider {
  background-color: #eeeeee;
  height: 270px;
  padding: 10px;
}
@media (min-width: 700px) {
  section.additional-product-slider {
    display: none;
  }
}
section.additional-product-slider #other-items-slider {
  max-width: 300px;
  margin: 0 auto;
}
section.additional-product-slider h3 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}
section.additional-product-slider h3 span {
  display: block;
}
body.machine section.additional-product-slider h3 span:nth-child(2) {
  color: #94c11f;
}
body.accessory section.additional-product-slider h3 span:nth-child(2) {
  color: #145b8c;
}
section.additional-product-slider .item {
  background-color: #fff;
  width: 300px;
  margin-right: 10px;
}
section.additional-product-slider .item:after {
  content: "";
  display: table;
  clear: both;
}
section.additional-product-slider .picture {
  width: 120px;
  height: 130px;
  float: left;
  background-size: cover;
  background-position: center center;
}
section.additional-product-slider .data {
  width: 155px;
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
section.additional-product-slider .data > div {
  padding-bottom: 5px;
}
section.additional-product-slider .ref {
  font-size: 11px;
  font-weight: bold;
  color: #3D3D3D;
}
section.additional-product-slider .title {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #b9b9b9;
}
section.additional-product-slider .title a {
  color: #444444;
}
section.additional-product-slider .button {
  padding-top: 5px;
  padding-bottom: 0;
}
section.additional-product-slider .button a {
  display: block;
}
body.machine section.additional-product-slider .button a {
  color: #94c11f;
}
body.accessory section.additional-product-slider .button a {
  color: #145b8c;
}
section.additional-product-slider .button a:nth-child(1) {
  font-size: 13px;
  padding-bottom: 5px;
}
section.additional-product-slider .button a:nth-child(2) {
  padding: 5px;
  font-size: 12px;
}
body.machine section.additional-product-slider .button a:nth-child(2) {
  border: 1px solid #94c11f;
}
body.accessory section.additional-product-slider .button a:nth-child(2) {
  border: 1px solid #145b8c;
}
section.additional-product-slider .bx-viewport {
  box-shadow: none;
  border: 0;
  background-color: #eeeeee;
}

section.page-legal-mention {
  padding: 10px 20px;
}
section.page-legal-mention .site-content {
  max-width: 800px;
}
section.page-legal-mention a {
  color: #94c11f;
}
.no-touchevents section.page-legal-mention a:hover {
  color: #145b8c;
}

section.page-404 .picture {
  text-align: center;
  font-size: 250px;
}
section.page-404 .text {
  text-align: center;
  font-size: 24px;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
section.page-404 a {
  color: #94c11f;
}
.no-touchevents section.page-404 a:hover {
  color: #444444;
}

section.page-410 .picture {
  text-align: center;
  font-size: 150px;
}
section.page-410 .text {
  text-align: center;
  font-size: 50px;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
section.page-410 a {
  color: #94c11f;
}
.no-touchevents section.page-410 a:hover {
  color: #444444;
}

section.news {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
section.news .site-content {
  position: relative;
  padding: 25px 10px;
}
section.news p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
section.news .bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.news .text {
  position: relative;
  padding-bottom: 10px;
}
section.news .link {
  position: relative;
}
section.news .link i {
  margin-left: 5px;
}
section.news a {
  color: #94c11f;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.no-touchevents section.news a:hover {
  color: #fff;
}
section.news::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #b9b9b9;
  bottom: -20px;
  left: 20%;
  right: 20%;
}

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