@charset "UTF-8";
/* Assets */
/* Grid */
/* ROS Colors */
/* ROS Global font styles */
/* Headline sizes */
/* ROS Separator */
/* ROS Button */
/* ROS Forms */
/* ROS Spaces */
/* Colors */
/* Flyout */
/* Offcanvas */
/* Mobile bar */
/* Footer */
/* Border */
/* Table */
/* Badge */
/* Second-Level-Navigation */
/* Content Page */
/* Produktdetails */
/* Pagination */
/* Button */
/* Filter */
/* Forms */
/* Select zweiter Kategorie */
/* Spaces */
/* Tooltips */
/* Verdränger */
/* Puller/Pull Content */
/*
 *  Mixins
 */
/* prevents the msie to underline the pseudo element */
/*
 *  Extends
 */
.offcanvas-container header,
.offcanvas-container footer, .pdlist__colors {
  clear: both;
}

.main-header__brand:after, .main-header__brand__metanav .meta-nav__menulist:after, .main-header__mainnav:after, .main-header__mainnav .main-nav__main:after, .main-header__mainnav__container:after, .main-footer:after, .slider--slots:after, .modules--instafeed .slider--instafeed:after, .pdlist__info__hover:after, .pdlist__info__hover .filter__sizes__numbers:after, .pdlist__info__hover .filter__colors__boxes:after, .modules--brands-slider .slider--brands:after {
  content: '';
  display: table;
  clear: both;
}

.main-footer .grid, .main-footer .grid--rev, .main-footer .grid--full, .main-footer .grid--right, .main-footer .grid--center {
  letter-spacing: -0.33em;
}

.slider--slots .bx-controls .bx-prev,
.slider--slots .bx-controls .bx-next, .slider--instafeed .bx-controls .bx-prev,
.slider--instafeed .bx-controls .bx-next, .slider--brands .bx-controls .bx-prev,
.slider--brands .bx-controls .bx-next, .slider--media .bx-controls .bx-controls-direction .bx-prev,
.slider--media .bx-controls .bx-controls-direction .bx-next, .slider--media .bx-pager div a {
  text-indent: -9999px;
  overflow: hidden;
}

.main-header__flyout__body__wrap__content img, .modules img, .pdlist__image img {
  display: block;
  width: 100%;
  height: auto;
}

.offcanvas-container .icon span:before, .main-header__mainnav .main-nav .icon:after {
  background-image: url("../Images/flags-sprite.png");
  background-size: 600px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .offcanvas-container .icon span:before, .main-header__mainnav .main-nav .icon:after {
    background-image: url("../Images/flags-sprite@2x.png");
  }
}

form .deeplevel-tooltip, .main-header__brand__metanav .deeplevel-menu, .main-header__search__suggestions {
  display: none;
  position: absolute;
  z-index: 3;
  padding: 8px 30px 30px 30px;
}

form .deeplevel-tooltip__content, .main-header__brand__metanav .deeplevel-menu__content, .main-header__search__suggestions ul {
  padding: 10px 0 15px 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
form .deeplevel-tooltip__content li, .main-header__brand__metanav .deeplevel-menu__content li, .main-header__search__suggestions ul li {
  float: none;
  margin: 0;
  padding: 0;
}
form .deeplevel-tooltip__content li:hover a, .main-header__brand__metanav .deeplevel-menu__content li:hover a, .main-header__search__suggestions ul li:hover a, form .deeplevel-tooltip__content li.is-hovered a, .main-header__brand__metanav .deeplevel-menu__content li.is-hovered a, .main-header__search__suggestions ul li.is-hovered a {
  text-decoration: underline;
}
form .deeplevel-tooltip__content a, .main-header__brand__metanav .deeplevel-menu__content a, .main-header__search__suggestions ul a {
  display: block;
  padding: 0 20px;
  font-size: 11px;
  line-height: 24px;
  white-space: nowrap;
  color: #000;
}

form .form-info-icon:hover:after, .is-not-touch .main-header__brand__metanav .meta-nav__menu--account.is-active:after, .main-header__brand__metanav .meta-nav__menu--country:hover:after, .main-header__search__suggestions ul:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  z-index: 4;
  width: 7px;
  height: 7px;
  background: #fff;
  box-shadow: 2px 2px 3px 0 rgba(222, 223, 223, 0.8);
  border: 1px solid #dedfdf;
}

form .form-info-icon:hover:before, .is-not-touch .main-header__brand__metanav .meta-nav__menu--account.is-active:before, .main-header__brand__metanav .meta-nav__menu--country:hover:before {
  content: '';
  position: absolute;
  z-index: 6;
  width: 40px;
  height: 9px;
  background: #fff;
}

.main-header__search__suggestions ul:before {
  top: -10px;
  left: 50px;
}

/* inspired by Boilerplate, Normalize.css and own thinking :-) */
/* @group BASE */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Force vertical scrollbar in non-IE
 */
html {
  font-size: 100%;
  /* 1 */
  text-size-adjust: 100%;
  /* 2 */
  overflow-scrolling: touch;
  /* 3 */
}

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 */
img {
  border: 0;
  /* 1 */
}

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

th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  vertical-align: top;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * default list and hr styling
 */
nav ul,
nav ol,
form ul,
form ol {
  list-style-type: none;
  list-style-image: none;
}

nav a,
nav span {
  display: block;
}

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

/* @end */
/* @group Typography */
i,
address {
  font-style: normal;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -2px;
  left: 1px;
}

sub {
  bottom: -0.25em;
}

/* @end */
/* @group Forms */
fieldset {
  border: 0 none;
}

/*
 * Indicate that 'label' will shift focus to the associated form element
 */
label[for],
label.nice-checkbox,
label.nice-radio {
  cursor: pointer;
}

input,
textarea {
  outline: 0 none;
  -webkit-appearance: none;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *vertical-align: middle;
  /* 2 */
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
}
.btn[disabled],
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  cursor: not-allowed;
  opacity: 1;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="search"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  border-radius: 0;
}

/*
 * Addresses appearance set to searchfield in S5, Chrome
 */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Removes "clear field" X button
 */
input::-ms-clear {
  display: none;
}

/*
 * Prevents page zooming when focusing form elements on iOS devices!
 * http://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
 */
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min--moz-device-pixel-ratio: 2), (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), (max-width: 767px) and (min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi), (max-width: 767px) and (min-resolution: 2dppx) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="reset"],
  input[type="button"],
  input[type="search"],
  select,
  textarea,
  .has-js .select > span {
    font-size: 16px !important;
  }
}

/* @end */
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-moz-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-o-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
/* SVG Icons */
.icon {
  /* Zoom */
  /* Social Icons */
  /* Circled arrow */
  /* Small arrow */
}
.icon--close-small {
  width: 10px;
  height: 10px;
}
.icon--facebook {
  width: 32px;
  height: 32px;
}
.icon--googleplus {
  width: 32px;
  height: 32px;
}
.icon--vimeo {
  width: 32px;
  height: 32px;
}
.icon--youtube {
  width: 32px;
  height: 32px;
}
.icon--instagram {
  width: 32px;
  height: 32px;
}
.icon--circle-arrow {
  width: 24px;
  height: 24px;
}
.icon--chevron-down-small {
  width: 12px;
  height: 12px;
}

body {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  background-color: #fff;
}

.body {
  width: 100%;
  height: 100%;
  min-width: 250px;
  background: none;
}
@media (max-width: 767px) {
  .body {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .body {
    padding-top: 160px;
  }
}
@media (min-width: 1024px) {
  .body {
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .body.body--reduced {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .body.body--reduced {
    padding-top: 130px;
  }
}
@media (min-width: 1024px) {
  .body.body--reduced {
    padding-top: 160px;
  }
}

main {
  position: relative;
  margin-top: 20px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  main {
    margin-top: 0;
  }
}

.page-dimmer {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

h1, .alpha {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1, .alpha {
    font-size: 55px;
    line-height: 100%;
  }
}

h2, .beta {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 22px;
  line-height: 1.18em;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2, .beta {
    font-size: 36px;
    line-height: 1.17em;
  }
}

.beta--second {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}

h3, .gamma {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.385em;
}

.gamma--second {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 135%;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .gamma--second {
    padding: 0;
    font-size: 16px;
    line-height: 135%;
  }
}

.gamma--emphasized {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}

h4, .delta {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.136em;
  letter-spacing: 0;
}

.subline {
  font-size: 14px;
  line-height: 135%;
  text-transform: none;
}
@media (min-width: 768px) {
  .subline {
    font-size: 16px;
    line-height: 135%;
  }
}

.copy-text {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 767px) {
  .copy-text {
    font-size: 14px;
    line-height: 135%;
  }
}

.copy-text--highlight {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 768px) {
  .page-head {
    padding-top: 20px;
    border-top: 2px solid #eeefef;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

main {
  min-height: 400px;
  padding: 20px 0 35px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  main {
    padding: 0 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main {
    padding: 0 0 60px;
  }
}

figure img {
  display: block;
}

hr {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  hr {
    margin-bottom: 40px;
  }
}

table {
  width: 100%;
}
table th {
  font-weight: 500;
}
table th,
table td {
  padding: 3px 0;
}

/*
	generic svg handling
*/
.svg-icons {
  display: none;
}

.svg-pointer-events:after {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  height: 100%;
  background-color: transparent;
}

/*
	Go to top
*/
.go-to-top {
  text-align: center;
  z-index: 100;
}
@media (min-width: 768px) {
  .go-to-top {
    text-align: right;
  }
}
.go-to-top a {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
}
.body--magenta .go-to-top a:hover {
  color: #d8007f;
}
.body--orange .go-to-top a:hover {
  color: #eb690b;
}
.body--red .go-to-top a:hover {
  color: #ad202b;
}
.body--light-red .go-to-top a:hover {
  color: #ee3036;
}
.body--magenta .go-to-top a:hover svg {
  fill: #d8007f;
}
.body--orange .go-to-top a:hover svg {
  fill: #eb690b;
}
.body--red .go-to-top a:hover svg {
  fill: #ad202b;
}
.body--light-red .go-to-top a:hover svg {
  fill: #ee3036;
}
@media (max-width: 767px) {
  .go-to-top a {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .go-to-top a {
    text-align: right;
  }
}
.go-to-top svg {
  -webkit-transition-property: "fill";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "fill";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-left: 5px;
  vertical-align: middle;
  fill: #000;
}
.go-to-top .go-to-top--wrapper {
  display: inline-block;
}

/*
	Helper
*/
.note {
  color: #555555;
}

.nobr {
  white-space: nowrap;
}

.hide {
  display: none;
}

.text-center {
  text-align: center !important;
}

.content-toggle {
  cursor: pointer;
}
@media (min-width: 768px) {
  .content-toggle {
    cursor: default;
  }
}
.content-toggle:after {
  content: 'J';
  position: absolute;
  top: -5px;
  right: 0;
  margin: 0 0 0 10px;
  font-family: 'Icons';
  font-size: 24px;
  line-height: normal;
}
@media (min-width: 768px) {
  .content-toggle:after {
    display: none;
  }
}
.content-toggle.is-active:after {
  content: 'K';
}
@media (min-width: 768px) {
  .content-toggle.is-active:after {
    display: none;
  }
}
.content-toggle .beta {
  display: inline-block;
  line-height: 30px;
}

.change-data {
  display: inline-block;
  margin-left: 5px;
}
.change-data a {
  display: block;
  padding: 0 12px;
  line-height: 30px;
  color: #555555;
}
.change-data:before {
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
  top: 5px;
  color: #000;
}

.email-link {
  text-decoration: underline;
}

.scroll-off {
  pointer-events: none;
}

.cc_container .cc_message {
  margin-bottom: 0.7em !important;
  line-height: 1.2 !important;
}
.cc_container .cc_btn {
  z-index: 1 !important;
}

/*------------------------------------*\
	$CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
	$INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
	$VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
 /*
	xs, s, m, l, xl are regular breakpoints
	xs-s, s-m, s-m-l-xl, m-l, m-l-xl, l-xl are summing up breakpoints

	[0] => name of the breakpoint
	[1] => media query
	[2] => max. content wrapper width
	[3] => root padding
	[4] => gutter width
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
	$MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
	$GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid, .grid--rev, .grid--full, .grid--right, .grid--center {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -30px;
  /* [3] */
  letter-spacing: -0.33em;
  font-size: 0;
}

/* Opera hack */
.opera:-o-prefocus,
.grid,
.grid--rev,
.grid--full,
.grid--right,
.grid--center {
  word-spacing: -0.43em;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 30px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
  font-size: initial;
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}

/*------------------------------------*\
	$WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%;
}

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 479px) {
  /**
   * Whole
   */
  .xs--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .xs--one-half, .xs--two-quarters, .xs--three-sixths, .xs--four-eighths, .xs--five-tenths, .xs--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .xs--one-third, .xs--two-sixths, .xs--four-twelfths {
    width: 33.333%;
  }

  .xs--two-thirds, .xs--four-sixths, .xs--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .xs--one-quarter, .xs--two-eighths, .xs--three-twelfths {
    width: 25%;
  }

  .xs--three-quarters, .xs--six-eighths, .xs--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .xs--one-fifth, .xs--two-tenths {
    width: 20%;
  }

  .xs--two-fifths, .xs--four-tenths {
    width: 40%;
  }

  .xs--three-fifths, .xs--six-tenths {
    width: 60%;
  }

  .xs--four-fifths, .xs--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .xs--one-sixth, .xs--two-twelfths {
    width: 16.666%;
  }

  .xs--five-sixths, .xs--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .xs--one-eighth {
    width: 12.5%;
  }

  .xs--three-eighths {
    width: 37.5%;
  }

  .xs--five-eighths {
    width: 62.5%;
  }

  .xs--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .xs--one-tenth {
    width: 10%;
  }

  .xs--three-tenths {
    width: 30%;
  }

  .xs--seven-tenths {
    width: 70%;
  }

  .xs--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .xs--one-twelfth {
    width: 8.333%;
  }

  .xs--five-twelfths {
    width: 41.666%;
  }

  .xs--seven-twelfths {
    width: 58.333%;
  }

  .xs--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /**
   * Whole
   */
  .s--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .s--one-half, .s--two-quarters, .s--three-sixths, .s--four-eighths, .s--five-tenths, .s--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .s--one-third, .s--two-sixths, .s--four-twelfths {
    width: 33.333%;
  }

  .s--two-thirds, .s--four-sixths, .s--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .s--one-quarter, .s--two-eighths, .s--three-twelfths {
    width: 25%;
  }

  .s--three-quarters, .s--six-eighths, .s--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .s--one-fifth, .s--two-tenths {
    width: 20%;
  }

  .s--two-fifths, .s--four-tenths {
    width: 40%;
  }

  .s--three-fifths, .s--six-tenths {
    width: 60%;
  }

  .s--four-fifths, .s--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .s--one-sixth, .s--two-twelfths {
    width: 16.666%;
  }

  .s--five-sixths, .s--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .s--one-eighth {
    width: 12.5%;
  }

  .s--three-eighths {
    width: 37.5%;
  }

  .s--five-eighths {
    width: 62.5%;
  }

  .s--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .s--one-tenth {
    width: 10%;
  }

  .s--three-tenths {
    width: 30%;
  }

  .s--seven-tenths {
    width: 70%;
  }

  .s--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .s--one-twelfth {
    width: 8.333%;
  }

  .s--five-twelfths {
    width: 41.666%;
  }

  .s--seven-twelfths {
    width: 58.333%;
  }

  .s--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .m--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .m--one-half, .m--two-quarters, .m--three-sixths, .m--four-eighths, .m--five-tenths, .m--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .m--one-third, .m--two-sixths, .m--four-twelfths {
    width: 33.333%;
  }

  .m--two-thirds, .m--four-sixths, .m--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .m--one-quarter, .m--two-eighths, .m--three-twelfths {
    width: 25%;
  }

  .m--three-quarters, .m--six-eighths, .m--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .m--one-fifth, .m--two-tenths {
    width: 20%;
  }

  .m--two-fifths, .m--four-tenths {
    width: 40%;
  }

  .m--three-fifths, .m--six-tenths {
    width: 60%;
  }

  .m--four-fifths, .m--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .m--one-sixth, .m--two-twelfths {
    width: 16.666%;
  }

  .m--five-sixths, .m--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .m--one-eighth {
    width: 12.5%;
  }

  .m--three-eighths {
    width: 37.5%;
  }

  .m--five-eighths {
    width: 62.5%;
  }

  .m--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .m--one-tenth {
    width: 10%;
  }

  .m--three-tenths {
    width: 30%;
  }

  .m--seven-tenths {
    width: 70%;
  }

  .m--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .m--one-twelfth {
    width: 8.333%;
  }

  .m--five-twelfths {
    width: 41.666%;
  }

  .m--seven-twelfths {
    width: 58.333%;
  }

  .m--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .l--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .l--one-half, .l--two-quarters, .l--three-sixths, .l--four-eighths, .l--five-tenths, .l--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .l--one-third, .l--two-sixths, .l--four-twelfths {
    width: 33.333%;
  }

  .l--two-thirds, .l--four-sixths, .l--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .l--one-quarter, .l--two-eighths, .l--three-twelfths {
    width: 25%;
  }

  .l--three-quarters, .l--six-eighths, .l--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .l--one-fifth, .l--two-tenths {
    width: 20%;
  }

  .l--two-fifths, .l--four-tenths {
    width: 40%;
  }

  .l--three-fifths, .l--six-tenths {
    width: 60%;
  }

  .l--four-fifths, .l--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .l--one-sixth, .l--two-twelfths {
    width: 16.666%;
  }

  .l--five-sixths, .l--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .l--one-eighth {
    width: 12.5%;
  }

  .l--three-eighths {
    width: 37.5%;
  }

  .l--five-eighths {
    width: 62.5%;
  }

  .l--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .l--one-tenth {
    width: 10%;
  }

  .l--three-tenths {
    width: 30%;
  }

  .l--seven-tenths {
    width: 70%;
  }

  .l--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .l--one-twelfth {
    width: 8.333%;
  }

  .l--five-twelfths {
    width: 41.666%;
  }

  .l--seven-twelfths {
    width: 58.333%;
  }

  .l--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1280px) {
  /**
   * Whole
   */
  .xl--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .xl--one-half, .xl--two-quarters, .xl--three-sixths, .xl--four-eighths, .xl--five-tenths, .xl--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .xl--one-third, .xl--two-sixths, .xl--four-twelfths {
    width: 33.333%;
  }

  .xl--two-thirds, .xl--four-sixths, .xl--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .xl--one-quarter, .xl--two-eighths, .xl--three-twelfths {
    width: 25%;
  }

  .xl--three-quarters, .xl--six-eighths, .xl--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .xl--one-fifth, .xl--two-tenths {
    width: 20%;
  }

  .xl--two-fifths, .xl--four-tenths {
    width: 40%;
  }

  .xl--three-fifths, .xl--six-tenths {
    width: 60%;
  }

  .xl--four-fifths, .xl--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .xl--one-sixth, .xl--two-twelfths {
    width: 16.666%;
  }

  .xl--five-sixths, .xl--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .xl--one-eighth {
    width: 12.5%;
  }

  .xl--three-eighths {
    width: 37.5%;
  }

  .xl--five-eighths {
    width: 62.5%;
  }

  .xl--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .xl--one-tenth {
    width: 10%;
  }

  .xl--three-tenths {
    width: 30%;
  }

  .xl--seven-tenths {
    width: 70%;
  }

  .xl--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .xl--one-twelfth {
    width: 8.333%;
  }

  .xl--five-twelfths {
    width: 41.666%;
  }

  .xl--seven-twelfths {
    width: 58.333%;
  }

  .xl--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 767px) {
  /**
   * Whole
   */
  .xs-s--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .xs-s--one-half, .xs-s--two-quarters, .xs-s--three-sixths, .xs-s--four-eighths, .xs-s--five-tenths, .xs-s--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .xs-s--one-third, .xs-s--two-sixths, .xs-s--four-twelfths {
    width: 33.333%;
  }

  .xs-s--two-thirds, .xs-s--four-sixths, .xs-s--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .xs-s--one-quarter, .xs-s--two-eighths, .xs-s--three-twelfths {
    width: 25%;
  }

  .xs-s--three-quarters, .xs-s--six-eighths, .xs-s--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .xs-s--one-fifth, .xs-s--two-tenths {
    width: 20%;
  }

  .xs-s--two-fifths, .xs-s--four-tenths {
    width: 40%;
  }

  .xs-s--three-fifths, .xs-s--six-tenths {
    width: 60%;
  }

  .xs-s--four-fifths, .xs-s--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .xs-s--one-sixth, .xs-s--two-twelfths {
    width: 16.666%;
  }

  .xs-s--five-sixths, .xs-s--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .xs-s--one-eighth {
    width: 12.5%;
  }

  .xs-s--three-eighths {
    width: 37.5%;
  }

  .xs-s--five-eighths {
    width: 62.5%;
  }

  .xs-s--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .xs-s--one-tenth {
    width: 10%;
  }

  .xs-s--three-tenths {
    width: 30%;
  }

  .xs-s--seven-tenths {
    width: 70%;
  }

  .xs-s--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .xs-s--one-twelfth {
    width: 8.333%;
  }

  .xs-s--five-twelfths {
    width: 41.666%;
  }

  .xs-s--seven-twelfths {
    width: 58.333%;
  }

  .xs-s--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .xs-s-m--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .xs-s-m--one-half, .xs-s-m--two-quarters, .xs-s-m--three-sixths, .xs-s-m--four-eighths, .xs-s-m--five-tenths, .xs-s-m--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .xs-s-m--one-third, .xs-s-m--two-sixths, .xs-s-m--four-twelfths {
    width: 33.333%;
  }

  .xs-s-m--two-thirds, .xs-s-m--four-sixths, .xs-s-m--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .xs-s-m--one-quarter, .xs-s-m--two-eighths, .xs-s-m--three-twelfths {
    width: 25%;
  }

  .xs-s-m--three-quarters, .xs-s-m--six-eighths, .xs-s-m--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .xs-s-m--one-fifth, .xs-s-m--two-tenths {
    width: 20%;
  }

  .xs-s-m--two-fifths, .xs-s-m--four-tenths {
    width: 40%;
  }

  .xs-s-m--three-fifths, .xs-s-m--six-tenths {
    width: 60%;
  }

  .xs-s-m--four-fifths, .xs-s-m--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .xs-s-m--one-sixth, .xs-s-m--two-twelfths {
    width: 16.666%;
  }

  .xs-s-m--five-sixths, .xs-s-m--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .xs-s-m--one-eighth {
    width: 12.5%;
  }

  .xs-s-m--three-eighths {
    width: 37.5%;
  }

  .xs-s-m--five-eighths {
    width: 62.5%;
  }

  .xs-s-m--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .xs-s-m--one-tenth {
    width: 10%;
  }

  .xs-s-m--three-tenths {
    width: 30%;
  }

  .xs-s-m--seven-tenths {
    width: 70%;
  }

  .xs-s-m--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .xs-s-m--one-twelfth {
    width: 8.333%;
  }

  .xs-s-m--five-twelfths {
    width: 41.666%;
  }

  .xs-s-m--seven-twelfths {
    width: 58.333%;
  }

  .xs-s-m--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .s-m--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .s-m--one-half, .s-m--two-quarters, .s-m--three-sixths, .s-m--four-eighths, .s-m--five-tenths, .s-m--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .s-m--one-third, .s-m--two-sixths, .s-m--four-twelfths {
    width: 33.333%;
  }

  .s-m--two-thirds, .s-m--four-sixths, .s-m--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .s-m--one-quarter, .s-m--two-eighths, .s-m--three-twelfths {
    width: 25%;
  }

  .s-m--three-quarters, .s-m--six-eighths, .s-m--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .s-m--one-fifth, .s-m--two-tenths {
    width: 20%;
  }

  .s-m--two-fifths, .s-m--four-tenths {
    width: 40%;
  }

  .s-m--three-fifths, .s-m--six-tenths {
    width: 60%;
  }

  .s-m--four-fifths, .s-m--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .s-m--one-sixth, .s-m--two-twelfths {
    width: 16.666%;
  }

  .s-m--five-sixths, .s-m--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .s-m--one-eighth {
    width: 12.5%;
  }

  .s-m--three-eighths {
    width: 37.5%;
  }

  .s-m--five-eighths {
    width: 62.5%;
  }

  .s-m--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .s-m--one-tenth {
    width: 10%;
  }

  .s-m--three-tenths {
    width: 30%;
  }

  .s-m--seven-tenths {
    width: 70%;
  }

  .s-m--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .s-m--one-twelfth {
    width: 8.333%;
  }

  .s-m--five-twelfths {
    width: 41.666%;
  }

  .s-m--seven-twelfths {
    width: 58.333%;
  }

  .s-m--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .s-m-l--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .s-m-l--one-half, .s-m-l--two-quarters, .s-m-l--three-sixths, .s-m-l--four-eighths, .s-m-l--five-tenths, .s-m-l--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .s-m-l--one-third, .s-m-l--two-sixths, .s-m-l--four-twelfths {
    width: 33.333%;
  }

  .s-m-l--two-thirds, .s-m-l--four-sixths, .s-m-l--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .s-m-l--one-quarter, .s-m-l--two-eighths, .s-m-l--three-twelfths {
    width: 25%;
  }

  .s-m-l--three-quarters, .s-m-l--six-eighths, .s-m-l--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .s-m-l--one-fifth, .s-m-l--two-tenths {
    width: 20%;
  }

  .s-m-l--two-fifths, .s-m-l--four-tenths {
    width: 40%;
  }

  .s-m-l--three-fifths, .s-m-l--six-tenths {
    width: 60%;
  }

  .s-m-l--four-fifths, .s-m-l--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .s-m-l--one-sixth, .s-m-l--two-twelfths {
    width: 16.666%;
  }

  .s-m-l--five-sixths, .s-m-l--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .s-m-l--one-eighth {
    width: 12.5%;
  }

  .s-m-l--three-eighths {
    width: 37.5%;
  }

  .s-m-l--five-eighths {
    width: 62.5%;
  }

  .s-m-l--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .s-m-l--one-tenth {
    width: 10%;
  }

  .s-m-l--three-tenths {
    width: 30%;
  }

  .s-m-l--seven-tenths {
    width: 70%;
  }

  .s-m-l--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .s-m-l--one-twelfth {
    width: 8.333%;
  }

  .s-m-l--five-twelfths {
    width: 41.666%;
  }

  .s-m-l--seven-twelfths {
    width: 58.333%;
  }

  .s-m-l--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 480px) {
  /**
   * Whole
   */
  .s-m-l-xl--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .s-m-l-xl--one-half, .s-m-l-xl--two-quarters, .s-m-l-xl--three-sixths, .s-m-l-xl--four-eighths, .s-m-l-xl--five-tenths, .s-m-l-xl--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .s-m-l-xl--one-third, .s-m-l-xl--two-sixths, .s-m-l-xl--four-twelfths {
    width: 33.333%;
  }

  .s-m-l-xl--two-thirds, .s-m-l-xl--four-sixths, .s-m-l-xl--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .s-m-l-xl--one-quarter, .s-m-l-xl--two-eighths, .s-m-l-xl--three-twelfths {
    width: 25%;
  }

  .s-m-l-xl--three-quarters, .s-m-l-xl--six-eighths, .s-m-l-xl--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .s-m-l-xl--one-fifth, .s-m-l-xl--two-tenths {
    width: 20%;
  }

  .s-m-l-xl--two-fifths, .s-m-l-xl--four-tenths {
    width: 40%;
  }

  .s-m-l-xl--three-fifths, .s-m-l-xl--six-tenths {
    width: 60%;
  }

  .s-m-l-xl--four-fifths, .s-m-l-xl--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .s-m-l-xl--one-sixth, .s-m-l-xl--two-twelfths {
    width: 16.666%;
  }

  .s-m-l-xl--five-sixths, .s-m-l-xl--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .s-m-l-xl--one-eighth {
    width: 12.5%;
  }

  .s-m-l-xl--three-eighths {
    width: 37.5%;
  }

  .s-m-l-xl--five-eighths {
    width: 62.5%;
  }

  .s-m-l-xl--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .s-m-l-xl--one-tenth {
    width: 10%;
  }

  .s-m-l-xl--three-tenths {
    width: 30%;
  }

  .s-m-l-xl--seven-tenths {
    width: 70%;
  }

  .s-m-l-xl--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .s-m-l-xl--one-twelfth {
    width: 8.333%;
  }

  .s-m-l-xl--five-twelfths {
    width: 41.666%;
  }

  .s-m-l-xl--seven-twelfths {
    width: 58.333%;
  }

  .s-m-l-xl--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .m-l--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .m-l--one-half, .m-l--two-quarters, .m-l--three-sixths, .m-l--four-eighths, .m-l--five-tenths, .m-l--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .m-l--one-third, .m-l--two-sixths, .m-l--four-twelfths {
    width: 33.333%;
  }

  .m-l--two-thirds, .m-l--four-sixths, .m-l--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .m-l--one-quarter, .m-l--two-eighths, .m-l--three-twelfths {
    width: 25%;
  }

  .m-l--three-quarters, .m-l--six-eighths, .m-l--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .m-l--one-fifth, .m-l--two-tenths {
    width: 20%;
  }

  .m-l--two-fifths, .m-l--four-tenths {
    width: 40%;
  }

  .m-l--three-fifths, .m-l--six-tenths {
    width: 60%;
  }

  .m-l--four-fifths, .m-l--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .m-l--one-sixth, .m-l--two-twelfths {
    width: 16.666%;
  }

  .m-l--five-sixths, .m-l--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .m-l--one-eighth {
    width: 12.5%;
  }

  .m-l--three-eighths {
    width: 37.5%;
  }

  .m-l--five-eighths {
    width: 62.5%;
  }

  .m-l--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .m-l--one-tenth {
    width: 10%;
  }

  .m-l--three-tenths {
    width: 30%;
  }

  .m-l--seven-tenths {
    width: 70%;
  }

  .m-l--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .m-l--one-twelfth {
    width: 8.333%;
  }

  .m-l--five-twelfths {
    width: 41.666%;
  }

  .m-l--seven-twelfths {
    width: 58.333%;
  }

  .m-l--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 768px) {
  /**
   * Whole
   */
  .m-l-xl--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .m-l-xl--one-half, .m-l-xl--two-quarters, .m-l-xl--three-sixths, .m-l-xl--four-eighths, .m-l-xl--five-tenths, .m-l-xl--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .m-l-xl--one-third, .m-l-xl--two-sixths, .m-l-xl--four-twelfths {
    width: 33.333%;
  }

  .m-l-xl--two-thirds, .m-l-xl--four-sixths, .m-l-xl--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .m-l-xl--one-quarter, .m-l-xl--two-eighths, .m-l-xl--three-twelfths {
    width: 25%;
  }

  .m-l-xl--three-quarters, .m-l-xl--six-eighths, .m-l-xl--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .m-l-xl--one-fifth, .m-l-xl--two-tenths {
    width: 20%;
  }

  .m-l-xl--two-fifths, .m-l-xl--four-tenths {
    width: 40%;
  }

  .m-l-xl--three-fifths, .m-l-xl--six-tenths {
    width: 60%;
  }

  .m-l-xl--four-fifths, .m-l-xl--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .m-l-xl--one-sixth, .m-l-xl--two-twelfths {
    width: 16.666%;
  }

  .m-l-xl--five-sixths, .m-l-xl--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .m-l-xl--one-eighth {
    width: 12.5%;
  }

  .m-l-xl--three-eighths {
    width: 37.5%;
  }

  .m-l-xl--five-eighths {
    width: 62.5%;
  }

  .m-l-xl--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .m-l-xl--one-tenth {
    width: 10%;
  }

  .m-l-xl--three-tenths {
    width: 30%;
  }

  .m-l-xl--seven-tenths {
    width: 70%;
  }

  .m-l-xl--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .m-l-xl--one-twelfth {
    width: 8.333%;
  }

  .m-l-xl--five-twelfths {
    width: 41.666%;
  }

  .m-l-xl--seven-twelfths {
    width: 58.333%;
  }

  .m-l-xl--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .l-xl--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .l-xl--one-half, .l-xl--two-quarters, .l-xl--three-sixths, .l-xl--four-eighths, .l-xl--five-tenths, .l-xl--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .l-xl--one-third, .l-xl--two-sixths, .l-xl--four-twelfths {
    width: 33.333%;
  }

  .l-xl--two-thirds, .l-xl--four-sixths, .l-xl--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .l-xl--one-quarter, .l-xl--two-eighths, .l-xl--three-twelfths {
    width: 25%;
  }

  .l-xl--three-quarters, .l-xl--six-eighths, .l-xl--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .l-xl--one-fifth, .l-xl--two-tenths {
    width: 20%;
  }

  .l-xl--two-fifths, .l-xl--four-tenths {
    width: 40%;
  }

  .l-xl--three-fifths, .l-xl--six-tenths {
    width: 60%;
  }

  .l-xl--four-fifths, .l-xl--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .l-xl--one-sixth, .l-xl--two-twelfths {
    width: 16.666%;
  }

  .l-xl--five-sixths, .l-xl--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .l-xl--one-eighth {
    width: 12.5%;
  }

  .l-xl--three-eighths {
    width: 37.5%;
  }

  .l-xl--five-eighths {
    width: 62.5%;
  }

  .l-xl--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .l-xl--one-tenth {
    width: 10%;
  }

  .l-xl--three-tenths {
    width: 30%;
  }

  .l-xl--seven-tenths {
    width: 70%;
  }

  .l-xl--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .l-xl--one-twelfth {
    width: 8.333%;
  }

  .l-xl--five-twelfths {
    width: 41.666%;
  }

  .l-xl--seven-twelfths {
    width: 58.333%;
  }

  .l-xl--eleven-twelfths {
    width: 91.666%;
  }
}
/*------------------------------------*\
	$PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="push--"] {
  position: relative;
}

/**
 * Whole
 */
.push--one-whole {
  left: 100%;
}

/**
 * Halves
 */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%;
}

/**
 * Thirds
 */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%;
}

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%;
}

/**
 * Quarters
 */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%;
}

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%;
}

/**
 * Fifths
 */
.push--one-fifth, .push--two-tenths {
  left: 20%;
}

.push--two-fifths, .push--four-tenths {
  left: 40%;
}

.push--three-fifths, .push--six-tenths {
  left: 60%;
}

.push--four-fifths, .push--eight-tenths {
  left: 80%;
}

/**
 * Sixths
 */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%;
}

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%;
}

/**
 * Eighths
 */
.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

/**
 * Tenths
 */
.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

/**
 * Twelfths
 */
.push--one-twelfth {
  left: 8.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (max-width: 479px) {
  /**
   * Whole
   */
  .push--xs--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--xs--one-half, .push--xs--two-quarters, .push--xs--three-sixths, .push--xs--four-eighths, .push--xs--five-tenths, .push--xs--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--xs--one-third, .push--xs--two-sixths, .push--xs--four-twelfths {
    left: 33.333%;
  }

  .push--xs--two-thirds, .push--xs--four-sixths, .push--xs--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--xs--one-quarter, .push--xs--two-eighths, .push--xs--three-twelfths {
    left: 25%;
  }

  .push--xs--three-quarters, .push--xs--six-eighths, .push--xs--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--xs--one-fifth, .push--xs--two-tenths {
    left: 20%;
  }

  .push--xs--two-fifths, .push--xs--four-tenths {
    left: 40%;
  }

  .push--xs--three-fifths, .push--xs--six-tenths {
    left: 60%;
  }

  .push--xs--four-fifths, .push--xs--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--xs--one-sixth, .push--xs--two-twelfths {
    left: 16.666%;
  }

  .push--xs--five-sixths, .push--xs--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--xs--one-eighth {
    left: 12.5%;
  }

  .push--xs--three-eighths {
    left: 37.5%;
  }

  .push--xs--five-eighths {
    left: 62.5%;
  }

  .push--xs--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--xs--one-tenth {
    left: 10%;
  }

  .push--xs--three-tenths {
    left: 30%;
  }

  .push--xs--seven-tenths {
    left: 70%;
  }

  .push--xs--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--xs--one-twelfth {
    left: 8.333%;
  }

  .push--xs--five-twelfths {
    left: 41.666%;
  }

  .push--xs--seven-twelfths {
    left: 58.333%;
  }

  .push--xs--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /**
   * Whole
   */
  .push--s--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--s--one-half, .push--s--two-quarters, .push--s--three-sixths, .push--s--four-eighths, .push--s--five-tenths, .push--s--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--s--one-third, .push--s--two-sixths, .push--s--four-twelfths {
    left: 33.333%;
  }

  .push--s--two-thirds, .push--s--four-sixths, .push--s--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--s--one-quarter, .push--s--two-eighths, .push--s--three-twelfths {
    left: 25%;
  }

  .push--s--three-quarters, .push--s--six-eighths, .push--s--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--s--one-fifth, .push--s--two-tenths {
    left: 20%;
  }

  .push--s--two-fifths, .push--s--four-tenths {
    left: 40%;
  }

  .push--s--three-fifths, .push--s--six-tenths {
    left: 60%;
  }

  .push--s--four-fifths, .push--s--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--s--one-sixth, .push--s--two-twelfths {
    left: 16.666%;
  }

  .push--s--five-sixths, .push--s--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--s--one-eighth {
    left: 12.5%;
  }

  .push--s--three-eighths {
    left: 37.5%;
  }

  .push--s--five-eighths {
    left: 62.5%;
  }

  .push--s--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--s--one-tenth {
    left: 10%;
  }

  .push--s--three-tenths {
    left: 30%;
  }

  .push--s--seven-tenths {
    left: 70%;
  }

  .push--s--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--s--one-twelfth {
    left: 8.333%;
  }

  .push--s--five-twelfths {
    left: 41.666%;
  }

  .push--s--seven-twelfths {
    left: 58.333%;
  }

  .push--s--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .push--m--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--m--one-half, .push--m--two-quarters, .push--m--three-sixths, .push--m--four-eighths, .push--m--five-tenths, .push--m--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--m--one-third, .push--m--two-sixths, .push--m--four-twelfths {
    left: 33.333%;
  }

  .push--m--two-thirds, .push--m--four-sixths, .push--m--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--m--one-quarter, .push--m--two-eighths, .push--m--three-twelfths {
    left: 25%;
  }

  .push--m--three-quarters, .push--m--six-eighths, .push--m--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--m--one-fifth, .push--m--two-tenths {
    left: 20%;
  }

  .push--m--two-fifths, .push--m--four-tenths {
    left: 40%;
  }

  .push--m--three-fifths, .push--m--six-tenths {
    left: 60%;
  }

  .push--m--four-fifths, .push--m--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--m--one-sixth, .push--m--two-twelfths {
    left: 16.666%;
  }

  .push--m--five-sixths, .push--m--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--m--one-eighth {
    left: 12.5%;
  }

  .push--m--three-eighths {
    left: 37.5%;
  }

  .push--m--five-eighths {
    left: 62.5%;
  }

  .push--m--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--m--one-tenth {
    left: 10%;
  }

  .push--m--three-tenths {
    left: 30%;
  }

  .push--m--seven-tenths {
    left: 70%;
  }

  .push--m--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--m--one-twelfth {
    left: 8.333%;
  }

  .push--m--five-twelfths {
    left: 41.666%;
  }

  .push--m--seven-twelfths {
    left: 58.333%;
  }

  .push--m--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .push--l--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--l--one-half, .push--l--two-quarters, .push--l--three-sixths, .push--l--four-eighths, .push--l--five-tenths, .push--l--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--l--one-third, .push--l--two-sixths, .push--l--four-twelfths {
    left: 33.333%;
  }

  .push--l--two-thirds, .push--l--four-sixths, .push--l--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--l--one-quarter, .push--l--two-eighths, .push--l--three-twelfths {
    left: 25%;
  }

  .push--l--three-quarters, .push--l--six-eighths, .push--l--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--l--one-fifth, .push--l--two-tenths {
    left: 20%;
  }

  .push--l--two-fifths, .push--l--four-tenths {
    left: 40%;
  }

  .push--l--three-fifths, .push--l--six-tenths {
    left: 60%;
  }

  .push--l--four-fifths, .push--l--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--l--one-sixth, .push--l--two-twelfths {
    left: 16.666%;
  }

  .push--l--five-sixths, .push--l--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--l--one-eighth {
    left: 12.5%;
  }

  .push--l--three-eighths {
    left: 37.5%;
  }

  .push--l--five-eighths {
    left: 62.5%;
  }

  .push--l--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--l--one-tenth {
    left: 10%;
  }

  .push--l--three-tenths {
    left: 30%;
  }

  .push--l--seven-tenths {
    left: 70%;
  }

  .push--l--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--l--one-twelfth {
    left: 8.333%;
  }

  .push--l--five-twelfths {
    left: 41.666%;
  }

  .push--l--seven-twelfths {
    left: 58.333%;
  }

  .push--l--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1280px) {
  /**
   * Whole
   */
  .push--xl--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--xl--one-half, .push--xl--two-quarters, .push--xl--three-sixths, .push--xl--four-eighths, .push--xl--five-tenths, .push--xl--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--xl--one-third, .push--xl--two-sixths, .push--xl--four-twelfths {
    left: 33.333%;
  }

  .push--xl--two-thirds, .push--xl--four-sixths, .push--xl--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--xl--one-quarter, .push--xl--two-eighths, .push--xl--three-twelfths {
    left: 25%;
  }

  .push--xl--three-quarters, .push--xl--six-eighths, .push--xl--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--xl--one-fifth, .push--xl--two-tenths {
    left: 20%;
  }

  .push--xl--two-fifths, .push--xl--four-tenths {
    left: 40%;
  }

  .push--xl--three-fifths, .push--xl--six-tenths {
    left: 60%;
  }

  .push--xl--four-fifths, .push--xl--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--xl--one-sixth, .push--xl--two-twelfths {
    left: 16.666%;
  }

  .push--xl--five-sixths, .push--xl--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--xl--one-eighth {
    left: 12.5%;
  }

  .push--xl--three-eighths {
    left: 37.5%;
  }

  .push--xl--five-eighths {
    left: 62.5%;
  }

  .push--xl--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--xl--one-tenth {
    left: 10%;
  }

  .push--xl--three-tenths {
    left: 30%;
  }

  .push--xl--seven-tenths {
    left: 70%;
  }

  .push--xl--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--xl--one-twelfth {
    left: 8.333%;
  }

  .push--xl--five-twelfths {
    left: 41.666%;
  }

  .push--xl--seven-twelfths {
    left: 58.333%;
  }

  .push--xl--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (max-width: 767px) {
  /**
   * Whole
   */
  .push--xs-s--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--xs-s--one-half, .push--xs-s--two-quarters, .push--xs-s--three-sixths, .push--xs-s--four-eighths, .push--xs-s--five-tenths, .push--xs-s--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--xs-s--one-third, .push--xs-s--two-sixths, .push--xs-s--four-twelfths {
    left: 33.333%;
  }

  .push--xs-s--two-thirds, .push--xs-s--four-sixths, .push--xs-s--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--xs-s--one-quarter, .push--xs-s--two-eighths, .push--xs-s--three-twelfths {
    left: 25%;
  }

  .push--xs-s--three-quarters, .push--xs-s--six-eighths, .push--xs-s--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--xs-s--one-fifth, .push--xs-s--two-tenths {
    left: 20%;
  }

  .push--xs-s--two-fifths, .push--xs-s--four-tenths {
    left: 40%;
  }

  .push--xs-s--three-fifths, .push--xs-s--six-tenths {
    left: 60%;
  }

  .push--xs-s--four-fifths, .push--xs-s--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--xs-s--one-sixth, .push--xs-s--two-twelfths {
    left: 16.666%;
  }

  .push--xs-s--five-sixths, .push--xs-s--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--xs-s--one-eighth {
    left: 12.5%;
  }

  .push--xs-s--three-eighths {
    left: 37.5%;
  }

  .push--xs-s--five-eighths {
    left: 62.5%;
  }

  .push--xs-s--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--xs-s--one-tenth {
    left: 10%;
  }

  .push--xs-s--three-tenths {
    left: 30%;
  }

  .push--xs-s--seven-tenths {
    left: 70%;
  }

  .push--xs-s--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--xs-s--one-twelfth {
    left: 8.333%;
  }

  .push--xs-s--five-twelfths {
    left: 41.666%;
  }

  .push--xs-s--seven-twelfths {
    left: 58.333%;
  }

  .push--xs-s--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .push--xs-s-m--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--xs-s-m--one-half, .push--xs-s-m--two-quarters, .push--xs-s-m--three-sixths, .push--xs-s-m--four-eighths, .push--xs-s-m--five-tenths, .push--xs-s-m--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--xs-s-m--one-third, .push--xs-s-m--two-sixths, .push--xs-s-m--four-twelfths {
    left: 33.333%;
  }

  .push--xs-s-m--two-thirds, .push--xs-s-m--four-sixths, .push--xs-s-m--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--xs-s-m--one-quarter, .push--xs-s-m--two-eighths, .push--xs-s-m--three-twelfths {
    left: 25%;
  }

  .push--xs-s-m--three-quarters, .push--xs-s-m--six-eighths, .push--xs-s-m--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--xs-s-m--one-fifth, .push--xs-s-m--two-tenths {
    left: 20%;
  }

  .push--xs-s-m--two-fifths, .push--xs-s-m--four-tenths {
    left: 40%;
  }

  .push--xs-s-m--three-fifths, .push--xs-s-m--six-tenths {
    left: 60%;
  }

  .push--xs-s-m--four-fifths, .push--xs-s-m--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--xs-s-m--one-sixth, .push--xs-s-m--two-twelfths {
    left: 16.666%;
  }

  .push--xs-s-m--five-sixths, .push--xs-s-m--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--xs-s-m--one-eighth {
    left: 12.5%;
  }

  .push--xs-s-m--three-eighths {
    left: 37.5%;
  }

  .push--xs-s-m--five-eighths {
    left: 62.5%;
  }

  .push--xs-s-m--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--xs-s-m--one-tenth {
    left: 10%;
  }

  .push--xs-s-m--three-tenths {
    left: 30%;
  }

  .push--xs-s-m--seven-tenths {
    left: 70%;
  }

  .push--xs-s-m--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--xs-s-m--one-twelfth {
    left: 8.333%;
  }

  .push--xs-s-m--five-twelfths {
    left: 41.666%;
  }

  .push--xs-s-m--seven-twelfths {
    left: 58.333%;
  }

  .push--xs-s-m--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .push--s-m--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--s-m--one-half, .push--s-m--two-quarters, .push--s-m--three-sixths, .push--s-m--four-eighths, .push--s-m--five-tenths, .push--s-m--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--s-m--one-third, .push--s-m--two-sixths, .push--s-m--four-twelfths {
    left: 33.333%;
  }

  .push--s-m--two-thirds, .push--s-m--four-sixths, .push--s-m--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--s-m--one-quarter, .push--s-m--two-eighths, .push--s-m--three-twelfths {
    left: 25%;
  }

  .push--s-m--three-quarters, .push--s-m--six-eighths, .push--s-m--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--s-m--one-fifth, .push--s-m--two-tenths {
    left: 20%;
  }

  .push--s-m--two-fifths, .push--s-m--four-tenths {
    left: 40%;
  }

  .push--s-m--three-fifths, .push--s-m--six-tenths {
    left: 60%;
  }

  .push--s-m--four-fifths, .push--s-m--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--s-m--one-sixth, .push--s-m--two-twelfths {
    left: 16.666%;
  }

  .push--s-m--five-sixths, .push--s-m--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--s-m--one-eighth {
    left: 12.5%;
  }

  .push--s-m--three-eighths {
    left: 37.5%;
  }

  .push--s-m--five-eighths {
    left: 62.5%;
  }

  .push--s-m--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--s-m--one-tenth {
    left: 10%;
  }

  .push--s-m--three-tenths {
    left: 30%;
  }

  .push--s-m--seven-tenths {
    left: 70%;
  }

  .push--s-m--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--s-m--one-twelfth {
    left: 8.333%;
  }

  .push--s-m--five-twelfths {
    left: 41.666%;
  }

  .push--s-m--seven-twelfths {
    left: 58.333%;
  }

  .push--s-m--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .push--s-m-l--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--s-m-l--one-half, .push--s-m-l--two-quarters, .push--s-m-l--three-sixths, .push--s-m-l--four-eighths, .push--s-m-l--five-tenths, .push--s-m-l--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--s-m-l--one-third, .push--s-m-l--two-sixths, .push--s-m-l--four-twelfths {
    left: 33.333%;
  }

  .push--s-m-l--two-thirds, .push--s-m-l--four-sixths, .push--s-m-l--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--s-m-l--one-quarter, .push--s-m-l--two-eighths, .push--s-m-l--three-twelfths {
    left: 25%;
  }

  .push--s-m-l--three-quarters, .push--s-m-l--six-eighths, .push--s-m-l--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--s-m-l--one-fifth, .push--s-m-l--two-tenths {
    left: 20%;
  }

  .push--s-m-l--two-fifths, .push--s-m-l--four-tenths {
    left: 40%;
  }

  .push--s-m-l--three-fifths, .push--s-m-l--six-tenths {
    left: 60%;
  }

  .push--s-m-l--four-fifths, .push--s-m-l--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--s-m-l--one-sixth, .push--s-m-l--two-twelfths {
    left: 16.666%;
  }

  .push--s-m-l--five-sixths, .push--s-m-l--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--s-m-l--one-eighth {
    left: 12.5%;
  }

  .push--s-m-l--three-eighths {
    left: 37.5%;
  }

  .push--s-m-l--five-eighths {
    left: 62.5%;
  }

  .push--s-m-l--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--s-m-l--one-tenth {
    left: 10%;
  }

  .push--s-m-l--three-tenths {
    left: 30%;
  }

  .push--s-m-l--seven-tenths {
    left: 70%;
  }

  .push--s-m-l--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--s-m-l--one-twelfth {
    left: 8.333%;
  }

  .push--s-m-l--five-twelfths {
    left: 41.666%;
  }

  .push--s-m-l--seven-twelfths {
    left: 58.333%;
  }

  .push--s-m-l--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 480px) {
  /**
   * Whole
   */
  .push--s-m-l-xl--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--s-m-l-xl--one-half, .push--s-m-l-xl--two-quarters, .push--s-m-l-xl--three-sixths, .push--s-m-l-xl--four-eighths, .push--s-m-l-xl--five-tenths, .push--s-m-l-xl--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--s-m-l-xl--one-third, .push--s-m-l-xl--two-sixths, .push--s-m-l-xl--four-twelfths {
    left: 33.333%;
  }

  .push--s-m-l-xl--two-thirds, .push--s-m-l-xl--four-sixths, .push--s-m-l-xl--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--s-m-l-xl--one-quarter, .push--s-m-l-xl--two-eighths, .push--s-m-l-xl--three-twelfths {
    left: 25%;
  }

  .push--s-m-l-xl--three-quarters, .push--s-m-l-xl--six-eighths, .push--s-m-l-xl--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--s-m-l-xl--one-fifth, .push--s-m-l-xl--two-tenths {
    left: 20%;
  }

  .push--s-m-l-xl--two-fifths, .push--s-m-l-xl--four-tenths {
    left: 40%;
  }

  .push--s-m-l-xl--three-fifths, .push--s-m-l-xl--six-tenths {
    left: 60%;
  }

  .push--s-m-l-xl--four-fifths, .push--s-m-l-xl--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--s-m-l-xl--one-sixth, .push--s-m-l-xl--two-twelfths {
    left: 16.666%;
  }

  .push--s-m-l-xl--five-sixths, .push--s-m-l-xl--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--s-m-l-xl--one-eighth {
    left: 12.5%;
  }

  .push--s-m-l-xl--three-eighths {
    left: 37.5%;
  }

  .push--s-m-l-xl--five-eighths {
    left: 62.5%;
  }

  .push--s-m-l-xl--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--s-m-l-xl--one-tenth {
    left: 10%;
  }

  .push--s-m-l-xl--three-tenths {
    left: 30%;
  }

  .push--s-m-l-xl--seven-tenths {
    left: 70%;
  }

  .push--s-m-l-xl--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--s-m-l-xl--one-twelfth {
    left: 8.333%;
  }

  .push--s-m-l-xl--five-twelfths {
    left: 41.666%;
  }

  .push--s-m-l-xl--seven-twelfths {
    left: 58.333%;
  }

  .push--s-m-l-xl--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .push--m-l--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--m-l--one-half, .push--m-l--two-quarters, .push--m-l--three-sixths, .push--m-l--four-eighths, .push--m-l--five-tenths, .push--m-l--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--m-l--one-third, .push--m-l--two-sixths, .push--m-l--four-twelfths {
    left: 33.333%;
  }

  .push--m-l--two-thirds, .push--m-l--four-sixths, .push--m-l--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--m-l--one-quarter, .push--m-l--two-eighths, .push--m-l--three-twelfths {
    left: 25%;
  }

  .push--m-l--three-quarters, .push--m-l--six-eighths, .push--m-l--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--m-l--one-fifth, .push--m-l--two-tenths {
    left: 20%;
  }

  .push--m-l--two-fifths, .push--m-l--four-tenths {
    left: 40%;
  }

  .push--m-l--three-fifths, .push--m-l--six-tenths {
    left: 60%;
  }

  .push--m-l--four-fifths, .push--m-l--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--m-l--one-sixth, .push--m-l--two-twelfths {
    left: 16.666%;
  }

  .push--m-l--five-sixths, .push--m-l--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--m-l--one-eighth {
    left: 12.5%;
  }

  .push--m-l--three-eighths {
    left: 37.5%;
  }

  .push--m-l--five-eighths {
    left: 62.5%;
  }

  .push--m-l--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--m-l--one-tenth {
    left: 10%;
  }

  .push--m-l--three-tenths {
    left: 30%;
  }

  .push--m-l--seven-tenths {
    left: 70%;
  }

  .push--m-l--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--m-l--one-twelfth {
    left: 8.333%;
  }

  .push--m-l--five-twelfths {
    left: 41.666%;
  }

  .push--m-l--seven-twelfths {
    left: 58.333%;
  }

  .push--m-l--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 768px) {
  /**
   * Whole
   */
  .push--m-l-xl--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--m-l-xl--one-half, .push--m-l-xl--two-quarters, .push--m-l-xl--three-sixths, .push--m-l-xl--four-eighths, .push--m-l-xl--five-tenths, .push--m-l-xl--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--m-l-xl--one-third, .push--m-l-xl--two-sixths, .push--m-l-xl--four-twelfths {
    left: 33.333%;
  }

  .push--m-l-xl--two-thirds, .push--m-l-xl--four-sixths, .push--m-l-xl--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--m-l-xl--one-quarter, .push--m-l-xl--two-eighths, .push--m-l-xl--three-twelfths {
    left: 25%;
  }

  .push--m-l-xl--three-quarters, .push--m-l-xl--six-eighths, .push--m-l-xl--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--m-l-xl--one-fifth, .push--m-l-xl--two-tenths {
    left: 20%;
  }

  .push--m-l-xl--two-fifths, .push--m-l-xl--four-tenths {
    left: 40%;
  }

  .push--m-l-xl--three-fifths, .push--m-l-xl--six-tenths {
    left: 60%;
  }

  .push--m-l-xl--four-fifths, .push--m-l-xl--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--m-l-xl--one-sixth, .push--m-l-xl--two-twelfths {
    left: 16.666%;
  }

  .push--m-l-xl--five-sixths, .push--m-l-xl--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--m-l-xl--one-eighth {
    left: 12.5%;
  }

  .push--m-l-xl--three-eighths {
    left: 37.5%;
  }

  .push--m-l-xl--five-eighths {
    left: 62.5%;
  }

  .push--m-l-xl--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--m-l-xl--one-tenth {
    left: 10%;
  }

  .push--m-l-xl--three-tenths {
    left: 30%;
  }

  .push--m-l-xl--seven-tenths {
    left: 70%;
  }

  .push--m-l-xl--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--m-l-xl--one-twelfth {
    left: 8.333%;
  }

  .push--m-l-xl--five-twelfths {
    left: 41.666%;
  }

  .push--m-l-xl--seven-twelfths {
    left: 58.333%;
  }

  .push--m-l-xl--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .push--l-xl--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--l-xl--one-half, .push--l-xl--two-quarters, .push--l-xl--three-sixths, .push--l-xl--four-eighths, .push--l-xl--five-tenths, .push--l-xl--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--l-xl--one-third, .push--l-xl--two-sixths, .push--l-xl--four-twelfths {
    left: 33.333%;
  }

  .push--l-xl--two-thirds, .push--l-xl--four-sixths, .push--l-xl--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--l-xl--one-quarter, .push--l-xl--two-eighths, .push--l-xl--three-twelfths {
    left: 25%;
  }

  .push--l-xl--three-quarters, .push--l-xl--six-eighths, .push--l-xl--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--l-xl--one-fifth, .push--l-xl--two-tenths {
    left: 20%;
  }

  .push--l-xl--two-fifths, .push--l-xl--four-tenths {
    left: 40%;
  }

  .push--l-xl--three-fifths, .push--l-xl--six-tenths {
    left: 60%;
  }

  .push--l-xl--four-fifths, .push--l-xl--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--l-xl--one-sixth, .push--l-xl--two-twelfths {
    left: 16.666%;
  }

  .push--l-xl--five-sixths, .push--l-xl--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--l-xl--one-eighth {
    left: 12.5%;
  }

  .push--l-xl--three-eighths {
    left: 37.5%;
  }

  .push--l-xl--five-eighths {
    left: 62.5%;
  }

  .push--l-xl--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--l-xl--one-tenth {
    left: 10%;
  }

  .push--l-xl--three-tenths {
    left: 30%;
  }

  .push--l-xl--seven-tenths {
    left: 70%;
  }

  .push--l-xl--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--l-xl--one-twelfth {
    left: 8.333%;
  }

  .push--l-xl--five-twelfths {
    left: 41.666%;
  }

  .push--l-xl--seven-twelfths {
    left: 58.333%;
  }

  .push--l-xl--eleven-twelfths {
    left: 91.666%;
  }
}
/*------------------------------------*\
	$PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="pull--"] {
  position: relative;
}

/**
 * Whole
 */
.pull--one-whole {
  right: 100%;
}

/**
 * Halves
 */
.pull--one-half, .pull--two-quarters, .pull--three-sixths, .pull--four-eighths, .pull--five-tenths, .pull--six-twelfths {
  right: 50%;
}

/**
 * Thirds
 */
.pull--one-third, .pull--two-sixths, .pull--four-twelfths {
  right: 33.333%;
}

.pull--two-thirds, .pull--four-sixths, .pull--eight-twelfths {
  right: 66.666%;
}

/**
 * Quarters
 */
.pull--one-quarter, .pull--two-eighths, .pull--three-twelfths {
  right: 25%;
}

.pull--three-quarters, .pull--six-eighths, .pull--nine-twelfths {
  right: 75%;
}

/**
 * Fifths
 */
.pull--one-fifth, .pull--two-tenths {
  right: 20%;
}

.pull--two-fifths, .pull--four-tenths {
  right: 40%;
}

.pull--three-fifths, .pull--six-tenths {
  right: 60%;
}

.pull--four-fifths, .pull--eight-tenths {
  right: 80%;
}

/**
 * Sixths
 */
.pull--one-sixth, .pull--two-twelfths {
  right: 16.666%;
}

.pull--five-sixths, .pull--ten-twelfths {
  right: 83.333%;
}

/**
 * Eighths
 */
.pull--one-eighth {
  right: 12.5%;
}

.pull--three-eighths {
  right: 37.5%;
}

.pull--five-eighths {
  right: 62.5%;
}

.pull--seven-eighths {
  right: 87.5%;
}

/**
 * Tenths
 */
.pull--one-tenth {
  right: 10%;
}

.pull--three-tenths {
  right: 30%;
}

.pull--seven-tenths {
  right: 70%;
}

.pull--nine-tenths {
  right: 90%;
}

/**
 * Twelfths
 */
.pull--one-twelfth {
  right: 8.333%;
}

.pull--five-twelfths {
  right: 41.666%;
}

.pull--seven-twelfths {
  right: 58.333%;
}

.pull--eleven-twelfths {
  right: 91.666%;
}

@media only screen and (max-width: 479px) {
  /**
   * Whole
   */
  .pull--xs--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--xs--one-half, .pull--xs--two-quarters, .pull--xs--three-sixths, .pull--xs--four-eighths, .pull--xs--five-tenths, .pull--xs--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--xs--one-third, .pull--xs--two-sixths, .pull--xs--four-twelfths {
    right: 33.333%;
  }

  .pull--xs--two-thirds, .pull--xs--four-sixths, .pull--xs--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--xs--one-quarter, .pull--xs--two-eighths, .pull--xs--three-twelfths {
    right: 25%;
  }

  .pull--xs--three-quarters, .pull--xs--six-eighths, .pull--xs--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--xs--one-fifth, .pull--xs--two-tenths {
    right: 20%;
  }

  .pull--xs--two-fifths, .pull--xs--four-tenths {
    right: 40%;
  }

  .pull--xs--three-fifths, .pull--xs--six-tenths {
    right: 60%;
  }

  .pull--xs--four-fifths, .pull--xs--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--xs--one-sixth, .pull--xs--two-twelfths {
    right: 16.666%;
  }

  .pull--xs--five-sixths, .pull--xs--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--xs--one-eighth {
    right: 12.5%;
  }

  .pull--xs--three-eighths {
    right: 37.5%;
  }

  .pull--xs--five-eighths {
    right: 62.5%;
  }

  .pull--xs--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--xs--one-tenth {
    right: 10%;
  }

  .pull--xs--three-tenths {
    right: 30%;
  }

  .pull--xs--seven-tenths {
    right: 70%;
  }

  .pull--xs--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--xs--one-twelfth {
    right: 8.333%;
  }

  .pull--xs--five-twelfths {
    right: 41.666%;
  }

  .pull--xs--seven-twelfths {
    right: 58.333%;
  }

  .pull--xs--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /**
   * Whole
   */
  .pull--s--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--s--one-half, .pull--s--two-quarters, .pull--s--three-sixths, .pull--s--four-eighths, .pull--s--five-tenths, .pull--s--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--s--one-third, .pull--s--two-sixths, .pull--s--four-twelfths {
    right: 33.333%;
  }

  .pull--s--two-thirds, .pull--s--four-sixths, .pull--s--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--s--one-quarter, .pull--s--two-eighths, .pull--s--three-twelfths {
    right: 25%;
  }

  .pull--s--three-quarters, .pull--s--six-eighths, .pull--s--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--s--one-fifth, .pull--s--two-tenths {
    right: 20%;
  }

  .pull--s--two-fifths, .pull--s--four-tenths {
    right: 40%;
  }

  .pull--s--three-fifths, .pull--s--six-tenths {
    right: 60%;
  }

  .pull--s--four-fifths, .pull--s--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--s--one-sixth, .pull--s--two-twelfths {
    right: 16.666%;
  }

  .pull--s--five-sixths, .pull--s--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--s--one-eighth {
    right: 12.5%;
  }

  .pull--s--three-eighths {
    right: 37.5%;
  }

  .pull--s--five-eighths {
    right: 62.5%;
  }

  .pull--s--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--s--one-tenth {
    right: 10%;
  }

  .pull--s--three-tenths {
    right: 30%;
  }

  .pull--s--seven-tenths {
    right: 70%;
  }

  .pull--s--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--s--one-twelfth {
    right: 8.333%;
  }

  .pull--s--five-twelfths {
    right: 41.666%;
  }

  .pull--s--seven-twelfths {
    right: 58.333%;
  }

  .pull--s--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .pull--m--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--m--one-half, .pull--m--two-quarters, .pull--m--three-sixths, .pull--m--four-eighths, .pull--m--five-tenths, .pull--m--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--m--one-third, .pull--m--two-sixths, .pull--m--four-twelfths {
    right: 33.333%;
  }

  .pull--m--two-thirds, .pull--m--four-sixths, .pull--m--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--m--one-quarter, .pull--m--two-eighths, .pull--m--three-twelfths {
    right: 25%;
  }

  .pull--m--three-quarters, .pull--m--six-eighths, .pull--m--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--m--one-fifth, .pull--m--two-tenths {
    right: 20%;
  }

  .pull--m--two-fifths, .pull--m--four-tenths {
    right: 40%;
  }

  .pull--m--three-fifths, .pull--m--six-tenths {
    right: 60%;
  }

  .pull--m--four-fifths, .pull--m--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--m--one-sixth, .pull--m--two-twelfths {
    right: 16.666%;
  }

  .pull--m--five-sixths, .pull--m--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--m--one-eighth {
    right: 12.5%;
  }

  .pull--m--three-eighths {
    right: 37.5%;
  }

  .pull--m--five-eighths {
    right: 62.5%;
  }

  .pull--m--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--m--one-tenth {
    right: 10%;
  }

  .pull--m--three-tenths {
    right: 30%;
  }

  .pull--m--seven-tenths {
    right: 70%;
  }

  .pull--m--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--m--one-twelfth {
    right: 8.333%;
  }

  .pull--m--five-twelfths {
    right: 41.666%;
  }

  .pull--m--seven-twelfths {
    right: 58.333%;
  }

  .pull--m--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .pull--l--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--l--one-half, .pull--l--two-quarters, .pull--l--three-sixths, .pull--l--four-eighths, .pull--l--five-tenths, .pull--l--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--l--one-third, .pull--l--two-sixths, .pull--l--four-twelfths {
    right: 33.333%;
  }

  .pull--l--two-thirds, .pull--l--four-sixths, .pull--l--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--l--one-quarter, .pull--l--two-eighths, .pull--l--three-twelfths {
    right: 25%;
  }

  .pull--l--three-quarters, .pull--l--six-eighths, .pull--l--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--l--one-fifth, .pull--l--two-tenths {
    right: 20%;
  }

  .pull--l--two-fifths, .pull--l--four-tenths {
    right: 40%;
  }

  .pull--l--three-fifths, .pull--l--six-tenths {
    right: 60%;
  }

  .pull--l--four-fifths, .pull--l--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--l--one-sixth, .pull--l--two-twelfths {
    right: 16.666%;
  }

  .pull--l--five-sixths, .pull--l--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--l--one-eighth {
    right: 12.5%;
  }

  .pull--l--three-eighths {
    right: 37.5%;
  }

  .pull--l--five-eighths {
    right: 62.5%;
  }

  .pull--l--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--l--one-tenth {
    right: 10%;
  }

  .pull--l--three-tenths {
    right: 30%;
  }

  .pull--l--seven-tenths {
    right: 70%;
  }

  .pull--l--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--l--one-twelfth {
    right: 8.333%;
  }

  .pull--l--five-twelfths {
    right: 41.666%;
  }

  .pull--l--seven-twelfths {
    right: 58.333%;
  }

  .pull--l--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 1280px) {
  /**
   * Whole
   */
  .pull--xl--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--xl--one-half, .pull--xl--two-quarters, .pull--xl--three-sixths, .pull--xl--four-eighths, .pull--xl--five-tenths, .pull--xl--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--xl--one-third, .pull--xl--two-sixths, .pull--xl--four-twelfths {
    right: 33.333%;
  }

  .pull--xl--two-thirds, .pull--xl--four-sixths, .pull--xl--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--xl--one-quarter, .pull--xl--two-eighths, .pull--xl--three-twelfths {
    right: 25%;
  }

  .pull--xl--three-quarters, .pull--xl--six-eighths, .pull--xl--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--xl--one-fifth, .pull--xl--two-tenths {
    right: 20%;
  }

  .pull--xl--two-fifths, .pull--xl--four-tenths {
    right: 40%;
  }

  .pull--xl--three-fifths, .pull--xl--six-tenths {
    right: 60%;
  }

  .pull--xl--four-fifths, .pull--xl--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--xl--one-sixth, .pull--xl--two-twelfths {
    right: 16.666%;
  }

  .pull--xl--five-sixths, .pull--xl--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--xl--one-eighth {
    right: 12.5%;
  }

  .pull--xl--three-eighths {
    right: 37.5%;
  }

  .pull--xl--five-eighths {
    right: 62.5%;
  }

  .pull--xl--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--xl--one-tenth {
    right: 10%;
  }

  .pull--xl--three-tenths {
    right: 30%;
  }

  .pull--xl--seven-tenths {
    right: 70%;
  }

  .pull--xl--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--xl--one-twelfth {
    right: 8.333%;
  }

  .pull--xl--five-twelfths {
    right: 41.666%;
  }

  .pull--xl--seven-twelfths {
    right: 58.333%;
  }

  .pull--xl--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (max-width: 767px) {
  /**
   * Whole
   */
  .pull--xs-s--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--xs-s--one-half, .pull--xs-s--two-quarters, .pull--xs-s--three-sixths, .pull--xs-s--four-eighths, .pull--xs-s--five-tenths, .pull--xs-s--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--xs-s--one-third, .pull--xs-s--two-sixths, .pull--xs-s--four-twelfths {
    right: 33.333%;
  }

  .pull--xs-s--two-thirds, .pull--xs-s--four-sixths, .pull--xs-s--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--xs-s--one-quarter, .pull--xs-s--two-eighths, .pull--xs-s--three-twelfths {
    right: 25%;
  }

  .pull--xs-s--three-quarters, .pull--xs-s--six-eighths, .pull--xs-s--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--xs-s--one-fifth, .pull--xs-s--two-tenths {
    right: 20%;
  }

  .pull--xs-s--two-fifths, .pull--xs-s--four-tenths {
    right: 40%;
  }

  .pull--xs-s--three-fifths, .pull--xs-s--six-tenths {
    right: 60%;
  }

  .pull--xs-s--four-fifths, .pull--xs-s--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--xs-s--one-sixth, .pull--xs-s--two-twelfths {
    right: 16.666%;
  }

  .pull--xs-s--five-sixths, .pull--xs-s--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--xs-s--one-eighth {
    right: 12.5%;
  }

  .pull--xs-s--three-eighths {
    right: 37.5%;
  }

  .pull--xs-s--five-eighths {
    right: 62.5%;
  }

  .pull--xs-s--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--xs-s--one-tenth {
    right: 10%;
  }

  .pull--xs-s--three-tenths {
    right: 30%;
  }

  .pull--xs-s--seven-tenths {
    right: 70%;
  }

  .pull--xs-s--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--xs-s--one-twelfth {
    right: 8.333%;
  }

  .pull--xs-s--five-twelfths {
    right: 41.666%;
  }

  .pull--xs-s--seven-twelfths {
    right: 58.333%;
  }

  .pull--xs-s--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .pull--xs-s-m--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--xs-s-m--one-half, .pull--xs-s-m--two-quarters, .pull--xs-s-m--three-sixths, .pull--xs-s-m--four-eighths, .pull--xs-s-m--five-tenths, .pull--xs-s-m--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--xs-s-m--one-third, .pull--xs-s-m--two-sixths, .pull--xs-s-m--four-twelfths {
    right: 33.333%;
  }

  .pull--xs-s-m--two-thirds, .pull--xs-s-m--four-sixths, .pull--xs-s-m--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--xs-s-m--one-quarter, .pull--xs-s-m--two-eighths, .pull--xs-s-m--three-twelfths {
    right: 25%;
  }

  .pull--xs-s-m--three-quarters, .pull--xs-s-m--six-eighths, .pull--xs-s-m--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--xs-s-m--one-fifth, .pull--xs-s-m--two-tenths {
    right: 20%;
  }

  .pull--xs-s-m--two-fifths, .pull--xs-s-m--four-tenths {
    right: 40%;
  }

  .pull--xs-s-m--three-fifths, .pull--xs-s-m--six-tenths {
    right: 60%;
  }

  .pull--xs-s-m--four-fifths, .pull--xs-s-m--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--xs-s-m--one-sixth, .pull--xs-s-m--two-twelfths {
    right: 16.666%;
  }

  .pull--xs-s-m--five-sixths, .pull--xs-s-m--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--xs-s-m--one-eighth {
    right: 12.5%;
  }

  .pull--xs-s-m--three-eighths {
    right: 37.5%;
  }

  .pull--xs-s-m--five-eighths {
    right: 62.5%;
  }

  .pull--xs-s-m--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--xs-s-m--one-tenth {
    right: 10%;
  }

  .pull--xs-s-m--three-tenths {
    right: 30%;
  }

  .pull--xs-s-m--seven-tenths {
    right: 70%;
  }

  .pull--xs-s-m--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--xs-s-m--one-twelfth {
    right: 8.333%;
  }

  .pull--xs-s-m--five-twelfths {
    right: 41.666%;
  }

  .pull--xs-s-m--seven-twelfths {
    right: 58.333%;
  }

  .pull--xs-s-m--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .pull--s-m--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--s-m--one-half, .pull--s-m--two-quarters, .pull--s-m--three-sixths, .pull--s-m--four-eighths, .pull--s-m--five-tenths, .pull--s-m--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--s-m--one-third, .pull--s-m--two-sixths, .pull--s-m--four-twelfths {
    right: 33.333%;
  }

  .pull--s-m--two-thirds, .pull--s-m--four-sixths, .pull--s-m--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--s-m--one-quarter, .pull--s-m--two-eighths, .pull--s-m--three-twelfths {
    right: 25%;
  }

  .pull--s-m--three-quarters, .pull--s-m--six-eighths, .pull--s-m--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--s-m--one-fifth, .pull--s-m--two-tenths {
    right: 20%;
  }

  .pull--s-m--two-fifths, .pull--s-m--four-tenths {
    right: 40%;
  }

  .pull--s-m--three-fifths, .pull--s-m--six-tenths {
    right: 60%;
  }

  .pull--s-m--four-fifths, .pull--s-m--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--s-m--one-sixth, .pull--s-m--two-twelfths {
    right: 16.666%;
  }

  .pull--s-m--five-sixths, .pull--s-m--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--s-m--one-eighth {
    right: 12.5%;
  }

  .pull--s-m--three-eighths {
    right: 37.5%;
  }

  .pull--s-m--five-eighths {
    right: 62.5%;
  }

  .pull--s-m--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--s-m--one-tenth {
    right: 10%;
  }

  .pull--s-m--three-tenths {
    right: 30%;
  }

  .pull--s-m--seven-tenths {
    right: 70%;
  }

  .pull--s-m--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--s-m--one-twelfth {
    right: 8.333%;
  }

  .pull--s-m--five-twelfths {
    right: 41.666%;
  }

  .pull--s-m--seven-twelfths {
    right: 58.333%;
  }

  .pull--s-m--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .pull--s-m-l--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--s-m-l--one-half, .pull--s-m-l--two-quarters, .pull--s-m-l--three-sixths, .pull--s-m-l--four-eighths, .pull--s-m-l--five-tenths, .pull--s-m-l--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--s-m-l--one-third, .pull--s-m-l--two-sixths, .pull--s-m-l--four-twelfths {
    right: 33.333%;
  }

  .pull--s-m-l--two-thirds, .pull--s-m-l--four-sixths, .pull--s-m-l--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--s-m-l--one-quarter, .pull--s-m-l--two-eighths, .pull--s-m-l--three-twelfths {
    right: 25%;
  }

  .pull--s-m-l--three-quarters, .pull--s-m-l--six-eighths, .pull--s-m-l--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--s-m-l--one-fifth, .pull--s-m-l--two-tenths {
    right: 20%;
  }

  .pull--s-m-l--two-fifths, .pull--s-m-l--four-tenths {
    right: 40%;
  }

  .pull--s-m-l--three-fifths, .pull--s-m-l--six-tenths {
    right: 60%;
  }

  .pull--s-m-l--four-fifths, .pull--s-m-l--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--s-m-l--one-sixth, .pull--s-m-l--two-twelfths {
    right: 16.666%;
  }

  .pull--s-m-l--five-sixths, .pull--s-m-l--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--s-m-l--one-eighth {
    right: 12.5%;
  }

  .pull--s-m-l--three-eighths {
    right: 37.5%;
  }

  .pull--s-m-l--five-eighths {
    right: 62.5%;
  }

  .pull--s-m-l--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--s-m-l--one-tenth {
    right: 10%;
  }

  .pull--s-m-l--three-tenths {
    right: 30%;
  }

  .pull--s-m-l--seven-tenths {
    right: 70%;
  }

  .pull--s-m-l--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--s-m-l--one-twelfth {
    right: 8.333%;
  }

  .pull--s-m-l--five-twelfths {
    right: 41.666%;
  }

  .pull--s-m-l--seven-twelfths {
    right: 58.333%;
  }

  .pull--s-m-l--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 480px) {
  /**
   * Whole
   */
  .pull--s-m-l-xl--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--s-m-l-xl--one-half, .pull--s-m-l-xl--two-quarters, .pull--s-m-l-xl--three-sixths, .pull--s-m-l-xl--four-eighths, .pull--s-m-l-xl--five-tenths, .pull--s-m-l-xl--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--s-m-l-xl--one-third, .pull--s-m-l-xl--two-sixths, .pull--s-m-l-xl--four-twelfths {
    right: 33.333%;
  }

  .pull--s-m-l-xl--two-thirds, .pull--s-m-l-xl--four-sixths, .pull--s-m-l-xl--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--s-m-l-xl--one-quarter, .pull--s-m-l-xl--two-eighths, .pull--s-m-l-xl--three-twelfths {
    right: 25%;
  }

  .pull--s-m-l-xl--three-quarters, .pull--s-m-l-xl--six-eighths, .pull--s-m-l-xl--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--s-m-l-xl--one-fifth, .pull--s-m-l-xl--two-tenths {
    right: 20%;
  }

  .pull--s-m-l-xl--two-fifths, .pull--s-m-l-xl--four-tenths {
    right: 40%;
  }

  .pull--s-m-l-xl--three-fifths, .pull--s-m-l-xl--six-tenths {
    right: 60%;
  }

  .pull--s-m-l-xl--four-fifths, .pull--s-m-l-xl--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--s-m-l-xl--one-sixth, .pull--s-m-l-xl--two-twelfths {
    right: 16.666%;
  }

  .pull--s-m-l-xl--five-sixths, .pull--s-m-l-xl--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--s-m-l-xl--one-eighth {
    right: 12.5%;
  }

  .pull--s-m-l-xl--three-eighths {
    right: 37.5%;
  }

  .pull--s-m-l-xl--five-eighths {
    right: 62.5%;
  }

  .pull--s-m-l-xl--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--s-m-l-xl--one-tenth {
    right: 10%;
  }

  .pull--s-m-l-xl--three-tenths {
    right: 30%;
  }

  .pull--s-m-l-xl--seven-tenths {
    right: 70%;
  }

  .pull--s-m-l-xl--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--s-m-l-xl--one-twelfth {
    right: 8.333%;
  }

  .pull--s-m-l-xl--five-twelfths {
    right: 41.666%;
  }

  .pull--s-m-l-xl--seven-twelfths {
    right: 58.333%;
  }

  .pull--s-m-l-xl--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /**
   * Whole
   */
  .pull--m-l--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--m-l--one-half, .pull--m-l--two-quarters, .pull--m-l--three-sixths, .pull--m-l--four-eighths, .pull--m-l--five-tenths, .pull--m-l--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--m-l--one-third, .pull--m-l--two-sixths, .pull--m-l--four-twelfths {
    right: 33.333%;
  }

  .pull--m-l--two-thirds, .pull--m-l--four-sixths, .pull--m-l--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--m-l--one-quarter, .pull--m-l--two-eighths, .pull--m-l--three-twelfths {
    right: 25%;
  }

  .pull--m-l--three-quarters, .pull--m-l--six-eighths, .pull--m-l--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--m-l--one-fifth, .pull--m-l--two-tenths {
    right: 20%;
  }

  .pull--m-l--two-fifths, .pull--m-l--four-tenths {
    right: 40%;
  }

  .pull--m-l--three-fifths, .pull--m-l--six-tenths {
    right: 60%;
  }

  .pull--m-l--four-fifths, .pull--m-l--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--m-l--one-sixth, .pull--m-l--two-twelfths {
    right: 16.666%;
  }

  .pull--m-l--five-sixths, .pull--m-l--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--m-l--one-eighth {
    right: 12.5%;
  }

  .pull--m-l--three-eighths {
    right: 37.5%;
  }

  .pull--m-l--five-eighths {
    right: 62.5%;
  }

  .pull--m-l--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--m-l--one-tenth {
    right: 10%;
  }

  .pull--m-l--three-tenths {
    right: 30%;
  }

  .pull--m-l--seven-tenths {
    right: 70%;
  }

  .pull--m-l--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--m-l--one-twelfth {
    right: 8.333%;
  }

  .pull--m-l--five-twelfths {
    right: 41.666%;
  }

  .pull--m-l--seven-twelfths {
    right: 58.333%;
  }

  .pull--m-l--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 768px) {
  /**
   * Whole
   */
  .pull--m-l-xl--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--m-l-xl--one-half, .pull--m-l-xl--two-quarters, .pull--m-l-xl--three-sixths, .pull--m-l-xl--four-eighths, .pull--m-l-xl--five-tenths, .pull--m-l-xl--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--m-l-xl--one-third, .pull--m-l-xl--two-sixths, .pull--m-l-xl--four-twelfths {
    right: 33.333%;
  }

  .pull--m-l-xl--two-thirds, .pull--m-l-xl--four-sixths, .pull--m-l-xl--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--m-l-xl--one-quarter, .pull--m-l-xl--two-eighths, .pull--m-l-xl--three-twelfths {
    right: 25%;
  }

  .pull--m-l-xl--three-quarters, .pull--m-l-xl--six-eighths, .pull--m-l-xl--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--m-l-xl--one-fifth, .pull--m-l-xl--two-tenths {
    right: 20%;
  }

  .pull--m-l-xl--two-fifths, .pull--m-l-xl--four-tenths {
    right: 40%;
  }

  .pull--m-l-xl--three-fifths, .pull--m-l-xl--six-tenths {
    right: 60%;
  }

  .pull--m-l-xl--four-fifths, .pull--m-l-xl--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--m-l-xl--one-sixth, .pull--m-l-xl--two-twelfths {
    right: 16.666%;
  }

  .pull--m-l-xl--five-sixths, .pull--m-l-xl--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--m-l-xl--one-eighth {
    right: 12.5%;
  }

  .pull--m-l-xl--three-eighths {
    right: 37.5%;
  }

  .pull--m-l-xl--five-eighths {
    right: 62.5%;
  }

  .pull--m-l-xl--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--m-l-xl--one-tenth {
    right: 10%;
  }

  .pull--m-l-xl--three-tenths {
    right: 30%;
  }

  .pull--m-l-xl--seven-tenths {
    right: 70%;
  }

  .pull--m-l-xl--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--m-l-xl--one-twelfth {
    right: 8.333%;
  }

  .pull--m-l-xl--five-twelfths {
    right: 41.666%;
  }

  .pull--m-l-xl--seven-twelfths {
    right: 58.333%;
  }

  .pull--m-l-xl--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .pull--l-xl--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--l-xl--one-half, .pull--l-xl--two-quarters, .pull--l-xl--three-sixths, .pull--l-xl--four-eighths, .pull--l-xl--five-tenths, .pull--l-xl--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--l-xl--one-third, .pull--l-xl--two-sixths, .pull--l-xl--four-twelfths {
    right: 33.333%;
  }

  .pull--l-xl--two-thirds, .pull--l-xl--four-sixths, .pull--l-xl--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--l-xl--one-quarter, .pull--l-xl--two-eighths, .pull--l-xl--three-twelfths {
    right: 25%;
  }

  .pull--l-xl--three-quarters, .pull--l-xl--six-eighths, .pull--l-xl--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--l-xl--one-fifth, .pull--l-xl--two-tenths {
    right: 20%;
  }

  .pull--l-xl--two-fifths, .pull--l-xl--four-tenths {
    right: 40%;
  }

  .pull--l-xl--three-fifths, .pull--l-xl--six-tenths {
    right: 60%;
  }

  .pull--l-xl--four-fifths, .pull--l-xl--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--l-xl--one-sixth, .pull--l-xl--two-twelfths {
    right: 16.666%;
  }

  .pull--l-xl--five-sixths, .pull--l-xl--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--l-xl--one-eighth {
    right: 12.5%;
  }

  .pull--l-xl--three-eighths {
    right: 37.5%;
  }

  .pull--l-xl--five-eighths {
    right: 62.5%;
  }

  .pull--l-xl--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--l-xl--one-tenth {
    right: 10%;
  }

  .pull--l-xl--three-tenths {
    right: 30%;
  }

  .pull--l-xl--seven-tenths {
    right: 70%;
  }

  .pull--l-xl--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--l-xl--one-twelfth {
    right: 8.333%;
  }

  .pull--l-xl--five-twelfths {
    right: 41.666%;
  }

  .pull--l-xl--seven-twelfths {
    right: 58.333%;
  }

  .pull--l-xl--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (max-width: 479px) {
  .root {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .root-wrap {
    background: transparent;
    margin: 0 auto;
    max-width: 449px;
  }

  .grid, .grid--rev, .grid--full, .grid--right, .grid--center, .grid--rev, .grid--full, .grid--right, .grid--center {
    margin-left: -10px !important;
  }

  .grid__item {
    padding-left: 10px !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (max-width: 479px) {
  .xs--hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .xs--show {
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .xs--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .root {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .root-wrap {
    background: transparent;
    margin: 0 auto;
    max-width: 731px;
  }

  .grid, .grid--rev, .grid--full, .grid--right, .grid--center, .grid--rev, .grid--full, .grid--right, .grid--center {
    margin-left: -18px !important;
  }

  .grid__item {
    padding-left: 18px !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .s--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .s--show {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .s--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .root {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .root-wrap {
    background: transparent;
    margin: 0 auto;
    max-width: 979px;
  }

  .grid, .grid--rev, .grid--full, .grid--right, .grid--center, .grid--rev, .grid--full, .grid--right, .grid--center {
    margin-left: -20px !important;
  }

  .grid__item {
    padding-left: 20px !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .m--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .m--show {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .m--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .root {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .root-wrap {
    background: transparent;
    margin: 0 auto;
    max-width: 1195px;
  }

  .grid, .grid--rev, .grid--full, .grid--right, .grid--center, .grid--rev, .grid--full, .grid--right, .grid--center {
    margin-left: -20px !important;
  }

  .grid__item {
    padding-left: 20px !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .l--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .l--show {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .l--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1280px) {
  .root {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .root-wrap {
    background: transparent;
    margin: 0 auto;
    max-width: 1170px;
  }

  .grid, .grid--rev, .grid--full, .grid--right, .grid--center, .grid--rev, .grid--full, .grid--right, .grid--center {
    margin-left: -30px !important;
  }

  .grid__item {
    padding-left: 30px !important;
    letter-spacing: normal !important;
  }
}
@media only screen and (min-width: 1280px) {
  .xl--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .xl--show {
    display: block !important;
  }
}
@media only screen and (min-width: 1280px) {
  .xl--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-s--hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-s--show {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-s--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1023px) {
  .xs-s-m--hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .xs-s-m--show {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  .xs-s-m--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .s-m--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .s-m--show {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .s-m--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1279px) {
  .s-m-l--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1279px) {
  .s-m-l--show {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1279px) {
  .s-m-l--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 480px) {
  .s-m-l-xl--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) {
  .s-m-l-xl--show {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) {
  .s-m-l-xl--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .m-l--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .m-l--show {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .m-l--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-l-xl--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-l-xl--show {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-l-xl--inline-show {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1024px) {
  .l-xl--hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .l-xl--show {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) {
  .l-xl--inline-show {
    display: inline-block !important;
  }
}
.grid--fullheight {
  height: 100%;
}
.grid--fullheight .grid__item--fullheight {
  height: 100%;
}

.flex-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-grid--fullheight {
  height: 100%;
}

.flex__item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.flex__item--33 {
  -webkit-box-flex: 1 33%;
  -moz-box-flex: 1 33%;
  -webkit-flex: 1 33%;
  -ms-flex: 1 33%;
  flex: 1 33%;
  margin: 0;
}
@media (min-width: 1024px) {
  .flex__item--33 {
    width: 33.333%;
  }
}

.flex__item--66 {
  -webkit-box-flex: 1 66%;
  -moz-box-flex: 1 66%;
  -webkit-flex: 1 66%;
  -ms-flex: 1 66%;
  flex: 1 66%;
  margin: 0;
}
@media (min-width: 1024px) {
  .flex__item--66 {
    width: 66.666%;
  }
}

@media (max-width: 767px) {
  .flex__item {
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .flex__item:nth-child(1) {
    margin-right: 0;
  }

  .flex__item--order-xs-s--1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .flex__item--order-xs-s--2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .flex__item--33,
  .flex__item--66 {
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex__item--33,
  .flex__item--66 {
    -webkit-box-flex: 1 50%;
    -moz-box-flex: 1 50%;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
  }
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="number"], input[type="tel"], textarea {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 1px solid #c9c9c9;
  color: #000;
  font-size: 13px;
  height: 32px;
  line-height: 20px;
  padding: 3px 10px 3px 10px;
  /* hovert ALLE inputs bei hover des labels */
}
@media (max-width: 479px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="number"], input[type="tel"], textarea {
    height: 33px;
  }
}
.search-wrapper input[type="text"],
.search-wrapper input[type="password"],
.search-wrapper input[type="email"],
.search-wrapper input[type="search"],
.search-wrapper input[type="number"],
.search-wrapper input[type="tel"],
.search-wrapper textarea {
  background-color: #fff;
}
.search-wrapper input[type="text"]:hover,
.search-wrapper input[type="password"]:hover,
.search-wrapper input[type="email"]:hover,
.search-wrapper input[type="search"]:hover,
.search-wrapper input[type="number"]:hover,
.search-wrapper input[type="tel"]:hover,
.search-wrapper textarea:hover {
  background-color: #fff;
}
.is-hover input[type="text"], input[type="text"]:hover, .is-hover input[type="password"], input[type="password"]:hover, .is-hover input[type="email"], input[type="email"]:hover, .is-hover input[type="search"], input[type="search"]:hover, .is-hover input[type="number"], input[type="number"]:hover, .is-hover input[type="tel"], input[type="tel"]:hover, .is-hover textarea, textarea:hover {
  background-color: #fafafa;
  border-color: #000;
  color: #000;
}
input[type="text"]:focus, input[type="text"].focus, input[type="password"]:focus, input[type="password"].focus, input[type="email"]:focus, input[type="email"].focus, input[type="search"]:focus, input[type="search"].focus, input[type="number"]:focus, input[type="number"].focus, input[type="tel"]:focus, input[type="tel"].focus, textarea:focus, textarea.focus {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.is-not-touch input[type="text"], .is-not-touch input[type="password"], .is-not-touch input[type="email"], .is-not-touch input[type="search"], .is-not-touch input[type="number"], .is-not-touch input[type="tel"], .is-not-touch textarea {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

input[placeholder]::-webkit-input-placeholder {
  color: #000;
  opacity: .7;
}
input[placeholder]::-moz-placeholder {
  color: #000;
  opacity: .7;
}
input[placeholder]:-ms-input-placeholder {
  color: #000;
  opacity: .7;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  resize: vertical;
}

/**
	Checkboxen und Radio-Buttons
*/
input[type="radio"],
input[type="checkbox"] {
  z-index: 10;
  position: absolute !important;
  margin-top: 1px;
  width: 24px;
  height: 24px;
  opacity: 0;
}

input[type="radio"] ~ label, input[type="checkbox"] ~ label, label.radioLabel, label.checkboxLabel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 1;
  display: inline-block;
  padding-left: 25px;
}
.login__login-form input[type="radio"] ~ label,
.login__login-form input[type="checkbox"] ~ label,
.login__login-form label.radioLabel,
.login__login-form label.checkboxLabel {
  font-size: 11px;
  color: #555555;
  line-height: 1.64em;
}
input[type="radio"] ~ label:before, input[type="checkbox"] ~ label:before, label.radioLabel:before, label.checkboxLabel:before {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  border: 1px solid #c9c9c9;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
input[type="radio"] ~ label:after, input[type="checkbox"] ~ label:after, label.radioLabel:after, label.checkboxLabel:after {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  position: absolute;
}
input[type="radio"] ~ label:hover:before, input[type="checkbox"] ~ label:hover:before, label.radioLabel:hover:before, label.checkboxLabel:hover:before {
  background-color: #fafafa;
  border-color: #000;
}
input[type="radio"] ~ label:focus:before, input[type="checkbox"] ~ label:focus:before, label.radioLabel:focus:before, label.checkboxLabel:focus:before {
  background-color: #fff;
  border-color: #000;
}

input[type="radio"]:hover ~ label:before,
input[type="checkbox"]:hover ~ label:before {
  background-color: #fff;
  border-color: #000;
}
input[type="radio"]:focus ~ label:before,
input[type="checkbox"]:focus ~ label:before {
  background-color: #fff;
  border-color: #000;
}

input[type="checkbox"]:checked ~ label:after, input[type="checkbox"]:checked ~ label.checkboxLabel:after {
  content: '';
  background-size: 100% 100%;
  background-image: url("../Images/spritefiles/check.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
input[type="checkbox"]:checked ~ label.invalid:before, input[type="checkbox"]:checked ~ label.invalid.checkboxLabel:before {
  border-color: #000;
}

input[type="checkbox"]:hover ~ label:after, input[type="checkbox"]:hover ~ label.checkboxLabel:after {
  color: #000;
}
input[type="checkbox"]:focus ~ label:after, input[type="checkbox"]:focus ~ label.checkboxLabel:after {
  color: #000;
}

input[type="radio"] ~ label,
label.radioLabel {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  height: 20px;
}
input[type="radio"] ~ label:before,
label.radioLabel:before {
  border-radius: 50%;
}

input[type="radio"]:checked ~ label:after {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  top: 6px;
  width: 5px;
}

input[type="radio"]:checked:hover ~ label:after, input[type="radio"]:checked:hover ~ label.radioLabel:after {
  background-color: #000;
}
input[type="radio"]:checked:focus ~ label:after, input[type="radio"]:checked:focus ~ label.radioLabel:after {
  background-color: #000;
}

/**
	Select-Box
*/
.select span {
  display: none;
}
.select select {
  width: 100%;
}

.has-js .select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  display: inline-block;
  height: 32px;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
}
@media (max-width: 479px) {
  .has-js .select {
    height: 33px;
  }
}
.has-js .select > span, .has-js .select select, .has-js .select ul, .has-js .select li {
  margin: 0;
  padding: 0;
}
.has-js .select:after {
  content: '';
  background-size: 100% 100%;
  background-image: url("../Images/spritefiles/chevron-small.svg");
  width: 5px;
  height: 11px;
  position: absolute;
  top: 8px;
  right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.has-js .select.has-focus {
  border-color: #e5e5e5;
  background-color: #fff;
}
.has-js .select.has-focus:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.has-js .select.has-focus:after,
.has-js .select.has-focus span {
  color: #000;
}
.has-js .select > span {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
  right: 40px;
  height: 100%;
  color: #000;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
}
.has-js .select select {
  opacity: 0;
  float: left;
  height: 38px;
  padding: 0 30px 0 15px;
  border: 0 none;
  -webkit-appearance: none;
}
.has-js .select select, .has-js .select select x:-moz-any-link {
  padding-right: 5px;
}
.has-js .select .select__dropdown {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  display: none;
  left: -1px;
  max-height: 200px;
  overflow: auto;
  cursor: default;
  padding: 5px 0;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 100;
}
.has-js .select ul {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: none;
  left: -1px;
  max-height: 200px;
  overflow: auto;
  padding: 11px 0 8px 0;
  position: absolute;
  cursor: default;
  right: -1px;
  top: 100%;
  z-index: 100;
}
.has-js .select ul li {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  font-size: 12px;
  padding: 4px 10px;
  margin-bottom: 1px;
  margin-top: 0 !important;
  list-style-type: none;
  color: #000;
  background-color: #fff;
}
.has-js .select ul li:not(.is-selected):hover, .has-js .select ul li:not(.is-selected):focus {
  cursor: pointer;
  background-color: #fafafa;
}
.has-js .select ul li.is-selected {
  background-color: #fafafa;
}
.has-js .select ul li.is-selected:hover {
  cursor: default;
}

/* hovert <select> bei hover des labels */
.has-js .is-hover .select {
  border-color: #000;
  background-color: #fff;
}
.has-js .is-hover .select:after,
.has-js .is-hover .select > span {
  color: #000;
}

.has-js .select--small {
  height: 30px;
}
.has-js .select--small:after {
  top: 5px;
}
.has-js .select--small > span {
  line-height: 30px;
}
.has-js .select--small select {
  height: 28px;
}

.has-js .select--borderless {
  background: transparent;
  border: none;
}
.has-js .select--borderless:after {
  color: #aeafaf;
  font-size: 11px;
  top: 10px;
  transform-origin: 50% 25%;
}
.has-js .select--borderless:hover {
  background: transparent;
  border: 1px solid transparent;
}
.has-js .select--borderless:hover span {
  color: #000 !important;
}
.has-js .select--borderless.has-focus {
  border: 1px solid #000;
}
.has-js .select--borderless.has-focus:after {
  color: #000;
  right: 12px;
}
.has-js .select--borderless span {
  color: #aeafaf !important;
  line-height: 1;
  text-align: right;
}
.has-js .select--borderless ul {
  box-shadow: none;
}
.has-js .select--borderless li {
  display: block;
}

.has-js .select--2nd {
  border-color: #000;
  background-color: #fff;
}
.has-js .select--2nd:hover {
  border-color: #000;
  background-color: #fff;
}
.has-js .select--2nd.has-focus {
  border-color: #000;
  background-color: #fff;
}
.has-js .select--2nd ul {
  background-color: #fff;
  border-color: #000;
}
.has-js .select--2nd li {
  background-color: #fff;
  color: #000;
}
.has-js .select--2nd li:not(.is-selected):hover, .has-js .select--2nd li:not(.is-selected):focus {
  color: #999;
  background-color: #fff;
}
.has-js .select--2nd li.is-selected {
  color: #999;
  background-color: #fff;
}

/*
	Inline Inputs
*/
.inline-inputs {
  display: block;
}
.inline-inputs .small {
  display: inline-block;
  width: 20%;
  margin-right: 2%;
}
.inline-inputs .medium {
  display: inline-block;
  width: 48.5%;
}
@media (max-width: 479px) {
  .inline-inputs .medium {
    width: 48%;
  }
}
.inline-inputs .medium:not(:last-child) {
  margin-right: 2%;
}
.inline-inputs .big {
  display: inline-block;
  width: 77%;
}
@media (max-width: 479px) {
  .inline-inputs .big {
    width: 76%;
  }
}

/*
	Pflichtfelder
*/
.mandatory {
  margin-top: 15px;
  color: #555555;
}
@media (min-width: 1024px) {
  .mandatory {
    padding-left: 33.332%;
  }
}

.mandatory--right {
  position: absolute;
  right: 0;
  margin-top: -4px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mandatory--right {
    padding-right: 8.333%;
  }
}
@media (min-width: 1280px) {
  .mandatory--right {
    padding-right: 16.666%;
  }
}
@media (min-width: 1024px) {
  .mandatory--right {
    padding-left: 0;
    text-align: right;
  }
}

/*
	Additional
 */
form {
  /*
  	error
  */
}
form .deeplevel-tooltip {
  bottom: -1px;
  left: -200px;
  z-index: 8;
}
@media (max-width: 479px) {
  form .deeplevel-tooltip {
    left: auto;
    right: -15px;
    padding-right: 0;
  }
}
form .deeplevel-tooltip__content {
  width: 260px;
  padding: 18px 18px;
}
form .deeplevel-tooltip__content .copy-text-b {
  text-align: center;
}
form .form-info-icon {
  top: 2px;
  left: 5px;
  display: inline-block;
  cursor: pointer;
}
form .form-info-icon svg {
  width: 12px;
  height: 12px;
}
form .form-info-icon:hover .deeplevel-tooltip {
  display: block !important;
}
form .form-info-icon:hover:before {
  z-index: 10;
  bottom: 30px;
  left: 50%;
  margin-left: -12px;
}
@media (max-width: 479px) {
  form .form-info-icon:hover:before {
    margin-left: -21px;
  }
}
form .form-info-icon:hover:after {
  z-index: 9;
  bottom: 26px;
  left: 50%;
  margin-left: -5px;
}
form .form-label {
  line-height: 28px;
  font-size: 13px;
}
form input {
  display: block;
  width: 100%;
}
.search-content form input {
  display: inline-block;
}
form input[type="email"],
form input[type="password"],
form input.textfield {
  margin-bottom: 7px;
}
form input[type="checkbox"] ~ label {
  margin-top: 8px;
}
form .password-text {
  float: right;
  margin-top: 5px;
  font-size: 11px;
  line-height: 24px;
  color: #555555 !important;
}
form .button {
  margin-top: 17px;
}
.search-content form .button {
  margin-top: -1px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .filter__section__wrapper__container form .button {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .filter__section__wrapper__container form .button {
    margin: 0 !important;
  }
}
@-moz-document url-prefix() {
  .search-content form .button {
    margin-top: -1px;
  }
}
form .error-list.invalid {
  margin: 8px 0 5px;
  color: #f00f0f;
  font-size: 11px;
  line-height: 15px;
}
form label.invalid,
form label.invalid a,
form .form-label.invalid,
form .form-label.invalid a {
  color: #f00f0f;
}
form input.invalid, form select.invalid, form textarea.invalid {
  border-color: #f00f0f;
  /* hovert ALLE inputs bei hover des labels */
}
.is-hover form input.invalid, form input.invalid:hover,
.is-hover form select.invalid, form select.invalid:hover,
.is-hover form textarea.invalid, form textarea.invalid:hover {
  background-color: #fafafa;
  border-color: #000;
  color: #000;
}
form input.invalid:focus, form input.invalid.focus, form select.invalid:focus, form select.invalid.focus, form textarea.invalid:focus, form textarea.invalid.focus {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.is-not-touch form input.invalid, .is-not-touch form select.invalid, .is-not-touch form textarea.invalid {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.button {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition-property: "color, background-color";
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color, background-color";
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  display: inline-block;
  width: 100%;
  height: 46px;
  padding: 0 25px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 44px;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}
.button:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
.button--second {
  width: auto;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.button--second:hover {
  color: #fff;
  background-color: #000;
}
.button--second--invisible-bg {
  background-color: transparent;
}
.button--link {
  width: auto;
  height: 23px;
  padding: 0;
  transition: none;
  color: #000;
  border: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .button--link {
    height: 28px;
  }
}
.button--link:hover {
  color: #000;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
}
.button--small {
  height: 34px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 32px;
}
.button--fullwidth {
  width: 100% !important;
}
.button--autowidth {
  width: auto !important;
}

.button--second--brand-bg {
  background-color: transparent;
}
.button--second--brand-bg:hover {
  background-color: transparent;
}
.body--magenta .button--second--brand-bg:hover {
  color: #d8007f !important;
}
.body--orange .button--second--brand-bg:hover {
  color: #eb690b !important;
}
.body--red .button--second--brand-bg:hover {
  color: #ad202b !important;
}
.body--light-red .button--second--brand-bg:hover {
  color: #ee3036 !important;
}
.body--magenta .button--second--brand-bg:hover {
  border-color: #d8007f !important;
}
.body--orange .button--second--brand-bg:hover {
  border-color: #eb690b !important;
}
.body--red .button--second--brand-bg:hover {
  border-color: #ad202b !important;
}
.body--light-red .button--second--brand-bg:hover {
  border-color: #ee3036 !important;
}

.button--wishlist:hover {
  color: #fff !important;
}
.body--magenta .button--wishlist:hover {
  background-color: #d8007f;
}
.body--orange .button--wishlist:hover {
  background-color: #eb690b;
}
.body--red .button--wishlist:hover {
  background-color: #ad202b;
}
.body--light-red .button--wishlist:hover {
  background-color: #ee3036;
}
.body--magenta .button--wishlist:hover {
  border-color: #d8007f !important;
}
.body--orange .button--wishlist:hover {
  border-color: #eb690b !important;
}
.body--red .button--wishlist:hover {
  border-color: #ad202b !important;
}
.body--light-red .button--wishlist:hover {
  border-color: #ee3036 !important;
}
.button--wishlist svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  fill: #fff;
}

/* Plugins */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 10030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../Images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 10060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../Images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../Images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 10040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 10040;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 10010;
  background: url(../Images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 10050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 10050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../Images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(../Images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*!
 * shariff - v3.0.1 - Tue, 17 Apr 2018 06:12:14 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
/*!
 * Font Awesome Free 5.0.5 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border-radius: .1em;
  border: .08em solid #eee;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/fa-brands-400.eot);
  src: url(../Fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../Fonts/fa-brands-400.woff2) format("woff2"), url(../Fonts/fa-brands-400.woff) format("woff"), url(../Fonts/fa-brands-400.ttf) format("truetype"), url(../Fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font Awesome\ 5 Brands;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/fa-regular-400.eot);
  src: url(../Fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../Fonts/fa-regular-400.woff2) format("woff2"), url(../Fonts/fa-regular-400.woff) format("woff"), url(../Fonts/fa-regular-400.ttf) format("truetype"), url(../Fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../Fonts/fa-solid-900.eot);
  src: url(../Fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../Fonts/fa-solid-900.woff2) format("woff2"), url(../Fonts/fa-solid-900.woff) format("woff"), url(../Fonts/fa-solid-900.ttf) format("truetype"), url(../Fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

.shariff:after, .shariff:before {
  content: " ";
  display: table;
}

.shariff:after {
  clear: both;
}

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shariff li {
  overflow: hidden;
}

.shariff li, .shariff li a {
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shariff li a {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  color: #000;
  position: relative;
  display: block;
  text-decoration: none;
}
.body--magenta .shariff li a:hover {
  color: #d8007f;
}
.body--orange .shariff li a:hover {
  color: #eb690b;
}
.body--red .shariff li a:hover {
  color: #ad202b;
}
.body--light-red .shariff li a:hover {
  color: #ee3036;
}

.shariff li .share_count, .shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px;
}

.shariff li .fab, .shariff li .far, .shariff li .fas {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.shariff .orientation-horizontal li {
  -webkit-box-flex: 1;
}

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0;
}

.shariff .orientation-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.shariff .orientation-horizontal li {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px;
}

.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px;
}

.shariff .orientation-horizontal li .share_count {
  display: none;
}

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0;
}

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333;
}

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd;
}

.shariff .theme-white .shariff-button a {
  background-color: #fff;
}

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee;
}

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999;
}

.shariff .orientation-vertical.button-style-icon {
  min-width: 35px;
}

.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px;
}

.shariff .orientation-vertical.button-style-standard {
  min-width: 110px;
}

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.shariff .orientation-vertical.button-style-icon-count li .share_count, .shariff .orientation-vertical.button-style-standard li .share_count {
  width: 24px;
  text-align: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
  }

  .shariff .orientation-horizontal.button-style-icon-count li, .shariff .orientation-horizontal.button-style-standard li {
    min-width: 80px;
  }

  .shariff .orientation-horizontal.button-style-icon-count li .share_count, .shariff .orientation-horizontal.button-style-standard li .share_count {
    display: block;
  }

  .shariff .orientation-horizontal.button-style-standard li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
    min-width: 110px;
    max-width: 160px;
  }

  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
    text-indent: 0;
    display: inline;
  }

  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px;
  }

  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
    text-indent: 0;
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px;
  }

  .shariff .orientation-horizontal.button-style-standard li .share_text {
    text-indent: 0;
    display: inline;
  }

  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li, .shariff li a {
    height: 30px;
  }

  .shariff li .fab, .shariff li .far, .shariff li .fas {
    width: 30px;
    line-height: 30px;
  }

  .shariff li .share_count, .shariff li .share_text {
    line-height: 30px;
  }

  .shariff li .share_count {
    height: 28px;
  }
}
.shariff .addthis a {
  background-color: #f8694d;
}

.shariff .addthis a:hover {
  background-color: #f75b44;
}

.shariff .addthis .fa-plus {
  font-size: 14px;
}

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0;
}

.shariff .theme-white .addthis a {
  color: #f8694d;
}

@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px;
  }
}
.shariff .diaspora a {
  background-color: #999;
}

.shariff .diaspora a:hover {
  background-color: #b3b3b3;
}

.shariff .diaspora .fa-times-circle {
  font-size: 17px;
}

.shariff .theme-white .diaspora a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px;
  }
}
.shariff .facebook .fa-facebook-f {
  font-size: 20px;
}

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf;
}

.shariff .theme-white .facebook a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 18px;
  }
}
.shariff .flattr a {
  background-color: #7ea352;
}

.shariff .flattr a:hover {
  background-color: #f67c1a;
}

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c;
}

.shariff .flattr .fa-money-bill-alt {
  font-size: 22px;
}

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893;
}

.shariff .theme-white .flattr a {
  color: #f67c1a;
}

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money-bill-alt {
    font-size: 19px;
  }
}
.shariff .flipboard a {
  background-color: #e12828;
}

.shariff .flipboard a:hover {
  background-color: #ff2e2e;
}

.shariff .flipboard .fa-flipboard {
  font-size: 22px;
}

.shariff .theme-white .flipboard a {
  color: #e12828;
}

@media only screen and (min-width: 600px) {
  .shariff .flipboard .fa-flipboard {
    font-size: 19px;
  }
}
.shariff .googleplus .fa-google-plus-g {
  font-size: 22px;
}

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d;
}

.shariff .theme-white .googleplus a {
  color: #d34836;
}

@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus-g {
    font-size: 21px;
  }
}
.shariff .info {
  border: 1px solid #ccc;
}

.shariff .info a {
  color: #666;
  background-color: #fff;
}

.shariff .info a:hover {
  background-color: #efefef;
}

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px;
}

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important;
}

.shariff .theme-grey .info a {
  background-color: #fff;
}

.shariff .theme-grey .info a:hover {
  background-color: #efefef;
}

.shariff .orientation-vertical .info {
  width: 35px;
  float: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px;
  }

  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important;
  }

  .shariff .orientation-vertical .info {
    width: 25px;
  }
}
.shariff .linkedin a {
  background-color: #0077b5;
}

.shariff .linkedin a:hover {
  background-color: #0369a0;
}

.shariff .linkedin .fa-linkedin-in {
  font-size: 22px;
}

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33aae8;
}

.shariff .theme-white .linkedin a {
  color: #0077b5;
}

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin-in {
    font-size: 19px;
  }
}
.shariff .mail a {
  background-color: #999;
}

.shariff .mail a:hover {
  background-color: #a8a8a8;
}

.shariff .mail .fa-envelope {
  font-size: 21px;
}

.shariff .theme-white .mail a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px;
  }
}
.shariff .print a {
  background-color: #999;
}

.shariff .print a:hover {
  background-color: #a8a8a8;
}

.shariff .print .fa-print {
  font-size: 21px;
}

.shariff .theme-white .print a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .print .fa-print {
    font-size: 18px;
  }
}
.shariff .pinterest a {
  background-color: #bd081c;
}

.shariff .pinterest a:hover {
  background-color: #d50920;
}

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px;
}

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d;
}

.shariff .theme-white .pinterest a {
  color: #bd081c;
}

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
}
.shariff .reddit a {
  background-color: #ff4500;
}

.shariff .reddit a:hover {
  background-color: #ff6a33;
}

.shariff .reddit .fa-reddit {
  font-size: 17px;
}

.shariff .theme-white .reddit a {
  color: #ff4500;
}

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px;
  }
}
.shariff .stumbleupon a {
  background-color: #eb4924;
}

.shariff .stumbleupon a:hover {
  background-color: #ef7053;
}

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px;
}

.shariff .theme-white .stumbleupon a {
  color: #eb4924;
}

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px;
  }
}
.shariff .twitter .fa-twitter {
  font-size: 22px;
}

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96d4ee;
}

.shariff .theme-white .twitter a {
  color: #55acee;
}

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 19px;
  }
}
.shariff .whatsapp .fa-whatsapp {
  font-size: 24px;
}

.shariff .theme-white .whatsapp a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 21px;
  }
}
.shariff .xing a {
  background-color: #126567;
}

.shariff .xing a:hover {
  background-color: #29888a;
}

.shariff .xing .fa-xing {
  font-size: 22px;
}

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7;
}

.shariff .theme-white .xing a {
  color: #126567;
}

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px;
  }
}
.shariff .tumblr a {
  background-color: #36465d;
}

.shariff .tumblr a:hover {
  background-color: #44546b;
}

.shariff .tumblr .fa-tumblr {
  font-size: 28px;
}

.shariff .theme-white .tumblr a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px;
  }
}
.shariff .threema a {
  background-color: #333;
}

.shariff .threema a:hover {
  background-color: #1f1f1f;
}

.shariff .threema .fa-lock {
  font-size: 28px;
}

.shariff .theme-white .threema a {
  color: #333;
}

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px;
  }
}
.shariff .weibo a {
  background-color: #f56770;
}

.shariff .weibo a:hover {
  background-color: #fa7f8a;
}

.shariff .weibo .fa-weibo {
  font-size: 28px;
}

.shariff .weibo .share_count {
  color: #0174a4;
  background-color: #f56770;
}

.shariff .theme-white .weibo a {
  color: #f56770;
}

@media only screen and (min-width: 600px) {
  .shariff .weibo .fa-weibo {
    font-size: 24px;
  }
}
.shariff .tencent-weibo a {
  background-color: #26ace0;
}

.shariff .tencent-weibo a:hover {
  background-color: #38bbeb;
}

.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px;
}

.shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ace0;
}

.shariff .theme-white .tencent-weibo a {
  color: #26ace0;
}

@media only screen and (min-width: 600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 24px;
  }
}
.shariff .telegram a {
  background-color: #08c;
}

.shariff .telegram a:hover {
  background-color: #007dbb;
}

.shariff .telegram .fa-telegram {
  font-size: 28px;
}

.shariff .theme-white .telegram a {
  color: #08c;
}

@media only screen and (min-width: 600px) {
  .shariff .telegram .fa-telegram {
    font-size: 22px;
  }
}
.shariff .qzone a {
  background-color: #2b82d9;
}

.shariff .qzone a:hover {
  background-color: #398fe6;
}

.shariff .qzone .fa-qq {
  font-size: 28px;
}

.shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2b82d9;
}

.shariff .theme-white .qzone a {
  color: #2b82d9;
}

@media only screen and (min-width: 600px) {
  .shariff .qzone .fa-qq {
    font-size: 24px;
  }
}
.shariff .vk a {
  background-color: #5d7fa4;
}

.shariff .vk a:hover {
  background-color: #678eb4;
}

.shariff .vk .fa-vk {
  font-size: 22px;
}

.shariff .vk .share_count {
  color: #55677d;
  background-color: #fff;
}

.shariff .theme-white .vk a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .vk .fa-vk {
    font-size: 19px;
  }
}
/* Modules */
/* needed for nice offcanvas behavior ;-) */
html.offcanvas-is-open,
html.offcanvas-is-open body {
  overflow: hidden;
}
html.offcanvas-is-open .offcanvas-container {
  -webkit-perspective: 1000;
}

/* Off-Canvas-Elemente */
.offcanvas-container {
  /* needed for function */
  position: fixed;
  z-index: 19999;
  top: 0;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* end needed for function */
  color: #000;
  padding: 20px;
  font-size: 11px;
  background: #fff;
  /* Countries icon */
}
.is-touch .offcanvas-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -5px;
  background-color: transparent;
}
.offcanvas-container header,
.offcanvas-container footer {
  height: 10px;
}
.offcanvas-container header strong,
.offcanvas-container footer strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  float: left;
  font-size: 13px;
  margin: 10px 0 0;
}
.offcanvas-container header .offcanvas-container__headline,
.offcanvas-container footer .offcanvas-container__headline {
  width: 100%;
}
.offcanvas-container footer {
  margin-bottom: 20px;
}
.offcanvas-container .offcanvas-container__nav-headline {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  float: left;
  font-size: 13px;
  margin: 35px 0 0;
  text-transform: uppercase;
}
.offcanvas-container nav {
  padding: 10px 0 20px;
}
.offcanvas-container nav a {
  font-size: 13px;
  line-height: 14px;
  color: #000;
  text-decoration: none;
}
.offcanvas-container nav a.is-visible {
  overflow: hidden;
}
.offcanvas-container nav a.is-visible:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 3px;
  left: -1px;
  position: relative;
}
.offcanvas-container nav li {
  margin-top: 12px;
}
.offcanvas-container nav li:first-child {
  margin-top: 10px;
}
.offcanvas-container nav li li {
  margin-top: 12px;
}
.body--magenta .offcanvas-container nav li.is-current a {
  color: #d8007f;
}
.body--orange .offcanvas-container nav li.is-current a {
  color: #eb690b;
}
.body--red .offcanvas-container nav li.is-current a {
  color: #ad202b;
}
.body--light-red .offcanvas-container nav li.is-current a {
  color: #ee3036;
}
.offcanvas-container nav div:first-child a:first-child,
.offcanvas-container nav li:first-child a:first-child {
  border-top: 0;
  margin-top: 0;
}
.offcanvas-container .main-nav {
  border-top-width: 0;
  border-bottom: 1px solid #c9c9c9;
}
.offcanvas-container .main-nav a {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
}
.offcanvas-container .deeplevel-menu {
  display: none;
  margin-bottom: 18px;
}
.offcanvas-container .deeplevel__unit {
  padding-bottom: 16px;
}
.offcanvas-container .deeplevel__unit:first-child {
  padding-top: 16px;
}
.offcanvas-container .deeplevel__unit:last-child {
  padding-bottom: 0;
}
.offcanvas-container .deeplevel__unit:last-child .deeplevel__list {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.offcanvas-container .deeplevel__unit--no-headline {
  padding-top: 3px !important;
}
.offcanvas-container .deeplevel__headline .gamma {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 12px;
  padding-left: 20px;
  line-height: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.offcanvas-container .deeplevel__list a {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-left: 20px;
  font-size: 12px;
  border-top: 0;
  text-transform: none;
  line-height: 17px;
  margin-top: 12px;
}
.offcanvas-container .meta-nav .deeplevel-menu--account span,
.offcanvas-container .meta-nav .deeplevel-menu--country span {
  font-size: 13px;
}
.offcanvas-container .meta-nav .deeplevel-menu--account .deeplevel-menu__content,
.offcanvas-container .meta-nav .deeplevel-menu--country .deeplevel-menu__content {
  padding: 5px 0 15px 0;
}
.offcanvas-container .meta-nav .deeplevel-menu--account {
  margin-bottom: 0;
}
.offcanvas-container .meta-nav__teaser {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}
.offcanvas-container .meta-nav__teaser img {
  display: block;
  max-width: 100%;
  height: auto;
}
.offcanvas-container .meta-nav__menu__label {
  cursor: pointer;
}
.offcanvas-container .meta-nav__menu__label[data-srtoggle] {
  cursor: pointer;
}
.offcanvas-container .meta-nav__menu__label[data-srtoggle] span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
  background-size: 100% 100%;
  background-image: url("../Images/spritefiles/chevron-small.svg");
  width: 5px;
  height: 11px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 10px;
}
.offcanvas-container .meta-nav__menu__label[data-srtoggle].is-active span:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 11px;
}
.offcanvas-container .icon span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 9px;
  background-size: 450px;
  margin: -4px 10px 0 0;
  vertical-align: middle;
}
.offcanvas-container .icon--pl span:before {
  background-position: 99px -4px;
}
.offcanvas-container .icon--en span:before {
  background-position: 16px -4px;
}
.offcanvas-container .icon--de span:before {
  background-position: -65px -4px;
}
.offcanvas-container .icon--ru span:before {
  background-position: 37px -5px;
}
.offcanvas-container .icon--uk span:before {
  background-position: 261px -4px;
}
.offcanvas-container .icon--he span:before {
  background-position: -4px -4px;
}
.offcanvas-container .icon--zh span:before {
  background-position: 201px -3px;
}
.offcanvas-container .icon--cs span:before {
  background-position: 180px -4px;
}
.offcanvas-container .icon--no span:before {
  background-position: 242px -4px;
}
.offcanvas-container .icon--sv span:before {
  background-position: 79px -4px;
}
.offcanvas-container .icon--fr span:before {
  background-position: 57px -4px;
}
.offcanvas-container .icon--es span:before {
  background-position: -146px -4px;
}
.offcanvas-container .icon--sl span:before {
  background-position: 406px -4px;
}
.offcanvas-container .icon--sr span:before {
  background-position: -125px -4px;
}
.offcanvas-container .icon--sk span:before {
  background-position: -24px -4px;
}
.offcanvas-container .icon--da span:before {
  background-position: 119px -4px;
}
.offcanvas-container .icon--nl span:before {
  background-position: -290px -4px;
}
.offcanvas-container .icon--bs span:before {
  background-position: -169px -4px;
}
.offcanvas-container .icon--hr span:before {
  background-position: -107px -4px;
}
.offcanvas-container .icon--lt span:before {
  background-position: 139px -4px;
}
.offcanvas-container .icon--pt span:before {
  background-position: 365px -4px;
}
.offcanvas-container .icon--hu span:before {
  background-position: -229px -4px;
}

/* Schließen-Button */
.offcanvas__close {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  outline: 0;
  border: 0 none transparent;
  background-color: transparent;
  border-color: transparent;
  float: right;
}
.offcanvas-container--left .offcanvas__close {
  top: -60px;
}
.offcanvas-container--right .offcanvas__close {
  top: -55px;
}
.offcanvas__close:hover, .offcanvas__close:focus {
  text-decoration: underline;
  border: 0 none transparent;
  border-color: transparent;
}
.offcanvas__close svg {
  width: 7px;
  height: 7px;
  fill: #000;
  margin-left: 7px;
}

/* Container und Animation */
.offcanvas-container--left {
  left: 0;
  width: 320px;
  -webkit-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate(-320px, 0);
  transform: translate3d(-320px, 0, 0);
}
.offcanvas-container--left.offcanvas-container--active {
  box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.offcanvas-container--right {
  right: 0;
  width: 320px;
  -webkit-transform: translate3d(320px, 0, 0);
  -ms-transform: translate(320px, 0);
  transform: translate3d(320px, 0, 0);
}
.offcanvas-container--right.offcanvas-container--active {
  box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.offcanvas-container--active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-container--no-search header {
  height: 50px;
}
.offcanvas-container--no-search .main-header__search {
  display: none !important;
}
.offcanvas-container--no-search .offcanvas__close {
  top: 10px !important;
}
.offcanvas-container--no-search .main-nav {
  border-top: 1px solid #c9c9c9;
  padding: 30px 0;
}
.offcanvas-container--no-search .main-nav .main-nav__main li:first-of-type {
  margin-top: 0;
}

.offcanvas-container {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-backface-visibility: hidden;
}

/* Overlay */
.offcanvas__site_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  z-index: 9998;
  position: fixed;
  -webkit-user-select: none;
}

.main-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .main-header {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .main-header {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .body--reduced .main-header {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .body--reduced .main-header {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .body--reduced .main-header {
    height: 160px;
  }
}
.main-header.has-trans {
  -webkit-transition-property: all;
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: linear;
}
.is-touch .main-header {
  background-color: #fff;
}
.main-header a {
  text-decoration: none;
}
.main-header.main-header--white {
  background-color: #fff;
}
.main-header.slide--up {
  -ms-transform: translate(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.main-header.slide--up .round-shadow:after {
  opacity: 0;
}
.main-header.slide--down {
  -ms-transform: translate(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-header__brand {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  height: 30px;
}
.is-sticky .main-header__brand {
  height: 0;
  overflow: hidden;
}

.main-header__brand__logo {
  position: absolute;
  left: 0;
  text-align: left;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__brand__logo {
    top: 30px;
  }
}
.main-header__brand__logo a {
  box-sizing: border-box;
  display: block;
  padding: 25px 20px 0 0;
  color: #000;
}
@media (max-width: 767px) {
  .main-header__brand__logo a {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__brand__logo a {
    max-width: 90px;
    padding: 0 10px 0 0;
  }
}
.main-header__brand__logo a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.is-touch .main-header__brand__logo a {
  color: #000;
}

.main-header__brand__metanav {
  float: left;
  padding-top: 30px;
  font-size: 10px;
  /* The meta-nav__menu--account and meta-nav__menu--country cannot be summed up because the country tooltip
   has to be shown always but the account tooltip should be deactivated on touch devices (.is-not-touch) */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__brand__metanav {
    padding-top: 13px;
  }
}
.main-header__brand__metanav .meta-nav__menulist {
  margin: 0 0 0 -15px;
}
.main-header__brand__metanav .meta-nav__menulist > li {
  float: left;
  margin: 0 4px;
}
.main-header__brand__metanav .meta-nav__menulist > li.is-active a:after, .main-header__brand__metanav .meta-nav__menulist > li:hover a:after,
.main-header__brand__metanav .meta-nav__menulist > li a:hover:after,
.main-header__brand__metanav .meta-nav__menulist > li a:focus:after {
  border-color: #000;
}
.main-header__brand__metanav .meta-nav__menulist > li > a {
  padding: 0 10px;
  line-height: 30px;
  cursor: pointer;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
}
.is-touch .main-header__brand__metanav .meta-nav__menulist > li > a {
  color: #000;
}
.main-header__brand__metanav .meta-nav__menulist > li > a:after {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  content: '';
  position: absolute;
  bottom: 6px;
  left: 9px;
  right: 10px;
  border-bottom: 2px solid transparent;
}
.main-header__brand__metanav .meta-nav__menulist > li > a.icon:after {
  right: 33px;
}
.main-header__brand__metanav .meta-nav__menu--account {
  display: block;
}
.is-not-touch .main-header__brand__metanav .meta-nav__menu--account.is-active .deeplevel-menu {
  display: block !important;
}
.is-not-touch .main-header__brand__metanav .meta-nav__menu--account.is-active:before {
  bottom: -18px;
  left: 50%;
  margin-left: -15px;
  width: 11px !important;
  z-index: 999999;
  border-top: 1px solid #fff;
}
.is-not-touch .main-header__brand__metanav .meta-nav__menu--account.is-active:after {
  bottom: -13px;
  left: 50%;
  margin-left: -14px;
}
.main-header__brand__metanav .meta-nav__menu--country:hover .deeplevel-menu {
  display: block !important;
}
.main-header__brand__metanav .meta-nav__menu--country:hover:before {
  bottom: -18px;
  left: 50%;
  margin-left: -17px;
}
.main-header__brand__metanav .meta-nav__menu--country:hover:after {
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
}
.main-header__brand__metanav .deeplevel-menu {
  top: 30px;
  left: -41px;
}
.main-header__brand__metanav .deeplevel-menu__content {
  min-width: 120px;
}
.main-header__brand__metanav .deeplevel-menu--account--logged-out {
  z-index: 101;
  left: auto;
  right: -222px;
  width: 440px;
}
.main-header__brand__metanav .deeplevel-menu--account--logged-out .deeplevel-menu__content {
  padding: 20px 18px;
}
.main-header__brand__metanav .deeplevel-menu--country {
  left: auto;
  right: -41px;
}
.main-header__brand__metanav .deeplevel-menu--country a {
  text-align: right;
}

.main-header__mainnav {
  padding: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .main-header__mainnav {
    padding: 5px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__mainnav {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-header__mainnav {
    text-align: left;
  }
}
.main-header__mainnav li {
  display: inline-block;
}
@media (min-width: 768px) {
  .main-header__mainnav li {
    margin: 0;
  }
}
.main-header__mainnav li a:hover:after, .main-header__mainnav li.is-active a:after {
  border-color: #000;
}
.body--magenta .main-header__mainnav li.is-current a {
  color: #d8007f;
}
.body--orange .main-header__mainnav li.is-current a {
  color: #eb690b;
}
.body--red .main-header__mainnav li.is-current a {
  color: #ad202b;
}
.body--light-red .main-header__mainnav li.is-current a {
  color: #ee3036;
}
.main-header__mainnav a {
  font-size: 13px;
  line-height: 40px;
  outline: 0;
  color: #000;
}
.is-touch .main-header__mainnav a {
  color: #000;
}
.body--magenta .main-header__mainnav a:hover {
  color: #d8007f;
}
.body--orange .main-header__mainnav a:hover {
  color: #eb690b;
}
.body--red .main-header__mainnav a:hover {
  color: #ad202b;
}
.body--light-red .main-header__mainnav a:hover {
  color: #ee3036;
}
@media (min-width: 1024px) {
  .main-header__mainnav .main-nav {
    padding-top: 0;
  }
}
.main-header__mainnav .main-nav .icon:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 21px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.main-header__mainnav .main-nav .icon--de:after {
  background-position: -83px 0px;
}
.main-header__mainnav .main-nav .icon--en:after {
  background-position: 26px 0px;
}
.main-header__mainnav .main-nav .icon--pl:after {
  background-position: 136px 0px;
}
.main-header__mainnav .main-nav .icon--ru:after {
  background-position: 54px 0px;
}
.main-header__mainnav .main-nav .icon--uk:after {
  background-position: -246px 0px;
}
.main-header__mainnav .main-nav .icon--he:after {
  background-position: -1px 0px;
}
.main-header__mainnav .main-nav .icon--zh:after {
  background-position: 272px 0px;
}
.main-header__mainnav .main-nav .icon--cs:after {
  background-position: 245px 0px;
}
.main-header__mainnav .main-nav .icon--no:after {
  background-position: 327px 0px;
}
.main-header__mainnav .main-nav .icon--sv:after {
  background-position: 109px 0px;
}
.main-header__mainnav .main-nav .icon--fr:after {
  background-position: 81px 0px;
}
.main-header__mainnav .main-nav .icon--es:after {
  background-position: -192px 0px;
}
.main-header__mainnav .main-nav .icon--sl:after {
  background-position: -55px 0px;
}
.main-header__mainnav .main-nav .icon--sr:after {
  background-position: -164px 0px;
}
.main-header__mainnav .main-nav .icon--sk:after {
  background-position: -27px 0px;
}
.main-header__mainnav .main-nav .icon--da:after {
  background-position: 164px 0px;
}
.main-header__mainnav .main-nav .icon--nl:after {
  background-position: 218px 0px;
}
.main-header__mainnav .main-nav .icon--bs:after {
  background-position: 382px 0px;
}
.main-header__mainnav .main-nav .icon--hr:after {
  background-position: -136px 0px;
}
.main-header__mainnav .main-nav .icon--lt:after {
  background-position: 192px 0px;
}
.main-header__mainnav .main-nav .icon--pt:after {
  background-position: -108px 0px;
}
.main-header__mainnav .main-nav .icon--hu:after {
  background-position: 301px 0px;
}
.main-header__mainnav .main-nav__main {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__mainnav .main-nav__main {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .main-header__mainnav .main-nav__main li {
    padding: 0 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-header__mainnav .main-nav__main li {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__mainnav .main-nav__main li {
    padding: 0;
  }
}
.main-header__mainnav .main-nav__main a {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  padding: 0 10px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .main-header__mainnav .main-nav__main a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__mainnav .main-nav__main a {
    font-size: 13px;
  }
}
.main-header__mainnav .main-nav__main a:after {
  left: 10px;
  right: 10px;
}
@media (min-width: 1024px) {
  .main-header__mainnav .main-nav__main a:after {
    left: 15px;
    right: 15px;
  }
}
.main-header__mainnav .main-nav__sub {
  float: right;
  margin-right: -10px;
  top: 0;
}
@media (min-width: 768px) {
  .main-header__mainnav .main-nav__sub {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .main-header__mainnav .main-nav__sub {
    margin-left: -20px;
  }
}
.main-header__mainnav .main-nav__sub > li > a {
  padding: 0 15px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .main-header__mainnav .main-nav__sub > li > a {
    top: 1px;
    padding: 0 20px;
  }
}
.body--magenta .main-header__mainnav .main-nav__sub > li > a:hover {
  color: #d8007f;
}
.body--orange .main-header__mainnav .main-nav__sub > li > a:hover {
  color: #eb690b;
}
.body--red .main-header__mainnav .main-nav__sub > li > a:hover {
  color: #ad202b;
}
.body--light-red .main-header__mainnav .main-nav__sub > li > a:hover {
  color: #ee3036;
}
.main-header__mainnav .main-nav__sub > li > a span {
  display: inline-block;
  font-size: 13px;
}
.main-header__mainnav .main-nav__sub > li > a svg {
  top: 1px;
}
@media (max-width: 767px) {
  .main-header__mainnav .main-nav__sub > li > a svg {
    top: -2px;
  }
}
.main-header__mainnav .main-nav__sub svg {
  margin: -6px 3px 0 0;
  fill: currentColor;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__mainnav .main-nav__sub svg {
    margin: -4px 3px 0 0;
  }
}
@media (min-width: 1024px) {
  .main-header__mainnav .main-nav__sub svg {
    margin: -6px 3px 0 0;
  }
}
@media (max-width: 767px) {
  .main-header__mainnav .main-nav__sub svg {
    margin-right: 0;
  }
}
.main-header__mainnav .main-nav__sub__search {
  position: static;
}
@media (min-width: 768px) {
  .main-header__mainnav .main-nav__sub__search.is-active a {
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-header__mainnav .main-nav__sub__search.is-active {
    min-width: 150px;
  }
  .main-header__mainnav .main-nav__sub__search.is-active span {
    display: none;
  }
}
.main-header__mainnav .main-nav__sub__search span {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}
.main-header__mainnav .main-nav__sub__search svg {
  width: 12px;
  height: 12px;
}
.main-header__mainnav .main-nav__sub__vip,
.main-header__mainnav .main-nav__sub__wishlist {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  visibility: visible;
}
.main-header__mainnav .main-nav__sub__vip.is-hidden,
.main-header__mainnav .main-nav__sub__wishlist.is-hidden {
  visibility: hidden;
}
.main-header__mainnav .main-nav__sub__vip svg,
.main-header__mainnav .main-nav__sub__wishlist svg {
  width: 12px;
  height: 12px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__mainnav .main-nav__sub__vip svg,
  .main-header__mainnav .main-nav__sub__wishlist svg {
    margin-top: -4px;
  }
}
@media (min-width: 1024px) {
  .main-header__mainnav .main-nav__sub__vip svg,
  .main-header__mainnav .main-nav__sub__wishlist svg {
    margin-top: -6px;
  }
}
.main-header__mainnav .main-nav__sub__lang {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  position: relative;
  visibility: visible;
}
.main-header__mainnav .main-nav__sub__lang.is-hidden {
  visibility: hidden;
}
.is-not-touch .body--magenta .main-header__mainnav .main-nav__sub__lang.is-active > a {
  color: #d8007f;
}
.is-not-touch .body--orange .main-header__mainnav .main-nav__sub__lang.is-active > a {
  color: #eb690b;
}
.is-not-touch .body--red .main-header__mainnav .main-nav__sub__lang.is-active > a {
  color: #ad202b;
}
.is-not-touch .body--light-red .main-header__mainnav .main-nav__sub__lang.is-active > a {
  color: #ee3036;
}
.main-header__mainnav .main-nav__sub__lang svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
}
.main-header__mainnav .main-nav__language-dropdown {
  position: absolute;
  display: none;
  top: 40px;
  left: 0;
  width: 170px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  z-index: 1000;
}
.main-header__mainnav .main-nav__language-dropdown:after, .main-header__mainnav .main-nav__language-dropdown:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 40%;
  content: ' ';
  border: solid transparent;
  pointer-events: none;
}
.main-header__mainnav .main-nav__language-dropdown:after {
  margin-left: -7px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
}
.main-header__mainnav .main-nav__language-dropdown:before {
  margin-left: -8px;
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 8px;
}
.main-header__mainnav .main-nav__language-item {
  display: block;
  margin: 0 0 2px 0;
}
.main-header__mainnav .main-nav__language-link {
  padding: 5px;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  text-align: left;
}
.main-header__mainnav .main-nav__language-link:hover {
  text-decoration: none;
}
.body--magenta .main-header__mainnav .main-nav__language-link:hover {
  color: #d8007f;
}
.body--orange .main-header__mainnav .main-nav__language-link:hover {
  color: #eb690b;
}
.body--red .main-header__mainnav .main-nav__language-link:hover {
  color: #ad202b;
}
.body--light-red .main-header__mainnav .main-nav__language-link:hover {
  color: #ee3036;
}

.main-header__mainnav__menubutton {
  float: right;
  z-index: 1;
  height: 70px;
  margin-right: -15px;
  padding: 0 15px;
  color: #000;
  border: 0;
  background-color: transparent;
}
.is-touch .main-header__mainnav__menubutton {
  color: #000;
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-header__mainnav__menubutton {
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .main-header__mainnav__menubutton {
    display: none;
  }
}
.main-header__mainnav__menubutton span {
  display: none;
}
.main-header__mainnav__menubutton svg {
  width: 18px;
  height: 12px;
  fill: #000;
}

.main-header__mainnav__container {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .main-header__mainnav__container {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.is-sticky .main-header__mainnav__container {
  padding-left: 150px;
}
.main-header__mainnav__container .icon-heart-filled {
  display: inline-block;
}
.body--magenta .main-header__mainnav__container .icon-heart-filled {
  fill: #d8007f !important;
}
.body--orange .main-header__mainnav__container .icon-heart-filled {
  fill: #eb690b !important;
}
.body--red .main-header__mainnav__container .icon-heart-filled {
  fill: #ad202b !important;
}
.body--light-red .main-header__mainnav__container .icon-heart-filled {
  fill: #ee3036 !important;
}
.main-header__mainnav__container .icon-heart {
  display: none;
}
.main-header__mainnav__container .wishlist-empty .icon-heart-filled {
  display: none;
}
.main-header__mainnav__container .wishlist-empty .icon-heart {
  display: inline-block;
}

.meta-nav__vip-link,
.meta-nav__wishlist-link {
  position: relative;
  padding-left: 21px;
}
.meta-nav__vip-link svg,
.meta-nav__wishlist-link svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}

.body--magenta .meta-nav__wishlist-link {
  color: #d8007f !important;
}
.body--orange .meta-nav__wishlist-link {
  color: #eb690b !important;
}
.body--red .meta-nav__wishlist-link {
  color: #ad202b !important;
}
.body--light-red .meta-nav__wishlist-link {
  color: #ee3036 !important;
}
.meta-nav__wishlist-link .icon-heart-filled {
  display: inline-block;
}
.body--magenta .meta-nav__wishlist-link .icon-heart-filled {
  fill: #d8007f !important;
}
.body--orange .meta-nav__wishlist-link .icon-heart-filled {
  fill: #eb690b !important;
}
.body--red .meta-nav__wishlist-link .icon-heart-filled {
  fill: #ad202b !important;
}
.body--light-red .meta-nav__wishlist-link .icon-heart-filled {
  fill: #ee3036 !important;
}
.meta-nav__wishlist-link .icon-heart {
  display: none;
}
.meta-nav__wishlist-link.wishlist-empty {
  color: #000 !important;
}
.meta-nav__wishlist-link.wishlist-empty .icon-heart-filled {
  display: none;
}
.meta-nav__wishlist-link.wishlist-empty .icon-heart {
  display: inline-block;
}

/*
	ie fix search bar fix
*/
_:-ms-input-placeholder, :root .meta-nav__search {
  top: 5px;
}

_:-ms-input-placeholder, :root .meta-nav__search button {
  top: 3px;
}

.meta-nav__search {
  padding: 8px 0;
  margin: 0 auto;
}
.meta-nav__search svg {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  z-index: 2;
}
.meta-nav__search input {
  width: 100%;
  height: auto;
  padding: 0 0 0 20px;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  border: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #000;
}
.meta-nav__search input:focus + button {
  background-color: #fff !important;
}
.meta-nav__search button {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  padding: 0 0 0 10px;
  border: 0;
  color: #000;
  font-size: 13px;
  line-height: 25px;
  background-color: #fff;
}
.is-touch .meta-nav__search button {
  background-color: #fafafa;
  color: #000;
}
.meta-nav__search .meta-nav__search {
  position: relative;
}

.meta-nav__search__form input {
  font-size: 13px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__mainnav__container--no-metanav {
    padding: 20px 0 20px;
  }
}
@media (min-width: 1024px) {
  .main-header__mainnav__container--no-metanav {
    padding: 10px 0 30px;
  }
}

/*
 * Second logo in sticky mode besides main navigation
 */
.main-header__mainnav__logo {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .main-header__mainnav__logo {
    display: inline-block;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .main-header__mainnav__logo {
    position: absolute;
    float: none;
    width: 0;
    opacity: 0;
    margin-left: -20px;
    overflow: hidden;
  }
  .is-sticky .main-header__mainnav__logo {
    width: 152px;
    opacity: 1;
  }
}
.main-header__mainnav__logo a {
  display: block;
  padding: 10px 0;
  margin-right: 0;
  line-height: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .main-header__mainnav__logo a {
    margin-right: 30px;
    padding: 12px 20px 0 20px;
  }
}
.main-header__mainnav__logo a img {
  max-width: 50px;
  height: auto;
}

/*
 * Search
 */
.main-header__search {
  display: none;
  background-color: transparent;
  /* show searchbar in offcanvas */
}
.offcanvas-container .main-header__search {
  display: block;
}
@media (min-width: 1280px) {
  .main-header__search {
    left: 35px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-header__search {
    left: 31px;
  }
}
@media (min-width: 768px) {
  .main-header__search {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    border-top: 0;
  }
}
.main-header__search input, .main-header__search input:hover, .main-header__search input:focus {
  width: 100%;
  height: auto;
  padding: 0 0 0 20px;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  border: 0;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.main-header__search input::-webkit-input-placeholder,
.main-header__search input:hover::-webkit-input-placeholder,
.main-header__search input:focus::-webkit-input-placeholder {
  color: #bebebe;
  opacity: .7;
}
.main-header__search input::-moz-placeholder,
.main-header__search input:hover::-moz-placeholder,
.main-header__search input:focus::-moz-placeholder {
  color: #bebebe;
  opacity: .7;
}
.main-header__search input:-ms-input-placeholder,
.main-header__search input:hover:-ms-input-placeholder,
.main-header__search input:focus:-ms-input-placeholder {
  color: #bebebe;
  opacity: .7;
}
.startpage .main-header__search input,
.startpage .main-header__search input:hover,
.startpage .main-header__search input:focus {
  background-color: transparent;
}
.is-touch .main-header__search input, .offcanvas-container .main-header__search input, .is-touch .main-header__search input:hover, .offcanvas-container .main-header__search input:hover, .is-touch .main-header__search input:focus, .offcanvas-container .main-header__search input:focus {
  width: 100%;
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.is-touch .main-header__search input::-webkit-input-placeholder, .offcanvas-container .main-header__search input::-webkit-input-placeholder, .is-touch .main-header__search input:hover::-webkit-input-placeholder, .offcanvas-container .main-header__search input:hover::-webkit-input-placeholder, .is-touch .main-header__search input:focus::-webkit-input-placeholder, .offcanvas-container .main-header__search input:focus::-webkit-input-placeholder {
  color: #000;
  opacity: .7;
}
.is-touch .main-header__search input::-moz-placeholder, .offcanvas-container .main-header__search input::-moz-placeholder, .is-touch .main-header__search input:hover::-moz-placeholder, .offcanvas-container .main-header__search input:hover::-moz-placeholder, .is-touch .main-header__search input:focus::-moz-placeholder, .offcanvas-container .main-header__search input:focus::-moz-placeholder {
  color: #000;
  opacity: .7;
}
.is-touch .main-header__search input:-ms-input-placeholder, .offcanvas-container .main-header__search input:-ms-input-placeholder, .is-touch .main-header__search input:hover:-ms-input-placeholder, .offcanvas-container .main-header__search input:hover:-ms-input-placeholder, .is-touch .main-header__search input:focus:-ms-input-placeholder, .offcanvas-container .main-header__search input:focus:-ms-input-placeholder {
  color: #000;
  opacity: .7;
}
.offcanvas-container .main-header__search input, .offcanvas-container .main-header__search input:hover, .offcanvas-container .main-header__search input:focus {
  padding-left: 25px;
}
.main-header__search button {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  top: 8px;
  right: 0;
  height: 24px;
  padding: 0 0 0 10px;
  border: 0;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  background-color: #fff;
}
.offcanvas-container .main-header__search button {
  top: 30px;
  right: 0;
}
.startpage .main-header__search button {
  background-color: transparent;
}
.offcanvas-container .main-header__search button {
  background-color: #fff;
  color: #000;
}
.is-touch .main-header__search button {
  background-color: #fff;
  color: #000;
}

/*
	ie fix search bar fix
*/
_:-ms-input-placeholder, :root .main-header__search {
  top: 5px;
}

_:-ms-input-placeholder, :root .main-header__search button {
  top: 3px;
}

.main-header__search__wrap {
  padding: 10px 15px 10px 15px;
}
@media (max-width: 767px) {
  .offcanvas-container .main-header__search__wrap {
    padding: 10px 0;
    top: 15px;
  }
  .offcanvas-container .main-header__search__wrap svg {
    width: 14px;
    height: 14px;
    top: 24px;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .main-header__search__wrap {
    padding: 8px 0;
    margin: 0 auto;
  }
  .main-header__search__wrap .icon--search {
    position: absolute;
    top: 13px;
    left: 0;
    margin: 0 !important;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .main-header__search__wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__search__wrap {
    max-width: 400px;
  }
}

.main-header__search__suggestions {
  top: 34px;
  left: -37px;
  right: -51px;
}
@media (min-width: 768px) {
  .main-header__search__suggestions {
    top: 41px;
    left: -51px;
    right: -31px;
  }
}

.breadcrumbs {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 135%;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 0 0 25px;
  }
}
.breadcrumbs .modules--separator__line {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .breadcrumbs .modules--separator__line {
    margin-bottom: 20px;
  }
}

.breadcrumps__product-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  list-style: none;
}

.breadcrumps__product-nav__elem {
  display: inline-block;
}

.breadcrumps__product-nav__elem--back {
  margin-left: 0;
  margin-right: auto;
}

.breadcrumps__product-nav__link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  text-decoration: none;
}
.breadcrumps__product-nav__link:hover {
  text-decoration: none;
}
.is-not-touch .breadcrumps__product-nav__link:hover {
  text-decoration: none;
}
.is-not-touch .body--magenta .breadcrumps__product-nav__link:hover {
  color: #d8007f;
}
.is-not-touch .body--magenta .breadcrumps__product-nav__link:hover svg {
  fill: #d8007f;
}
.is-not-touch .body--orange .breadcrumps__product-nav__link:hover {
  color: #eb690b;
}
.is-not-touch .body--orange .breadcrumps__product-nav__link:hover svg {
  fill: #eb690b;
}
.is-not-touch .body--red .breadcrumps__product-nav__link:hover {
  color: #ad202b;
}
.is-not-touch .body--red .breadcrumps__product-nav__link:hover svg {
  fill: #ad202b;
}
.is-not-touch .body--light-red .breadcrumps__product-nav__link:hover {
  color: #ee3036;
}
.is-not-touch .body--light-red .breadcrumps__product-nav__link:hover svg {
  fill: #ee3036;
}
.breadcrumps__product-nav__elem--prev .breadcrumps__product-nav__link {
  padding-left: 0;
}
.breadcrumps__product-nav__elem--prev .breadcrumps__product-nav__link:after {
  position: absolute;
  content: '';
  top: 1px;
  right: -7px;
  height: 15px;
  border-right: 2px solid #666;
}
.breadcrumps__product-nav__link svg {
  -webkit-transition-property: "fill";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "fill";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  width: 5px;
  height: 8px;
  top: 4px;
  left: 0;
}

.main-footer {
  background-color: #fff;
}
.main-footer hr {
  position: absolute;
  top: -20px;
  width: 100%;
  margin: 0;
  border-color: #efefef;
}
.main-footer p {
  color: #555555;
}

.main-footer--reduced {
  border-top: 1px solid #e5e5e5;
}
.main-footer--reduced .main-footer__credentials {
  margin-top: 18px;
}
.main-footer--reduced .main-footer__madeby {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .main-footer--reduced .main-footer__madeby {
    margin-top: 19px;
  }
}

.main-footer--no-registration {
  border-top: 1px solid #e5e5e5;
}

.main-footer__social {
  padding: 20px 0 50px;
  background-color: #000;
}
@media (max-width: 767px) {
  .main-footer__social {
    padding: 40px 0;
  }
}
.main-footer__social .main-footer__social--wrapper {
  text-align: center;
}
.main-footer__social .main-footer__social--wrapper .main-footer__info {
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .main-footer__social .main-footer__social--wrapper .main-footer__info {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .main-footer__social .main-footer__social--wrapper .main-footer__info {
    position: absolute;
    top: -19px;
    left: 0;
  }
}
.main-footer__social .main-footer__social--wrapper .main-footer__info svg {
  fill: #fff;
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .main-footer__social .main-footer__social--wrapper .main-footer__info svg {
    float: right;
    margin: 0;
    top: -45px;
  }
}
.main-footer__social .main-footer__social--wrapper .main-footer__info__copy {
  display: block;
  max-width: 280px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 1023px) {
  .main-footer__social .main-footer__social--wrapper .main-footer__info__copy {
    max-width: inherit;
  }
}
.main-footer__social .main-footer__social--wrapper .main-footer__info__copy.alpha {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-footer__social .main-footer__social--wrapper .main-footer__info__copy.alpha {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .main-footer__social .main-footer__social--wrapper .main-footer__info__copy.alpha {
    font-size: 35px;
    line-height: 110%;
  }
}
.main-footer__social .main-footer__social--wrapper .main-footer__info__copy.beta {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 10px;
  font-size: 14px;
  line-height: 135%;
  text-transform: none;
}
@media (max-width: 767px) {
  .main-footer__social .main-footer__social--wrapper .main-footer__info__copy.beta {
    margin-top: 0;
  }
}
.main-footer__social--newsletter {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .main-footer__social--newsletter {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  .main-footer__social--newsletter {
    display: inline-block;
  }
}
.main-footer__social--newsletter > div {
  top: 15px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-footer__social--newsletter > div {
    margin-left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer__social--newsletter > div {
    top: 0;
    display: inline-block;
    margin-top: 25px;
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .main-footer__social--newsletter > div {
    top: 0;
  }
}
.main-footer__social--newsletter span {
  -webkit-transition-property: all;
  -webkit-transition-duration: 150ms;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: linear;
  display: block;
  font-size: 12px;
  text-align: left;
  text-transform: none;
  margin: 0 auto;
  bottom: 0;
  color: #fff;
}
@media (min-width: 1280px) {
  .main-footer__social--newsletter span {
    width: 370px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-footer__social--newsletter span {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer__social--newsletter span {
    width: 235px;
  }
}
.main-footer__social--newsletter input {
  display: inline-block;
}
.main-footer__social--newsletter input[type="email"] {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff;
  font-size: 14px;
  line-height: 46px;
  border: none;
  width: 100%;
  height: 46px;
  padding: 0 15px;
  color: #000;
}
@media (min-width: 1280px) {
  .main-footer__social--newsletter input[type="email"] {
    width: 370px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-footer__social--newsletter input[type="email"] {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer__social--newsletter input[type="email"] {
    width: 235px;
    margin-right: 30px;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .main-footer__social--newsletter input[type="email"] {
    margin-bottom: 25px;
  }
}
.main-footer__social--newsletter input[type="email"]:focus + span {
  bottom: 60px;
  color: #aeafaf;
}
.main-footer__social--newsletter .button--second {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.body--magenta .main-footer__social--newsletter .button--second:hover {
  color: #d8007f;
}
.body--orange .main-footer__social--newsletter .button--second:hover {
  color: #eb690b;
}
.body--red .main-footer__social--newsletter .button--second:hover {
  color: #ad202b;
}
.body--light-red .main-footer__social--newsletter .button--second:hover {
  color: #ee3036;
}
.body--magenta .main-footer__social--newsletter .button--second:hover {
  border-color: #d8007f;
}
.body--orange .main-footer__social--newsletter .button--second:hover {
  border-color: #eb690b;
}
.body--red .main-footer__social--newsletter .button--second:hover {
  border-color: #ad202b;
}
.body--light-red .main-footer__social--newsletter .button--second:hover {
  border-color: #ee3036;
}
@media (min-width: 1024px) {
  .main-footer__social--newsletter .button--second {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .main-footer__social--newsletter .button--second {
    width: 370px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-footer__social--newsletter .button--second {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer__social--newsletter .button--second {
    width: 235px;
    margin-top: 0;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .main-footer__social--newsletter .button--second {
    margin-top: 0;
  }
}
.main-footer__social--icon-wrapper {
  display: block;
  vertical-align: middle;
  margin-top: 45px;
}
@media (min-width: 768px) {
  .main-footer__social--icon-wrapper {
    display: inline-block;
    margin: 6px 0 0;
  }
}
.main-footer__social--icon-wrapper .main-footer__social--icon-inner-wrapper {
  display: inline-block;
}
.main-footer__social--icon-wrapper .main-footer__social__facebook {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  .main-footer__social--icon-wrapper .main-footer__social__facebook {
    padding: 0 20px 0 35px;
  }
}
.main-footer__social--icon-wrapper .main-footer__social__facebook svg {
  width: 8px;
  height: 14px;
  fill: #000;
}
.main-footer__social--icon-wrapper .main-footer__social__youtube {
  display: table-cell;
  vertical-align: middle;
}
.main-footer__social--icon-wrapper .main-footer__social__youtube svg {
  width: 40px;
  height: 18px;
  fill: #000;
}

.main-footer__meta {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 70px 0;
  color: #000;
}
@media (max-width: 767px) {
  .main-footer__meta {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .main-footer__meta .grid__item {
    margin-bottom: 40px;
  }
}
.main-footer__meta .grid__item nav {
  display: block;
}
.main-footer__meta .gamma {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 0 0 10px;
  padding: 15px 0;
  color: #000;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-footer__meta p:not(:last-child) {
  margin: 0 0 12px;
}
.main-footer__meta small {
  display: block;
  font-size: 10px;
  line-height: 14px;
}
.main-footer__meta a {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 135%;
  display: block;
  color: #555555;
  text-decoration: none;
}
.main-footer__meta a:hover, .main-footer__meta a:focus {
  text-decoration: none;
}
.body--magenta .main-footer__meta a:hover, .body--magenta .main-footer__meta a:focus {
  color: #d8007f;
}
.body--orange .main-footer__meta a:hover, .body--orange .main-footer__meta a:focus {
  color: #eb690b;
}
.body--red .main-footer__meta a:hover, .body--red .main-footer__meta a:focus {
  color: #ad202b;
}
.body--light-red .main-footer__meta a:hover, .body--light-red .main-footer__meta a:focus {
  color: #ee3036;
}
.main-footer__meta .root-wrap {
  background: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer__meta .main-footer__meta__service,
  .main-footer__meta .main-footer__meta__payment {
    margin-top: 40px;
  }
}

.main-footer__meta__icons {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .main-footer__meta__icons {
    margin: 0;
    line-height: 29px;
  }
}
.main-footer__meta__icons li {
  padding: 0 0 5px 0;
}
.main-footer__meta__icons .socialicon {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer__meta__icons .socialicon {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .main-footer__meta__icons .socialicon {
    padding-bottom: 0;
  }
}
.main-footer__meta__icons .socialicon:last-of-type {
  margin-right: 0;
}
.main-footer__meta__icons .socialicon__link .icon {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.body--magenta .main-footer__meta__icons .socialicon__link:hover .icon, .body--magenta .main-footer__meta__icons .socialicon__link:focus .icon {
  fill: #d8007f;
}
.body--orange .main-footer__meta__icons .socialicon__link:hover .icon, .body--orange .main-footer__meta__icons .socialicon__link:focus .icon {
  fill: #eb690b;
}
.body--red .main-footer__meta__icons .socialicon__link:hover .icon, .body--red .main-footer__meta__icons .socialicon__link:focus .icon {
  fill: #ad202b;
}
.body--light-red .main-footer__meta__icons .socialicon__link:hover .icon, .body--light-red .main-footer__meta__icons .socialicon__link:focus .icon {
  fill: #ee3036;
}

@media (max-width: 767px) {
  .main-footer__meta__list {
    margin: 3px 0 0;
  }
}
.main-footer__meta__list li {
  padding: 1px 0;
  list-style-type: none;
  line-height: 135%;
}
.main-footer__meta__list li:first-child {
  padding-top: 10px;
}
.main-footer__meta__list li span {
  display: inline-block;
}

.main-footer__meta__list-title.gamma {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  padding-top: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
}

.main-footer__work-time {
  padding-top: 10px;
  line-height: 135%;
}

.main-footer__work-time__department {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 135%;
  display: block;
  padding-bottom: 1px;
  color: #000;
}

.main-footer__work-time__days,
.main-footer__work-time__hours {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 135%;
  padding: 1px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer__work-time__days {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
  }
}

.main-footer__contact-info__copy {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 135%;
}
.main-footer__contact-info__copy:first-of-type {
  padding-top: 10px;
}
.main-footer__contact-info__copy a {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}
.main-footer__contact-info__copy a:hover {
  text-decoration: underline;
}
.body--magenta .main-footer__contact-info__copy a:hover {
  color: #d8007f;
}
.body--orange .main-footer__contact-info__copy a:hover {
  color: #eb690b;
}
.body--red .main-footer__contact-info__copy a:hover {
  color: #ad202b;
}
.body--light-red .main-footer__contact-info__copy a:hover {
  color: #ee3036;
}
.main-footer__contact-info__copy span {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  padding: 1px 0;
}

.main-footer__credentials {
  margin-top: 15px;
}

.main-footer__madeby {
  margin-top: 19px;
}
.main-footer__madeby .main-footer__madeby__link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  text-decoration: none;
}
.main-footer__madeby .main-footer__madeby__link:hover, .main-footer__madeby .main-footer__madeby__link:focus {
  text-decoration: none;
}
.body--magenta .main-footer__madeby .main-footer__madeby__link:hover, .body--magenta .main-footer__madeby .main-footer__madeby__link:focus {
  color: #d8007f;
}
.body--orange .main-footer__madeby .main-footer__madeby__link:hover, .body--orange .main-footer__madeby .main-footer__madeby__link:focus {
  color: #eb690b;
}
.body--red .main-footer__madeby .main-footer__madeby__link:hover, .body--red .main-footer__madeby .main-footer__madeby__link:focus {
  color: #ad202b;
}
.body--light-red .main-footer__madeby .main-footer__madeby__link:hover, .body--light-red .main-footer__madeby .main-footer__madeby__link:focus {
  color: #ee3036;
}
.body--magenta .main-footer__madeby .main-footer__madeby__link:hover svg, .body--magenta .main-footer__madeby .main-footer__madeby__link:focus svg {
  fill: #d8007f;
}
.body--orange .main-footer__madeby .main-footer__madeby__link:hover svg, .body--orange .main-footer__madeby .main-footer__madeby__link:focus svg {
  fill: #eb690b;
}
.body--red .main-footer__madeby .main-footer__madeby__link:hover svg, .body--red .main-footer__madeby .main-footer__madeby__link:focus svg {
  fill: #ad202b;
}
.body--light-red .main-footer__madeby .main-footer__madeby__link:hover svg, .body--light-red .main-footer__madeby .main-footer__madeby__link:focus svg {
  fill: #ee3036;
}
.main-footer__madeby .icon {
  -webkit-transition-property: "fill";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "fill";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  margin-top: -3px;
  margin-left: 6px;
  height: 19px;
  width: 14px;
  vertical-align: middle;
}

.main-footer__credentials__text {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 135%;
}

.main-footer__footnote {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .main-footer__footnote {
    margin-bottom: 70px;
  }
}

.main-footer__footnote__text {
  font-size: 14px;
  line-height: 135%;
}
@media (max-width: 767px) {
  .main-footer__footnote__text {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer__footnote__text {
    margin-bottom: 40px;
  }
}

.layer {
  display: none;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.layer .layer__close {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  float: right;
  background-color: transparent;
  border: 0;
  font-size: 11px;
  line-height: 17px;
}
.layer .layer__close:hover, .layer .layer__close:focus {
  text-decoration: underline;
}
.layer .layer__close .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 479px) {
  .layer .layer__close .icon {
    width: 20px;
    height: 20px;
  }
}
.layer .container {
  position: relative;
  top: 140px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 auto 140px;
  padding: 30px;
}
@media (max-width: 479px) {
  .layer .container {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .layer .container {
    padding: 20px;
  }
}
.layer .container .content {
  display: block;
  padding-top: 43px;
}
@media (max-width: 479px) {
  .layer .container .content {
    padding-top: 23px;
  }
}
.layer .container .content--empty .content__desc {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 45px;
}
.layer .container__wrapper .header {
  padding: 0 20px 10px 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.layer .container__headline {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 135%;
  padding-top: 5px;
  padding-bottom: 15px;
  display: block;
}
@media (max-width: 479px) {
  .layer .container__headline {
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .layer .container__headline {
    font-size: 16px;
    line-height: 135%;
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
.layer .content__headline {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .layer .content__headline {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 110%;
  }
}
@media (min-width: 768px) {
  .layer .content__headline {
    font-size: 35px;
    line-height: 110%;
  }
}
.layer .content__desc {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 135%;
  text-align: center;
}
@media (max-width: 767px) {
  .layer .content__desc {
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) {
  .layer .content__desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 135%;
  }
}
.layer .products {
  padding: 0;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .layer .products {
    margin-top: 45px;
  }
}
.layer .products--empty {
  border-bottom: 1px solid #e5e5e5;
}
.layer .products__header {
  border-bottom: 1px solid #e5e5e5;
}
.layer .products__header .grid__item {
  height: 53px;
}
.layer .products__header__headline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
  font-size: 14px;
  line-height: 135%;
  text-transform: none;
}
.layer .products__list {
  list-style-type: none;
}
.layer .products__item__headline {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}
.layer .products__item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 479px) {
  .layer .products__item {
    padding: 25px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .layer .products__item {
    padding: 30px 0 10px;
  }
}
.layer .products__item p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 135%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .layer .products__item p {
    font-size: 13px;
  }
}
.layer .products__item p span {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}
.layer .products__item__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 479px) {
  .layer .products__item__wrapper {
    display: block;
  }
}
.layer .products__item__image-container {
  margin-right: 30px;
}
@media (max-width: 479px) {
  .layer .products__item__image-container {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .layer .products__item__image-container {
    margin-right: 20px;
  }
}
.layer .products__item__image {
  width: auto;
  max-width: 170px;
}
@media (max-width: 479px) {
  .layer .products__item__image {
    max-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .layer .products__item__image {
    margin-bottom: 20px;
  }
}
.layer .products__item__title {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 135%;
}
.layer .products__item__remove {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}
.is-not-touch .layer .products__item__remove:hover {
  text-decoration: none;
}
.is-not-touch .body--magenta .layer .products__item__remove:hover {
  color: #d8007f;
}
.is-not-touch .body--magenta .layer .products__item__remove:hover .icon {
  fill: #d8007f;
}
.is-not-touch .body--orange .layer .products__item__remove:hover {
  color: #eb690b;
}
.is-not-touch .body--orange .layer .products__item__remove:hover .icon {
  fill: #eb690b;
}
.is-not-touch .body--red .layer .products__item__remove:hover {
  color: #ad202b;
}
.is-not-touch .body--red .layer .products__item__remove:hover .icon {
  fill: #ad202b;
}
.is-not-touch .body--light-red .layer .products__item__remove:hover {
  color: #ee3036;
}
.is-not-touch .body--light-red .layer .products__item__remove:hover .icon {
  fill: #ee3036;
}
.is-touch .layer .products__item__remove:hover {
  text-decoration: none;
}
.layer .products__item__remove .icon {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.layer .products__item__remove span {
  text-decoration: underline;
}
.layer .buttons {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .layer .buttons {
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .layer .buttons .button {
    width: 100%;
    max-width: 320px;
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .layer .buttons .button {
    min-width: 270px;
  }
}
@media (max-width: 767px) {
  .layer .buttons .grid__item {
    text-align: center;
  }
}
.layer .buttons .grid__item:first-of-type {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .layer .buttons .grid__item:first-of-type {
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .layer .buttons .grid__item:last-of-type {
    text-align: left;
  }
}

.cookies-modal .cookies-modal__content {
  padding: 20px 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cookies-modal .cookies-modal__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cookies-modal .cookies-modal__text {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 135%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
@media (max-width: 479px) {
  .cookies-modal .cookies-modal__text {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .cookies-modal .cookies-modal__text {
    font-size: 16px;
    line-height: 135%;
    padding-top: 45px;
    padding-bottom: 35px;
  }
}

.button--dismiss:hover {
  color: #fff;
  background-color: transparent !important;
}
.cookies-modal--magenta .button--dismiss:hover {
  color: #d8007f !important;
}
.cookies-modal--orange .button--dismiss:hover {
  color: #eb690b !important;
}
.cookies-modal--red .button--dismiss:hover {
  color: #ad202b !important;
}
.cookies-modal--light-red .button--dismiss:hover {
  color: #ee3036 !important;
}
.cookies-modal--magenta .button--dismiss:hover {
  border-color: #d8007f !important;
}
.cookies-modal--orange .button--dismiss:hover {
  border-color: #eb690b !important;
}
.cookies-modal--red .button--dismiss:hover {
  border-color: #ad202b !important;
}
.cookies-modal--light-red .button--dismiss:hover {
  border-color: #ee3036 !important;
}

@media (max-width: 767px) {
  .login .login__content__first-column {
    margin-bottom: 36px;
  }
}
.login .login__login-form {
  margin-bottom: 36px;
}
.login .gamma {
  margin-bottom: 12px;
}
.login .copy-text-a {
  display: inline-block;
  margin-bottom: 22px;
}
.login .rewards-info {
  margin-bottom: 25px;
}
.login .rewards-info .copy-text-a {
  margin-bottom: 15px;
}
.login .rewards-info ul {
  margin-bottom: 15px;
}
.login .rewards-info ul li {
  margin-bottom: 6px;
  list-style-type: square;
  list-style-position: inside;
}
.login .rewards-info a {
  text-decoration: underline;
}
.login img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.notification-container {
  /*
  	available on some templates which can collect different notifications
  	don't give it a height, padding or margin, because it's always in the markup, even without messages
  */
}

.notification {
  margin: 0 0 25px 0;
  padding: 12px 30px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.notification--message {
  background-color: #366492;
}

.notification--confirm {
  background-color: #757d53;
}

.notification--failure {
  background-color: #f00f0f;
}

.notification--info {
  background-color: #f4b700;
}

/*
	Validation
*/
form p.oxValidateError {
  display: none;
  clear: both;
  padding: 5px 0 3px 0 !important;
  color: #f00f0f;
  text-align: center;
}
@media (min-width: 1024px) {
  form p.oxValidateError {
    padding: 21px 0 8px 0;
  }
}
form p.oxValidateError span {
  display: none;
}
form .oxInValid label {
  color: #f00f0f;
}
form .oxInValid input {
  border-color: #f00f0f;
}
form .oxInValid .select, form .oxInValid.select {
  border-color: #f00f0f;
}
form .oxInValid .select span, form .oxInValid.select span {
  color: #f00f0f !important;
}
form .oxInValid p.oxValidateError {
  display: block;
}
form .oxInValid p.oxValidateError .js-oxError_postError {
  display: block;
}

@media (max-width: 767px) {
  .second-lvl-nav {
    position: absolute;
    top: 0;
    width: 97.5%;
    background-color: #fff;
    border-bottom: 0;
    z-index: 99;
    margin-top: 20px;
    /* close */
  }
  .second-lvl-nav__close {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 100% 100%;
    background-image: url("../Images/spritefiles/chevron-small.svg");
    width: 8px;
    height: 16px;
    padding: 20px 0;
    margin: 0 auto;
    cursor: pointer;
    display: none;
  }
  .second-lvl-nav .filter__close {
    display: none;
    border-top: none;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  }
  .second-lvl-nav.is-visible + .filter__close {
    display: block;
  }
}
@media (min-width: 768px) {
  .second-lvl-nav {
    padding: 20px 0 0 0;
  }
  .filter__section .second-lvl-nav {
    padding-top: 0;
  }
}

.second-lvl-nav__head {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .second-lvl-nav__head {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 13px 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  .second-lvl-nav__head:hover, .second-lvl-nav__head:focus {
    cursor: pointer;
  }
  .second-lvl-nav__head:not([data-srtoggle]):after {
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 26px;
    line-height: 1;
  }
  .second-lvl-nav__head.is-active:after {
    color: #000;
  }
  .second-lvl-nav__head[data-srtoggle] {
    cursor: pointer;
  }
  .second-lvl-nav__head[data-srtoggle]:after {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    content: '+';
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
  }
  .second-lvl-nav__head[data-srtoggle].is-active:after {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    content: '–';
    font-size: 13px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .second-lvl-nav__head {
    margin-bottom: 10px;
  }
}

/*  1st Level */
.second-lvl-nav__list {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  text-transform: uppercase;
}
.filter__section__wrapper__container .second-lvl-nav__list {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
}
.second-lvl-nav__list > li > a {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .second-lvl-nav__list {
    display: none;
    border-bottom: 2px solid #dedfdf;
    padding-bottom: 20px;
  }
  .second-lvl-nav__list a {
    padding: 3px 0;
  }
  .second-lvl-nav__list a:hover {
    color: #000;
    text-decoration: underline;
  }
  .second-lvl-nav__list a.is-active {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
  }
  .second-lvl-nav__list .filter__close {
    display: none;
    border-top: none;
  }
  .second-lvl-nav__list.is-visible + .filter__close {
    display: block;
  }
}
@media (min-width: 768px) {
  .second-lvl-nav__list {
    display: none;
  }
  .second-lvl-nav__list a {
    padding: 4px 0;
    line-height: 17px;
  }
  .second-lvl-nav__list a:before {
    position: relative;
    top: -1px;
    margin-right: 5px;
  }
  .second-lvl-nav__list a:hover {
    text-decoration: underline;
  }
  .second-lvl-nav__list--shop {
    display: block !important;
  }
  .second-lvl-nav__list.is-active {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    display: block;
  }
}
.second-lvl-nav__list--designer a:before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  position: relative;
  top: 2px;
  border: 1px solid #ccc;
}
.second-lvl-nav__list--designer a:hover:after, .second-lvl-nav__list--designer a:focus:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 4px;
  display: block;
  background-color: #c9c9c9;
}
.second-lvl-nav__list--designer li.is-active a:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 4px;
  display: block;
  background-color: #c9c9c9;
}
.second-lvl-nav__list a {
  display: block;
  color: #000;
  text-decoration: none;
}
.second-lvl-nav__list span {
  display: inline-block;
}
.second-lvl-nav__list .cat-special--new a {
  font-weight: 500;
}
.second-lvl-nav__list .cat-special--sale a, .second-lvl-nav__list .cat-special--sale.is-active a {
  font-weight: 500;
  color: #d8456f;
}

/* 2nd Level */
.second-lvl-nav__list__sublist {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  text-transform: none;
  padding: 0 0 15px 20px;
}
.second-lvl-nav__list__sublist a.is-active {
  text-decoration: underline;
}

.main-header__flyout {
  /* NO HEIGHT, MARGIN, PADDING !! */
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.main-header__flyout .root-wrap {
  background: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__flyout {
    margin-top: 20px;
  }
}

.main-header__flyout__body {
  /* NO HEIGHT, MARGIN, PADDING !! */
  display: none;
}

.main-header__flyout__body__wrap {
  padding: 20px 0;
}

.main-header__flyout__body__wrap__content {
  display: none;
  padding: 0 0 3px;
}
.main-header__flyout__body__wrap__content:after {
  content: '';
  display: table;
  clear: both;
}
.main-header__flyout__body__wrap__content .gamma {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0 0 5px 0;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
}
.body--magenta .main-header__flyout__body__wrap__content .gamma:hover {
  color: #d8007f;
}
.body--orange .main-header__flyout__body__wrap__content .gamma:hover {
  color: #eb690b;
}
.body--red .main-header__flyout__body__wrap__content .gamma:hover {
  color: #ad202b;
}
.body--light-red .main-header__flyout__body__wrap__content .gamma:hover {
  color: #ee3036;
}
.main-header__flyout__body__wrap__content .promotion--new,
.main-header__flyout__body__wrap__content .promotion--sale {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.main-header__flyout__body__wrap__content .promotion--sale {
  margin-top: 10px !important;
}
.main-header__flyout__body__wrap__content li {
  padding: 5px 0;
}
.main-header__flyout__body__wrap__content a {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  line-height: 135%;
}
.body--magenta .main-header__flyout__body__wrap__content a:hover, .body--magenta .main-header__flyout__body__wrap__content a:focus {
  color: #d8007f;
}
.body--orange .main-header__flyout__body__wrap__content a:hover, .body--orange .main-header__flyout__body__wrap__content a:focus {
  color: #eb690b;
}
.body--red .main-header__flyout__body__wrap__content a:hover, .body--red .main-header__flyout__body__wrap__content a:focus {
  color: #ad202b;
}
.body--light-red .main-header__flyout__body__wrap__content a:hover, .body--light-red .main-header__flyout__body__wrap__content a:focus {
  color: #ee3036;
}
.main-header__flyout__body__wrap__content .cat-special a:hover span,
.main-header__flyout__body__wrap__content .cat-special a:focus span {
  text-decoration: underline;
}
.main-header__flyout__body__wrap__content .cat-special--new a span,
.main-header__flyout__body__wrap__content .cat-special--sale a span {
  text-decoration: underline;
}
.main-header__flyout__body__wrap__content .cat-special--new a:hover span, .main-header__flyout__body__wrap__content .cat-special--new a:focus span,
.main-header__flyout__body__wrap__content .cat-special--sale a:hover span,
.main-header__flyout__body__wrap__content .cat-special--sale a:focus span {
  text-decoration: none;
}
.main-header__flyout__body__wrap__content .cat-special--new a span {
  color: #fff;
  background-color: #000;
}
.main-header__flyout__body__wrap__content .cat-special--new a:hover span, .main-header__flyout__body__wrap__content .cat-special--new a:focus span {
  color: #fff;
  background: #000;
}
.main-header__flyout__body__wrap__content .cat-special--sale a span {
  color: #d8456f;
  background: #000;
}
.main-header__flyout__body__wrap__content .cat-special--sale a:hover span, .main-header__flyout__body__wrap__content .cat-special--sale a:focus span {
  color: #cc0000;
  background: #000;
}
.main-header__flyout__body__wrap__content .cat-special--all a {
  margin-top: 15px;
}
.main-header__flyout__body__wrap__content .cat-special--all a span {
  margin-left: 0;
  text-transform: uppercase;
  color: #000;
  background: #666;
}
.main-header__flyout__body__wrap__content .cat-special--all a:hover span, .main-header__flyout__body__wrap__content .cat-special--all a:focus span {
  text-decoration: none;
  color: #000;
  background: #e2e2e2;
}
.main-header__flyout__body__wrap__content img {
  margin: 0 auto;
}

.main-header__flyout__body__wrap__content__teaser a:not(:last-child) {
  margin-bottom: 10px;
}

.deeplevel__link--all {
  text-decoration: underline !important;
}

.slider--slots, .slider--instafeed, .slider--brands {
  padding-top: 10px;
  /* product hover */
  /* slider controlls */
}
.is-not-touch .slider--slots .pdlist__image a:hover .modules__button-wrapper,
.is-not-touch .slider--instafeed .pdlist__image a:hover .modules__button-wrapper,
.is-not-touch .slider--brands .pdlist__image a:hover .modules__button-wrapper {
  display: block;
}
.slider--slots .bx-controls, .slider--instafeed .bx-controls, .slider--brands .bx-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 910;
  display: none;
}
.slider--slots .bx-controls .bx-prev,
.slider--slots .bx-controls .bx-next, .slider--instafeed .bx-controls .bx-prev,
.slider--instafeed .bx-controls .bx-next, .slider--brands .bx-controls .bx-prev,
.slider--brands .bx-controls .bx-next {
  content: '';
  background-size: 100% 100%;
  background-image: url("../Images/spritefiles/chevron-large.svg");
  width: 24px;
  height: 48px;
  position: absolute;
  top: 0;
  margin-top: -65px;
  display: block;
}
@media (max-width: 479px) {
  .slider--slots .bx-controls .bx-prev,
  .slider--slots .bx-controls .bx-next, .slider--instafeed .bx-controls .bx-prev,
  .slider--instafeed .bx-controls .bx-next, .slider--brands .bx-controls .bx-prev,
  .slider--brands .bx-controls .bx-next {
    width: 12px;
    height: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .slider--slots .bx-controls .bx-prev,
  .slider--slots .bx-controls .bx-next, .slider--instafeed .bx-controls .bx-prev,
  .slider--instafeed .bx-controls .bx-next, .slider--brands .bx-controls .bx-prev,
  .slider--brands .bx-controls .bx-next {
    width: 18px;
    height: 36px;
  }
}
.slider--slots .bx-controls .bx-prev.disabled,
.slider--slots .bx-controls .bx-next.disabled, .slider--instafeed .bx-controls .bx-prev.disabled,
.slider--instafeed .bx-controls .bx-next.disabled, .slider--brands .bx-controls .bx-prev.disabled,
.slider--brands .bx-controls .bx-next.disabled {
  opacity: .4;
  cursor: default;
}
.slider--slots .bx-controls .bx-prev, .slider--instafeed .bx-controls .bx-prev, .slider--brands .bx-controls .bx-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -15px;
}
.slider--slots .bx-controls .bx-next, .slider--instafeed .bx-controls .bx-next, .slider--brands .bx-controls .bx-next {
  right: -15px;
}

.slider--instafeed .bx-controls .bx-prev,
.slider--brands .bx-controls .bx-prev,
.slider--slots .bx-controls .bx-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -22px;
}
.slider--instafeed .bx-controls .bx-next,
.slider--brands .bx-controls .bx-next,
.slider--slots .bx-controls .bx-next {
  right: -22px;
}
@media (min-width: 1280px) {
  .slider--instafeed .bx-controls .bx-prev,
  .slider--brands .bx-controls .bx-prev,
  .slider--slots .bx-controls .bx-prev {
    left: -50px;
  }
  .slider--instafeed .bx-controls .bx-next,
  .slider--brands .bx-controls .bx-next,
  .slider--slots .bx-controls .bx-next {
    right: -50px;
  }
}

@media (max-width: 479px) {
  .slider--slots .bx-prev,
  .slider--slots .bx-next,
  .slider--instafeed .bx-prev,
  .slider--instafeed .bx-next {
    margin-top: -12px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider--slots .bx-prev,
  .slider--slots .bx-next,
  .slider--instafeed .bx-prev,
  .slider--instafeed .bx-next {
    margin-top: -15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .slider--slots .bx-prev,
  .slider--slots .bx-next,
  .slider--instafeed .bx-prev,
  .slider--instafeed .bx-next {
    margin-top: -25px !important;
  }
}
@media (min-width: 1280px) {
  .slider--slots .bx-prev,
  .slider--slots .bx-next,
  .slider--instafeed .bx-prev,
  .slider--instafeed .bx-next {
    margin-top: -20px !important;
  }
}

@media (max-width: 479px) {
  .slider--brands .bx-prev,
  .slider--brands .bx-next {
    margin-top: -10px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider--brands .bx-prev,
  .slider--brands .bx-next {
    margin-top: -15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .slider--brands .bx-prev,
  .slider--brands .bx-next {
    margin-top: -25px !important;
  }
}
@media (min-width: 1280px) {
  .slider--brands .bx-prev,
  .slider--brands .bx-next {
    margin-top: -20px !important;
  }
}

.slider--slots {
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 479px) {
  .slider--slots {
    max-width: 260px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider--slots {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider--slots {
    max-width: 683px;
  }
}
@media (max-width: 479px) {
  .slider--slots.slides-1 .bx-controls, .slider--slots.slides-2 .bx-controls {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .slider--slots.slides-1 .bx-controls, .slider--slots.slides-2 .bx-controls, .slider--slots.slides-3 .bx-controls {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .slider--slots.slides-1 .bx-controls, .slider--slots.slides-2 .bx-controls, .slider--slots.slides-3 .bx-controls, .slider--slots.slides-4 .bx-controls {
    display: none !important;
  }
}

.formbox {
  padding: 22px 0 35px 0;
  border-top: 2px solid #c9c9c9;
}
@media (min-width: 768px) {
  .formbox {
    padding-bottom: 55px;
  }
}
.formbox .beta {
  padding: 0 0 22px 0;
}
.formbox .note {
  clear: left;
  padding: 10px 0;
}
.formbox li:last-child .note {
  padding-bottom: 0;
}
.formbox .button {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .formbox .button {
    margin-top: 30px;
  }
}

.formbox--message,
.formbox--credentials,
.formbox--newaccount {
  padding-bottom: 0;
}
.formbox--message .button,
.formbox--credentials .button,
.formbox--newaccount .button {
  margin-top: 20px;
}

.formbox--newcustomer,
.formbox--guestcustomer {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .formbox--newcustomer,
  .formbox--guestcustomer {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .formbox--newcustomer,
  .formbox--guestcustomer {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .formbox--payment {
    padding-bottom: 0;
  }
}

.formbox--paymentdetails {
  display: none;
  margin: 28px 0 20px 0;
  padding: 30px 0;
  border-bottom: 2px solid #c9c9c9;
}
.formbox--paymentdetails.activePayment {
  display: block;
}

.formbox--newaccount {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .formbox--newaccount {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .formbox--newaccount__text {
    height: 126px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .formbox--newaccount__text {
    height: 126px;
  }
}
@media (min-width: 1280px) {
  .formbox--newaccount__text {
    height: 126px;
  }
}

.formbox--credentials a {
  color: #555555;
  display: inline-block;
  margin-top: 3px;
  text-align: right;
}

.formbox__optional {
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .formbox__optional {
    margin-bottom: 24px;
  }
}

.formbox--forgotpwd {
  margin-top: 20px;
}
.formbox--forgotpwd .button {
  margin-top: 0;
}

@media (max-width: 767px) {
  .js-formbox__content {
    height: auto !important;
  }
}

/*
	nanoScroller
*/
.is-not-touch .nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.is-not-touch .nano:hover > .nano-pane {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.is-not-touch .nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.is-not-touch .nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.is-not-touch .nano > .nano-content:focus {
  outline: 0;
}
.is-not-touch .nano > .nano-content .filter__section--reset {
  right: 31px;
}
.is-not-touch .nano > .nano-pane {
  width: 8px;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  display: block !important;
  cursor: pointer;
}
.is-not-touch .nano > .nano-pane:after {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  position: relative;
  left: 1px;
  background-color: #e5e5e5;
}
.is-not-touch .nano > .nano-pane.active {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.is-not-touch .nano > .nano-pane > .nano-slider {
  width: 10px;
  position: absolute;
  margin: 0 0 0 1px;
  z-index: 15;
  cursor: pointer;
}
.is-not-touch .nano > .nano-pane > .nano-slider:after {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  background: #000;
}
.is-not-touch .has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

/*
	Firefox Nano-Scroll fix
*/
@-moz-document url-prefix() {
  .filter--products .nano-content {
    right: -31px !important;
  }
  .filter--products .nano-content .filter__section--reset {
    right: 31px;
  }
}
/*
	IE Nano Scroll fix (ie you fu***** bas****!)
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .filter--products .nano-content {
    right: -33px !important;
  }
  .filter--products .nano-content .filter__section--reset {
    right: 33px;
  }
}
.modules {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .modules {
    margin-bottom: 40px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .modules img {
    margin: 0;
  }
}
.modules__singlebtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 22px;
  left: 50%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .modules__singlebtn {
    bottom: 42px !important;
  }
}
.modules__singlebtn .button--second--noborder {
  color: #fff;
  background-color: #000;
}
.modules__singlebtn .button--second--noborder:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.modules__button-wrapper {
  -ms-transform: translate(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
}
.modules__button-wrapper span {
  position: relative;
  left: -50%;
  white-space: nowrap;
}
.modules__info-wrapper {
  padding: 0 0 23px;
  text-align: center;
}
.modules__info-wrapper .delta {
  margin-top: 13px;
}
.modules__info-wrapper .copy-text-b {
  margin-top: 7px;
}
.modules__info-wrapper .price {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 0px;
  font-size: 13px;
}
.modules__info-wrapper .price--reduced del {
  color: #000;
  margin-right: 5px;
}
.modules__info-wrapper .price--reduced span {
  color: #000;
}
.modules__product-image {
  display: block;
}
.modules .no-padding--left {
  padding-left: 0 !important;
}

@media (min-width: 1024px) {
  .is-not-touch .wrapper-product:hover .modules__info-wrapper .delta, .is-not-touch .wrapper-product:focus .modules__info-wrapper .delta {
    text-decoration: underline;
  }
  .is-not-touch .wrapper-product:hover .modules__product-image .modules__button-wrapper, .is-not-touch .wrapper-product:focus .modules__product-image .modules__button-wrapper {
    display: block;
  }
}

.modules__headlines {
  margin: 0 auto 70px;
  max-width: 930px;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .modules__headlines {
    margin-bottom: 0;
  }
}
.modules__headlines .gamma--second {
  padding: 0;
}
@media (max-width: 767px) {
  .modules__headlines .gamma--second {
    padding-top: 0;
  }
}
.modules__headlines .gamma--second strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}
.modules__headlines .teaser-copy {
  margin-top: 18px;
}
.modules__headlines .button--second {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules__headlines .button--second {
    margin-top: 15px;
  }
}
.modules__headlines .button--link {
  margin-top: 7px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .modules__headlines .teaser-copy {
    max-width: 320px;
    margin: 18px auto;
  }
}
.modules__headlines .line-topper {
  width: 80px;
  margin: 0 auto 25px;
  border-top: 2px solid #c9c9c9;
}
@media (min-width: 768px) {
  .modules__headlines .line-topper {
    width: 100px;
    margin-bottom: 40px;
  }
}

.modules__headlines--content {
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modules__headlines--content {
    width: 100%;
  }
}
.modules__headlines--content .alpha {
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 110%;
}
@media (max-width: 767px) {
  .modules__headlines--content .alpha {
    font-size: 30px;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules__headlines--content .alpha {
    font-size: 30px;
    line-height: 110%;
  }
}
.modules__headlines--content .gamma--second {
  margin-bottom: 7px;
}

.modules__headlines--align-left {
  width: 100%;
  text-align: left;
}

.modules--benefits {
  margin-bottom: 0;
  padding: 5px 0;
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .modules--benefits {
    display: none;
  }
}
.modules--benefits .modules--benefits__list {
  height: 20px;
  list-style: none;
  text-align: center;
}
.modules--benefits .modules--benefits__item {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  letter-spacing: 0;
  display: block;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .modules--benefits .modules--benefits__item {
    display: inline-block;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--benefits .modules--benefits__item {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .modules--benefits .modules--benefits__item:not(:last-child):after {
    content: '•';
    font-size: 10px;
    display: inline-block;
    margin: 0 40px;
  }
}
.modules--benefits .modules--benefits__item .text-from-rte p,
.modules--benefits .modules--benefits__item .text-from-rte a {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
}
.modules--benefits .modules--benefits__item .text-from-rte strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}
.modules--benefits .modules--benefits__item strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}
.modules--benefits a,
.modules--benefits .modules--benefits__link {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: underline;
  color: #fff;
}

.teaser__module {
  overflow: hidden;
  margin-bottom: 60px;
}
.teaser__module .background-image {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
}
@media (min-width: 768px) {
  .teaser__module .root {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .teaser__module .root-wrap {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.teaser__module .arrow-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: none;
  width: 50px;
  margin-left: -25px;
}
@media (max-width: 767px) {
  .teaser__module .arrow-down {
    display: none !important;
  }
}
.teaser__module .arrow-down .icon--chevron_down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  left: 12px;
  height: 50px;
  width: 27px;
  fill: #fff;
}
.teaser__module .modules__headlines--teaser .teaser-copy {
  width: 250px;
  margin: 18px auto 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teaser__module .modules__headlines--teaser .teaser-copy {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .teaser__module .modules__headlines--teaser .teaser-copy {
    max-width: none;
    width: 400px;
    margin-top: 25px;
  }
}
.teaser__module .modules__headlines--teaser .button--second--invisible-bg {
  margin-top: 35px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .teaser__module .modules__headlines--teaser .button--second--invisible-bg {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .teaser__module .modules__headlines--teaser .button--second--invisible-bg {
    margin-top: 20px;
  }
}
.teaser__module .scroll-down {
  animation: arrow-jump 1.5s ease 0s infinite normal;
  -webkit-animation: arrow-jump 1.5s ease 0s infinite normal;
  -moz-animation: arrow-jump 1.5s ease 0s infinite normal;
  -o-animation: arrow-jump 1.5s ease 0s infinite normal;
  position: absolute;
  z-index: 50;
  bottom: 0;
  -ms-transform: translate(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.teaser__module .icon--chevron-down-small {
  height: 50px;
  width: 50px;
  stroke: #000;
  fill: none;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
.teaser__module .icon--chevron-down-small--white {
  stroke: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teaser__module p,
  .teaser__module .copy-text {
    font-size: 14px;
    line-height: 135%;
  }
}

.teaser__module--fullwidth {
  margin-bottom: 0;
}
.teaser__module--fullwidth .teaser__module__link {
  display: block;
  z-index: 25;
}
@media (max-width: 767px) {
  .teaser__module--fullwidth .teaser__module__link {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .teaser__module--fullwidth .teaser__module__link--reduced {
    margin-bottom: 0;
  }
}
.teaser__module--fullwidth img {
  margin-bottom: 0;
}
.teaser__module--fullwidth .grid, .teaser__module--fullwidth .grid--rev, .teaser__module--fullwidth .grid--full, .teaser__module--fullwidth .grid--right, .teaser__module--fullwidth .grid--center {
  height: 100%;
}
.teaser__module--fullwidth .grid__item {
  height: 100%;
}
.teaser__module--fullwidth .modules__headlines__link {
  display: block;
}
@media (min-width: 768px) {
  .teaser__module--fullwidth .modules__headlines__link {
    padding-right: 30px;
  }
}
.teaser__module--fullwidth .modules__headlines__link:hover {
  text-decoration: none;
}
.teaser__module--fullwidth .modules__headlines--teaser {
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .teaser__module--fullwidth .modules__headlines--teaser {
    -ms-transform: translate(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    max-width: 570px;
    z-index: 30;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teaser__module--fullwidth .modules__headlines--teaser {
    margin-top: 0;
    max-width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .teaser__module--fullwidth .modules__headlines--teaser {
    margin-top: 0;
  }
  .is-touch .teaser__module--fullwidth .modules__headlines--teaser {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .teaser__module--fullwidth .modules__headlines--teaser {
    margin-top: 0;
  }
  .is-touch .teaser__module--fullwidth .modules__headlines--teaser {
    margin-top: 0;
  }
}
.teaser__module--fullwidth .modules__headlines--teaser .gamma--second {
  width: 290px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .teaser__module--fullwidth .modules__headlines--teaser .gamma--second {
    width: 100%;
    padding-top: 0;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teaser__module--fullwidth .modules__headlines--teaser .gamma--second {
    width: 90%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .teaser__module--fullwidth .modules__headlines--teaser .gamma--second {
    width: 430px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .teaser__module--fullwidth .modules__headlines--teaser .gamma--second {
    font-size: 18px;
    line-height: 32px;
  }
}
.teaser__module--fullwidth .modules__headlines--teaser .alpha {
  width: 290px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 110%;
}
@media (max-width: 767px) {
  .teaser__module--fullwidth .modules__headlines--teaser .alpha {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teaser__module--fullwidth .modules__headlines--teaser .alpha {
    width: 90%;
    padding: 0;
    font-size: 30px;
    line-height: 110%;
  }
}
@media (min-width: 1024px) {
  .teaser__module--fullwidth .modules__headlines--teaser .alpha {
    width: 500px;
    padding: 0;
    font-size: 55px !important;
    line-height: 110% !important;
  }
}
@media (max-width: 767px) {
  .teaser__module--fullwidth .modules__headlines--teaser .copy-text,
  .teaser__module--fullwidth .modules__headlines--teaser .text-from-rte p {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .teaser__module--fullwidth .modules__headlines--teaser .copy-text,
  .teaser__module--fullwidth .modules__headlines--teaser .text-from-rte p {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .teaser__module--fullwidth--white {
    color: #fff;
  }
  .teaser__module--fullwidth--white .modules__headlines .alpha {
    color: #fff;
  }
  .teaser__module--fullwidth--white .modules__headlines .gamma--second {
    color: #fff;
  }
  .teaser__module--fullwidth--white .modules__headlines .copy-text {
    color: #fff;
  }
  .teaser__module--fullwidth--white .modules__headlines .button {
    color: #fff;
    border-color: #fff;
  }
}

@media (min-width: 768px) {
  .teaser__module--text-right .modules__headlines__link {
    padding-right: 0;
    padding-left: 30px;
  }
}
.teaser__module--text-right .modules__headlines--teaser {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 767px) {
  .teaser--fullgrid img {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .teaser--fullgrid .modules__headlines {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (min-width: 768px) {
  .teaser--fullgrid .modules__headlines {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    margin-bottom: 0;
    text-align: center;
    z-index: 10;
  }
}
.teaser--fullgrid .modules__headlines .alpha {
  font-size: 30px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .teaser--fullgrid .modules__headlines .alpha {
    font-size: 55px;
    line-height: 110%;
  }
}
.teaser--fullgrid .modules__headlines .gamma--second {
  padding: 0;
  font-size: 14px;
  line-height: 135%;
}
@media (min-width: 1280px) {
  .teaser--fullgrid .modules__headlines .gamma--second {
    font-size: 16px;
    line-height: 135%;
  }
}
@media (min-width: 768px) {
  .teaser--fullgrid .modules__headlines--white .alpha {
    color: #fff;
  }
  .teaser--fullgrid .modules__headlines--white .gamma--second {
    color: #fff;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .teaser__module--fullwidth-third {
    height: 350px;
  }
}
.teaser__module--fullwidth-third .grid__item--fullheight {
  padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teaser__module--fullwidth-third .grid__item--fullheight {
    padding: 43px 0;
  }
}
.teaser__module--fullwidth-third .modules__headlines--teaser {
  -ms-transform: translate(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  max-width: 290px;
  height: 100%;
  margin: 0 auto;
  padding: 25px 0 0;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .teaser__module--fullwidth-third .modules__headlines--teaser {
    max-width: 460px;
    padding: 35px 0 0;
  }
}
@media (min-width: 1024px) {
  .teaser__module--fullwidth-third .modules__headlines--teaser {
    left: -5px;
    max-width: 460px;
    height: auto;
    padding: 35px 0;
  }
}
.teaser__module--fullwidth-third .modules__headlines--teaser img {
  display: block;
  width: 90px;
  margin: 0 auto 25px;
}
.teaser__module--fullwidth-third .modules__headlines--teaser svg {
  margin-bottom: 25px;
}
.teaser__module--fullwidth-third .modules__headlines--teaser .alpha {
  padding: 0 10px;
  font-size: 22px;
  color: #000;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .teaser__module--fullwidth-third .modules__headlines--teaser .alpha {
    padding: 0 20px;
    font-size: 36px;
    line-height: 1.2em;
  }
}
.teaser__module--fullwidth-third .modules__headlines--teaser .teaser-copy {
  font-size: 14px;
  line-height: 18px;
  margin: 13px auto 0;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .teaser__module--fullwidth-third .modules__headlines--teaser .teaser-copy {
    width: 300px;
    margin: 18px auto 0;
  }
}
.teaser__module--fullwidth-third .modules__headlines--teaser .button--second {
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .teaser__module--fullwidth-third .modules__headlines--teaser .button--second {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .teaser__module--fullwidth-third .modules__headlines--teaser .button--second {
    margin-top: 20px;
  }
}

@keyframes pulse-loading {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  8% {
    transform: scale(0);
    opacity: 0;
  }
  15% {
    transform: scale(0.1);
    opacity: 1;
  }
  30% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-loading {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
.loading-spinner--v1 {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: url("../Images/ros-loading.svg") center no-repeat;
  animation: pulse-loading 1.1s 0s  infinite ease-out;
  -moz-animation: pulse-loading 1.1s 0s  infinite ease-out;
  -webkit-animation: pulse-loading 1.1s 0s  infinite ease-out;
  -o-animation: pulse-loading 1.1s 0s  infinite ease-out;
}

.pdlist__image a {
  height: auto;
  width: 100%;
  display: block;
  background: url("../Images/ros_loading_icon.gif") center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pdlist__image a {
    background: url("../Images/ros_loading_icon_2x.gif") center no-repeat;
  }
}

/**
  For development purpose
 */
.loading-spinner--v2 {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spinner-hl {
  text-align: center;
}

.modules--instafeed .modules__headlines {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .modules--instafeed .modules__headlines {
    margin-bottom: 25px;
  }
}
.modules--instafeed .modules__headlines .gamma--second {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 135%;
}
@media (min-width: 768px) {
  .modules--instafeed .modules__headlines .gamma--second {
    font-size: 16px;
    line-height: 135%;
  }
}
.modules--instafeed .modules__headlines .alpha {
  font-size: 18px;
  text-transform: lowercase;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .modules--instafeed .modules__headlines .alpha {
    font-size: 35px;
    line-height: 110%;
  }
}
.modules--instafeed .slider--instafeed {
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 479px) {
  .modules--instafeed .slider--instafeed {
    max-width: 260px;
    padding-top: 0;
    margin-bottom: 25px;
  }
  .modules--instafeed .slider--instafeed .bx-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .modules--instafeed .slider--instafeed {
    max-width: 400px;
  }
  .modules--instafeed .slider--instafeed .bx-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--instafeed .slider--instafeed {
    max-width: 683px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .modules--instafeed .slider--instafeed {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .modules--instafeed .slider--instafeed {
    max-width: 1025px;
  }
}
.modules--instafeed__stream {
  list-style: none;
}
.modules--instafeed__stream li {
  display: inline-block;
}
.modules--instafeed__stream li img {
  max-width: 170px;
  max-height: 170px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .modules--pdlist {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .modules--pdlist .modules__headlines {
    margin-bottom: 25px;
  }
}
.modules--pdlist .alpha {
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .modules--pdlist .alpha {
    font-size: 35px;
    line-height: 110%;
  }
}
.modules--pdlist .gamma--second {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .modules--pdlist .gamma--second {
    font-size: 16px;
    line-height: 135%;
  }
}

.pdlist__item {
  position: static;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.pdlist__item:before {
  display: none;
  content: '';
  position: absolute;
  margin-top: -25px;
  right: 0;
}
@media (max-width: 479px) {
  .pdlist__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .pdlist__item:not(:first-child):nth-child(2n+1):before {
    display: block;
    left: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pdlist__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .pdlist__item:not(:first-child):nth-child(3n+1):before {
    display: block;
    left: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdlist__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pdlist__item {
    margin-top: 0;
    padding-top: 0;
    /* hover only on desktop devices */
  }
  .is-not-touch .pdlist__item:hover .pdlist__info__hover {
    display: block;
  }
}
@media (min-width: 1280px) {
  .pdlist__item {
    padding-bottom: 30px;
  }
}

.pdlist__product {
  -webkit-transition-property: "border-color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "border-color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 30px;
  letter-spacing: 0;
  text-decoration: none;
  border: 1px solid transparent;
}
.is-touch .pdlist__product {
  text-decoration: none;
}
.is-touch .pdlist__product .pdlist__product__wishlist-like {
  opacity: 1;
}
@media (max-width: 767px) {
  .pdlist__product {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pdlist__product {
    /* hover only on desktop devices */
  }
  .is-not-touch .pdlist__product:hover {
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
  }
  .is-not-touch .pdlist__product:hover .pdlist__product__wishlist-like:not(.is-liked) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .is-not-touch .body--magenta .pdlist__product:hover {
    border-color: #d8007f;
  }
  .is-not-touch .body--orange .pdlist__product:hover {
    border-color: #eb690b;
  }
  .is-not-touch .body--red .pdlist__product:hover {
    border-color: #ad202b;
  }
  .is-not-touch .body--light-red .pdlist__product:hover {
    border-color: #ee3036;
  }
}

.pdlist__product__wishlist-like {
  -webkit-transition-property: "opacity";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "opacity";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 31px;
  padding: 5px;
  opacity: 0;
  overflow: hidden;
  z-index: 14;
}
@media (min-width: 1024px) {
  .is-not-touch .pdlist__product__wishlist-like:hover .icon--heart {
    margin-top: -21px;
    opacity: 0;
  }
  .is-not-touch .pdlist__product__wishlist-like:hover .icon--heart-filled {
    opacity: 1;
  }
  .is-not-touch .pdlist__product__wishlist-like:not(.is-liked) {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.pdlist__product__wishlist-like.heart-beat {
  -webkit-animation: heartBeat 250ms ease-in-out;
  -moz-animation: heartBeat 250ms ease-in-out;
  -o-animation: heartBeat 250ms ease-in-out;
  animation: heartBeat 250ms ease-in-out;
}
.pdlist__product__wishlist-like.is-liked {
  opacity: 1;
}
.body--magenta .pdlist__product__wishlist-like.is-liked .icon--heart {
  fill: #d8007f;
}
.body--orange .pdlist__product__wishlist-like.is-liked .icon--heart {
  fill: #eb690b;
}
.body--red .pdlist__product__wishlist-like.is-liked .icon--heart {
  fill: #ad202b;
}
.body--light-red .pdlist__product__wishlist-like.is-liked .icon--heart {
  fill: #ee3036;
}
.pdlist__product__wishlist-like .icon {
  width: 24px;
  height: 21px;
  float: left;
}
.pdlist__product__wishlist-like .icon--heart {
  opacity: 1;
  fill: #dcdcdc;
}
.pdlist__product__wishlist-like .icon--heart-filled {
  opacity: 0;
}
.body--magenta .pdlist__product__wishlist-like .icon--heart-filled {
  fill: #d8007f;
}
.body--orange .pdlist__product__wishlist-like .icon--heart-filled {
  fill: #eb690b;
}
.body--red .pdlist__product__wishlist-like .icon--heart-filled {
  fill: #ad202b;
}
.body--light-red .pdlist__product__wishlist-like .icon--heart-filled {
  fill: #ee3036;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdlist--content .pdlist__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .pdlist--content .pdlist__item:not(:first-child):nth-child(2n+1):before {
    display: block;
    left: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pdlist--content .pdlist__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .pdlist--content .pdlist__item:not(:first-child):nth-child(3n+1):before {
    display: block;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .pdlist--content .pdlist__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .pdlist--content .pdlist__item:not(:first-child):nth-child(3n+1):before {
    display: block;
    left: 30px;
  }
}

@media (max-width: 1023px) {
  .pdlist--full {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdlist--full .pdlist__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .pdlist--full .pdlist__item:not(:first-child):nth-child(3n+1):before {
    display: block;
    left: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pdlist--full .pdlist__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .pdlist--full .pdlist__item:not(:first-child):nth-child(4n+1):before {
    display: block;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .pdlist--full .pdlist__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .pdlist--full .pdlist__item:not(:first-child):nth-child(4n+1):before {
    display: block;
    left: 30px;
  }
}

.pdlist__image {
  z-index: 13;
  /* badge */
}
.pdlist__image a {
  display: block;
  min-height: 250px;
}
.pdlist__image a:hover .is-hoverimg, .pdlist__image a:focus .is-hoverimg {
  opacity: 1;
}
.pdlist__image img {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.05s;
  -webkit-transition-timing-function: linear;
  transition-property: all;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}
.pdlist__image .pdlist__brand {
  position: relative;
  display: block;
  height: 40px;
  margin-top: 20px;
}
.pdlist__image .pdlist__brand__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: block;
  width: auto;
  max-width: 50%;
  max-height: 100%;
  margin-bottom: 0;
}
.pdlist__image .is-hoverimg {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.pdlist__image .badge {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 15px;
  display: block;
  padding: 5px 8px;
  min-width: 38px;
  z-index: 999;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: none;
}

.pdlist__shortdesc {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 32px;
  overflow: hidden;
  font-size: 11px;
  color: #000;
  line-height: 15px;
  margin: 5px 0 3px;
  display: block;
  padding: 0 15px;
}

.pdlist__info {
  padding: 8px;
  text-align: center;
  line-height: 16px;
  z-index: 15;
  position: relative;
  /* hover's */
}
@media (max-width: 479px) {
  .pdlist__info {
    padding: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pdlist__info {
    padding: 0;
  }
}
.pdlist__info p:not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pdlist__info p:not(:last-child) {
    margin-bottom: 0;
  }
}
.slider--slots .pdlist__info {
  padding-bottom: 0;
}
.pdlist__info a {
  text-decoration: none;
}
.pdlist__info__hover {
  background-color: #fff;
  padding: 6px 0 0 0;
  width: calc(100% + 20px);
  min-height: 70px;
  position: absolute;
  top: 60px;
  left: -10px;
  margin-right: -10px;
  display: none;
  /* important for hover effect */
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 16;
}
.pdlist__info__hover .filter__sizes__numbers {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .pdlist__info__hover .filter__sizes__numbers {
    background-color: #fff;
    top: -10px;
  }
}
.pdlist__info__hover .filter__sizes__numbers li {
  margin-right: 9px;
}
.pdlist__info__hover .filter__sizes__numbers li a:hover {
  text-decoration: none;
}
.pdlist__info__hover .filter__colors__boxes {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .pdlist__info__hover .filter__colors__boxes {
    background-color: #fff;
    top: -10px;
  }
}
.pdlist__info__hover .filter__colors__boxes li {
  background-size: 100% 100%;
  float: none;
  display: inline-block;
}
.pdlist__info__hover .filter__colors__boxes li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pdlist__info__hover .pdlist__colors {
  padding-bottom: 5px;
}
.pdlist__info__hover .pdlist__colors:hover {
  text-decoration: none;
}

.pdlist__description {
  font-size: 14px;
  line-height: 135%;
}
.pdlist__description span {
  display: block;
}
.pdlist__description span.pdlist__title {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: 135%;
  letter-spacing: 0;
}

.pdlist__period {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #000;
  line-height: 110%;
  letter-spacing: 0;
}
.pdlist__period span {
  font-size: 11px;
}

.pdlist__brand {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 11px;
  line-height: 17px;
  color: #555555;
  display: block;
  margin: 1px 0 6px 0;
}

.pdlist__price {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  margin-top: 0;
  /* reduced price */
}
.pdlist__price--reduced del {
  color: #000;
  margin-right: 0;
}
.pdlist__price--reduced span {
  color: #000;
}

.pdlist__colors {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  text-transform: uppercase;
  margin-top: 14px;
  display: block;
}
.pdlist__colors:after {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  content: '+';
  font-size: 14px;
  display: inline-block;
  margin-left: 4px;
}
.pdlist__colors:hover {
  text-decoration: none;
}

.pdlist__price--reduced {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}
.pdlist__price--reduced .pdlist__price__old-price {
  font-size: 14px;
  line-height: 135%;
  color: #555555;
  text-decoration: line-through;
}
.pdlist__price--reduced .pdlist__price__current-price {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 14px;
  line-height: 135%;
  color: #000;
}

/*
	search content: list bottom
*/
.search-content {
  width: 100%;
  height: 150px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #eeefef;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .search-content {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .search-content {
    margin-bottom: 100px;
  }
}
.search-content form {
  position: relative;
  top: 25px;
}
.search-content form .gamma--second {
  padding-bottom: 10px;
  color: #000;
}
.search-content form input[type="search"] {
  width: 80%;
  height: 40px;
}
.search-content form button[type="submit"] {
  background-color: #000 !important;
  vertical-align: middle;
  position: relative;
  right: 4px;
  width: auto;
}
@media (max-width: 767px) {
  .search-content form button[type="submit"] {
    font-size: 13px;
    line-height: 0;
    padding: 0 17px;
    height: 40px;
  }
  .is-touch .search-content form button[type="submit"] {
    top: -1px;
  }
}
.search-content form button[type="submit"]:hover {
  border: 1px solid #000 !important;
}
.search-content form button[type="submit"] .icon--search {
  width: 17px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 7px;
  fill: #fff;
}

.modules--storeteaser .modules--storeteaser__link {
  display: block;
}
.modules--storeteaser .modules--storeteaser__link:hover {
  text-decoration: none;
}
.body--magenta .modules--storeteaser .modules--storeteaser__link:hover .gamma--second,
.body--magenta .modules--storeteaser .modules--storeteaser__link:hover .alpha {
  color: #d8007f;
}
.body--orange .modules--storeteaser .modules--storeteaser__link:hover .gamma--second, .body--orange .modules--storeteaser .modules--storeteaser__link:hover .alpha {
  color: #eb690b;
}
.body--red .modules--storeteaser .modules--storeteaser__link:hover .gamma--second, .body--red .modules--storeteaser .modules--storeteaser__link:hover .alpha {
  color: #ad202b;
}
.body--light-red .modules--storeteaser .modules--storeteaser__link:hover .gamma--second, .body--light-red .modules--storeteaser .modules--storeteaser__link:hover .alpha {
  color: #ee3036;
}
.modules--storeteaser .modules--storeteaser__content {
  background-color: #fff;
  text-align: center;
  margin: -60px auto 0;
  padding: 26px 30px 0;
  min-height: 130px;
}
@media (max-width: 767px) {
  .modules--storeteaser .modules--storeteaser__content {
    min-height: initial;
    margin-top: 0;
    padding: 15px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--storeteaser .modules--storeteaser__content {
    padding: 20px 10px;
  }
}
.modules--storeteaser .modules--storeteaser__content .gamma--second,
.modules--storeteaser .modules--storeteaser__content .alpha {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  color: #000;
}
.modules--storeteaser .modules--storeteaser__content .gamma--second {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .modules--storeteaser .modules--storeteaser__content .gamma--second {
    font-size: 14px;
    line-height: 135%;
  }
}
.modules--storeteaser .modules--storeteaser__content .alpha {
  font-size: 20px;
  line-height: 110%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--storeteaser .modules--storeteaser__content .alpha {
    font-size: 30px;
    line-height: 110%;
  }
}
@media (min-width: 1024px) {
  .modules--storeteaser .modules--storeteaser__content .alpha {
    font-size: 35px;
    line-height: 110%;
  }
}
.modules--storeteaser .modules--storeteaser__content--triple {
  margin-top: -45px;
}
@media (max-width: 767px) {
  .modules--storeteaser .modules--storeteaser__content--triple {
    margin-top: 0;
  }
}
.modules--storeteaser .modules--storeteaser__teaser {
  margin-bottom: 0;
}

.modules--storeteaser--gridwidth {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modules--storeteaser--gridwidth {
    margin-bottom: 40px;
  }
}
.modules--storeteaser--gridwidth .modules--storeteaser__content {
  display: block;
  max-width: 90%;
}
@media (min-width: 1024px) {
  .modules--storeteaser--gridwidth .modules--storeteaser__content {
    max-width: 770px;
  }
}

@media (max-width: 767px) {
  .modules--storeteaser--split {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modules--storeteaser--split .modules--storeteaser__wrapper {
    margin-bottom: 40px;
  }
}
.modules--storeteaser--split .modules--storeteaser__content {
  display: block;
  max-width: 90%;
}

@media (max-width: 767px) {
  .modules--storeteaser--triple {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modules--storeteaser--triple .modules--storeteaser__wrapper {
    margin-bottom: 40px;
  }
}
.modules--storeteaser--triple .modules--storeteaser__content {
  display: block;
  max-width: 85%;
  padding: 20px 30px 20px;
}
@media (max-width: 767px) {
  .modules--storeteaser--triple .modules--storeteaser__content {
    max-width: 90%;
    padding: 20px 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--storeteaser--triple .modules--storeteaser__content {
    display: block;
    max-width: 90%;
    padding: 20px 10px 20px;
    min-height: initial;
  }
}
.modules--storeteaser--triple .modules--storeteaser__content .alpha {
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--storeteaser--triple .modules--storeteaser__content .alpha {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .modules--storeteaser--triple .modules--storeteaser__content .alpha {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--storeteaser--triple .modules--storeteaser__content .gamma--second {
    font-size: 14px;
    line-height: 135%;
  }
}

@media (min-width: 768px) {
  .main--brands {
    margin-bottom: 170px;
  }
}

.modules--brands-list .modules__headlines {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .modules--brands-list .modules__headlines {
    margin-bottom: 40px;
  }
}
.modules--brands-list .filters {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .modules--brands-list .filters {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .modules--brands-slider {
    margin-bottom: 40px;
  }
}
.modules--brands-slider .modules__sublines {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .modules--brands-slider .modules__sublines {
    margin-bottom: 25px;
  }
}
.modules--brands-slider .gamma--second {
  margin-bottom: 7px;
  letter-spacing: 0;
}
.modules--brands-slider .gamma--emphasized {
  margin: 0;
}
.modules--brands-slider .slider--brands {
  text-align: center;
  margin: 0 auto 25px;
}
@media (max-width: 479px) {
  .modules--brands-slider .slider--brands {
    max-width: 260px;
    padding-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .modules--brands-slider .slider--brands {
    max-width: 400px;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--brands-slider .slider--brands {
    max-width: 683px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .modules--brands-slider .slider--brands {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .modules--brands-slider .slider--brands {
    max-width: 1025px;
  }
}
.modules--brands-slider .modules--brands-slider__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: auto;
}
@media (max-width: 767px) {
  .modules--brands-slider .modules--brands-slider__image {
    max-width: 100px;
    max-height: 50px;
  }
}
@media (min-width: 768px) {
  .modules--brands-slider .modules--brands-slider__image {
    max-width: 140px;
    max-height: 70px;
  }
}

.modules--brands-slider__list {
  list-style: none;
}

.modules--brands-slider__item {
  display: block;
}

.modules--brands-slider__link {
  -webkit-transition-property: "opacity";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "opacity";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  position: relative;
  display: block;
  height: 70px;
  text-decoration: none;
}
.is-not-touch .modules--brands-slider__link:hover {
  opacity: .6;
}

.brands-list__link {
  -webkit-transition-property: "border-color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "border-color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  display: block;
  height: 100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-decoration: none;
  border: 1px solid transparent;
}
@media (max-width: 479px) {
  .brands-list__link {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .brands-list__link {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brands-list__link {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .brands-list__link {
    width: 80%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .brands-list__link {
    width: 80%;
    margin-bottom: 40px;
  }
}
.is-not-touch .brands-list__link:hover {
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
}
.is-not-touch .body--magenta .brands-list__link:hover {
  border-color: #d8007f;
}
.is-not-touch .body--orange .brands-list__link:hover {
  border-color: #eb690b;
}
.is-not-touch .body--red .brands-list__link:hover {
  border-color: #ad202b;
}
.is-not-touch .body--light-red .brands-list__link:hover {
  border-color: #ee3036;
}

.brands-list__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: auto !important;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .modules--separator {
    margin-bottom: 40px;
  }
}

.modules--separator__line {
  border-top: 1px solid #e5e5e5;
}

.modules--spacer {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .modules--spacer {
    margin-bottom: 40px;
  }
}

.modules--offers .slider__wrapper {
  height: 100%;
  margin-left: 0 !important;
}
.modules--offers .slider__wrapper > li {
  height: 100%;
}
.modules--offers--list {
  padding-top: 60px;
}
.modules--offers--searchresults {
  padding-top: 60px;
}
.modules--offers .alpha {
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .modules--offers .alpha {
    font-size: 35px;
    line-height: 110%;
  }
}
.modules--offers .gamma--second {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .modules--offers .gamma--second {
    font-size: 16px;
    line-height: 135%;
  }
}
.modules--offers--current .modules__headlines {
  margin-right: auto;
  margin-left: auto;
}
.modules--offers--current .pdlist__price {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
}

.modules--offer {
  text-align: center;
}
.modules--offer .modules--offer__offer-image {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modules--offer .modules--offer__offer-image {
    margin-bottom: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .modules--offer .modules--offer__offer-image {
    max-width: 90%;
  }
}
.modules--offer .modules--offer__brand-link {
  display: block;
  width: auto;
  max-width: 30%;
  margin: 0 auto 65px;
}
.modules--offer .modules--offer__brand-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .modules--offer .modules--offer__brand-link {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--offer .modules--offer__brand-link {
    margin-bottom: 40px;
  }
}
.modules--offer .modules--offer__brand-logo {
  display: block;
}
.modules--offer .modules--offer__info {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--offer .modules--offer__info {
    margin-bottom: 15px;
  }
}
.modules--offer .modules--offer__info p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 20px;
  line-height: 110%;
}
.modules--offer .modules--offer__info p strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}
.modules--offer .modules--offer__info p del {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}
.modules--offer .modules--offer__info p .modules--offer__offer-price,
.modules--offer .modules--offer__info p .modules--offer__special-price {
  color: #000;
}
.modules--offer .text-from-rte p,
.modules--offer .text-from-rte a,
.modules--offer .copy-text {
  font-size: 14px;
  line-height: 135%;
}
.modules--offer .text-from-rte p {
  margin-bottom: 25px;
}
.modules--offer .text-from-rte a {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
}
.modules--offer .text-from-rte a:hover {
  text-decoration: none;
}
.modules--offer .button--wishlist {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--offer .button--wishlist {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.modules--offer__social-list {
  margin-bottom: 58px;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--offer__social-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .modules--offer__social-list {
    margin-bottom: 30px;
  }
}

.modules--offer__shariff {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--offer__shariff {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .modules--offer__shariff {
    margin-bottom: 25px;
  }
}

.modules--offer__social-item {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}

.modules--offer__social-link {
  display: block;
  text-decoration: none;
}
.modules--offer__social-link:hover {
  text-decoration: none;
}
.body--magenta .modules--offer__social-link:hover .icon {
  fill: #d8007f;
}
.body--orange .modules--offer__social-link:hover .icon {
  fill: #eb690b;
}
.body--red .modules--offer__social-link:hover .icon {
  fill: #ad202b;
}
.body--light-red .modules--offer__social-link:hover .icon {
  fill: #ee3036;
}
.modules--offer__social-link .icon {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.modules--offer__social-link .icon--wishlist-facebook {
  width: 24px;
  height: 24px;
}
.modules--offer__social-link .icon--wishlist-twitter {
  width: 24px;
  height: 24px;
}
.modules--offer__social-link .icon--wishlist-googleplus {
  width: 24px;
  height: 24px;
}
.modules--offer__social-link .icon--wishlist-whatsapp {
  width: 19px;
  height: 19px;
}

.modules--offer__social-item--whatsapp {
  margin-top: 2px;
}

.modules--icon-strip {
  text-align: center;
}

.modules--icon-strip__container {
  padding: 40px 0 60px;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .modules--icon-strip__container .grid__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.modules--icon-strip__container .icon {
  max-width: 72px;
  max-height: 72px;
  margin-bottom: 10px;
  fill: #fff;
}
.modules--icon-strip__container .delta {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 135%;
  color: #fff;
}
.modules--icon-strip__container p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 0;
  margin: 20px 0 0;
  color: #fff;
}
@media (max-width: 767px) {
  .modules--icon-strip__container p {
    width: 95%;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
  }
}
.modules--icon-strip__container .text-from-rte p {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--icon-strip--double .modules--icon-strip__container .modules--icon-strip__block {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--icon-strip--triple .modules--icon-strip__container .modules--icon-strip__block {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--icon-strip--quadruple .modules--icon-strip__container .grid__item:nth-child(3) .modules--icon-strip__block, .modules--icon-strip--quadruple .modules--icon-strip__container .grid__item:nth-child(4) .modules--icon-strip__block {
    margin-bottom: 0;
  }
}

.modules--icon-strip--white .modules--icon-strip__container {
  padding: 0;
  background: #fff;
  color: #000;
}
.modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block {
  display: block;
  width: 100%;
  max-width: inherit;
  padding: 35px 30px 30px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block {
    padding: 25px 15px 35px;
    margin-bottom: 0 !important;
  }
  .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block {
    padding: 25px 15px 35px;
  }
  .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block p:last-of-type {
    margin-bottom: 0;
  }
}
.modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .icon {
  max-width: 72px;
  max-height: 72px;
  margin-bottom: 20px;
  fill: #000;
}
.modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .delta {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0;
  color: #000;
  word-wrap: break-word;
}
.modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block a,
.modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block p,
.modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .copy-text,
.modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .email-link {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 135%;
  color: #000;
}
@media (max-width: 767px) {
  .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block p {
    margin-right: auto;
    margin-left: auto;
  }
}
.modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block a, .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .email-link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.is-not-touch .body--magenta .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block a:hover,
.is-not-touch .body--magenta .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .email-link:hover {
  color: #d8007f;
}
.is-not-touch .body--orange .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block a:hover, .is-not-touch .body--orange .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .email-link:hover {
  color: #eb690b;
}
.is-not-touch .body--red .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block a:hover, .is-not-touch .body--red .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .email-link:hover {
  color: #ad202b;
}
.is-not-touch .body--light-red .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block a:hover, .is-not-touch .body--light-red .modules--icon-strip--white .modules--icon-strip__container .modules--icon-strip__block .email-link:hover {
  color: #ee3036;
}

.modules--icon-strip__block {
  width: 95%;
  margin: 0 auto;
  max-width: 540px;
}
@media (max-width: 479px) {
  .modules--icon-strip__block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--icon-strip__block {
    margin-bottom: 40px;
  }
}

.modules--icon-strip__block--link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .modules--icon-strip__block--link {
    margin-bottom: 0;
  }
}
.modules--icon-strip__block--link p,
.modules--icon-strip__block--link .delta {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.modules--icon-strip__block--link .icon {
  -webkit-transition-property: "fill";
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "fill";
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  display: block;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto 10px;
  fill: #fff;
}
.is-not-touch .modules--icon-strip__block--link:hover {
  text-decoration: none;
}
.is-not-touch .body--magenta .modules--icon-strip__block--link:hover {
  color: #d8007f;
}
.is-not-touch .body--magenta .modules--icon-strip__block--link:hover .icon {
  fill: #d8007f;
}
.is-not-touch .body--magenta .modules--icon-strip__block--link:hover p,
.is-not-touch .body--magenta .modules--icon-strip__block--link:hover .delta {
  color: #d8007f;
}
.is-not-touch .body--orange .modules--icon-strip__block--link:hover {
  color: #eb690b;
}
.is-not-touch .body--orange .modules--icon-strip__block--link:hover .icon {
  fill: #eb690b;
}
.is-not-touch .body--orange .modules--icon-strip__block--link:hover p,
.is-not-touch .body--orange .modules--icon-strip__block--link:hover .delta {
  color: #eb690b;
}
.is-not-touch .body--red .modules--icon-strip__block--link:hover {
  color: #ad202b;
}
.is-not-touch .body--red .modules--icon-strip__block--link:hover .icon {
  fill: #ad202b;
}
.is-not-touch .body--red .modules--icon-strip__block--link:hover p,
.is-not-touch .body--red .modules--icon-strip__block--link:hover .delta {
  color: #ad202b;
}
.is-not-touch .body--light-red .modules--icon-strip__block--link:hover {
  color: #ee3036;
}
.is-not-touch .body--light-red .modules--icon-strip__block--link:hover .icon {
  fill: #ee3036;
}
.is-not-touch .body--light-red .modules--icon-strip__block--link:hover p,
.is-not-touch .body--light-red .modules--icon-strip__block--link:hover .delta {
  color: #ee3036;
}

.modules--text-block {
  text-align: center;
}
.modules--text-block .modules--text-block__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 270px;
  max-height: 135px;
  padding: 0;
  margin: 0 auto 25px;
}
@media (min-width: 768px) {
  .modules--text-block .modules--text-block__logo {
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .modules--text-block__buttons .button {
    min-width: 240px;
  }
}
.modules--text-block__buttons .grid__item:first-of-type {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .modules--text-block__buttons .grid__item:first-of-type {
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .modules--text-block__buttons .grid__item:last-of-type {
    text-align: left;
  }
}

.modules--text-block__container {
  width: 85%;
  max-width: 910px;
  margin: 0 auto 35px;
}
@media (max-width: 479px) {
  .modules--text-block__container {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .modules--text-block__container p:not(:last-child),
  .modules--text-block__container .copy-text:not(:last-child) {
    margin-bottom: 25px;
  }
}

.modules--text-block--left {
  text-align: left;
}
.modules--text-block--left .modules--text-block__container,
.modules--text-block--left .modules__headlines--content {
  width: 100%;
  max-width: inherit;
}
.modules--text-block--left .alpha {
  text-align: left;
}
.modules--text-block--left .gamma--second {
  text-align: left;
}

.text-from-rte p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0;
  color: #000;
}
@media (min-width: 768px) {
  .text-from-rte p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 135%;
  }
}
.text-from-rte p:last-of-type {
  margin-bottom: 0;
}
.text-from-rte p strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}
.text-from-rte a {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 135%;
}
.body--magenta .text-from-rte a:hover {
  color: #d8007f;
}
.body--orange .text-from-rte a:hover {
  color: #eb690b;
}
.body--red .text-from-rte a:hover {
  color: #ad202b;
}
.body--light-red .text-from-rte a:hover {
  color: #ee3036;
}
.text-from-rte ul li {
  font-size: 14px;
  line-height: 135%;
}
@media (min-width: 768px) {
  .text-from-rte ul li {
    font-size: 16px;
    line-height: 135%;
  }
}

/* Same styles used for image/text and text/image blocks */
.modules--txt-img {
  text-align: center;
}
.modules--txt-img p,
.modules--txt-img .copy-text,
.modules--txt-img .text-from-rte p {
  margin-bottom: 25px;
}
.modules--txt-img p:last-of-type,
.modules--txt-img .copy-text:last-of-type,
.modules--txt-img .text-from-rte p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .modules--txt-img p,
  .modules--txt-img .copy-text,
  .modules--txt-img .text-from-rte p {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .modules--txt-img .flex__item--order-xs-s--1 img {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .modules--txt-img .flex__item--order-xs-s--2 .modules--txt-img__container {
    padding-left: 30px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--txt-img .flex__item--order-xs-s--2 .modules--txt-img__content {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .modules--txt-img .flex__item--order-xs-s--2 .modules--txt-img__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.modules--txt-img--align-left * {
  text-align: left;
}
.modules--txt-img--align-left .modules--txt-img__content {
  margin: 0;
}
@media (max-width: 1023px) {
  .modules--txt-img--align-left .modules--txt-img__content {
    width: 100%;
    max-width: inherit;
  }
}
.modules--txt-img--align-left .modules__headlines {
  width: 100%;
}
.modules--txt-img--align-left .modules__headlines .alpha,
.modules--txt-img--align-left .modules__headlines .gamma--second {
  text-align: left;
  width: 100%;
}
.modules--txt-img--align-left p,
.modules--txt-img--align-left .copy-text {
  text-align: left;
  width: 100%;
}
.modules--txt-img--align-left .grid__item {
  text-align: left;
}

.modules--txt-img__block img {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modules--txt-img__block img {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .modules--txt-img__block img {
    padding-right: 15px;
  }
}

.modules--txt-img__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--txt-img__container {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}

.modules--txt-img__content {
  width: 100%;
  max-width: 440px;
  padding-top: 20px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .modules--txt-img__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .modules--txt-img__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .modules--txt-img__content {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--txt-img__content {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .modules--txt-img__content {
    padding-left: 60px;
    padding-right: 30px;
    max-width: initial;
  }
}
@media (min-width: 1280px) {
  .modules--txt-img__content {
    max-width: 100%;
  }
}
.modules--txt-img__content .modules__headlines--content {
  width: 100%;
}
.modules--txt-img__content .button {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .modules--txt-img__content .button {
    margin-top: 40px;
  }
}

.modules--full-img {
  padding: 0;
}

.modules--full-img__teaser {
  margin-bottom: 0 !important;
}

/* Style for trip info map and legend */
.modules--trip-info {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
.modules--trip-info .subline {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .modules--trip-info .subline {
    margin-bottom: 50px;
  }
}

.modules--trip-info__search {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 479px) {
  .modules--trip-info__search {
    margin-bottom: 0;
  }
}

.modules--trip-info__search__form {
  height: 45px;
  font-size: 0;
}
@media (max-width: 479px) {
  .modules--trip-info__search__form {
    height: auto;
  }
}
.modules--trip-info__search__form .modules--trip-info__search__input,
.modules--trip-info__search__form .modules--trip-info__search__submit {
  display: inline-block;
  height: 45px;
  line-height: 43px;
}
@media (max-width: 479px) {
  .modules--trip-info__search__form .modules--trip-info__search__input,
  .modules--trip-info__search__form .modules--trip-info__search__submit {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}
.modules--trip-info__search__form .modules--trip-info__search__input {
  width: 220px;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: bottom;
}
@media (max-width: 479px) {
  .modules--trip-info__search__form .modules--trip-info__search__input {
    margin-right: 0;
  }
}
.is-not-touch .modules--trip-info__search__form .modules--trip-info__search__input {
  -webkit-transition-property: "border-color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "border-color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.modules--trip-info__search__form .modules--trip-info__search__submit {
  width: auto;
  margin: 0;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
.modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  color: #fff;
}
.body--magenta .modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  background-color: #d8007f;
}
.body--orange .modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  background-color: #eb690b;
}
.body--red .modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  background-color: #ad202b;
}
.body--light-red .modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  background-color: #ee3036;
}
.body--magenta .modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  border-color: #d8007f;
}
.body--orange .modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  border-color: #eb690b;
}
.body--red .modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  border-color: #ad202b;
}
.body--light-red .modules--trip-info__search__form .modules--trip-info__search__submit:hover {
  border-color: #ee3036;
}

.modules--trip-info__map {
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 479px) {
  .modules--trip-info__map {
    padding-bottom: 65%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .modules--trip-info__map {
    padding-bottom: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .modules--trip-info__map {
    padding-bottom: 40%;
  }
}
@media (min-width: 1280px) {
  .modules--trip-info__map {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .modules--trip-info__map {
    padding-bottom: 45%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1799px) {
  .modules--trip-info__map {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1919px) {
  .modules--trip-info__map {
    padding-bottom: 37%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2099px) {
  .modules--trip-info__map {
    padding-bottom: 34%;
  }
}
@media screen and (min-width: 2100px) and (max-width: 2299px) {
  .modules--trip-info__map {
    padding-bottom: 31%;
  }
}
@media screen and (min-width: 2300px) and (max-width: 2560px) {
  .modules--trip-info__map {
    padding-bottom: 28%;
  }
}
.modules--trip-info__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .modules--trip-info__map iframe {
    max-height: 520px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .modules--trip-info__map iframe {
    max-height: 520px;
  }
}
@media (min-width: 1280px) {
  .modules--trip-info__map iframe {
    min-height: 640px;
  }
}
@media screen and (min-width: 1440px) {
  .modules--trip-info__map iframe {
    max-height: 720px;
  }
}

.modules--tax-free .copy-text {
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .modules--tax-free .copy-text {
    margin-bottom: 25px;
  }
  .modules--tax-free .copy-text:last-child {
    margin-bottom: 0;
  }
}
.modules--tax-free .modules--tax-free__link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 135%;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .modules--tax-free .modules--tax-free__link {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 135%;
  }
}
.body--magenta .modules--tax-free .modules--tax-free__link:hover, .body--magenta .modules--tax-free .modules--tax-free__link:focus {
  color: #d8007f;
}
.body--orange .modules--tax-free .modules--tax-free__link:hover, .body--orange .modules--tax-free .modules--tax-free__link:focus {
  color: #eb690b;
}
.body--red .modules--tax-free .modules--tax-free__link:hover, .body--red .modules--tax-free .modules--tax-free__link:focus {
  color: #ad202b;
}
.body--light-red .modules--tax-free .modules--tax-free__link:hover, .body--light-red .modules--tax-free .modules--tax-free__link:focus {
  color: #ee3036;
}

.modules--tax-free__content {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .modules--tax-free__content {
    text-align: center;
  }
  .modules--tax-free__content .alpha,
  .modules--tax-free__content .gamma--second {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .modules--tax-free__content {
    margin-left: 0;
  }
}

.modules--tax-free__badge {
  display: block;
}
@media (max-width: 767px) {
  .modules--tax-free__badge {
    max-width: 80%;
    margin: 0 auto 40px !important;
  }
}

.main--vip,
.main--contacts,
.main--vouchers,
.main--groups {
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .main--vip,
  .main--contacts,
  .main--vouchers,
  .main--groups {
    margin-bottom: 170px;
  }
}
.main--vip .form--contacts .select--vouchers-amount,
.main--contacts .form--contacts .select--vouchers-amount,
.main--vouchers .form--contacts .select--vouchers-amount,
.main--groups .form--contacts .select--vouchers-amount {
  width: 100px;
  margin-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .main--vip .form--contacts .select--vouchers-amount,
  .main--contacts .form--contacts .select--vouchers-amount,
  .main--vouchers .form--contacts .select--vouchers-amount,
  .main--groups .form--contacts .select--vouchers-amount {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main--vip .form--contacts .select--vouchers-amount,
  .main--contacts .form--contacts .select--vouchers-amount,
  .main--vouchers .form--contacts .select--vouchers-amount,
  .main--groups .form--contacts .select--vouchers-amount {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .main--vip .form--contacts .select--vouchers-amount,
  .main--contacts .form--contacts .select--vouchers-amount,
  .main--vouchers .form--contacts .select--vouchers-amount,
  .main--groups .form--contacts .select--vouchers-amount {
    width: 170px;
  }
}
.main--vip .form--contacts .select--vouchers-quantity,
.main--contacts .form--contacts .select--vouchers-quantity,
.main--vouchers .form--contacts .select--vouchers-quantity,
.main--groups .form--contacts .select--vouchers-quantity {
  width: 100px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .main--vip .form--contacts .select--vouchers-quantity,
  .main--contacts .form--contacts .select--vouchers-quantity,
  .main--vouchers .form--contacts .select--vouchers-quantity,
  .main--groups .form--contacts .select--vouchers-quantity {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main--vip .form--contacts .select--vouchers-quantity,
  .main--contacts .form--contacts .select--vouchers-quantity,
  .main--vouchers .form--contacts .select--vouchers-quantity,
  .main--groups .form--contacts .select--vouchers-quantity {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .main--vip .form--contacts .select--vouchers-quantity,
  .main--contacts .form--contacts .select--vouchers-quantity,
  .main--vouchers .form--contacts .select--vouchers-quantity,
  .main--groups .form--contacts .select--vouchers-quantity {
    width: 170px;
  }
}
@media (min-width: 768px) {
  .main--vip .form--contacts .select--visitors,
  .main--contacts .form--contacts .select--visitors,
  .main--vouchers .form--contacts .select--visitors,
  .main--groups .form--contacts .select--visitors {
    width: 170px;
  }
}

@media (max-width: 479px) {
  .form--contacts {
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .form--contacts {
    margin-bottom: 60px;
  }
}
.form--contacts textarea {
  height: 100px;
}
.form--contacts button:hover, .form--contacts button:focus {
  color: #fff;
}
.body--magenta .form--contacts button:hover, .body--magenta .form--contacts button:focus {
  background-color: #d8007f;
}
.body--orange .form--contacts button:hover, .body--orange .form--contacts button:focus {
  background-color: #eb690b;
}
.body--red .form--contacts button:hover, .body--red .form--contacts button:focus {
  background-color: #ad202b;
}
.body--light-red .form--contacts button:hover, .body--light-red .form--contacts button:focus {
  background-color: #ee3036;
}
.body--magenta .form--contacts button:hover, .body--magenta .form--contacts button:focus {
  border-color: #d8007f;
}
.body--orange .form--contacts button:hover, .body--orange .form--contacts button:focus {
  border-color: #eb690b;
}
.body--red .form--contacts button:hover, .body--red .form--contacts button:focus {
  border-color: #ad202b;
}
.body--light-red .form--contacts button:hover, .body--light-red .form--contacts button:focus {
  border-color: #ee3036;
}
.form--contacts .form--contacts__item {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 135%;
}
.form--contacts .form--contacts__item--text p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}
.form--contacts .form--contacts__item--text p a {
  text-decoration: underline;
}
.body--magenta .form--contacts .form--contacts__item--text p a:hover {
  color: #d8007f;
}
.body--orange .form--contacts .form--contacts__item--text p a:hover {
  color: #eb690b;
}
.body--red .form--contacts .form--contacts__item--text p a:hover {
  color: #ad202b;
}
.body--light-red .form--contacts .form--contacts__item--text p a:hover {
  color: #ee3036;
}
.form--contacts .form--contacts__item--select label {
  margin-bottom: 7px;
}
.form--contacts .form--contacts__item--radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.form--contacts .form--contacts__item--privacy {
  display: block;
  margin-right: 0;
  margin-bottom: 12px;
}
.form--contacts .form--contacts__item--privacy .label--privacy {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  margin-bottom: 7px;
}
.form--contacts .form--contacts__item--privacy .label--radiobox,
.form--contacts .form--contacts__item--privacy .label--checkbox {
  font-weight: 300 !important;
  font-size: 13px;
  line-height: 135%;
}
.form--contacts .form--contacts__item--salutation {
  display: block;
  margin-right: 0;
  margin-bottom: 12px;
}
.form--contacts .form--contacts__item--salutation span {
  margin-right: 15px;
}
.form--contacts .form--contacts__item--salutation .label--salutation {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  margin-bottom: 7px;
}
.form--contacts .form--contacts__item--salutation .label--radiobox {
  font-weight: 300 !important;
  font-size: 13px;
  line-height: 135%;
}
.form--contacts .form--contacts__item--tooltip .tooltip__wrapper {
  position: relative;
  display: block;
  padding: 20px;
  background-color: #f2f2f2;
}
.form--contacts .form--contacts__item--tooltip .tooltip__wrapper:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 50%;
  content: ' ';
  border: solid transparent;
  pointer-events: none;
}
.form--contacts .form--contacts__item--tooltip .tooltip__wrapper:after {
  margin-left: -7px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f2f2f2;
  border-width: 7px;
}
.form--contacts .form--contacts__item--tooltip .tooltip__text {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  font-size: 13px;
  line-height: 135%;
}
.body--magenta .form--contacts .form--contacts__item--tooltip .tooltip__text {
  color: #d8007f;
}
.body--orange .form--contacts .form--contacts__item--tooltip .tooltip__text {
  color: #eb690b;
}
.body--red .form--contacts .form--contacts__item--tooltip .tooltip__text {
  color: #ad202b;
}
.body--light-red .form--contacts .form--contacts__item--tooltip .tooltip__text {
  color: #ee3036;
}
.form--contacts .form--contacts__item--tooltip .tooltip__text strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}
.form--contacts .form--contacts__item--date .form-label {
  display: block;
}
.form--contacts .form--contacts__item--date .form-input--day,
.form--contacts .form--contacts__item--date .form-input--month {
  display: inline-block;
  max-width: 45px;
}
.form--contacts .form--contacts__item--date .form-input--year {
  display: inline-block;
  max-width: 60px;
}
.form--contacts .form--contacts__item--date .form-separator {
  display: inline-block;
}
.form--contacts .mce_inline_error {
  border-color: #f00f0f !important;
}
.form--contacts .mce_inline_error:focus {
  border-color: #f00f0f !important;
}
.form--contacts .mce_inline_error + label {
  color: #f00f0f !important;
}
.form--contacts .mce_inline_error + label:before {
  border-color: #f00f0f !important;
}
.form--contacts .form__errors {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  line-height: 135%;
  color: #f00f0f;
}
.form--contacts .form__errors a {
  display: inline-block;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: underline;
}
.form--contacts .form__success {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  line-height: 135%;
  color: #757d53;
}
.form--contacts .form--contacts__item--split {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .form--contacts .form--contacts__item--split {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .form--contacts .form--contacts__item--split .form--contacts__item__content--select .select--vouchers-amount {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form--contacts .form--contacts__item--split .form--contacts__item__content--select .select--vouchers-amount {
    margin-right: 22px;
  }
}
@media (min-width: 1024px) {
  .form--contacts .form--contacts__item--split .form--contacts__item__content--select .select--vouchers-amount {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .form--contacts .form--contacts__item__content--datepicker {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form--contacts .form--contacts__item__content--datepicker {
    margin-right: 12px;
  }
}
@media (min-width: 1024px) {
  .form--contacts .form--contacts__item__content--datepicker {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .form--contacts .form--contacts__item__content--arrival {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form--contacts .form--contacts__item__content--arrival {
    margin-right: 12px;
  }
}
@media (min-width: 1024px) {
  .form--contacts .form--contacts__item__content--arrival {
    margin-right: 30px;
  }
}
.form--contacts .form--contacts__item__content--select .form-label {
  display: block;
}
.form--contacts .form--contacts__item__content--actions {
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form--contacts .form--contacts__item__content--actions {
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .form--contacts .form--contacts__item__content--actions {
    padding-left: 25px;
  }
}
.form--contacts .form--contacts__item__content--actions .icon {
  -webkit-transition-property: "fill";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "fill";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  width: 16px;
  height: 16px;
}
.form--contacts .form--contacts__action {
  display: block;
  padding: 5px;
  float: left;
}
@media (max-width: 767px) {
  .form--contacts .form--contacts__action {
    margin-left: 10px;
  }
  .form--contacts .form--contacts__action:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form--contacts .form--contacts__action {
    margin-left: 10px;
  }
  .form--contacts .form--contacts__action:first-child {
    margin-right: 0 !important;
  }
}
.is-not-touch .body--magenta .form--contacts .form--contacts__action:hover .icon {
  fill: #d8007f;
}
.is-not-touch .body--orange .form--contacts .form--contacts__action:hover .icon {
  fill: #eb690b;
}
.is-not-touch .body--red .form--contacts .form--contacts__action:hover .icon {
  fill: #ad202b;
}
.is-not-touch .body--light-red .form--contacts .form--contacts__action:hover .icon {
  fill: #ee3036;
}
.form--contacts .form--contacts__action:first-child {
  margin-right: 10px;
}
@media (max-width: 479px) {
  .form--contacts .form--contacts__action:first-child {
    margin-right: 5px;
  }
}
.form--contacts .form--contacts__item--checkbox label {
  font-weight: 300 !important;
  font-size: 13px;
  line-height: 135%;
}
.form--contacts .form--contacts__item--checkbox label.invalid {
  color: #000 !important;
}
.form--contacts .form--contacts__item--checkbox label.invalid:before {
  border-color: #f00f0f;
}
.form--contacts .form--contacts__item--checkbox label.invalid:hover:before {
  border-color: #000;
}
.form--contacts .form--contacts__item--checkbox label.invalid a {
  color: #000;
}
.body--magenta .form--contacts .form--contacts__item--checkbox label.invalid a:hover {
  color: #d8007f;
}
.body--orange .form--contacts .form--contacts__item--checkbox label.invalid a:hover {
  color: #eb690b;
}
.body--red .form--contacts .form--contacts__item--checkbox label.invalid a:hover {
  color: #ad202b;
}
.body--light-red .form--contacts .form--contacts__item--checkbox label.invalid a:hover {
  color: #ee3036;
}
.form--contacts .form--contacts__item--checkbox a {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  text-decoration: underline;
}
.body--magenta .form--contacts .form--contacts__item--checkbox a:hover {
  color: #d8007f;
}
.body--orange .form--contacts .form--contacts__item--checkbox a:hover {
  color: #eb690b;
}
.body--red .form--contacts .form--contacts__item--checkbox a:hover {
  color: #ad202b;
}
.body--light-red .form--contacts .form--contacts__item--checkbox a:hover {
  color: #ee3036;
}
.form--contacts .form--contacts__datepicker {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path d='M13 1V0h-1v1h-2V0H9v1H7V0H6v1H4V0H3v1H0v15h16V1zM3 2v1h1V2h2v1h1V2h2v1h1V2h2v1h1V2h2v3H1V2zM1 15V6h14v9z'/></svg>") 97% 50% no-repeat;
}
@media (min-width: 768px) {
  .form--contacts .form--contacts__datepicker--arrival {
    max-width: 170px;
  }
}

.form__indicates-required {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  line-height: 135%;
}

.modules--contacts__info {
  display: block;
  padding: 35px 30px 45px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
@media (max-width: 479px) {
  .modules--contacts__info {
    padding: 25px 15px 30px;
  }
}
@media (max-width: 767px) {
  .modules--contacts__info {
    margin-bottom: 30px;
  }
}
.modules--contacts__info .icon {
  max-width: 72px;
  max-height: 72px;
  margin-bottom: 20px;
}
.modules--contacts__info .delta {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0;
}
.modules--contacts__info a,
.modules--contacts__info p,
.modules--contacts__info .copy-text,
.modules--contacts__info .email-link {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 135%;
}
.modules--contacts__info a,
.modules--contacts__info .email-link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.body--magenta .modules--contacts__info a:hover,
.body--magenta .modules--contacts__info .email-link:hover {
  color: #d8007f;
}
.body--orange .modules--contacts__info a:hover, .body--orange .modules--contacts__info .email-link:hover {
  color: #eb690b;
}
.body--red .modules--contacts__info a:hover, .body--red .modules--contacts__info .email-link:hover {
  color: #ad202b;
}
.body--light-red .modules--contacts__info a:hover, .body--light-red .modules--contacts__info .email-link:hover {
  color: #ee3036;
}

.main--job-offers {
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .main--job-offers {
    margin-bottom: 170px;
  }
}

@media (max-width: 767px) {
  .modules--accordion {
    margin-bottom: 40px;
  }
}

.accordion {
  overflow: hidden;
}
.accordion .delta {
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .accordion .delta {
    font-size: 14px;
    line-height: 19px;
  }
}
.accordion .delta span {
  text-transform: none;
}
.accordion .accordion__group:last-child {
  margin-bottom: 0;
}

.accordion__group {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .accordion__group {
    margin-bottom: 40px;
  }
}

.accordion__section {
  overflow: hidden;
}
.accordion__section:first-of-type:not(:last-child) {
  margin-bottom: -1px;
}
.accordion__section + .accordion__section {
  margin-bottom: -1px;
}
.accordion__section .accordion__section__content {
  display: none;
  padding: 30px 40px 40px;
}
@media (max-width: 767px) {
  .accordion__section .accordion__section__content {
    padding: 20px 10px 20px;
  }
}
.accordion__section .accordion__section__content.open {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .accordion__section .accordion__section__content.open {
    margin-bottom: 0;
  }
}
.accordion__section .accordion__section__content h5 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 135%;
}
@media (max-width: 767px) {
  .accordion__section .accordion__section__content h5 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 135%;
  }
}
.accordion__section .accordion__section__content h6 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 135%;
}
@media (max-width: 767px) {
  .accordion__section .accordion__section__content h6 {
    font-size: 14px;
    line-height: 135%;
  }
}
.accordion__section .accordion__section__content ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.accordion__section .accordion__section__content ul li {
  font-size: 14px;
  line-height: 135%;
}
@media (min-width: 768px) {
  .accordion__section .accordion__section__content ul li {
    font-size: 16px;
    line-height: 135%;
  }
}
.accordion__section .accordion__section__content p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .accordion__section .accordion__section__content p {
    font-size: 14px;
    line-height: 135%;
  }
}
.accordion__section .accordion__section__content p:last-of-type {
  margin-bottom: 0;
}

.accordion__section__title {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: linear;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 0 15px 15px;
  font-size: 16px;
  line-height: 135%;
  color: #555555;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.accordion__section__title.active, .accordion__section__title:hover {
  text-decoration: none;
}
.body--magenta .accordion__section__title.active, .body--magenta .accordion__section__title:hover {
  color: #d8007f;
}
.body--orange .accordion__section__title.active, .body--orange .accordion__section__title:hover {
  color: #eb690b;
}
.body--red .accordion__section__title.active, .body--red .accordion__section__title:hover {
  color: #ad202b;
}
.body--light-red .accordion__section__title.active, .body--light-red .accordion__section__title:hover {
  color: #ee3036;
}
.body--magenta .accordion__section__title.active .icon--chevron-down, .body--magenta .accordion__section__title:hover .icon--chevron-down {
  stroke: #d8007f;
}
.body--orange .accordion__section__title.active .icon--chevron-down, .body--orange .accordion__section__title:hover .icon--chevron-down {
  stroke: #eb690b;
}
.body--red .accordion__section__title.active .icon--chevron-down, .body--red .accordion__section__title:hover .icon--chevron-down {
  stroke: #ad202b;
}
.body--light-red .accordion__section__title.active .icon--chevron-down, .body--light-red .accordion__section__title:hover .icon--chevron-down {
  stroke: #ee3036;
}
.body--magenta .accordion__section__title.active .icon--download-small, .body--magenta .accordion__section__title:hover .icon--download-small {
  fill: #d8007f;
}
.body--orange .accordion__section__title.active .icon--download-small, .body--orange .accordion__section__title:hover .icon--download-small {
  fill: #eb690b;
}
.body--red .accordion__section__title.active .icon--download-small, .body--red .accordion__section__title:hover .icon--download-small {
  fill: #ad202b;
}
.body--light-red .accordion__section__title.active .icon--download-small, .body--light-red .accordion__section__title:hover .icon--download-small {
  fill: #ee3036;
}
.accordion__section__title .icon--chevron-down {
  -webkit-transition-property: "fill";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "fill";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  stroke: #000;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.accordion__section__title .icon--download-small {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.accordion__section__title.active .icon--chevron-down {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 479px) {
  .accordion__section__title {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 30px 10px 10px;
  }
  .accordion__section__title .icon--chevron-down {
    right: 10px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .accordion__section__title {
    font-size: 14px;
    line-height: 135%;
  }
}

@media (max-width: 479px) {
  .accordion__section__title--download {
    padding-right: 10px;
  }
}

.main-header__widgets {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__widgets {
    max-width: 120px;
    top: 25px;
  }
}

.weather-widget {
  position: relative;
  height: 40px;
}
@media (max-width: 767px) {
  .weather-widget {
    height: auto;
  }
}

.weather-widget__today {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
}
.weather-widget__today .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.weather-widget__today .temperature {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .weather-widget__today {
    display: none;
    height: 0;
  }
}

.weather-widget__week-wrapper {
  position: absolute;
  display: none;
  top: 40px;
  right: 0;
  z-index: 10001;
  width: 172px;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.weather-widget__week-wrapper:after, .weather-widget__week-wrapper:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 70%;
  content: ' ';
  border: solid transparent;
  pointer-events: none;
}
.weather-widget__week-wrapper:after {
  margin-left: -7px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
}
.weather-widget__week-wrapper:before {
  margin-left: -8px;
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 8px;
}
@media (max-width: 767px) {
  .weather-widget__week-wrapper {
    position: static;
    display: block !important;
    top: 0;
    width: 100%;
    padding: 0 20px 20px;
    border: none;
  }
  .weather-widget__week-wrapper:after, .weather-widget__week-wrapper:before {
    display: none;
  }
}

.temperature {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}
.temperature sup {
  top: -3px;
  font-size: 70%;
}

.temperature--day {
  color: #555555;
}

.temperature--night {
  color: #bebebe;
}

.weather-widget__week__today-wrapper {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .weather-widget__week__today-wrapper {
    padding: 0 20px;
  }
}

.weather-widget__week__forecast {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.weather-widget__week__today {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 70px;
}
.weather-widget__week__today .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.weather-widget__week__today .temperature {
  font-size: 32px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
.weather-widget__week__today .temperature sup {
  top: -9px;
  font-size: 50%;
}
.weather-widget__week__today .temperature-difference {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
}
.weather-widget__week__today .temperature-difference sup {
  top: -3px;
  font-size: 70%;
}
@media (max-width: 767px) {
  .weather-widget__week__today .temperature-difference {
    padding-right: 5px;
  }
}
.weather-widget__week__today .temperature-difference__day {
  color: #555555;
}
.weather-widget__week__today .temperature-difference__night {
  color: #bebebe;
}

.weather-widget__week__days {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.weather-widget__week__day {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.weather-widget__week__day .day-abbr {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1;
}
.weather-widget__week__day .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.weather-widget__week__day .temperature--day {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .weather-widget__week__day .icon {
    width: 48px;
    height: 35px;
  }
}

.main-header__time-display {
  display: block;
}

.main-header__time-display--desktop {
  display: none;
}
.body--magenta .main-header__time-display--desktop a:hover {
  color: #d8007f;
}
.body--orange .main-header__time-display--desktop a:hover {
  color: #eb690b;
}
.body--red .main-header__time-display--desktop a:hover {
  color: #ad202b;
}
.body--light-red .main-header__time-display--desktop a:hover {
  color: #ee3036;
}
@media (min-width: 768px) {
  .main-header__time-display--desktop {
    display: block;
    z-index: 1;
  }
}

.main-header__time-display--mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-header__time-display--mobile {
    position: absolute;
    display: none;
    top: 5px;
    right: 0;
    left: 0;
    height: 60px;
    text-align: center;
  }
  .main-header__time-display--mobile .main-header__time {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.main-header__time {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  display: none;
}
.main-header__time strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  display: block;
}
@media (max-width: 767px) {
  .main-header__time {
    font-size: 12px;
  }
}

.main-header__time--open.is-active {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__time--open {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .main-header__time--open {
    margin-top: 10px;
  }
}

.main-header__time--closed.is-active {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header__time--closed {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .main-header__time--closed {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .main--search {
    margin-bottom: 170px;
  }
}
.main--search .modules__headlines {
  max-width: none;
}
@media (max-width: 767px) {
  .main--search .modules__headlines {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .modules--search-matches__container .grid__item:first-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .modules--search-matches__container {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .modules--search-matches__container--single-col {
    padding: 0;
  }
}

.search-matches__list {
  list-style: none;
}

.search-matches__item {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .search-matches__item {
    margin-bottom: 20px;
  }
}
.search-matches__item:last-of-type {
  margin-bottom: 0;
}

.search-matches__match-link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  font-size: 16px;
  line-height: 135%;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .search-matches__match-link {
    font-size: 14px;
    line-height: 135%;
  }
}
.is-not-touch .body--magenta .search-matches__match-link:hover {
  color: #d8007f;
}
.is-not-touch .body--orange .search-matches__match-link:hover {
  color: #eb690b;
}
.is-not-touch .body--red .search-matches__match-link:hover {
  color: #ad202b;
}
.is-not-touch .body--light-red .search-matches__match-link:hover {
  color: #ee3036;
}

.search-matches__match-keywords {
  font-size: 16px;
  line-height: 135%;
}
@media (max-width: 1023px) {
  .search-matches__match-keywords {
    font-size: 14px;
    line-height: 135%;
  }
}
.search-matches__match-keywords strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}

.filters__character-list-wrap {
  padding-bottom: 5px;
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .filters__character-list-wrap {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .filters__character-list-wrap {
    padding-bottom: 10px;
    line-height: 50px;
  }
}

.filters__character-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (min-width: 1024px) {
  .filters__character-list {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.filters__character-list .filters__character-item:first-of-type .filters__character-link {
  padding-left: 0;
}
.filters__character-list .filters__character-item:last-of-type .filters__character-link {
  padding-right: 0;
}

.filters__character-item {
  display: inline-block;
}

.filters__character-link {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.is-not-touch .filters__character-link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.filters__character-link:hover, .filters__character-link.is-active {
  text-decoration: none;
}
.body--magenta .filters__character-link:hover, .body--magenta .filters__character-link.is-active {
  color: #d8007f;
}
.body--orange .filters__character-link:hover, .body--orange .filters__character-link.is-active {
  color: #eb690b;
}
.body--red .filters__character-link:hover, .body--red .filters__character-link.is-active {
  color: #ad202b;
}
.body--light-red .filters__character-link:hover, .body--light-red .filters__character-link.is-active {
  color: #ee3036;
}
.filters__character-link.is-empty {
  color: #bebebe;
  pointer-events: none;
}
.filters__character-link.is-empty:hover {
  color: #bebebe;
}

.filters__options,
.filters__selections {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1023px) {
  .filters__options,
  .filters__selections {
    padding: 5px 0;
  }
}

.filters__option {
  display: block;
}
@media (min-width: 768px) {
  .filters__option {
    display: inline-block;
    margin-right: 25px;
  }
}

.filters__option--sorting {
  margin-right: 0;
}
.filters__option--sorting .filters__option__wrapper {
  width: auto;
  min-width: 200px;
}
@media (min-width: 768px) {
  .filters__option--sorting .filters__option__wrapper {
    left: -20px;
  }
}

.filters__option__link {
  position: relative;
  display: block;
  line-height: 35px;
}
@media (min-width: 768px) {
  .filters__option__link {
    line-height: 50px;
  }
}
.filters__option__link .icon {
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.filters__option__wrapper {
  display: none;
  padding: 10px;
}
@media (max-width: 767px) {
  .filters__option__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .filters__option__wrapper .nano-pane {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .filters__option__wrapper {
    clear: both;
    width: 330px;
    padding: 20px;
    max-height: 310px;
    position: absolute;
    top: 50px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    z-index: 99;
    /* arrow top */
  }
  .is-touch .filters__option__wrapper {
    max-height: 850px;
  }
  .filters__option__wrapper:after, .filters__option__wrapper:before {
    content: '';
    position: absolute;
    left: 35px;
    bottom: 100%;
    border: solid transparent;
  }
  .filters__option__wrapper:after {
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
  }
  .filters__option__wrapper:before {
    border-bottom-color: #ccc;
    border-width: 6px;
    margin-left: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .filters__option__wrapper {
    top: 55px;
  }
}
.filters__option__wrapper .nano {
  width: 100%;
  height: 280px;
}
.is-touch .filters__option__wrapper .nano {
  width: 100%;
  height: auto;
}

.filters__option__list {
  list-style: none;
}

.filters__option__list-item {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 135%;
}
.filters__option__list-item:only-child {
  margin-bottom: 0;
}
.body--magenta .filters__option__list-item label:hover, .body--magenta .filters__option__list-item label:focus {
  color: #d8007f;
}
.body--orange .filters__option__list-item label:hover, .body--orange .filters__option__list-item label:focus {
  color: #eb690b;
}
.body--red .filters__option__list-item label:hover, .body--red .filters__option__list-item label:focus {
  color: #ad202b;
}
.body--light-red .filters__option__list-item label:hover, .body--light-red .filters__option__list-item label:focus {
  color: #ee3036;
}

.filters__option__list__link {
  display: block;
}
.is-touch .filters__option__list__link {
  text-decoration: none;
}
.is-touch .filters__option__list__link:hover {
  text-decoration: none;
}
.is-not-touch .filters__option__list__link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}
.is-not-touch .body--magenta .filters__option__list__link:hover {
  color: #d8007f;
}
.is-not-touch .body--orange .filters__option__list__link:hover {
  color: #eb690b;
}
.is-not-touch .body--red .filters__option__list__link:hover {
  color: #ad202b;
}
.is-not-touch .body--light-red .filters__option__list__link:hover {
  color: #ee3036;
}

.filters__option__link:hover, .filters__option__link.is-active {
  text-decoration: none;
}
.body--magenta .filters__option__link:hover, .body--magenta .filters__option__link.is-active {
  color: #d8007f;
}
.body--orange .filters__option__link:hover, .body--orange .filters__option__link.is-active {
  color: #eb690b;
}
.body--red .filters__option__link:hover, .body--red .filters__option__link.is-active {
  color: #ad202b;
}
.body--light-red .filters__option__link:hover, .body--light-red .filters__option__link.is-active {
  color: #ee3036;
}
.body--magenta .filters__option__link:hover .icon, .body--magenta .filters__option__link.is-active .icon {
  fill: #d8007f;
}
.body--orange .filters__option__link:hover .icon, .body--orange .filters__option__link.is-active .icon {
  fill: #eb690b;
}
.body--red .filters__option__link:hover .icon, .body--red .filters__option__link.is-active .icon {
  fill: #ad202b;
}
.body--light-red .filters__option__link:hover .icon, .body--light-red .filters__option__link.is-active .icon {
  fill: #ee3036;
}
.is-not-touch .filters__option__link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}
.is-not-touch .filters__option__link .icon {
  -webkit-transition-property: "fill";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "fill";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.is-not-touch .body--magenta .filters__option__link:hover, .is-not-touch .body--magenta .filters__option__link.is-active {
  color: #d8007f;
}
.is-not-touch .body--magenta .filters__option__link:hover .icon, .is-not-touch .body--magenta .filters__option__link.is-active .icon {
  fill: #d8007f;
}
.is-not-touch .body--orange .filters__option__link:hover, .is-not-touch .body--orange .filters__option__link.is-active {
  color: #eb690b;
}
.is-not-touch .body--orange .filters__option__link:hover .icon, .is-not-touch .body--orange .filters__option__link.is-active .icon {
  fill: #eb690b;
}
.is-not-touch .body--red .filters__option__link:hover, .is-not-touch .body--red .filters__option__link.is-active {
  color: #ad202b;
}
.is-not-touch .body--red .filters__option__link:hover .icon, .is-not-touch .body--red .filters__option__link.is-active .icon {
  fill: #ad202b;
}
.is-not-touch .body--light-red .filters__option__link:hover, .is-not-touch .body--light-red .filters__option__link.is-active {
  color: #ee3036;
}
.is-not-touch .body--light-red .filters__option__link:hover .icon, .is-not-touch .body--light-red .filters__option__link.is-active .icon {
  fill: #ee3036;
}

.filters__selection-list {
  list-style: none;
}

.filters__selection-item {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .filters__selection-item {
    margin-right: 10px;
  }
}
.filters__selection-item:last-of-type {
  margin-right: 0;
}

.filters__selection-link {
  line-height: 35px;
}
@media (min-width: 768px) {
  .filters__selection-link {
    line-height: 50px;
  }
}
.is-not-touch .filters__selection-link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.is-not-touch .filters__selection-link .icon {
  -webkit-transition-property: "fill";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "fill";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.filters__selection-link .icon {
  width: 12px;
  height: 12px;
}
.filters__selection-link:hover {
  text-decoration: none;
}
.body--magenta .filters__selection-link:hover {
  color: #d8007f;
}
.body--orange .filters__selection-link:hover {
  color: #eb690b;
}
.body--red .filters__selection-link:hover {
  color: #ad202b;
}
.body--light-red .filters__selection-link:hover {
  color: #ee3036;
}
.body--magenta .filters__selection-link:hover .icon {
  fill: #d8007f;
}
.body--orange .filters__selection-link:hover .icon {
  fill: #eb690b;
}
.body--red .filters__selection-link:hover .icon {
  fill: #ad202b;
}
.body--light-red .filters__selection-link:hover .icon {
  fill: #ee3036;
}

/* Templates */
.main--home {
  padding-top: 0;
  margin-top: 0;
}

.home__teaser {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home__teaser {
    margin-top: 50px;
  }
}
.home__teaser a {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .home__teaser a {
    margin-bottom: 30px;
  }
}

.home__brands {
  margin-top: 30px;
}
.home__brands .root-wrap {
  padding: 20px 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 1px 0;
}

.xselling--article {
  margin-top: 30px;
}
.xselling--article .root-wrap {
  padding-top: 30px;
  border-top: 0;
}

.home__nav-accordion {
  margin-top: 20px;
}

.main--one-pager {
  padding-top: 0;
}
@media (min-width: 768px) {
  .main--one-pager {
    margin-top: -30px;
  }
}

.main--all,
.main--search {
  padding-top: 0;
  margin-top: 0;
}

.main--details {
  margin-top: 0;
}

.main--center-plan {
  padding-top: 0;
  margin-top: 0;
}

.modules--plan-list__image {
  display: block;
  max-width: 100%;
  margin-bottom: 70px !important;
}
@media (max-width: 767px) {
  .modules--plan-list__image {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .modules--plan-list {
    margin-bottom: 40px;
  }
}
.modules--plan-list .delta {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 110%;
}
@media (min-width: 768px) {
  .modules--plan-list .delta {
    margin-bottom: 30px;
  }
}
.modules--plan-list .alpha {
  margin: 40px 0 30px;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0;
  text-align: center;
}
.body--magenta .modules--plan-list .alpha {
  color: #d8007f;
}
.body--orange .modules--plan-list .alpha {
  color: #eb690b;
}
.body--red .modules--plan-list .alpha {
  color: #ad202b;
}
.body--light-red .modules--plan-list .alpha {
  color: #ee3036;
}
@media (min-width: 768px) {
  .modules--plan-list .alpha {
    font-size: 35px;
    line-height: 110%;
  }
}

.modules--plan-list__grid .grid__item:last-of-type ul:last-child {
  margin-bottom: 0;
}

.modules--plan-list__listing {
  margin-bottom: 40px;
  list-style: none;
}
.modules--plan-list__listing li {
  border-bottom: 1px solid #000;
  padding: 5px 0 6px;
}
@media (max-width: 1023px) {
  .modules--plan-list__grid--row .modules--plan-list__listing {
    margin-bottom: 0;
  }
}

.modules--plan-list__item {
  border-bottom: 1px solid #000;
  padding: 5px 0 6px;
}

@media (max-width: 1023px) {
  .modules--plan-list__grid--row {
    margin-bottom: 40px;
  }
}

.modules--plan-list__link {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  display: block;
  padding-right: 29px;
  font-size: 16px;
  line-height: 135%;
  text-decoration: none;
}
@media (max-width: 767px) {
  .modules--plan-list__link {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 135%;
  }
}
.is-touch .modules--plan-list__link {
  text-decoration: none;
}
.is-not-touch .modules--plan-list__link:hover {
  text-decoration: none;
}
.is-not-touch .body--magenta .modules--plan-list__link:hover {
  color: #d8007f;
}
.is-not-touch .body--orange .modules--plan-list__link:hover {
  color: #eb690b;
}
.is-not-touch .body--red .modules--plan-list__link:hover {
  color: #ad202b;
}
.is-not-touch .body--light-red .modules--plan-list__link:hover {
  color: #ee3036;
}
.modules--plan-list__link .shop-number {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .modules--plan-list__link .shop-number {
    top: 2px;
  }
}

.modules--plan-list__tel {
  -webkit-transition-property: "color";
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: "color";
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  display: block;
  color: #bebebe;
  text-decoration: none;
}
.is-touch .modules--plan-list__tel:hover {
  text-decoration: none;
  color: #bebebe;
}
.is-not-touch .modules--plan-list__tel:hover {
  text-decoration: none;
}
.is-not-touch .body--magenta .modules--plan-list__tel:hover {
  color: #d8007f;
}
.is-not-touch .body--orange .modules--plan-list__tel:hover {
  color: #eb690b;
}
.is-not-touch .body--red .modules--plan-list__tel:hover {
  color: #ad202b;
}
.is-not-touch .body--light-red .modules--plan-list__tel:hover {
  color: #ee3036;
}

.main--shop-detail {
  padding-top: 0;
  margin-top: 0;
}
.main--shop-detail .modules--contacts__shop-plan {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main--shop-detail .modules--contacts__shop-plan {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main--shop-detail .modules__headlines {
    margin-top: 30px;
  }
}

.main--news,
.main--post {
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .main--news,
  .main--post {
    margin-bottom: 170px;
  }
}

.main--news .modules--news__teaser {
  width: auto;
  max-width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .main--news .modules--news__teaser {
    margin-bottom: 20px;
    width: 100%;
  }
}

.main--post .modules--post__teaser {
  width: auto;
  max-width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .main--post .modules--post__teaser {
    margin-bottom: 20px;
    width: 100%;
  }
}
.main--post p {
  margin-bottom: 10px;
}
.main--post p strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}
.main--post p a {
  text-decoration: none;
}
.body--magenta .main--post p a {
  color: #d8007f;
}
.body--orange .main--post p a {
  color: #eb690b;
}
.body--red .main--post p a {
  color: #ad202b;
}
.body--light-red .main--post p a {
  color: #ee3036;
}
.main--post p a:hover {
  text-decoration: underline;
}

.modules--post__article {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .modules--post__article {
    margin-bottom: 25px;
  }
}

.modules--news__link {
  display: block;
  margin-bottom: 40px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .modules--news__link {
    text-align: center;
  }
}
.modules--news__link:hover {
  text-decoration: none;
}
.modules--news__link p {
  margin-bottom: 10px;
}
.modules--news__link p strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}
.body--magenta .modules--news__link .read-more {
  color: #d8007f;
}
.body--orange .modules--news__link .read-more {
  color: #eb690b;
}
.body--red .modules--news__link .read-more {
  color: #ad202b;
}
.body--light-red .modules--news__link .read-more {
  color: #ee3036;
}
.modules--news__link .read-more:hover {
  cursor: pointer;
  text-decoration: underline;
}

.modules--news__headline,
.modules--post__headline {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 110%;
}
@media (max-width: 767px) {
  .modules--news__headline,
  .modules--post__headline {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1;
  }
}

.main--gallery {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .main--gallery {
    margin-bottom: 170px;
  }
}

.modules--gallery .gamma--second {
  margin-bottom: 7px;
}
.modules--gallery .text-from-rte a {
  text-decoration: underline;
}

.modules--gallery__content {
  max-width: 70%;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .modules--gallery__content {
    max-width: 100%;
    margin-top: 30px;
  }
}

.modules--gallery__content--below {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .modules--gallery__content--below {
    margin-top: 45px;
  }
}

.modules--gallery__content--centered {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.modules--gallery__headline {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 110%;
}
@media (max-width: 767px) {
  .modules--gallery__headline {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1;
  }
}

.modules--gallery__images-wrap {
  margin-top: 30px;
}

.modules--gallery__images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media (max-width: 767px) {
  .modules--gallery__images {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.modules--gallery__link {
  -webkit-flex-basis: 220px;
  -moz-flex-basis: 220px;
  -ms-flex-basis: 220px;
  flex-basis: 220px;
  max-width: 350px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.modules--gallery__link:hover {
  text-decoration: none;
}
@media (max-width: 479px) {
  .modules--gallery__link {
    -webkit-flex-basis: calc(50% - 5px);
    -moz-flex-basis: calc(50% - 5px);
    -ms-flex-basis: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .modules--gallery__link:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .modules--gallery__link {
    -webkit-flex-basis: calc(50% - 10px);
    -moz-flex-basis: calc(50% - 10px);
    -ms-flex-basis: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .modules--gallery__link:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--gallery__link {
    -webkit-flex-basis: 230px;
    -moz-flex-basis: 230px;
    -ms-flex-basis: 230px;
    flex-basis: 230px;
  }
}

.modules--gallery__image {
  height: 100%;
  width: 100%;
}

.modules--gallery__slider--full {
  margin-bottom: 70px;
}
.modules--gallery__slider--full .slider--media {
  margin-top: 30px;
}

.modules--gallery__slider--split {
  margin-bottom: 70px;
}
.modules--gallery__slider--split .modules--gallery__content {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .modules--gallery__slider--split .slider--media {
    margin-top: 30px;
  }
  .modules--gallery__slider--split .modules--gallery__content--right {
    margin-top: 45px;
  }
}
@media (max-width: 1023px) {
  .modules--gallery__slider--split {
    margin-bottom: 50px;
  }
}

.slider--media {
  /* big images */
  /* thumbs */
  /* slider with pager */
  /* controlls */
  /* pager */
}
.slider--media .slider__wrapper {
  padding: 0;
  margin: 0;
}
.slider--media .slider__wrapper figcaption {
  margin-top: 7px;
}
.slider--media .slider__thumbs {
  margin-top: 35px;
  padding: 0;
}
.slider--media--pager {
  padding-bottom: 30px;
}
.slider--media .bx-viewport {
  z-index: 700;
}
.slider--media .bx-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider--media .bx-controls .bx-controls-direction {
  position: relative;
  top: 50%;
  z-index: 702;
}
.slider--media .bx-controls .bx-controls-direction .bx-prev,
.slider--media .bx-controls .bx-controls-direction .bx-next {
  content: '';
  background-size: 100% 100%;
  background-image: url("../Images/spritefiles/chevron-large.svg");
  width: 26px;
  height: 50px;
  position: absolute;
  top: 0;
  margin-top: -25px;
  display: block;
}
.slider--media .bx-controls .bx-controls-direction .bx-prev.disabled,
.slider--media .bx-controls .bx-controls-direction .bx-next.disabled {
  opacity: .4;
  cursor: default;
}
@media (max-width: 479px) {
  .slider--media .bx-controls .bx-controls-direction .bx-prev,
  .slider--media .bx-controls .bx-controls-direction .bx-next {
    width: 13px;
    height: 25px;
    margin-top: -13px;
  }
}
.slider--media .bx-controls .bx-controls-direction .bx-prev {
  left: 15px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slider--media .bx-controls .bx-controls-direction .bx-next {
  right: 15px;
}
.slider--media .bx-pager {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  text-align: center;
}
.slider--media .bx-pager div {
  display: inline-block;
}
.slider--media .bx-pager div:not(:last-child) {
  margin-right: 10px;
}
.slider--media .bx-pager div a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #000;
}
.slider--media .bx-pager div a.active {
  background-color: #000;
}

.main--video {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .main--video {
    margin-bottom: 170px;
  }
}

.modules--video .video-container {
  position: relative;
  padding: 30px 0 56.25%;
  height: 0;
  overflow: hidden;
}
.modules--video .video-container iframe,
.modules--video .video-container object,
.modules--video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modules--video__content {
  max-width: 70%;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .modules--video__content {
    max-width: 100%;
    margin-top: 30px;
  }
}

.modules--video__content--centered {
  text-align: center;
}

.modules--video__content--below {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .modules--video__content--below {
    margin-top: 45px;
  }
}

.modules--video__headline {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 110%;
}
@media (max-width: 767px) {
  .modules--video__headline {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1;
  }
}

.modules--video__wrapper--full {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .modules--video__wrapper--full {
    margin-bottom: 40px;
  }
}

.modules--video__wrapper--split {
  margin-bottom: 70px;
}
.modules--video__wrapper--split .modules--video__content {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .modules--video__wrapper--split .video-container {
    margin-top: 30px;
  }
  .modules--video__wrapper--split .modules--video__content--right {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .modules--video__wrapper--split {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modules--video__wrapper--split {
    margin-bottom: 50px;
  }
}

.modules--video__wrapper--center {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .modules--video__wrapper--center {
    margin-bottom: 30px;
  }
}

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