/**
 * CONTENTS
 *
 * VARIABLES
 * Colors........... All website colors
 * Themes........... Themes for clinic
 * Typography....... Font-family, font-size, line-height
 * Buttons.......... Buttons informations
 * Form............. Input, select style
 * Media Queries ... Breakpoint for responsive
 * Grid ............ Grid col and gutter
 */
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/* Gray and others */
/* Text color */
/* Links colors */
/* Notifications colors */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA-QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
/**
* Opacity
*/
/**
* Generate notifications
*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
/**
* Notifications message
*/
.message--error, .message--warn, .message--success, .message--info {
  margin: 1rem 0;
  padding: 1.5rem 1rem;
  border: 1px solid transparent;
}

.message--error {
  color: #80262c;
  border-color: #80262c;
  background-color: #dd8b91;
}

.message--warn {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.message--success {
  color: #318026;
  border-color: #318026;
  background-color: #95dd8b;
}

.message--info {
  color: #5bc0de;
  border-color: #5bc0de;
  background-color: #fcfefe;
}

.txt--error {
  color: #80262c;
  font-weight: 600;
}

.txt--warn {
  color: #f0ad4e;
  font-weight: 600;
}

.txt--success {
  color: #318026;
  font-weight: 600;
}

.txt--info {
  color: #5bc0de;
  font-weight: 600;
}

/**
* Align
*/
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

.left,
.start {
  float: left;
}

img.left,
img.start {
  margin-right: 1em;
}

.right,
.end {
  float: right;
}

img.right,
img.end {
  margin-left: 1em;
}

img.left,
img.right,
img.start,
img.end {
  margin-bottom: 0.5em;
}

/*
 * Unstyled list - remove margin, padding and list type
 */
.main-nav__list, .header-social__list, .footer-social__list, .banner-slider, .products-list, .breadcrumb, .articles-listing, .tabs-nav, .tabs-contact, .pager, .archives-list, .contact-infos, .download-list, .product-composition, .product-carousel, .timeline,
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*
 * Unstyled button - remove background, border
 */

.unstyled-button {
  border: 0;
  background-color: transparent;
}

/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 */
.row:after, .header:after, .form-group:after, .articles-listing:after, .tabs-nav:after, .tabs-contact:after, .pager:after, .post:after, .contact-infos li:after, .download-list li:after, .product-composition:after, .product-carousel > li:after, .product-technical:after, .company-history:after, .about-block:after,
.row:before,
.header:before,
.form-group:before,
.articles-listing:before,
.tabs-nav:before,
.tabs-contact:before,
.pager:before,
.post:before,
.contact-infos li:before,
.download-list li:before,
.product-composition:before,
.product-carousel > li:before,
.product-technical:before,
.company-history:before,
.about-block:before,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.row:after, .header:after, .form-group:after, .articles-listing:after, .tabs-nav:after, .tabs-contact:after, .pager:after, .post:after, .contact-infos li:after, .download-list li:after, .product-composition:after, .product-carousel > li:after, .product-technical:after, .company-history:after, .about-block:after,
.clearfix:after {
  clear: both;
}

/**
* Hide text for bg img
*/
.product-carousel__pager span {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.header__logo span, .footer-newsletter label, .contact-form label,
.visit-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
* Embeds responsive
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive--4by3 {
  padding-bottom: 75%;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0;
  text-decoration: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .product-carousel__title {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

address {
  font-style: normal;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #666;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #666;
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}

/*------------------------------------*\
#FONT FACE
\*------------------------------------*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-thin-webfont.eot");
  src: url("../fonts/lato-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-thin-webfont.woff2") format("woff2"), url("../fonts/lato-thin-webfont.woff") format("woff"), url("../fonts/lato-thin-webfont.ttf") format("truetype"), url("../fonts/lato-thin-webfont.svg#latothin") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-thinitalic-webfont.eot");
  src: url("../fonts/lato-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-thinitalic-webfont.woff2") format("woff2"), url("../fonts/lato-thinitalic-webfont.woff") format("woff"), url("../fonts/lato-thinitalic-webfont.ttf") format("truetype"), url("../fonts/lato-thinitalic-webfont.svg#latothin_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-italic-webfont.eot");
  src: url("../fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-italic-webfont.woff2") format("woff2"), url("../fonts/lato-italic-webfont.woff") format("woff"), url("../fonts/lato-italic-webfont.ttf") format("truetype"), url("../fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-medium-webfont.eot");
  src: url("../fonts/lato-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato-medium-webfont.woff") format("woff"), url("../fonts/lato-medium-webfont.ttf") format("truetype"), url("../fonts/lato-medium-webfont.svg#latomedium") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-mediumitalic-webfont.eot");
  src: url("../fonts/lato-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/lato-mediumitalic-webfont.woff") format("woff"), url("../fonts/lato-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/lato-mediumitalic-webfont.svg#latomedium_italic") format("svg");
  font-weight: 600;
  font-style: italic;
}

/* ==========================================================================
	Typography style based on KNACSS
	http://www.knacss.com/
========================================================================== */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* Stupid IE11 - https://connect.microsoft.com/IE/feedback/details/816709/ie-11-calculating-font-sizes-wrong-when-setting-the-bodys-font-size-in-relative-units */
_:-ms-fullscreen, :root {
  font-size: calc(1em * .625);
}

body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #333;
  line-height: 1.5;
  background: #fff;
}

/*
* Titles
*/
h1, .product-carousel__title,
h2,
h3,
h4,
h5,
h6,
.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like {
  font-family: "Lato", Impact, sans-serif;
  line-height: 1;
}

h1, .product-carousel__title,
.h1-like {
  font-size: 3.2rem;
  font-weight: 300;
  margin-bottom: .75em;
}

@media (min-width: 48em) {
  h1, .product-carousel__title,
  .h1-like {
    font-size: 5rem;
  }
}

h2,
.h2-like {
  font-size: 3rem;
}

h3,
.h3-like {
  font-size: 2.4rem;
}

h4,
.h4-like {
  font-size: 2rem;
}

h5,
.h5-like {
  font-size: 1.8rem;
}

h6,
.h6-like {
  font-size: 1.6rem;
}

/*
* Alternate font sizing
*/
.smaller {
  font-size: 0.71em;
}

.small {
  font-size: 0.86em;
}

.big {
  font-size: 1.14em;
}

.bigger {
  font-size: 1.29em;
}

.biggest {
  font-size: 1.43em;
}

em,
.em,
i {
  font-style: italic;
}

.no-em {
  font-style: normal;
}

strong,
.strong,
b {
  font-weight: bold;
}

.no-strong {
  font-weight: normal;
}

sup,
sub {
  vertical-align: 0;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/*
* Avoid top margins on first content element
*/
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.product-carousel__title:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/**
* Links
*/
a {
  color: #00b6f0;
}

a:hover, a:focus {
  text-decoration: none;
}

/*------------------------------------*\
    #GRID SYSTEM
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  padding: 2rem 0;
  -webkit-box-shadow: 0 5px 5px #e7e7e7;
          box-shadow: 0 5px 5px #e7e7e7;
  position: relative;
  /* Homepage */
}

.header h1, .header .product-carousel__title {
  margin: 0;
  display: inline-block;
}

.header__logo {
  display: inline-block;
  width: 15rem;
  height: 4.3rem;
  background: url("../img/logo-rosport--small.svg") 0 0 no-repeat;
}

@media (min-width: 37.5em) {
  .header__logo {
    background-image: url("../img/logo-rosport.svg");
    width: 19.2rem;
    height: 5.5rem;
  }
}

@media (min-width: 62em) {
  .front .header {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    z-index: 300;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .front .header .header__logo {
    background-position: 0 -5.5rem;
  }
}

/**
* MAIN NAVIGATION
*/
.main-nav__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 5px 5px #e7e7e7;
          box-shadow: 0 5px 5px #e7e7e7;
  z-index: 500;
}

.main-nav__list li + li {
  border-top: 1px solid #e5e5e5;
}

.main-nav__list a {
  display: block;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  padding: 1rem;
}

.main-nav__list[aria-hidden="true"] {
  display: none;
}

@media (min-width: 48em) {
  .main-nav {
    float: right;
    margin-top: 2.5rem;
  }
  .main-nav__list {
    line-height: 1;
    position: static;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    vertical-align: middle;
  }
  .main-nav__list li {
    display: inline-block;
    vertical-align: middle;
  }
  .main-nav__list li + li {
    border-left: 1px solid #333;
    border-top: 0;
  }
  .main-nav__list li.active a:before {
    content: '';
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: -.7em;
    width: 100%;
    height: 2px;
  }
  .main-nav__list a {
    margin-left: 1.5rem;
    margin-right: 1.1rem;
    position: relative;
    padding: 0;
  }
  .main-nav__list a:hover:before, .main-nav__list a:focus:before {
    content: '';
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: -.7em;
    width: 100%;
    height: 2px;
  }
  .main-nav__list[aria-hidden="true"] {
    display: block;
  }
}

@media (min-width: 62em) {
  .main-nav {
    /* Homepage */
  }
  .front .main-nav li + li {
    border-left-color: #fff;
  }
  .front .main-nav a {
    color: #fff;
  }
  .front .main-nav a:hover:before, .front .main-nav a:focus:before {
    background-color: #fff;
  }
}

/* Burger Yummy Yummy */
.mobile-menu-trigger {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 3.2rem;
}

.mobile-menu-trigger__burger {
  background-color: #666;
  display: inline-block;
  vertical-align: middle;
  height: 0.2rem;
  margin: 0.6rem auto;
  position: relative;
  text-indent: -999em;
  -webkit-transition: background-color 250ms ease-in-out 0s;
  transition: background-color 250ms ease-in-out 0s;
  width: 1.6rem;
}

.mobile-menu-trigger__burger:before, .mobile-menu-trigger__burger:after {
  background-color: #666;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  top: -0.6rem;
  transition: top 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transition: top 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: top 250ms ease-in-out, transform 250ms ease-in-out;
  transition: top 250ms ease-in-out, transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  width: 100%;
}

.mobile-menu-trigger__burger:after {
  top: 0.6rem;
}

[aria-expanded="true"] .mobile-menu-trigger__burger {
  background-color: transparent;
}

[aria-expanded="true"] .mobile-menu-trigger__burger:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[aria-expanded="true"] .mobile-menu-trigger__burger:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-trigger__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #333;
  margin-left: .2rem;
}

@media (min-width: 48em) {
  .mobile-menu-trigger {
    display: none;
  }
}

/**
* HEADER SOCIAL
*/
.header-social {
  /* Homepage */
}

.header-social__list {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #333;
  line-height: 1;
  padding-left: 1rem;
}

.header-social__list li {
  display: inline-block;
  vertical-align: middle;
}

.header-social__list li + li {
  padding-left: .6rem;
}

.header-social__list a {
  color: #333;
}

.header-social__list svg {
  width: 1.8rem;
  height: 1.8rem;
}

.no-touchevents .header-social__facebook:hover, .no-touchevents .header-social__facebook:focus {
  color: #3b5998;
}

.no-touchevents .header-social__youtube:hover, .no-touchevents .header-social__youtube:focus {
  color: #cc181e;
}

.no-touchevents .header-social__pinterest:hover, .no-touchevents .header-social__pinterest:focus {
  color: #bd081c;
}

.no-touchevents .header-social__instagram:hover, .no-touchevents .header-social__instagram:focus {
  color: #ce2275;
}

.front .header-social__list {
  border-left-color: #fff;
}

@media (max-width: 61.99em) {
  .header-social__list {
    display: none;
  }
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer {
  padding: 2rem 0;
  background-color: #e5e5e5;
}

/**
* FOOTER SOCIAL
*/
.footer-social__list {
  padding: .5rem 0;
}

.footer-social__list li {
  display: inline-block;
  vertical-align: middle;
}

.footer-social__list li + li {
  margin-left: calc(1.6rem - .25em);
}

.footer-social__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 0;
  margin-right: 2.6rem;
}

.footer-social a {
  color: #666;
}

.no-touchevents .footer-social__facebook:hover, .no-touchevents .footer-social__facebook:focus {
  color: #3b5998;
}

.no-touchevents .footer-social__youtube:hover, .no-touchevents .footer-social__youtube:focus {
  color: #cc181e;
}

.no-touchevents .footer-social__pinterest:hover, .no-touchevents .footer-social__pinterest:focus {
  color: #bd081c;
}

.no-touchevents .footer-social__instagram:hover, .no-touchevents .footer-social__instagram:focus {
  color: #ce2275;
}

.footer-social [class^="icon-"] {
  width: 3.6rem;
  height: 3.6rem;
}

@media (min-width: 62em) {
  .footer-social__list {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .footer-social {
    text-align: right;
    position: relative;
  }
  .footer-social__list {
    margin-right: 3rem;
  }
  .footer-social:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 1px;
    background-color: #cecece;
  }
}

/**
* NEWSLETTER
*/
.footer-newsletter {
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cecece;
}

.footer-newsletter input[type="email"] {
  border: 1px solid #666;
  font-style: italic;
  display: block;
  min-width: 25rem;
  background-color: #e5e5e5;
  width: 100%;
  height: 3.5rem;
}

.footer-newsletter [class*="btn"] {
  width: 100%;
  margin-top: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 48em) {
  .footer-newsletter {
    display: inline-block;
    min-width: 35rem;
    margin-top: .5rem;
    padding-top: 0;
    border-top: 0;
  }
  .footer-newsletter input[type="email"] {
    padding-right: 13rem;
  }
  .footer-newsletter [class*="btn"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 62em) {
  .footer-newsletter {
    margin-left: 3rem;
  }
}

/*------------------------------------*\
#BROWSE HAPPY. DIE IE8, DIE!!!
\*------------------------------------*/
.browsehappy {
  background-color: #f0ad4e;
  color: #444;
  padding: 4rem 2rem;
  text-align: center;
}

.browsehappy p {
  max-width: 128rem;
  margin: 0 auto;
}

/* ==========================================================================
	 Form basic style
	thanks to HTML5boilerplate,
	github.com/nathansmith/formalize
	and www.sitepen.com
	 ========================================================================== */
/*
* forms items
*/
button {
  -webkit-appearance: none;
}

input,
button,
select,
label,
[class*="btn-"] {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
}

label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

/*
* Clickable input types in iOS
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

/* if select styling bugs on WebKit
* 'x' appears on right of search input when text is entered. This removes it
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/*
* Removes inner padding and border in FF3+
*/
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
* Placeholder
*/
::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
  font-style: italic;
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
  opacity: 1;
  font-style: italic;
}

/**
* Input style
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #666;
  padding: 0.3rem 1rem 0.2rem;
  height: 4.3rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  background-color: #f5f5f5;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
textarea.error,
select.error {
  color: #80262c;
  border-color: #80262c;
}

textarea {
  height: auto;
}

/* Select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDE5IDEwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOSAxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTAsMS41YzAtMC40LDAuMi0wLjgsMC41LTEuMWMwLjYtMC42LDEuNi0wLjYsMi4yLDBsNi44LDYuNWMwLDAsMC4xLDAuMSwwLjEsMC4xYzAsMCwwLDAsMC4xLTAuMWw2LjgtNi41DQoJCQljMC42LTAuNiwxLjYtMC42LDIuMiwwQzE4LjgsMC43LDE5LDEuMSwxOSwxLjVzLTAuMiwwLjgtMC41LDEuMUwxMS44LDljLTAuOCwwLjgtMS43LDEtMi4zLDFDOC45LDEwLDgsOS44LDcuMiw5TDAuNSwyLjYNCgkJCUMwLjIsMi4zLDAsMS45LDAsMS41eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  padding-right: 3.5rem;
}

select::-ms-expand {
  display: none;
}

/* Form item */
@media (min-width: 37.5em) {
  .form-group {
    margin: 2rem 0;
  }
}

.form-item {
  position: relative;
  margin: 2rem 0;
  clear: left;
}

.form-item:first-child {
  margin-top: 0;
}

@media (min-width: 37.5em) {
  .form-item.-third {
    float: left;
    clear: none;
    width: calc(33.3333% - 1.4rem);
    margin: 0;
  }
  .form-item.-third + .-third {
    margin-left: 2rem;
  }
  .form-item.-half {
    float: left;
    clear: none;
    width: calc(50% - 1rem);
    margin: 0;
  }
  .form-item.-half + .-half {
    margin-left: 2rem;
  }
}

/**
* CONTACT FORM
*/
.contact-form,
.visit-form {
  margin-bottom: 2rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea,
.visit-form input[type="text"],
.visit-form input[type="email"],
.visit-form input[type="tel"],
.visit-form select,
.visit-form textarea {
  width: 100%;
}

.contact-form textarea,
.visit-form textarea {
  min-height: 20rem;
}

.contact-form .form-actions,
.visit-form .form-actions {
  text-align: right;
}

/**
* OVERRIDE WEBFORM'S STYLE
*/
.visit-form .webform-container-inline div,
.visit-form .webform-container-inline div.form-item {
  display: block;
}

/*------------------------------------*\
    #ICONS FONT
\*------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
[class*="btn-"] {
  display: inline-block;
  vertical-align: middle;
  padding: 1em 2.2em;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Lato", Impact, sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 1.4rem !important;
}

[class*="btn-"].-big {
  font-size: 1.8rem !important;
}

.no-touchevents [class*="btn-"]:hover, .no-touchevents [class*="btn-"]:focus {
  text-decoration: none;
  color: #fff;
}

.btn-primary {
  border: 1px solid #666;
  background-color: transparent;
  color: #666;
}

.no-touchevents .btn-primary:hover, .no-touchevents .btn-primary:focus {
  background-color: #666;
  color: #fff;
}

.btn-primary.-white {
  border-color: #fff;
  color: #fff;
}

.no-touchevents .btn-primary.-white:hover, .no-touchevents .btn-primary.-white:focus {
  background-color: #fff;
  color: #333;
}

.btn-primary.-black {
  border-color: #fff;
  color: #fff;
}

.no-touchevents .btn-primary.-black:hover, .no-touchevents .btn-primary.-black:focus {
  background-color: #fff;
  color: #000;
}

.btn-primary.-blue {
  border-color: #001a79;
  color: #001a79;
}

.no-touchevents .btn-primary.-blue:hover, .no-touchevents .btn-primary.-blue:focus {
  background-color: #001a79;
  color: #fff;
}

.btn-primary.-classic {
  border-color: #006341;
  color: #006341;
}

.no-touchevents .btn-primary.-classic:hover, .no-touchevents .btn-primary.-classic:focus {
  background-color: #006341;
  color: #fff;
}

.btn-primary.-viva {
  border-color: #006ac6;
  color: #006ac6;
}

.no-touchevents .btn-primary.-viva:hover, .no-touchevents .btn-primary.-viva:focus {
  background-color: #006ac6;
  color: #fff;
}

.btn-primary.-poms {
  border-color: #b9282f;
  color: #b9282f;
}

.no-touchevents .btn-primary.-poms:hover, .no-touchevents .btn-primary.-poms:focus {
  background-color: #b9282f;
  color: #fff;
}

.btn-primary.-mat {
  border-color: #6b943e;
  color: #6b943e;
}

.no-touchevents .btn-primary.-mat:hover, .no-touchevents .btn-primary.-mat:focus {
  background-color: #6b943e;
  color: #fff;
}

.btn-primary.-sunny {
  border-color: #ee7c21;
  color: #ee7c21;
}

.no-touchevents .btn-primary.-sunny:hover, .no-touchevents .btn-primary.-sunny:focus {
  background-color: #ee7c21;
  color: #fff;
}

.btn-secondary {
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
}

.no-touchevents .btn-secondary:hover, .no-touchevents .btn-secondary:focus {
  background-color: #fff;
  color: #666;
}

/*------------------------------------*\
    #HERO BANNER
\*------------------------------------*/
.banner {
  overflow: hidden;
  position: relative;
  text-align: center;
  height: auto;
  min-height: 20rem;
  padding: 4rem 0;
}

.banner__title {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 3rem;
  margin-bottom: 0;
}

.banner .container-fluid {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.banner__content {
  display: table-cell;
  vertical-align: middle;
}

.banner__img {
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100.1%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner.-hero .banner__title {
  padding-bottom: .35em;
  margin-bottom: .85em;
  color: #fff;
}

.banner.-hero .banner__title:before {
  content: '';
  width: 13.5rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.banner-slider {
  height: 100%;
}

.banner-slider li {
  height: 100%;
  width: 100%;
}

@media (min-width: 48em) {
  .banner {
    height: 30rem;
  }
  .banner.-hero {
    height: 50rem;
  }
}

@media (min-width: 62em) {
  .banner__title {
    font-size: 5rem;
  }
  .banner.-hero {
    height: 60rem;
  }
  .banner.-hero .banner__title {
    font-size: 7rem;
  }
}

@media (min-width: 75em) {
  .banner.-hero {
    height: 80rem;
  }
}

.products-list {
  /* Modifier parallax effect */
}

.products-list.-parallax .product-item {
  border-top: 3rem solid rgba(0, 0, 0, 0.15);
}

.products-list.-parallax .product-item:nth-child(2n) {
  background-color: #fff;
}

@media (max-width: 47.99em) {
  .products-list.-parallax .product-item {
    background-image: none !important;
    /* override inline style */
  }
}

@media (min-width: 48em) {
  .products-list.-parallax .product-item {
    border-top-width: 5rem;
    height: 80rem;
    padding: 6rem 0;
    background-position: left 16.667% top 50%;
    background-repeat: no-repeat;
  }
  .products-list.-parallax .product-item.-blue {
    background-image: url("../img/product__blue-bottle.png");
  }
  .products-list.-parallax .product-item.-classic {
    background-image: url("../img/product__classic-bottle.png");
  }
  .products-list.-parallax .product-item.-viva {
    background-image: url("../img/product__viva-bottle.png");
  }
  .products-list.-parallax .product-item__bottle {
    display: none;
  }
  .products-list.-parallax .product-item__content {
    padding-left: 41.6667%;
    /* 5 col width */
  }
}

@media (min-width: 75em) {
  .products-list.-parallax .product-item {
    background-position: left calc(50% - 34.3rem) top 50%;
    background-size: auto 70%;
    background-attachment: fixed;
  }
  .products-list.-parallax .product-item__content {
    padding-right: 16.6667%;
    /* 2 col width */
  }
}

.product-item {
  position: relative;
  padding: 4rem 0;
  font-weight: 300;
  font-size: 2.4rem;
}

.product-item:nth-child(2n) {
  background-color: #f5f5f5;
}

.product-item__title {
  font-weight: 300;
  font-size: 1.6em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}

.product-item__title:after {
  content: '';
  display: block;
  width: 8.7rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-item.-blue {
  color: #001a79;
}

.product-item.-blue .product-item__title:after {
  background-color: #001a79;
}

.product-item.-classic {
  color: #006341;
}

.product-item.-classic .product-item__title:after {
  background-color: #006341;
}

.product-item.-viva {
  color: #006ac6;
}

.product-item.-viva .product-item__title:after {
  background-color: #006ac6;
}

.product-item.-poms {
  color: #b9282f;
}

.product-item.-poms .product-item__title:after {
  background-color: #b9282f;
}

.product-item.-mat {
  color: #6b943e;
}

.product-item.-mat .product-item__title:after {
  background-color: #6b943e;
}

.product-item.-sunny {
  color: #ee7c21;
}

.product-item.-sunny .product-item__title:after {
  background-color: #ee7c21;
}

.product-item__bottle {
  text-align: center;
  margin-top: 4rem;
}

.product-item__bottle img {
  max-height: 30rem;
}

@media (min-width: 48em) {
  .product-item {
    font-size: 3rem;
    min-height: 45rem;
  }
  .product-item .container-fluid {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
  }
  .product-item .container-fluid:before {
    display: none;
    position: absolute;
    top: 0;
    left: 4.15%;
    width: 8.8rem;
  }
  .product-item.-blue .container-fluid:before {
    content: url("../img/logo-rosport-blue.svg");
  }
  .product-item.-classic .container-fluid:before {
    content: url("../img/logo-rosport-classic.svg");
  }
  .product-item.-viva .container-fluid:before {
    content: url("../img/logo-rosport-viva.svg");
  }
  .product-item.-poms .container-fluid:before {
    content: url("../img/logo-rosport-poms-vert.png");
  }
  .product-item.-mat .container-fluid:before {
    content: url("../img/logo-rosport-mat-logo.png");
  }
  .product-item.-sunny .container-fluid:before {
    content: url("../img/logo-rosport-sunny-logo.png");
  }
  .product-item__content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 41.6667%;
    /* 5 col width */
  }
  .product-item__bottle {
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 5%;
    width: 25%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product-item__bottle img {
    max-height: none;
  }
}

@media (min-width: 62em) {
  .product-item__logo {
    display: none;
  }
  .product-item__bottle {
    left: 20%;
  }
  .product-item .container-fluid:before {
    display: block;
  }
  .product-item__content {
    padding-left: 50%;
  }
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
.breadcrumb {
  padding-top: 2rem;
}

.breadcrumb li {
  display: inline;
  vertical-align: middle;
}

.breadcrumb li + li:before {
  content: '> ';
}

.breadcrumb a {
  color: #00b6f0;
}

/*------------------------------------*\
    #ROSPORT LIFE AD
\*------------------------------------*/
.rosportlife-ad {
  background: url("../img/rosportlife-ad.jpg") right center no-repeat #4c4c4c;
  background-size: cover;
  padding: 3rem 0 4rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
}

.rosportlife-ad__title {
  font-weight: 300;
  font-size: 1.6em;
  margin-bottom: .5em;
}

.rosportlife-ad__desc {
  margin-bottom: 1.5em;
  line-height: 1.2;
}

@media (min-width: 48em) {
  .rosportlife-ad {
    font-size: 3rem;
  }
}

.page-node-6 .rosportlife-ad {
  color: #fff;
}

.page-node-6 .rosportlife-ad .rosportlife-ad__title {
  color: #fff !important;
}

.page-node-6 .rosportlife-ad a {
  border-color: #fff;
  color: #fff;
}

.no-touchevents .page-node-6 .rosportlife-ad a:hover, .no-touchevents .page-node-6 .rosportlife-ad a:focus {
  background-color: #fff;
  color: #333;
}

.articles-listing li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5rem;
}

@media (min-width: 37.5em) {
  .articles-listing li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .articles-listing li {
    width: 33.3333%;
  }
}

.article-preview__media img {
  width: 100%;
}

.article-preview__media a {
  display: block;
  position: relative;
}

.article-preview__media a:before {
  content: '';
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.article-preview__media a:after {
  content: '+';
  font-size: 7.2rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  margin-top: -3.5rem;
  margin-left: -2rem;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.no-touchevents .article-preview__media a:hover:before, .no-touchevents .article-preview__media a:hover:after, .no-touchevents .article-preview__media a:focus:before, .no-touchevents .article-preview__media a:focus:after {
  opacity: 1;
}

.article-preview__title {
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 1.5em;
}

.article-preview__title a {
  color: #333;
  text-decoration: none;
}

.no-touchevents .article-preview__title a:hover, .no-touchevents .article-preview__title a:focus {
  color: #00b6f0;
}

.article-preview__time {
  display: block;
  color: #8e8e8e;
  margin-bottom: 2.5rem;
}

.article-preview__content {
  margin: 2.5rem 0;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.tabs-nav {
  margin-top: 3rem;
  margin-bottom: 4.5rem;
  text-align: center;
  font-size: 0;
}

.tabs-nav li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #666;
  font-size: 1.4rem;
}

.tabs-nav li + li {
  border-left: 0;
}

.tabs-nav a {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.5rem 1rem;
  font-size: 1.2rem;
  background-color: #fff;
  text-decoration: none;
  color: #666;
}

.no-touchevents .tabs-nav a:hover, .no-touchevents .tabs-nav a:focus {
  color: #fff;
  background-color: #666;
}

.tabs-nav a.active {
  color: #fff;
  background-color: #666;
}

@media (min-width: 48em) {
  .tabs-nav a {
    padding: 2rem 1.2rem;
    min-width: 12rem;
    font-size: 1.4rem;
  }
}

/**
* TABS CONTACT
*/
.tabs-contact li {
  float: left;
  width: 33.33333%;
}

.tabs-contact a {
  display: block;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  text-align: center;
  color: #333;
  text-decoration: none;
  height: 100%;
}

.tabs-contact .active a {
  background-color: #f5f5f5;
}

/**
* DRUPAL TABS
*/
.drupal-tabs {
  margin-top: 1rem;
  margin-bottom: 0;
  position: relative;
  bottom: -26px;
}

.pager {
  text-align: center;
  margin: 2rem 0 4rem;
}

.pager li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #666;
}

.pager li + li {
  border-left: 0;
  margin-left: -.25em;
}

.pager li.active a {
  background-color: #666;
  color: #fff;
}

.pager a {
  display: block;
  padding: .5rem 1.2rem;
  color: #333;
  text-decoration: none;
}

.no-touchevents .pager a:hover, .no-touchevents .pager afocus {
  background-color: #666;
  color: #fff;
}

.post {
  margin-bottom: 6rem;
}

.post__header {
  margin-bottom: 4rem;
}

.post__title {
  margin-top: 4rem !important;
  margin-bottom: 1rem;
}

.post__time {
  display: block;
  font-size: 1.25em;
  color: #8e8e8e;
}

.post__time-icon {
  border: 1px solid #333;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  height: 3.2rem;
  line-height: 2.6rem;
  margin-right: 1rem;
  text-align: center;
  width: 3.2rem;
}

.post__time-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #333;
}

.post__media {
  margin-bottom: 4rem;
}

.post__media img {
  width: 100%;
}

.post__content {
  line-height: 1.7;
}

.post__content p {
  margin: 2em 0;
}

/**
* ASIDE BLOCK
*/
.aside-block {
  padding-left: 2rem;
}

.aside-block__title {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 2em;
}

.aside-block + .aside-block {
  margin-top: 4rem;
}

/*------------------------------------*\
    #WYSIWYG BLOCK
\*------------------------------------*/
.wysiwyg-block {
  line-height: 1.5;
}

.wysiwyg-block h2,
.wysiwyg-block h3,
.wysiwyg-block h4,
.wysiwyg-block h5,
.wysiwyg-block h6 {
  margin-bottom: .5em;
}

.wysiwyg-block h2 + p,
.wysiwyg-block h3 + p,
.wysiwyg-block h4 + p,
.wysiwyg-block h5 + p,
.wysiwyg-block h6 + p {
  margin-top: .5em;
}

.wysiwyg-block h2 {
  font-size: 2.4rem;
  line-height: 1.25;
}

.wysiwyg-block ul {
  list-style-type: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 0;
}

.wysiwyg-block ul li:before {
  content: "\2022";
  position: absolute;
  left: -1em;
  color: #666;
  margin-right: .5rem;
}

.wysiwyg-block ol {
  list-style-type: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 0;
  counter-reset: olCounter;
}

.wysiwyg-block ol li {
  counter-increment: olCounter;
}

.wysiwyg-block ol li:before {
  content: counter(olCounter) ".";
  position: absolute;
  left: -1em;
  color: #da2128;
  margin-right: .5rem;
}

@media (min-width: 62em) {
  .simple-page .wysiwyg-block {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

.archives-list li + li {
  border-top: 1px solid #e5e5e5;
}

.archives-list a {
  padding: 1.5rem 0;
  display: block;
  color: #333;
  text-decoration: none;
}

.no-touchevents .archives-list a:hover, .no-touchevents .archives-list a:focus {
  color: #00b6f0;
}

.contact-infos {
  background-color: #f5f5f5;
  padding: 2rem;
  margin-bottom: 2rem;
}

.contact-infos li {
  margin-bottom: 3.5rem;
}

.contact-infos li:last-child {
  margin-bottom: 0;
}

.contact-infos__icon {
  float: left;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #333;
  line-height: 4.1rem;
  margin-right: 2rem;
  position: relative;
}

.contact-infos__icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-infos strong {
  display: block;
  text-transform: uppercase;
}

@media (min-width: 62em) {
  .contact-infos {
    padding: 5rem;
  }
  .contact-infos__icon {
    margin-right: calc(3rem + 2vw);
  }
}

/*------------------------------------*\
#DOWNLOAD LIST
\*------------------------------------*/
.download-block {
  margin-top: 2rem;
}

.download-block__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.download-block__icon {
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid currentColor;
  margin-right: 1rem;
  position: relative;
}

.download-block__icon > svg {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.download-list {
  margin-left: 4.5rem;
}

.download-list li {
  margin: 1rem 0;
}

.download-list a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}

.no-touchevents .download-list a:hover, .no-touchevents .download-list a:focus {
  color: #00b6f0;
}

@media (min-width: 37.5em) {
  .download-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 1rem - .25em);
  }
  .download-list li:nth-child(2n) {
    margin-left: 2rem;
  }
  .download-list.-full li {
    display: block;
    width: 100%;
  }
  .download-list.-full li:nth-child(2n) {
    margin-left: 0;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------------------------*\
    #MODAL
\*------------------------------------*/
.modal {
  background-color: #fff;
  padding: 4rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.4;
  text-transform: none;
  position: relative;
}

.modal .mfp-close {
  display: none;
}

/*------------------------------------*\
    #PRODUCT PAGE
\*------------------------------------*/
.product {
  margin-top: 3rem;
  /* Modifier */
  /* Product variant */
}

.product__img {
  text-align: center;
}

@media (max-width: 768px) {
  .product__img img {
    max-height: 380px;
    margin-bottom: 20px;
  }
}

.product__content {
  position: relative;
}

.product__subtitle, .product-carousel__subtitle {
  font-size: 1.8rem;
  margin-top: 3.5em;
}

.product__subtitle span, .product-carousel__subtitle span {
  display: inline-block;
  padding-bottom: .4rem;
  border-bottom: 2px solid transparent;
}

.product__logo {
  display: none;
}

@media (min-width: 62em) {
  .product__logo {
    position: absolute;
    top: -42px;
    right: 0;
    display: block;
  }
}

.product.-blue .product__title, .product.-blue .product-carousel__title,
.product.-blue .product__subtitle,
.product.-blue .product-carousel__subtitle {
  color: #001a79;
}

.product.-blue .product__subtitle span, .product.-blue .product-carousel__subtitle span {
  border-bottom-color: #001a79;
}

.product.-classic .product__title, .product.-classic .product-carousel__title,
.product.-classic .product__subtitle,
.product.-classic .product-carousel__subtitle {
  color: #006341;
}

.product.-classic .product__subtitle span, .product.-classic .product-carousel__subtitle span {
  border-bottom-color: #006341;
}

.product.-viva .product__title, .product.-viva .product-carousel__title,
.product.-viva .product__subtitle,
.product.-viva .product-carousel__subtitle {
  color: #006ac6;
}

.product.-viva .product__subtitle span, .product.-viva .product-carousel__subtitle span {
  border-bottom-color: #006ac6;
}

.product.-poms .product__title, .product.-poms .product-carousel__title,
.product.-poms .product__subtitle,
.product.-poms .product-carousel__subtitle {
  color: #b9282f;
}

.product.-poms .product__subtitle span, .product.-poms .product-carousel__subtitle span {
  border-bottom-color: #b9282f;
}

.product.-mat .product__title, .product.-mat .product-carousel__title,
.product.-mat .product__subtitle,
.product.-mat .product-carousel__subtitle {
  color: #6b943e;
}

.product.-mat .product__subtitle span, .product.-mat .product-carousel__subtitle span {
  border-bottom-color: #6b943e;
}

.product.-sunny .product__title, .product.-sunny .product-carousel__title,
.product.-sunny .product__subtitle,
.product.-sunny .product-carousel__subtitle {
  color: #ee7c21;
}

.product.-sunny .product__subtitle span, .product.-sunny .product-carousel__subtitle span {
  border-bottom-color: #ee7c21;
}

.product.-sunny .product__desc + .product__subtitle, .product.-sunny .product__desc + .product-carousel__subtitle {
  display: none;
}

.product.-variation .product__content {
  margin-top: 4rem;
}

/**
* PRODUCT COMPOSITION
*/
.product-composition {
  margin-bottom: 4rem;
}

.product-composition li {
  padding: 1rem 0;
}

.product-composition li + li {
  border-top: 1px solid #e5e5e5;
}

.product-composition span,
.product-composition strong {
  display: inline-block;
  vertical-align: middle;
}

.product-composition strong {
  float: right;
  font-size: 1.5rem;
}

@media (min-width: 48em) {
  .product-composition li {
    padding: 1rem .5rem;
    float: left;
    width: 33.3333%;
    text-align: center;
  }
  .product-composition li + li {
    border-left: 1px solid #333;
    border-top: 0;
  }
  .product-composition li:nth-child(3n+1) {
    border-left: 0;
  }
  .product-composition li:nth-child(-n+6) {
    border-bottom: 1px solid #333;
  }
  .product-composition li:last-child {
    position: relative;
  }
  .product-composition li:last-child:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    background-color: #333;
    width: 1px;
  }
  .product-composition li:nth-child(9):after {
    display: none;
  }
  .product-composition span,
  .product-composition strong {
    display: block;
  }
  .product-composition strong {
    float: none;
    margin-top: 1.5rem;
  }
}

@media (min-width: 62em) {
  .product-composition li {
    width: 20%;
  }
  .product-composition li:nth-child(3n+1) {
    border-left: 1px solid #333;
  }
  .product-composition li:nth-child(-n+6) {
    border-bottom: 0;
  }
  .product-composition li:nth-child(5n+1) {
    border-left: 0;
  }
  .product-composition li:nth-child(-n+5) {
    border-bottom: 1px solid #333;
  }
  .product-composition li:last-child:after {
    display: none;
  }
}

@media (min-width: 75em) {
  .product-composition {
    display: table;
    width: 100%;
  }
  .product-composition li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    width: auto;
  }
  .product-composition li:nth-child(5n+1) {
    border-left: 1px solid #333;
  }
  .product-composition li:first-child {
    border-left: 0;
  }
  .product-composition li:nth-child(n) {
    border-bottom: 0;
  }
}

/**
* PRODUCT CAROUSEL
*/
.product-carousel {
  background-color: #f5f5f5;
}

.product-carousel-wrapper {
  position: relative;
}

.product-carousel > li {
  padding: 4rem 0;
  width: 100%;
}

.product-carousel__img {
  text-align: center;
  margin-bottom: 2rem;
}

.product-carousel__img img {
  max-height: 30rem;
}

.product-carousel__content {
  padding-left: 10px;
  padding-right: 10px;
}

.product-carousel__title strong {
  font-size: 0.6em;
  font-weight: 600;
  display: block;
  margin-top: .5em;
}

.product-carousel__pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  text-align: center;
  z-index: 250;
}

.product-carousel__pager span {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #666;
  cursor: pointer;
}

.product-carousel__pager span + span {
  margin-left: 1rem;
}

.product-carousel__pager .cycle-pager-active {
  background-color: #666;
}

.no-js .product-carousel__pager {
  display: none;
}

.product-carousel__next, .product-carousel__prev {
  cursor: pointer;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  position: absolute;
  top: 17rem;
  color: #666;
  z-index: 220;
  /* jcycle z-index: 200 */
}

.product-carousel__next [class*="icon"], .product-carousel__prev [class*="icon"] {
  width: 2rem;
  height: 2rem;
}

.no-touchevents .product-carousel__next:hover, .no-touchevents .product-carousel__next:focus, .no-touchevents .product-carousel__prev:hover, .no-touchevents .product-carousel__prev:focus {
  background-color: #e5e5e5;
}

.no-js .product-carousel__next, .no-js .product-carousel__prev {
  display: none;
}

.product-carousel__prev {
  left: 2rem;
}

.product-carousel__next {
  right: 2rem;
}

@media (min-width: 37.5em) {
  .product-carousel .row {
    display: table;
    width: 100%;
  }
  .product-carousel__img {
    display: table-cell;
    vertical-align: middle;
    width: 41.6667%;
    margin-bottom: 0;
  }
  .product-carousel__img img {
    max-height: 50rem;
  }
  .product-carousel__content {
    display: table-cell;
    vertical-align: middle;
    width: 58.3333%;
  }
}

@media (min-width: 75em) {
  .product-carousel__img img {
    max-height: none;
  }
}

@media (min-width: 75em) {
  .product-carousel__next, .product-carousel__prev {
    width: 8rem;
    height: 8rem;
    margin-top: -4rem;
    top: 50%;
  }
  .product-carousel__next [class*="icon"], .product-carousel__prev [class*="icon"] {
    width: 2.4rem;
    height: 2.4rem;
  }
  .product-carousel__prev {
    left: 5%;
  }
  .product-carousel__next {
    right: 5%;
  }
}

/**
* PRODUCT TECHNICAL INFORMATIONS
*/
.product-technical {
  margin-bottom: 4rem;
  font-weight: 300;
}

.product-technical dd,
.product-technical dt {
  float: left;
  margin-left: 0;
}

.product-technical dt {
  margin-right: .25em;
  clear: left;
  font-weight: 600;
}

.product-technical dt:after {
  content: ':';
}

/*------------------------------------*\
#HISTORY
\*------------------------------------*/
.history-wrapper {
  background-color: #f5f5f5;
  padding-bottom: 4rem;
}

.timeline {
  position: relative;
  width: 100% !important;
}

.timeline:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.15rem;
}

.timeline__prev, .timeline__next {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  color: #333;
  display: inline-block;
  height: 5rem;
  line-height: 4.2rem;
  position: relative;
  text-align: center;
  width: 5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
}

.timeline__prev svg, .timeline__next svg {
  width: 2rem;
  height: 2rem;
}

.no-touchevents .timeline__prev:hover, .no-touchevents .timeline__prev:focus, .no-touchevents .timeline__next:hover, .no-touchevents .timeline__next:focus {
  background-color: #333;
  color: #fff;
}

.timeline__prev {
  left: 0;
}

.timeline__next {
  right: 0;
}

.timeline__year {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin: 2rem;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  line-height: 5rem;
  color: #333;
  text-decoration: none;
  -webkit-transition: width 250ms ease-in, height 250ms ease-in, background 250ms ease-in, margin 250ms ease-in;
  transition: width 250ms ease-in, height 250ms ease-in, background 250ms ease-in, margin 250ms ease-in;
}

.cycle-slide-active .timeline__year {
  margin: 0;
  width: 9rem;
  height: 9rem;
  background-color: #333;
  color: #fff;
  line-height: 9rem;
}

.no-touchevents .timeline__year:hover, .no-touchevents .timeline__year:focus {
  background-color: #333;
  color: #fff;
}

.timeline__year-small, .timeline__year-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 5rem;
}

.timeline__year-full {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.cycle-slide-active .timeline__year-full {
  -webkit-transform: scale(1);
  transform: scale(1);
  line-height: 9rem;
}

.timeline__year-small {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.cycle-slide-active .timeline__year-small {
  -webkit-transform: scale(0);
  transform: scale(0);
  line-height: 9rem;
}

.timeline__item {
  display: inline-block;
  vertical-align: middle;
}

.timeline .cycle-carousel-wrap {
  -webkit-transform: translateX(12.6%);
          transform: translateX(12.6%);
}

/**
* HISTORY
*/
.company-history {
  position: relative;
  margin-top: 6rem;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.company-history > div {
  display: none;
}

.company-history > div:first-child {
  display: block;
}

.company-history__item {
  padding: 2rem 0;
}

.company-history__media {
  margin-bottom: 2rem;
}

@media (min-width: 48em) {
  .company-history__media {
    float: left;
    padding-right: 2rem;
    width: 50%;
    text-align: right;
  }
  .company-history__content {
    float: left;
    width: 50%;
    padding-left: 2rem;
  }
}

.no-js .company-history > div {
  display: block;
}

/**
* ABOUT BLOCK
*/
.about-block {
  margin-top: 4rem;
  margin-bottom: 4rem;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.about-block__media {
  margin-bottom: 2rem;
}

.about-block__media img {
  width: 100%;
  height: auto;
}

.about-block__media figcaption {
  margin-top: 1em;
}

.about-block__media strong {
  display: block;
}

@media (min-width: 48em) {
  .about-block + .about-block {
    margin-top: 8rem;
  }
  .about-block__media {
    float: left;
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-block__content {
    float: left;
    width: 58.3333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-block:nth-child(2n) .about-block__media {
    float: right;
  }
}

@media (min-width: 62em) {
  .about-block__content {
    left: 8.33333%;
  }
  .about-block:nth-child(2n) .about-block__content {
    left: 0;
  }
}

.contact-map {
  width: 100%;
  height: 40rem;
  margin-bottom: 4rem;
}
/*# sourceMappingURL=main.css.map */
