/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5 {
    color: #0099FF;
    font-weight: 300;
    letter-spacing:2px;
    line-height: 1.2em;
    margin-top: 0.1em;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}

h1 {
    color: #ffffff;
    font-size: 3.75rem;
}

h2 {
    font-size: 3.75rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.25rem;
}

h5 {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

p {
    margin-bottom: 0;
}

dl, ol, ul, li, dd, dt {
    margin: 0;
    list-style: none inside;
    padding: 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #ff6a00;
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
    max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}


/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, serif;
    font-size: 1em;
    line-height: 1.4;
}

body {
    background: #000000;
    margin-top: 100vh;
    padding-top: 500px;
}

body.subPage {
    margin-top: 0;
    padding-top: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Layout
   ========================================================================== */

.rows {
    align-content: space-around;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.row {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.row--right {
    align-self: flex-end;
}

.columns {
    align-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.column {
    align-self: flex-start;
    -webkit-flex: 1 1 250px;
    flex: 1 1 250px;
    -ms-flex: 1 1 auto;
    max-width: 100%;
    min-width: 250px;
}

.column.row {
    min-width: 100% !important;
}

.columns--auto .column {
    flex-basis: auto;
    min-width: 0;
}

.columns--center .column {
    text-align: center;
}

.columns--middle {
    align-items: center;
}

.column--quad {
    flex-grow: 4;
    min-width: 1000px;
}

.column--tripple {
    flex-grow: 3;
    min-width: 750px;
}

.column--double {
    flex-grow: 2;
    min-width: 500px;
}

.column--halved {
    flex: 1 2 125px;
    min-width: 125px;
    width: 50%;
}

.column--maxHalf {
    max-width: 50%;
    width: 50%;
}

.column--third {
    flex-shrink: 3;
    min-width: 250px;
    width: 33%;
}

.column--maxThird {
    max-width: 33%;
    min-width: 250px;
    width: 33%;
}

.column--fourth {
    flex-shrink: 4;
    min-width: 250px;
    width: 25%;
}

.column--maxFourth {
    max-width: 25%;
    min-width: 250px;
    width: 25%;
}

.column--fifth {
    flex-shrink: 5;
    min-width: 250px;
    width: 20%;
}

.column--maxFifth {
    max-width: 20%;
    min-width: 250px;
    width: 20%;
}

.column--maxSixth {
    max-width: 16.66%;
    min-width: 250px;
    width: 16.66%;
}

/* -------------------------------------------------------------------------- */

.no-flexbox .rows {
    display: block;
    flex-flow: nowrap;
}

.no-flexbox .rows:before, .no-flexbox .rows:after {
    clear: both;
    content: ' ';
    display: table;
}

.no-flexbox .columns {
    display: block;
    flex-flow: nowrap;
}

.no-flexbox .row {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.no-flexbox .row.row--right {
    float: right;
}

.no-flexbox .row:before, .no-flexbox .row:after {
    clear: both;
    content: ' ';
    display: table;
}

.no-flexbox .row:after {
    clear: both;
}

.no-flexbox .column {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    float: left;
}

.no-flexbox .column.column--right {
    float: right;
}

/* ==========================================================================
   Generic components
   ========================================================================== */

.button {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    transition: 200ms background ease, 200ms color ease, 200ms border ease;
}

.button--black {
    border-color: #000000;
    color: #000000;
}

.button:hover, .button:focus, .button:active {
    background-color: #ff6a00;
    border-color: #ff6a00;
    color: #ffffff;
}

.title--black {
    color: #000000;
}

.link--big {
    font-size: 1.375rem;
}

.link--big:before {
    background: transparent url(../img/chevron.svg) no-repeat scroll center top;
    background-size: contain;
    content: '>';
    color: transparent;
    display: inline;
    font-size: 0.7em;
    margin-right: 0.5em;
}

.link--black {
    color: #000000;
}

.link--black.link--big:before {
    background-image: url(../img/chevron-black.svg);
}

.link--active {
    color: #ff6a00;
}

.video__thumb {
    margin-bottom: 1rem;
}

.video__label {
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.video__wrapper {
    height: 0;
    left: 0;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    position: fixed;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    z-index: 150;
}

.video__container {
    position: absolute;
    height: 90%;
    width: 90%;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    max-height: 528px;
    max-width: 960px;
    transform: translate(-50%, -50%);
}

.video {
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.video__close {
    background: #ff6a00;
    display: block;
    height: 1.5rem;
    padding: 0.75rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1.5rem;
}

.list {
    margin-bottom: 1rem;
}

.list__item {
    margin-bottom: 0.75rem;
}

.list__item--check {
    background: transparent url(../img/check.svg) no-repeat scroll left 0.3rem;
    background-size: 0.8rem auto;
    padding-left: 1.5rem;
}

.paragraph--small {
    color: #aaaaaa;
    font-size: 0.875rem;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.js-header__absolute {
}

.header {
    background: transparent none no-repeat scroll 0 center;
    background-size: cover;
    height: 100vh;
    left: 0;
    padding: 0 5%;
    position: fixed;
    text-align: center;
    top: 0;
    transition: height 100ms ease;
    width: 90%;
}

.js-header__wide .header {
    background-size: 3000% auto;
}

.js-header__absolute .header {
}

.header.header__play {
    animation: play 1s steps(9) forwards;
}

@keyframes play {
    100% { background-position-x: 100%; }
}

.header:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.55+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    content: '';
    display: block;
    height: 60vh;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 200ms ease;
    width: 100%;
    z-index: 0;
}

.header:after {
    background: transparent url(../img/arrow_down.svg) no-repeat scroll center center;
    background-size: contain;
    bottom: 2rem;
    content: '';
    display: block;
    height: 3rem;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 3rem;
}

.preloader {
    background: transparent url(../img/background.jpg) no-repeat scroll 60% center;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.js-header__wide .preloader {
    background-size: 100% auto;
}

.header__title {
    display: inline-block;
    left: 50%;
    line-height: 1.1;
    max-width: 75em;
    padding: 0.25em 5%;
    position: absolute;
    text-align: left;
    transform: translate3d(-50%,-50%,0);
    top: 50%;
    width: 90%;
}

.header__title > * {
    max-width: 32rem;
}

.header__paragraph {
    font-size: 1.25rem;
    line-height: 1.4;
}

.header__videos {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate3d(0,-50%,0);
    width: 9.5rem;
}

.header__videos__teaser,
.header__videos__full {
    display: block;
    font-size: 0.75rem;
    margin: 0;
    text-transform: uppercase;
}

.header__videos__teaser {
    margin-bottom: 2rem;
}

.shiw {
    background: rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 90;
}

.shiw--white {
    background: rgba(255,255,255, 0.5);
}

.js-teaser--open .shiw {
    display: block;
    z-index: 111;
}

.menu {
    background: transparent none scroll no-repeat left top;
    height: 100px;
    padding: 2rem 5% 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: background 200ms ease, padding-top 200ms ease;
    width: 90%;
    z-index: 100;
}

.js-header__absolute .menu {
    background-color: rgba(0,0,0,0.8);
    padding-top: 0;
}

.menu--white {
    background-color: rgba(255,255,255,.8);
}

.menu:before {
    background: transparent url(../img/sandvik.svg) no-repeat scroll center center;
    background-size: auto 40%;
    content: '';
    display: block;
    height: 100%;
    max-height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.menu__button {
    background: transparent none no-repeat scroll center top;
    background-size: 90% auto;
    display: none;
    font-size: 6px;
    height: 6em;
    letter-spacing: 1px;
    line-height: 0.9;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    width: 1.6rem;
    z-index: 101;
}

.menu__button--black {
    color: #000000;
}

.js-menu--open .menu__button--black {
    color: #ffffff;
}


.menu__button:hover {
    color: #ff6a00;
}

.menu__button__icon {
    width: 100%;
    height: 3em;
    display: block;
    position: relative;
    margin: 1em auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.menu__button__icon__1,
.menu__button__icon__2,
.menu__button__icon__3,
.menu__button__icon__4 {
    display: block;
    position: absolute;
    height: 0.5em;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu__button--black .menu__button__icon__1,
.menu__button--black .menu__button__icon__2,
.menu__button--black .menu__button__icon__3,
.menu__button--black .menu__button__icon__4 {
    background: #000000;
}

.js-menu--open .menu__button--black .menu__button__icon__1,
.js-menu--open .menu__button--black .menu__button__icon__2,
.js-menu--open .menu__button--black .menu__button__icon__3,
.js-menu--open .menu__button--black .menu__button__icon__4 {
    background: #ffffff;
}

.menu__button:hover .menu__button__icon__1,
.menu__button:hover .menu__button__icon__2,
.menu__button:hover .menu__button__icon__3,
.menu__button:hover .menu__button__icon__4 {
    background: #ff6a00;
}

.menu__button__icon__1 {
    top: 0;
}

.menu__button__icon__2, .menu__button__icon__3 {
    top: 1.1em;
}

.menu__button__icon__4 {
    top: 2.25em;
}

.js-menu--open .menu__button__icon__1 {
    top: 18px;
    width: 0%;
    left: 50%;
}

.js-menu--open .menu__button__icon__2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-menu--open .menu__button__icon__3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-menu--open .menu__button__icon__4 {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu__inner {
    height: 100%;
    margin: 0 auto;
    max-width: 75em;
    width: 100%;
    justify-content: space-between;
}

.menu__left, .menu__right {
    justify-content: flex-start;
    height: 100px;
    width: 45%;
    margin: 0 -1rem;
}

.menu__right {
    justify-content: flex-end;
}

.menu__link {
    align-self: center;
    color: #ffffff;
    flex: 0 1 auto;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin: 0 1rem;
    min-width: 0;
    text-transform: uppercase;
}

.menu__link--black {
    color: #000000;
}

.menu__link--active {
    color: #ff6a00;
}

.content__holder {
    background: #000000;
    position: relative;
    z-index: 0;
}

.divider {
    bottom: 99.99%;
    display: block;
    height: auto;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.divider path {
    width: 100%;
}

.content__section {
    margin: 0 auto 7.5vw;
    max-width: 75em;
    padding: 0 5%;
    position: relative;
    width: 90%;
}

.content__section--grey {
    background: #f4f4f4;
    padding: 5%;
}

.content__section--fadeOut:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    content: '';
    display: block;
    height: 60%;
    left: 0;
    position: absolute;
    width: 100%;
}

.content__section--screenWidth {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.content__section--screenWidth > .content__section__inner {
    margin: 7.5% auto;
    max-width: 75em;
    padding: 0 5%;
    position: relative;
    width: 90%;
}

.content__section--screenHeight {
    box-sizing: border-box;
    margin-bottom: 0;
    min-height: 100vh;
    padding: 5% 0 0;
}

.content__section--screenHeight > .content__section__inner  {
    height: 100%;
}

.content__section--screenWidth.content__section--screenHeight > .content__section__inner {
    margin-top: 0;
}

.content {
    background: transparent none scroll no-repeat left center;
    background-size: 50% auto;
    box-sizing: border-box;
    padding: 1rem 0;
}

.content--bgRight {
    background-position: right center;
}

.content--centered {
    text-align: center;
}

.content--right {
    text-align: right;
}

.content--narrow {
    max-width: 36rem;
}

.content--thin {
    max-width: 23.5em;
}

.content--muchPadding {
    padding: 5rem;
}

.content__header {
    max-width: 65%;
    width: 43rem;
}

.content__header--centered {
    margin-right: auto;
    margin-left: auto;
}

.content__table {
    border-collapse: collapse;
    font-size: 0.875rem;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.content__table--marginTop {
    margin-top: 2rem;
}

.content__table__thead {}
.content__table__tbody {}
.content__table__row {}
.content__table__cell {
    border-bottom: 1px solid rgba(97,97,97,0.23);
    padding: 0.5rem 0;
}
.content__table__cell--head {
    border-bottom-color: rgb(97,97,97);
    font-size: 0.75rem;
    font-weight: normal;
    padding-top: 2rem;
    text-align: left;
    text-transform: uppercase;
}

.content__table__thead:first-child .content__table__cell--head {
    padding-top: 0.5rem;
}

.content__table__cell--sixth {
    width: 16.66%
}

.content__table__cell--center {
    text-align: center;
}

.content__table__cell--right {
    text-align: right;
}

.content__paragraph {
    max-width: 45%;
    width: 36rem;
}

.content__paragraph--center {
    margin-left: auto;
    margin-right: auto;
}

.content__section__videos {
    display: none;
}

.content__videos {
    margin: 0 -2.5%;
}

.content__videos__teaser,
.content__videos__full {
    margin-right: 2.5%;
    margin-left: 2.5%;
    min-width: 45%;
}

.content__safest__paragraph {
    max-width: 90%;
}

.content__productivity {
    background-image: url(../img/drill_in_ground.jpg);
    background-position: left center;
}

.content__collaring {
    align-self: stretch;
    background-image: url(../img/drilling_machine.jpg);
    margin-right: 2.5%;
    background-position: right 1rem;
}

.content__footValve {
    align-self: stretch;
    background-image: url(../img/drilling_on_hill.jpg);
    background-position: right 1rem;
    justify-content: flex-start;
    margin-left: 2.5%;
}

.content__section__airConsumption {
    background-attachment: fixed;
    background-image: url(../img/drill_sticking_out.jpg);
    background-position: 33% top;
    background-size: cover;
}

.content__airConsumption {
}

.content__airConsumption_title {
    color: #ffffff;
}

.content__section__airCycle {
    align-items: stretch;
    margin: 5% -0.5em 0;
}

.content__airCycle,
.content__airCycleBenefit,
.content__airCycleValue {
    align-self: stretch;
    border-bottom: 1px solid rgba(255,255,255,0.22);
    box-sizing: border-box;
    margin: 0 0.5rem;
    max-width: 23.5em;
}

.airCycle__title {
    border-bottom: 1px solid rgba(255,255,255,0.22);
    color: #ff6a00;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.airCycle__feature {
    color: #ffffff;
    font-size: 2rem;
    text-transform: none;
}

.content__section__drillingAccuracy {
    justify-content: flex-start;
}

.content__drillingAccuracy {
    z-index: 1;
}

.content__section__drillMap {
    position: absolute;
    min-height: 670px;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
}

.content__drill__container {
    width: 100%;
}

.content__drillMap__image {
    display: block;
    height: auto;
    margin: 0 auto;
    transform: rotate3d(0,0,0,0);
    transition: transform 200ms ease, width 200ms ease, height 200ms ease;
    width: 90%;
}

.content__drillMap__list {
    display: block;
    height: 100%;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: transform 200ms ease, width 200ms ease, height 200ms ease;
    width: 100%;
}

.content__drillTerm {
    background-color: #ff6a00;
    border-radius: 9999px;
    color: #000000;
    display: none;
    font-size: 0.75rem;
    font-weight: bold;
    height: 1.1rem;
    right: 100%;
    line-height: 1.5em;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 1.1rem;
}

.content__drillTerm__retaining { left: 18%; top: 4%; }
.content__drillTerm__shank { left: 31%; top: 1%; }
.content__drillTerm__valve { left: 34%; top: -1%; }
.content__drillTerm__piston { left: 45%; top: -1%; }
.content__drillTerm__grooves { left: 61%; top: -2%; }
.content__drillTerm__vlock { left: 84%; top: -2%; }

.content__drillDesc {
    left: 0;
    top: 0;
    max-width: 15%;
    padding-left: 0.5rem;
    position: absolute;
    width: 11.5rem;
}

.content__drillDesc--right {
    padding-right: 0.5rem;
    padding-left: 0;
    text-align: right;
}

.content__drillDesc:before {
    border-left: 1px solid #ff6a00;
    content: '';
    display: block;
    height: 100px;
    left: -9px;
    position: absolute;
    top: -99px;
    width: 1px;
}

.content__drillDesc--right:before {
    left: auto;
    right: -9px;
}

.content__drillDesc__retaining { left: 23%; top: auto; bottom: 0; }
.content__drillDesc__shank { left: 38%; top: 73%; }
.content__drillDesc__valve { left: 37%; top: 27%; }
.content__drillDesc__piston {   left: 56%; top: 59%; }
.content__drillDesc__grooves { left: auto; max-width: 30%; right: 37%; width: 18.5rem; top: 0; }
.content__drillDesc__vlock { left: 80%; max-width: 20%; top: 40%; }

.content__drillDesc__retaining:before {
    height: 37px;
    top: -36px;
}

.content__drillDesc__shank:before {
    height: 72px;
    top: -71px;
}

.content__drillDesc__valve:before {
    height: 200px;
    top: 1px;
}

.content__drillDesc__grooves:before {
    height: 240px;
    top: 1px;
}

.content__drillDesc__nr {
    background-color: #ff6a00;
    border-radius: 9999px;
    color: #000000;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    height: 1.1rem;
    right: 100%;
    line-height: 1.5em;
    position: absolute;
    text-align: center;
    top: -0.1em;
    vertical-align: middle;
    width: 1.1rem;
}

.content__drillDesc--right .content__drillDesc__nr {
    left: 100%;
    right: auto;
}

.drillMap__paragraph {
    margin-top: 0.5rem;
}

.content__section__bigHammer {
    background-attachment: fixed;
    background-image: url(../img/end_of_drill.jpg);
    background-position: right bottom;
    background-size: cover;
}

.bigHammer__list {
    margin-left: -1.5rem;
}

.bigHammer__buttonHolder {
    margin-top: 5rem;
}

.content__teaser {
    display: none;
}

.js-teaser--open .content__teaser {
    display: block;
}

.video__teaser {
}

/* --- SUB PAGE SPECIFICS ---*/

body.subPage .menu {
    background-color: rgba(0,0,0,0.8);
    padding-top: 0;
}

body.subPage .menu--white {
    background-color: rgba(255,255,255,.8);
}

/* --- TECHNICAL SPECIFICATIONS PAGE SPECIFICS ---*/

body.technicalSpecifications {
    background: #ffffff;
    color: #000000;
}

body.technicalSpecifications .content__holder {
    background: #ffffff;
    color: #000000;
}

body.technicalSpecifications .content__header {
    padding-top: 25vh;
    padding-bottom: 12.5vh;
}

.content__section__generalSpecs {
    box-sizing: border-box;
}

.content__generalSpecs {
    box-sizing: border-box;
}

.bitShankImage {
    max-width: 100px;
}

/* --- FOOTER ----------------------------------- */

.footer {
    background: #000000;
    position: relative;
}

.footer--white {
    background: #ffffff;
}

.footer__menu {
    justify-content: flex-start;
    margin: 0 auto 2rem;
    max-width: 75rem;
    padding: 0 5%;
    position: relative;
    z-index: 2;
    width: 90%;
}

.footer__navigation,
.footer__about,
.footer__contact {
}

.footer__navigation {
    min-width: 16rem;
}

.footer__navigation__link {
    font-size: 1.375rem;
}

.footer__about {
}

.footer__contact {
    position: absolute;
    right: 5%;
    top: auto;
}

.footer__category {
    margin-bottom: 1.5rem;
}

.footer__title {
    color: #ffffff;
    font-size: 1.375rem;
    text-transform: none;
}

.footer__title--black {
    color: #000000;
}

.footer__paragraph {
    margin-top: 0;
}

.footer__social {
    border-top: 1px solid rgba(151,151,151,0.6);
    padding: 0 5%;
    position: relative;
    width: 90%;
    z-index: 1;
}

.footer__social__menu {
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 75rem;
    min-height: 7rem;
    position: relative;
    width: 100%;
}

.footer__social__menu:before {
    background: transparent url(../img/man.png) no-repeat scroll center bottom;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    height: 402px;
    max-width: 59%;
    position: absolute;
    right: 17%;
    width: 546px;
    z-index: -1;
}

.social__sandvik,
.social__linkedin,
.social__twitter,
.social__youtube,
.social__facebook {
    background: transparent none no-repeat scroll center center;
    background-size: contain;
    align-self: center;
    color: transparent;
    height: 1.5rem;
    margin-right: 1.5rem;
    max-height: 1.125rem;
    max-width: 1.125rem;
    min-width: 16px;
    width: 1.125rem;
    text-indent: -9999px;
}

.social__sandvik {
    background-image: url(../img/sandvik.svg);
    position: absolute;
    display: block;
    height: 2rem;
    left: 0;
    max-height: 2rem;
    max-width: 5.25rem;
    top: auto;
    width: 5.25rem;
}

.social__linkedin {
    background-image: url(../img/linkedin.svg);
}

.social__twitter {
    background-image: url(../img/twitter.svg);
}

.social__youtube {
    background-image: url(../img/youtube.svg);
}

.social__facebook {
    background-image: url(../img/facebook.svg);
    margin-right: 0;
}

.browserupgrade {
    background: lightyellow;
    box-sizing: border-box;
    color: #000000;
    display: block;
    left: 0;
    margin: 0;
    padding: 0.5em;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.browserupgrade__link {
    color: #0099FF;
    text-decoration: underline;
}

/* ==========================================================================
   No-flexbox fixes
   ========================================================================== */

.no-flexbox .menu__link {
    margin-top: 40px;
}

.no-flexbox .menu__link.button {
    margin-top: 30px;
}

.flexboxtweener .content__section__videos,
.no-flexbox .content__section__videos {
    display: none;
}

.flexboxtweener .content__collaring,
.no-flexbox .content__collaring,
.flexboxtweener .content__footValve,
.no-flexbox .content__footValve {
    width: 45%;
}

.flexboxtweener .footer__social__menu,
.no-flexbox .footer__social__menu {
    height: auto;
    margin-top: 3rem;
}

.flexboxtweener .social__linkedin,
.no-flexbox .social__linkedin {
    margin-right: 0;
}

.flexboxtweener .social__facebook,
.no-flexbox .social__facebook {
    margin-right: 1.5rem;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

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

    .content__section__drillingAccuracy {
        padding-bottom: 5%;
    }

    .content__section__drillMap {
        position: relative;
        top: auto;
        transform: none;
    }

    .content__drillMap__image {
        margin-bottom: -27%;
        transform: rotate3d(0,0,1,25deg);
    }

    .content__drillMap__list {
        height: auto;
        left: auto;
        padding-top: 12.5%;
        position: relative;
        top: auto;
        transform: translate3d(0,0,0);
        width: 100%;
    }

    .content__drillTerm {
        display: inline-block;
    }

    .content__drillDesc {
        left: auto;
        margin: 2rem auto 0;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0.5rem;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
        width: 23.5em;
    }

    .content__drillDesc:before {
        display: none;
    }

    .content__drillDesc--right .content__drillDesc__nr {
        left: auto;
        right: 100%;
    }

    .footer__menu {
        justify-content: space-between;
        margin-right: -1rem;
        margin-left: -1rem
    }

    .footer__navigation,
    .footer__about,
    .footer__contact {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .footer__about,
    .footer__contact {
        max-width: none;
    }

    .footer__contact {
        position: relative;
        right: auto;
        top: auto;
    }

    .footer__social {
        border-top: none;
    }

    .footer__social__menu {
        margin-top: 201px;
    }

    .footer__social__menu:before {
        background: transparent url(../img/man.png) no-repeat scroll right bottom;
        background-size: contain;
        bottom: 100%;
        height: 201px;
        max-width: none;
        right: 5%;
        width: 100%;
    }

    .footer__social__menu {
        border-top: 1px solid rgba(151, 151, 151, 0.6);
    }
}

@media only screen and (max-width: 1024px) {
    .column--quad {
        min-width: 750px;
    }

    .preloader,
    .header,
    .menu,
    .content__holder,
    .footer {
        transition: transform 200ms ease;
        transform: translate3d(0,0,0);
    }
    .menu {
        padding-top: 0;
        transition: transform 200ms ease, background 200ms ease;
        transform: translate3d(0,0,0);
    }

    .js-header__absolute .menu {
        background-color: rgba(0,0,0,0.8);
    }

    .js-header__absolute.js-menu--open .menu {
        background-color: rgba(0,0,0,0);
    }

    .menu:before {
        z-index: 100;
    }

    .menu__link--black {
        color: #ffffff;
    }

    .menu__link--black.menu__link--active {
        color: #ff6a00;
    }

    .js-menu--open .preloader,
    .js-menu--open .header,

    .js-menu--open .content__holder,
    .js-menu--open .footer {
        transform: translate3d(-125px,0,0);
    }

    .js-menu--open .menu__inner {
        transform: translate3d(-250px,0,0);
    }
    .js-menu--open .shiw {
        display: block;
    }

    .menu {
        height: 80px;
    }

    .menu:before {
        background-position: center 50%;
        background-size: auto 25%;
    }

    .menu__button {
        display: block;
    }

    .menu__inner {
        background: #000000;
        height: 100vh;
        left: 100%;
        position: fixed;
        transition: transform 200ms ease;
        top: 0;
        width: 250px;
    }

    .menu__left, .menu__right {
        flex-flow: column;
        height: auto;
        margin: 0;
        width: 100%;
    }

    .menu__link {
        align-self: flex-start;
        font-size: 1.375rem;
        line-height: 1.1;
        margin: 0;
        padding: 0.8rem 1rem;
        text-transform: none;
    }

    .menu__link.button {
        border: none;
    }

    .content__section__collaringFoot {
        padding: 0;
        width: 100%;
    }

    .content__collaring, .content__footValve {
        margin-right: 5%;
        margin-left: 5%;
        background: none;
    }

    .content__collaring:before, .content__footValve:before {
        background: transparent url(../img/drilling_machine.jpg) scroll no-repeat center 60%;
        background-size: cover;
        bottom: auto;
        content: '';
        display: block;
        height: 33vh;
        left: auto;
        margin-bottom: 1rem;
        position: relative;
        width: 100%;
        z-index: -1;
    }

    .content__footValve:before {
        background-image: url(../img/drilling_on_hill.jpg);
        background-position: center 25%;
    }


    .content__collaring .content__header, .content__footValve .content__header,
    .content__collaring .content__paragraph, .content__footValve .content__paragraph {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .column--quad,
    .column--tripple {
        min-width: 500px;
    }

    .header__videos {
        display: none;
    }

    .content__section--screenHeight > .content__section__inner  {
        height: auto;
    }

    .content__section__videos {
        display: flex;
    }

    .content--muchPadding {
        padding: 1rem 0;
    }

    .content__productivity__header, .content__productivity__paragraph {
        align-self: flex-start;
        max-width: 100%;
        width: 100%;
    }

    .content__productivity__paragraph {
        max-width: 100%;
    }

    .content__productivity,
    .content__section__airConsumption,
    .content__section__bigHammer {
        background-image: none;
    }

    .content__productivity:before,
    .content__section__airConsumption:before,
    .content__section__bigHammer:before {
        background: transparent url(../img/drill_in_ground.jpg) scroll no-repeat center top;
        background-size: cover;
        bottom: auto;
        content: '';
        display: block;
        height: 50vh;
        left: auto;
        position: relative;
        width: 100%;
        z-index: -1;
    }

    .content__productivity:before {
        margin-right: -2.5%;
        margin-left: -2.5%;
        width: 105%;
    }

    .content__section__airConsumption:before {
        background-image: url(../img/drill_sticking_out.jpg);
    }

    .content__section__bigHammer:before {
        background-image: url(../img/end_of_drill.jpg);
        background-position: right top;
    }

    .content__productivity__header,
    .content__airConsumption,
    .content__bigHammer {
        margin-top: -15vh;
    }

    .bigHammer__list {
        margin-left: 0;
    }

    .footer__about {
        max-width: none;
    }
}

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

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

    h1, h2, h3 {
        font-size: 2.25rem;
    }

    h4 {
        font-size: 1.625rem;
    }

    .column--quad,
    .column--tripple,
    .column--double {
        min-width: 100%;
    }

    .column--halved, .column--fourth, .column--fifth {
        flex-shrink: 1;
        max-width: none;
    }

    .header:after {
        display: none;
    }

    .header__title {
        bottom: 5%;
        left: 0;
        transform: none;
        top: auto;
        width: 90%;
    }

    .content--thin {
        max-width: 100%;
    }

    .content__section__airCycle {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-height: 450px) {
    h1, h2, h3 {
        font-size: 2.25rem;
    }

    h4 {
        font-size: 1.625rem;
    }

    .header:after {
        display: none;
    }

    .header__title {
        bottom: 5%;
        left: 0;
        transform: none;
        top: auto;
        width: 90%;
    }
}

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

    body {
        padding-bottom: 60px;
    }

    .column {
        min-width: 100%;
    }

    .column--halved {
        min-width: 50%;
    }

    .column--fourth {
        min-width: 25%;
    }

    .column--fifth {
        min-width: 20%;
    }

    .header:before {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.55+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-9 */
        bottom: 0;
        top: auto;
    }

    .header__title {
        bottom: 140px;
    }

    .menu {
        bottom: 0;
        top: auto;
    }

    .menu:before {
    }

    .menu__button {
        bottom: 18px;
        top: auto;
    }

    .menu__inner {
        bottom: 0;
        top: auto;
    }

    .menu__inner, .menu__left, .menu__right, .menu__link {
        min-width: 0;
    }

    .content__videos__teaser,
    .content__videos__full {
        min-width: 45%;
    }

    .content__section__collaringFoot {
        margin-right: 0;
        margin-left: 0;
    }

    .content__collaring, .content__footValve {
        min-width: 90%;
    }

    .footer__social__menu {
        justify-content: space-around;
        min-height: 5rem;
    }

    .social__sandvik, .social__linkedin, .social__twitter, .social__youtube, .social__facebook {
        margin: 0;
        min-width: 0;
    }

    .social__sandvik {
        display: none;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .menu, .footer {
        display: none;
    }

    .body.technicalSpecifications .content__header {
        padding: 0;
    }
}
