@charset "UTF-8";

/*
Foundation for Sites components:
Import the building blocks you need for your project.
Reducing the number of imported components will optimize page speed.
---------------------------------------------------------------------
The Foundation framework is built by Zurb
Licensed under MIT Open Source
*/


/**
* Foundation for Sites by ZURB
* Version 6.3.0
* foundation.zurb.com
* Licensed under MIT Open Source
*/

#wpadminbar {
    position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem;
}

.wp-caption>figcaption {
    max-width: 100%;
    font-size: 0.8rem;
    color: #999;
    padding: 0.25rem 0;
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: 0.625rem 0;
}

.alignleft {
    float: left;
    padding-right: 1rem;
    margin: 0;
}

.alignright {
    float: right;
    padding-left: 1rem;
    margin: 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */


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


/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/

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


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


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

body {
    margin: 0;
}


/**
* 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 {
    font-size: 2em;
    margin: 0.67em 0;
}


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


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

figcaption,
figure {
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


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

main {
    display: block;
}


/**
* 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 */
}


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


/**
* 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 */
}


/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/

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


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


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

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


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

b,
strong {
    font-weight: inherit;
}


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

b,
strong {
    font-weight: bolder;
}


/**
* 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;
}


/**
* 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.
*/

button {
    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"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
* Remove the inner border and padding in Firefox.
*/
    /**
* Restore the focus styles unset by the previous rule.
*/
}

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

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


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

input {
    overflow: visible;
}


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

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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 */
}


/**
* Change the border, margin, and padding in all browsers (opinionated).
*/

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


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

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    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;
}


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


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

details {
    display: block;
}


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

summary {
    display: list-item;
}


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

menu {
    display: block;
}


/* 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;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.row::before,
.row::after {
    display: table;
    content: ' ';
}

.row::after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

.column.row.row,
.row.row.columns {
    float: none;
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

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

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

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

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

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

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

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

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

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

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

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

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

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

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

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

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

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

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

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

.small-12 {
    width: 100%;
}

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

.small-up-1>.column,
.small-up-1>.columns {
    float: left;
    width: 100%;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
    float: left;
    width: 50%;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
    float: left;
    width: 33.33333%;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
    float: left;
    width: 25%;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
    float: left;
    width: 20%;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
    float: left;
    width: 16.66667%;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
    float: left;
    width: 14.28571%;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
    float: left;
    width: 12.5%;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}

.expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

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

.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media print,
screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        float: left;
        width: 100%;
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left;
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        float: left;
        width: 50%;
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left;
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        float: left;
        width: 33.33333%;
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left;
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        float: left;
        width: 25%;
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left;
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        float: left;
        width: 20%;
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left;
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        float: left;
        width: 16.66667%;
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left;
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        float: left;
        width: 14.28571%;
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left;
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left;
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,
screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        float: left;
        width: 100%;
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left;
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        float: left;
        width: 50%;
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left;
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        float: left;
        width: 33.33333%;
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left;
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        float: left;
        width: 25%;
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left;
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        float: left;
        width: 20%;
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left;
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        float: left;
        width: 16.66667%;
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left;
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        float: left;
        width: 14.28571%;
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left;
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left;
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

.column-block {
    margin-bottom: 1.25rem;
}

.column-block> :last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block> :last-child {
        margin-bottom: 0;
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print,
screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.9375rem;
    }
    h4 {
        font-size: 1.5625rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #1468a0;
}

a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "— ";
}

abbr {
    border-bottom: 1px dotted #0a0a0a;
    color: #0a0a0a;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

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

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

.text-justify {
    text-align: justify;
}

@media print,
screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}

@media print,
screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}

.accordion-item:first-child> :first-child {
    border-radius: 0 0 0 0;
}

.accordion-item:last-child> :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}

 :last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #e6e6e6;
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}

.is-active>.accordion-title::before {
    content: '–';
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
}

 :last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
    outline: 0;
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
    min-width: 0;
}

.reveal> :last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print,
screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none;
}

.tabs::before,
.tabs::after {
    display: table;
    content: ' ';
}

.tabs::after {
    clear: both;
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto;
}

.tabs.simple>li>a {
    padding: 0;
}

.tabs.simple>li>a:hover {
    background: transparent;
}

.tabs.primary {
    background: #1779ba;
}

.tabs.primary>li>a {
    color: #fefefe;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #1673b1;
}

.tabs-title {
    float: left;
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}

.tabs-title>a:hover {
    background: #fefefe;
    color: #1468a0;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
    display: block;
}


/*
My custom styles:
Add your scss files below to structure your project styles
*/

.column,
.columns,
.columns {
    position: relative;
}

.show-for-small-only {
    display: none !important;
}

.show-for-medium-up {
    display: block;
}

.flush-right {
    padding-right: 0px !important;
}

.flush-left {
    padding-left: 0px !important;
}

.flush-bottom {
    padding-bottom: 15px !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
span,
label {
    font-family: "Lato", arial, sans-serif;
    color: #000001;
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

body a {
    color: #667451;
}

body a:hover,
body a:focus {
    color: #3a7a92;
}

body #pageheader a:focus,
body #pageheader a:hover,
body .footer-links-container a:focus,
body .footer-links-container a:hover {
    color: #fff !important;
}

#intro a:focus {
    color: #3a7a92;
}

strong {
    font-weight: 900 !important;
}

.contact strong {
    font-weight: 600 !important;
}

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

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

.right {
    float: right;
}

.left {
    float: left;
}

h5 {
    font-size: 1.875rem;
    font-weight: 600;
}

h6 {
    font-weight: 800;
    font-size: 1.4rem;
}

p {
    font-size: 0.875rem;
}

.small-text {
    font-size: 0.75rem;
}

.medium-text {
    font-size: 1.0625rem;
}

.large-text {
    font-size: 1.375rem;
    font-weight: 300;
}

.larger-text {
    font-size: 1.25rem;
}

p.intro {
    font-size: 1.25rem;
}

#intro .larger-text {
    font-weight: 300;
}

.button.green,
.button-green,
.woocommerce .button {
    background: #667451;
    color: white;
}

.woocommerce .button.grey,
.button.grey,
.button.grey a {
    background: #5d6871;
    color: white;
}

.button.light-grey {
    background: #b9bdbc;
    color: white;
}

.button.trans {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

.woocommerce .button.pink,
.button.pink,
.button-pink {
    background: #f9b8be;
    color: white;
}

.button.block,
.woocommerce .button.block {
    width: 100%;
}

.button,
.woocommerce .button {
    text-align: center;
    padding-top: .6rem !important;
    padding-bottom: .8rem !important;
}

.button.less-padding {
    padding-top: .2rem !important;
    padding-bottom: .3rem !important;
    padding-left: .2rem !important;
    padding-right: .2rem !important;
}

.button.padded-sides {
    padding-top: .2rem !important;
    padding-bottom: .35rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.border {
    border: solid 2px #7C868F !important;
}

.bold {
    font-weight: 600;
}

.pink {
    color: #f9b8be;
}

.pink-dark {
    color: #A66452;
}

.green {
    color: #667451;
}

.fancy {
    font-family: 'Pacifico', 'Open Sans', arial;
    font-weight: 100;
}

.row {
    max-width: 72.5rem;
    margin-bottom: 1.25rem;
}

.margin-top {
    margin-top: 1.2rem;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.extra-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.clear {
    clear: both;
}

hr {
    border: solid #E5E9E8;
    border-width: 2px 0 0;
    max-width: 72.5rem;
    margin-left: auto;
    margin-right: auto;
}

hr.small {
    border-width: 1px 0 0;
}


/* 
.fullwidth-borderbottom {
border-bottom: solid 1px #E5E9E8;
margin-bottom: 1.2rem;
font-size: 0.6875rem;
text-transform: uppercase;
color: #000001;
padding-top: 5px;
padding-bottom: 5px;
} */

.fullwidth-borderbottom {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 0.8rem;
    text-transform: capitalize;
    color: #000001;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: normal;
}

.category-filters::before {
    content: "Filter:";
    line-height: 50px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 12px;
}

.fullwidth-borderbottom .row {
    margin-bottom: 0px;
    padding: 0 0.5rem;
}

.fullwidth-borderbottom a {
    margin-right: 1rem;
    font-size: 0.8rem;
    color: #A66452;
}

.fullwidth-borderbottom a:focus {
    color: #A66452;
}

.fullwidth-borderbottom a:hover {
    color: #000001;
    text-decoration: underline;
}

.fullwidth-borderbottom a:after {
    content: ">";
    position: absolute;
    margin-left: .40rem;
}

.background-extra-light {
    background-color: #f6f6f6;
}

.background-medium {
    background-color: #A3B2B9;
    padding: 20px;
    margin-bottom: 15px;
}

.background-medium h3,
.background-medium span,
.background-medium label {
    color: #fff;
}

.background-medium label:first-of-type,
.background-medium input[type="text"]:first-of-type {
    margin-top: 20px;
}

.background-medium input[type="text"] {
    height: 1.5rem;
}

.background-medium input[type="text"],
.background-medium textarea.right {
    font-size: .8rem;
}

.right-columns .background-medium .left {
    width: 40%;
}

.right-columns .background-medium .right {
    width: 60%;
}

.block {
    display: block;
}

.woocommerce a.button,
.woocommerce .button,
.woocommerce button {
    border-radius: 0 !important;
    background: #667451 !important;
    color: white !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.woocommerce .wc-proceed-to-checkout .button,
.woocommerce .place-order button,
.woocommerce input.button {
    border-radius: 0 !important;
    background: #eb6d4f !important;
    color: white !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
}

.woocommerce .close-button {
    background: none !important;
}

.wsp-container h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.ctcc-inner span {
    color: #e5ebe9;
}

.ctcc-inner a {
    text-decoration: underline;
    margin-left: 0.625rem;
}

#catapult-cookie-bar .x_close span {
    background-color: #fff;
}

.reveal-modal {
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 1.875rem;
    border: solid 1px #666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal-bg {
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.close-reveal-modal {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 1.5rem;
}

.reveal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
}

.hide,
.hide-if-Yes,
.hide-Yes,
.show-No {
    display: none !important;
}

.show,
.show-if-Yes,
.show-Yes,
.hide-No {
    display: block !important;
}

span.show,
span.show-if-Yes,
span.show-Yes {
    display: inline !important;
}

#div__body {
    margin: 0 !important;
}

#navbar .subnav .slide a {
    display: inline;
    font-size: 1em;
    font-weight: normal;
    padding: 0px;
    text-transform: none;
}

.subnav li.hide,
.subnav li.hide-if-Yes {
    display: none !important;
}

.subnav li.show-if-Yes {
    display: block !important;
}

.background-extra-light .accordion .accordion-navigation-link {
    list-style-type: none;
}

.background-extra-light .accordion .accordion-navigation-link>a {
    display: block;
    background: transparent none repeat scroll 0% 0% !important;
    padding: 10px 0px !important;
    clear: left;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #CED2D6;
    color: #000001;
    font-family: "Lato", arial, sans-serif;
    margin-right: 2px;
}

.background-extra-light .accordion .accordion-navigation-link>a .arrow {
    float: right;
    height: auto;
    width: 12px;
    margin-top: 3px;
}

.ie8bg {
    display: none;
}


/*.product .main-image {width: 205px;height: 205px;}*/

.sub-category .button,
.calculator .button {
    width: 100%;
}

button.button,
.woocommerce .button {
    font-family: "Lato", arial, sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
}

.calculator .feet {
    display: none;
}

.calculator .metres {
    display: block;
}

.spec {
    float: left !important;
    font-family: "Lato", arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1.4rem;
    color: #000001;
}

.reviews ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.reviews ul li {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-style: solid;
    border-color: #E5E9E8;
    border-width: 0 0 2px;
}

.reviews ul li:after {
    content: " ";
    display: block;
    clear: both;
}

.reviews ul li .reviwer-img {
    width: 12%;
    position: relative;
    padding-right: 0.9375rem;
    float: left;
}

.reviews ul li .review {
    width: 88%;
    position: relative;
    float: left;
    padding-right: 0.9375rem;
    font-family: "Lato", arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: #000001;
}

.reviews ul li .see-the-floor a {
    color: #f6a0ab;
}

.reveal-modal .close-reveal-modal.button.light-grey {
    background-color: #b9bdbc;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 1.25rem;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem;
    font-family: "Lato", arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5rem;
}

.reveal-modal .small-9 .reveal-description .button,
.reveal-modal .small-12 .reveal-description .button {
    color: #fff;
    float: right;
    margin-top: 15px;
    font-weight: bold;
}

.reveal-modal .small-9 .reveal-description .fancy,
.reveal-modal .small-12 .reveal-description .fancy {
    margin-top: 10px;
    font-size: 1.1rem;
    margin-right: 0.625rem;
}

.reveal-modal .small-9 .reveal-description p,
.reveal-modal .small-12 .reveal-description p {
    padding-top: 0.9375rem;
    font-size: 0.85rem;
    margin-bottom: -10px;
}

.reveal-modal .image .reveal-full {
    width: 100%;
}

#pattern-modal,
#Domestic-Suitability,
#Commercial-Suitability {
    width: 400px;
}

.square-metre-price .price .incvat {
    font-size: 0.8125rem;
    color: #b3b9be;
}

.grey {
    color: #000001;
}

.architect-folder-buy .left {
    margin: 0 15px 15px 0;
}

.architect-folder-buy input {
    border: none;
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    font-size: 0.66667rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.88889rem;
    margin-top: -1px;
    padding: 0.33333rem 0.5rem 0.5rem;
    background: #F04124 none repeat scroll 0% 0%;
    color: #FFF;
}

.error small.error {
    display: block;
    font-size: 0.66667rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.88889rem;
    margin-top: -1px;
    padding: 0.33333rem 0.5rem 0.5rem;
    background: #F04124 none repeat scroll 0% 0%;
    color: #FFF;
}

[data-abide] span.error,
[data-abide] small.error {
    display: none;
}

span.error,
small.error {
    display: block;
    font-size: 0.66667rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.88889rem;
    margin-top: -1px;
    padding: 0.33333rem 0.5rem 0.5rem;
    background: #F04124 none repeat scroll 0% 0%;
    color: #FFF;
}

.contact-form .error {
    clear: both;
}

.accordion.plain .accordion-navigation>.content,
.accordion.plain li>.accordion-content {
    font-size: 14px;
    font-weight: normal;
    color: #000001;
    margin: 0 0 2em;
    padding: 0;
    border: none;
}

.accordion.plain .accordion-navigation>a,
.accordion.plain li>a {
    font-size: 16px;
    border-bottom: none;
    background: none;
    padding: 15px 0;
    font-weight: 700;
    color: #667451;
    margin: 0 0 0.4em;
    padding: 0;
}

.accordion.plain .accordion-navigation>a:hover,
.accordion.plain li>a:hover {
    background: none;
}

#sidebar-nav .accordion-navigation .content ul {
    list-style-type: none;
    margin: 0;
}

#sidebar-nav .accordion-navigation .content ul li,
#sidebar-nav .accordion-navigation .content ul li a {
    color: #000001;
}

.product .hover {
    bottom: -86px;
}

.product .hover-bottom span.label {
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 5px 0 0;
}

.designer-lge span {
    font-size: 0.875rem;
}

.designer-lge a:hover {
    text-decoration: underline;
}

@media all and (max-width: 1340px) {
    .product .hover-bottom span.label {
        color: #fff;
    }
}

@media all and (max-width: 1130px) {
    .product .hover {
        bottom: -105px;
    }
    .product .hover-bottom span.label {
        color: #fff;
    }
}

.select-site-uk {
    display: block;
}

.select-site-us {
    display: none;
}

.top-links ul>li a.select-site-uk {
    display: block;
}

.top-links ul>li a.select-site-us {
    display: none;
}

body.site-us .select-site-uk {
    display: none;
}

body.site-us .select-site-us {
    display: block;
}

body.site-us .top-links ul>li a.select-site-uk {
    display: none;
}

body.site-us .top-links ul>li a.select-site-us {
    display: block;
}

body.site-us .show-for-country-US {
    display: block;
}

body.site-us .show-for-other-country {
    display: none;
}

body.site-us.country-US .show-for-country-US {
    display: none;
}

body.site-us.country-US .show-for-other-country {
    display: block;
}

@media all and (min-width: 1001px) {
    .country-small,
    body.site-us .country-small {
        display: none;
    }
}

#searchbar .button {
    line-height: 1rem;
}

@media only screen and (max-width: 767px) {
    #nav .subnav .medium-3 {
        float: left;
    }
    .subnav .span3 {
        float: left;
    }
    .category-filters::before {
        display: none;
    }
    .row.category-header img {
        display: none;
    }
    div.category-header .columns {
        min-height: 100px;
    }
    div.category-header .content {
        position: relative;
        margin: 0;
        width: 100%;
        padding: 0;
        background: transparent;
    }
    div.category-header .banner_bg {
        display: none;
    }
    div.category-header h1 {
        font-size: 1.575rem;
    }
    div.category-header .content h1,
    div.category-header .content p {
        color: #000001;
    }
    div.category-header .subtitle {
        border-bottom: solid 1px #000001;
        padding-bottom: 11px;
        margin-bottom: 11px;
    }
    div.category-header .content h1 {
        margin: 0;
    }
    .category-header {
        margin-bottom: 20px;
    }
}

body.site-us #nav {
    margin-right: 25px;
}

@media all and (max-width: 1000px) {
    body.site-us #nav {
        margin-right: 0px;
    }
    body.site-us .country-small {
        right: 80px;
    }
}

@media all and (max-width: 480px) {
    body.site-us .country-small {
        right: 60px;
    }
}

a.grey:hover {
    color: #000001;
}

[data-tab="Floor Range"] .us-only,
[data-tab="US Home"] .uk-only {
    display: none !important;
}

.category-header img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-width: 100%;
    max-width: 300%;
    min-height: 100%;
}

.category-header {
    overflow: hidden;
    position: relative;
}

.category-header .columns {
    padding-right: 0;
}

.category-header .content {
    width: 30%;
    z-index: 90;
    background-color: rgba(124, 134, 143, 0.92);
    margin: 35px;
    border: none;
    padding: 20px;
}

.category-header .content span,
.category-header .content p,
.category-header .content h1 {
    color: #fff;
}

.category-header .content span,
.category-header .content p {
    font-size: .9rem;
    font-weight: 300;
}

.category-header .subtitle {
    border-bottom: solid 1px #fff;
    padding-bottom: 2px;
    margin-bottom: 11px;
}

.category-header .subtitle span {
    font-size: 1.1rem;
    font-weight: 400;
}

.block-title {
    text-transform: uppercase;
    font-weight: 300 !important;
    margin-left: 5px;
    font-size: .9rem !important;
}

.product-link>div {
    padding: 10px !important;
    padding-top: 0 !important;
}

.product-link--bottom {
    padding: 10px !important;
    padding-top: 10px !important;
    font-size: .85rem;
    border: solid 1px #7C868F;
    border-top: none;
}

.product-link img {
    border: solid 1px #7C868F;
    border-bottom: none;
}

.product-link a:hover img,
.product-link a:hover .product-link--bottom {
    border-color: #667451;
}

.product-link a:hover .product-link--bottom {
    background-color: #e5e9e8;
}

.accordion .content span {
    font-size: .85rem;
}

.accordion .content span a {
    font-weight: 600;
}

.underline {
    text-decoration: underline;
}

.floor-calculator-form {
    padding: 0 15px;
    margin-bottom: 10px;
}

.fitting-panel a {
    font-size: .8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.fitting-image {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    max-height: 50px;
}

.fitting-panel .read-more {
    background: #f398a1;
    color: #fff;
    padding: 2px;
    float: right;
}

.fitting-panel .row {
    margin-top: 10px;
}

.accordion .fitting-panel span {
    font-size: .8rem;
    font-weight: 400;
}

.fitting-text p {
    font-weight: 600;
}

.diy-icons .bold {
    font-size: 1.3rem;
}

.diy-icons .benefits-icon {
    max-width: 19%;
    top: 7px;
}

.diy-icons li {
    position: relative;
}

.diy-icons .tick {
    width: 25px;
    margin-top: -10px;
    margin-left: 7px;
}

.spec .icons {
    margin-top: -5px;
    display: block;
}

.floor-calculator-form .small-text {
    font-weight: 800;
}

.size-calculator-form ul .input {
    height: 17px;
}

.size-calculator-form {
    margin-bottom: 10px;
}

.slightly-larger {
    font-size: 1rem !important;
}

.larger-light {
    font-size: 1.4rem !important;
    font-weight: 300;
    line-height: 1.3;
}

ul.spaced li {
    margin-bottom: .8rem;
}

.h3borderbottom {
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
}

.row .row.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.rem1 {
    font-size: 1rem !important;
}

.fitting-panel a {
    margin-bottom: 10px;
    display: block;
}

.margin-top-half {
    margin-top: 10px;
}

.fitting-panel .medium-6 a {
    display: inline;
}

.free-sample-small {
    display: none;
}

.hover-bottom {
    min-width: 90%;
}

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

.designer-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #a8b1b9;
    margin-bottom: 10px;
}

.designer-margin-top {
    margin-top: 70px;
}

.designer-logo {
    margin-bottom: 10px;
}


/* ============================================================================================================ media queries ========= */

@media (max-width: 1340px) {
    .product .hover-bottom .description {
        color: #fff;
    }
    .product:hover .price {
        margin-right: 0px;
    }
    .product .hover-bottom {
        overflow: hidden;
    }
    .product .hover-bottom .text {
        color: #fff;
        float: none;
        text-align: center;
    }
    .product .hover-bottom .view-details {
        float: none;
        display: block;
        text-align: left;
        margin-right: 0;
    }
    .product .hover {
        bottom: -96px;
    }
    .product .hover.has-description {
        bottom: -166px;
    }
    .product .hover-bottom .button {
        max-width: 92%;
    }
}

@media (max-width: 1000px) {
    .product .price .old-price {
        display: none;
    }
    .free-sample-small {
        display: block;
        border: solid 1px #7c8d96;
        color: #7c8d96;
        margin-top: 10px;
        padding: 1px;
        line-height: .6;
    }
    .category-header .content {
        width: 50%;
    }
    .product .price {
        display: block;
        margin-right: 0;
    }
    .tabs .tab-title>a,
    .accordion .accordion-navigation>a,
    .accordion dd>a {
        padding: .4rem .5rem;
    }
}


/*1000px*/

@media (max-width: 640px) {
    .category-header .content {
        width: 100%;
        margin: 20px 0;
    }
}


/*640px*/


/*
=============================AMENDS 30 07 16 - NEW HOMEPAGE DESIGN ============================ */

#homepage-slider {
    margin-bottom: 0;
}

#toptoggle {
    height: 40px;
    margin-bottom: 1.95rem;
    font-size: 0;
}

#toptoggle a:first-of-type {
    margin-left: .995rem;
}

#toptoggle a {
    display: inline-block;
    padding: 8px 20px;
    height: 40px;
    color: #000001;
    font-size: 1rem;
}

#toptoggle a.active,
#toptoggle a:hover {
    color: #fff;
    background-color: #bebebe;
    font-weight: bold;
}

#homerow1 {
    margin-bottom: 1.95rem;
}

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

.image-with-text {
    position: relative;
}

.image-with-text .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(82, 89, 96, 0.4);
    color: #fff;
    padding: 10px 20px;
}

.white {
    color: #fff;
}

.big.white,
.big.white span {
    color: #fff !important;
}

.home-margin-bottom {
    margin-bottom: 1.95rem;
}

.absolute-text {
    position: relative;
}

.absolute-text .image {
    z-index: 0;
}

.absolute-text .text {
    padding: 2rem;
    padding-right: 3.5rem;
    text-align: right;
    font-weight: 300;
    position: absolute;
    z-index: 10;
    top: 0;
    line-height: 1.2;
}

.absolute-text .button {
    margin-top: 30px;
    font-size: 1.25rem;
}

.absolute-text .big {
    font-size: 2.7rem;
}

.absolute-text p {
    max-width: 60%;
    margin-top: 20px;
    font-size: 1.1rem;
}

.absolute-text2 .text {
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
    right: 0.9375rem;
    background-color: rgba(82, 89, 96, 0.4);
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: background-color .4s, padding .4s;
    transition: background-color .4s, padding .4s;
}

.absolute-text2,
.absolute-text {
    overflow: hidden;
}

.absolute-text2 .image,
.absolute-text .image {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    max-width: 190%;
    min-width: 100%;
}

a:hover .absolute-text2 .text {
    background-color: rgba(82, 89, 96, 0.95);
    padding: 20px 20px;
    -webkit-transition: background-color .4s, padding .4s;
    transition: background-color .4s, padding .4s;
}

a:hover .absolute-text2 .image,
a:hover .absolute-text .image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.home-block {
    padding: 1.7rem;
}

.home-block .button {
    margin-top: .5rem;
}

.home-block h2,
.home-block h3 {
    font-size: 1.6rem;
}

.home-intro {
    padding: 2.2rem;
    text-align: center;
    margin-top: 1.95rem;
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
    right: 0.9375rem;
}

.home-intro p {
    font-size: 1rem;
}

.home-intro .larger-text {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3;
}

.home-intro .button {
    margin-top: 20px;
}

.home-intro .button:hover {
    background-color: #f9b8be;
    color: #646c74;
}

.padded {
    padding: 25px;
}

.home-buttons {
    padding: 5px;
}

.home-buttons .button {
    background: #fff;
    color: #000001;
    margin-bottom: 5px;
    display: block;
    padding: .7rem;
    padding-top: 17px !important;
    min-height: 32% !important;
}

.home-buttons .button:hover {
    background: #f9b8be;
    color: #646c74;
}

.home-buttons .button.free-samples {
    padding-top: 32px !important;
}

.findaretailer {
    background-color: #284e37;
}

#homerow3 .social-icons ul {
    margin: 0 !important;
}

#homerow3 .slick-prev,
#homerow3 .slick-next {
    position: absolute;
    left: 0px;
    top: 30%;
    height: 20px;
}

#homerow3 .slider-auto-blackicons div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#homerow3 .slider-auto-blackicons div:first-of-type,
#homerow3 .slider-auto-blackicons .slick-slide {
    display: block;
}

#homerow3 .slick-next {
    position: absolute;
    left: auto;
    right: 0px;
}

.homerow3-right {
    padding-right: 1.85rem;
}

#findaretailermap {
    height: 185px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: height .4s, margin-top .4s;
    transition: height .4s, margin-top .4s;
    margin-top: 30px;
    margin-bottom: 30px;
}

#findaretailermap circle {
    opacity: 0;
    fill: #de7f8d;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s;
    transition: opacity .4s, transform .4s, -webkit-transform .4s;
}

#findaretailermap path {
    fill: #B0B1B1;
    -webkit-transition: fill .4s;
    transition: fill .4s;
}

.findaretailer-link:hover #findaretailermap path {
    fill: #fff;
    -webkit-transition: fill .4s;
    transition: fill .4s;
}

.findaretailer-link:hover #findaretailermap {
    height: 200px;
    margin-top: 20px;
    -webkit-transition: height .4s, margin-top .4s;
    transition: height .4s, margin-top .4s;
}

.findaretailer-link:hover #findaretailermap circle {
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s;
    transition: opacity .4s, transform .4s, -webkit-transform .4s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.findaretailer-link #findaretailermap circle#id1 {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.findaretailer-link #findaretailermap circle#id2 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.findaretailer-link #findaretailermap circle#id3 {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.findaretailer-link #findaretailermap circle#id4 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.findaretailer-link #findaretailermap circle#id5 {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

.findaretailer-link #findaretailermap circle#id6 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.findaretailer-link #findaretailermap circle#id7 {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}

.findaretailer-link #findaretailermap circle#id8 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.findaretailer-link #findaretailermap circle#id9 {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
}

.findaretailer-link #findaretailermap circle#id10 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.findaretailer-link #findaretailermap circle#id11 {
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
}

.findaretailer-link #findaretailermap circle#id12 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.findaretailer-link #findaretailermap circle#id13 {
    -webkit-transition-delay: .65s;
    transition-delay: .65s;
}

.findaretailer-link #findaretailermap circle#id14 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.findaretailer-link #findaretailermap circle#id15 {
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
}

.findaretailer-link #findaretailermap circle#id16 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.findaretailer-link #findaretailermap circle#id17 {
    -webkit-transition-delay: .85s;
    transition-delay: .85s;
}

.findaretailer-link #findaretailermap circle#id18 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.findaretailer-link #findaretailermap circle#id19 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.findaretailer-link #findaretailermap circle#id20 {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.findaretailer-link #findaretailermap circle#id21 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.findaretailer-link #findaretailermap circle#id22 {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.findaretailer-link #findaretailermap circle#id23 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.findaretailer-link #findaretailermap circle#id24 {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.findaretailer-link #findaretailermap circle#id25 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.findaretailer-link #findaretailermap circle#id26 {
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s;
}

.findaretailer-link #findaretailermap circle#id27 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.findaretailer-link #findaretailermap circle#id28 {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.findaretailer-link #findaretailermap circle#id29 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.findaretailer-link #findaretailermap circle#id30 {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

.findaretailer-link #findaretailermap circle#id31 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.findaretailer-link #findaretailermap circle#id32 {
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s;
}

.findaretailer-link #findaretailermap circle#id33 {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}

.findaretailer-link #findaretailermap circle#id34 {
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s;
}

.findaretailer-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 1.3rem;
    color: #BABDBC;
    text-transform: uppercase;
}

.findaretailer-text .pin {
    margin-right: 8px;
}

.designer-photo {
    margin-right: 15px;
}

.designer-section .designer-text {
    margin-right: 30px;
    color: #000001;
    font-size: 1.01rem;
    line-height: 1.35;
    font-weight: normal;
}


/*========================= new media queries 30 07 16 ==============*/

@media (max-width: 1185px) {
    .absolute-text2 .text {
        left: 0.625rem;
        right: 0.625rem;
    }
    #homerow1,
    #toptoggle,
    .home-margin-bottom {
        margin-bottom: 1.3rem;
    }
    .home-intro {
        margin-top: 1.3rem;
    }
    #nestedrow {
        margin: 0 -.325rem;
    }
    .homerow3-right .row {
        margin: 0 -0.3rem !important;
        margin-right: .25rem !important;
    }
}

@media (max-width: 1120px) {
    .absolute-text .text {
        padding-right: 2rem;
    }
    .absolute-text .big {
        font-size: 2.2rem;
    }
    .absolute-text p {
        max-width: 80%;
    }
    .absolute-text2 .text {
        padding: 10px;
    }
    .home-block h2,
    .home-block h3 {
        font-size: 1.4rem;
    }
    .home-intro {
        padding: 1.4rem;
    }
}

@media (max-width: 1024px) {
    .designer-logo,
    .designer-photo {
        max-width: 40%;
    }
    .designer-header {
        font-size: 1.3rem;
    }
}

@media (max-width: 940px) {
    .home-buttons .button {
        font-size: .95rem !important;
    }
}

@media (max-width: 800px) {
    #findaretailermap {
        margin-bottom: 60px;
    }
    #homerow3 .medium-6 {
        width: 100% !important;
    }
    .homerow3-left,
    .home-buttons {
        margin-bottom: 1.3rem;
    }
    .home-buttons .button {
        height: auto !important;
    }
    .home-buttons .button.free-samples {
        padding-top: 17px !important;
    }
    /*.homerow3-right .row {
    margin: 0 -0.6rem !important;
}*/
    .homerow3-right .row {
        margin: 0 !important;
    }
    .homerow3-right .medium-6 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 768px) {
    .absolute-text2 .image {
        max-width: 100%;
    }
    .absolute-text2 .text {
        position: static;
        background: #7C868F;
        display: block;
    }
    a:hover .absolute-text2 .image,
    a:hover .absolute-text .image {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    a:hover .absolute-text2 .text {
        background: #7C868F;
        padding: 10px;
        -webkit-transition: none;
        transition: none;
    }
    .home-block .button {
        padding: 10px;
    }
    #homerow1 .medium-3 {
        width: 50%;
        margin-bottom: 1.3rem;
    }
    #homerow1 .medium-6 {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .designer-logo,
    .designer-photo {
        max-width: 100%;
        margin-bottom: 6px;
    }
    .designer-photo {
        display: block;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .designer-section {
        margin-bottom: 30px;
        text-align: center;
    }
    .designer-section .margin-right,
    .designer-section img {
        margin-right: 3px;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
    .home-intro {
        position: static !important;
    }
    .bath-section {
        max-height: 350px;
    }
    #homerow1 .medium-3 {
        margin-bottom: 0;
    }
    #nestedrow {
        margin: 0 -.525rem;
    }
    .meetthedesigners .image {
        max-width: 100%;
        display: none;
    }
    .meetthedesigners .text {
        position: static;
        padding: 1rem;
        background: #7C868F;
        margin-bottom: 1.3rem;
    }
    .meetthedesigners .text span,
    .meetthedesigners .text p {
        color: #fff;
    }
    .meetthedesigners .big {
        font-size: 1.82rem;
        display: block;
    }
    .meetthedesigners p {
        display: inline;
        max-width: 100%;
        margin-top: 5px;
        font-size: 1.1rem;
    }
    .meetthedesigners .home-margin-bottom {
        margin-bottom: 6px;
    }
    .meetthedesigners .meetthedesigners--icon {
        display: inline-block;
        padding-left: 10px;
        padding-top: 4px;
    }
    .home-intro {
        margin-top: 1.3rem;
        position: static;
    }
    #homerow1 .background-light {
        margin-top: 1.3rem;
    }
    #toptoggle a {
        width: 50%;
        margin: 0 !important;
        text-align: center;
    }
}

#nav {
    width: 82%;
    margin-right: -5px;
}

#nav .country-select {
    margin-left: 0.625rem;
    margin-right: -0.625rem;
}

#search-bar {
    width: 18%;
    float: right;
    padding-right: 0.625rem !important;
}

#search-bar ul {
    margin-left: 0px;
}

#basket {
    width: 13%;
    float: right;
}

.logo {
    margin-top: 0.375rem;
}

.logo img {
    width: 18.125rem;
}

.background-dark {
    background: #7C868F;
}

.background-dark a {
    color: white;
}

.background-light {
    background: #E5E9E8;
}

#mainheader {
    padding-top: 1.875rem;
}

#mainheader .row {
    margin-bottom: 0px !important;
}

#mainheader .columns {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.subnav {
    display: none;
    position: absolute;
    margin-left: 0px;
    background: #A3B2B9;
    z-index: 9999;
    height: auto;
    width: auto !important;
    padding: .9rem;
}


/* 
.subnav span {
    color: white !important;
} */

.subnav h3 {
    color: white;
    font-weight: 600 !important;
    font-size: 0.9375rem !important;
    margin-top: 0.625rem !important;
}

.subnav h3 a {
    color: white;
    font-weight: 600 !important;
    font-size: .9rem !important;
    text-transform: none !important;
    display: inline-block !important;
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.subnav h3 .small-text {
    font-size: 0.65rem !important;
    text-transform: none !important;
    text-decoration: underline;
}

.subnav ul {
    margin: 0.625rem !important;
    float: none !important;
    border-right: solid 1px white;
}

.subnav ul.no-border {
    border-right: none !important;
}

.subnav .columns:first-of-type ul {
    margin-left: 1.25rem !important;
}

.subnav .columns:first-of-type h3 {
    margin-left: 1.25rem;
}

.subnav li {
    display: block !important;
    width: auto !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-top: 0.25rem !important;
}

.subnav li a {
    display: block !important;
    width: auto !important;
    padding-bottom: 0px !important;
    text-transform: none !important;
    margin-left: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.subnav .inset-image {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    position: relative;
    border: solid 1px white;
}

.subnav .inset-image a {
    text-transform: none;
    padding: 0rem !important;
}

.subnav .inset-text {
    text-align: center;
    border-bottom: solid 1px white;
    border-top: solid 1px white;
    font-size: 0.8125rem;
    position: absolute;
    left: 0px;
    right: 0px;
    color: white;
    background: rgba(124, 134, 143, 0.8);
}

.subnav .menunav>span {
    border-bottom: 2px solid #212020;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 3px;
    color: #212020;
    font-weight: 600;
}

.show {
    display: block !important;
}

.top-links .columns {
    position: static;
}

.top-links ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0rem;
    margin-left: 0;
    font-size: 0;
}

.top-links ul>li {
    display: inline-block;
}

#nav .country-select {
    margin-right: 10px;
}

.top-links ul>li a {
    text-transform: uppercase;
    padding-right: 0.8125rem;
    font-size: 0.8125rem;
    font-weight: 400;
    padding-bottom: 1.875rem;
    padding-left: 0.8125rem;
    padding-top: 0.625rem;
    display: block;
}

.has-dropdown:hover,
.has-dropdown.active,
.country-select:hover {
    background-color: #A3B2B9;
}

.has-dropdown:hover a,
.has-dropdown.active a,
.country-select:hover a {
    color: white !important;
}

.has-dropdown>a:after {
    content: url("../../img/icon-drop.png");
    margin-left: 0.4375rem;
    margin-bottom: 0.625rem;
}

.search label {
    display: none;
}

.search .search-button {
    position: absolute;
    right: 0.4375rem;
    top: 0.25rem;
    background: url("../../img/icon-search.png");
    background-repeat: no-repeat;
    padding: 0.5rem;
    background-position: 0px 1px;
}

.search .search-box {
    background-color: #ced2d6;
    border: solid 1px white;
    color: #000001;
    height: 1.6rem;
    float: right;
}

.search-new {
    padding-left: 5px;
}

.search-li {
    background-color: #bfc4ca;
}

.search-li span {
    color: white;
}

.search-li a {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.search-icon {
    width: 10px;
    float: left;
    background: url("../../img/icon-search.png");
    background-repeat: no-repeat;
    padding: 0.5rem;
    background-position: top;
    margin-top: 2px;
    padding-top: 7px;
}

.searchToggle {
    background-position: 0 -0.875rem !important;
}

#basket-link {
    font-size: 0.8125rem;
    float: right;
    margin-top: 0.875rem;
    margin-right: 0.9375rem;
}

#basket-link img {
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
}

#basket-link span {
    background-color: #f9b8be;
    border-radius: 15px;
    color: #000001;
    font-weight: 600;
    width: 4px;
    height: 6px;
    padding-left: 4px;
    padding-right: 5px;
    -webkit-transition: background .4s;
    transition: background .4s;
}

#basket-link:hover span {
    background-color: white;
    -webkit-transition: background .4s;
    transition: background .4s;
}

 ::-webkit-input-placeholder {
    color: #79838d;
    font-size: 0.8125rem;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #79838d;
    font-size: 0.8125rem;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #79838d;
    font-size: 0.8125rem;
}

 :-ms-input-placeholder {
    color: #79838d;
    font-size: 0.8125rem;
}

.menu-toggle {
    display: none;
}

#subheader .row {
    margin-bottom: 0px !important;
}

#subheader p {
    color: #A7B5C0;
    margin-bottom: 0px;
    padding: 0.5rem;
    padding-left: 0px;
    font-size: 1rem;
}

#subheader p img {
    margin-right: 0.375rem;
}

#subheader .columns {
    padding-right: 0px;
    padding-left: 0px;
}

#navbar {
    margin-bottom: 0px;
    list-style-type: none;
    margin-left: .8rem;
    text-align: right;
    font-size: 0;
}

#navbar li {
    display: inline-block;
    text-align: center;
}

#navbar li:hover {
    background: #b9bdbc;
    color: white;
}

#navbar li a:hover {
    background: #b9bdbc;
    color: white;
}

#navbar .search {
    margin-top: 0;
}

#navbar .active {
    background: #b9bdbc;
}

#navbar .active a {
    color: white;
}

#navbar .button {
    background: #f9b8be;
    color: white;
    border: solid 1px white;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
}

#navbar .button:hover {
    background: #fbd0d4;
}

#navbar li a.fancy {
    text-transform: none;
    font-size: 1rem;
    font-weight: 300;
    padding-top: .45rem;
    padding-bottom: .6rem;
}

#navbar li a {
    display: block;
    padding: .7rem 1.3rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #000001;
    text-transform: uppercase;
}

#navbar li a:hover {
    color: white;
}

#navbar .has-dropdown {
    padding-bottom: 0px;
}

#navbar .has-dropdown>a:after {
    content: url("../../img/icon-drop-dark.png");
}

#navbar .colour ul {
    min-width: 5.625rem;
    margin-left: 1.1rem !important;
}

#navbar .colour li {
    text-align: left;
    padding-bottom: 0px !important;
}

#navbar .colour li a {
    padding: 0px;
}

#navbar .colour .block {
    display: block;
    height: 1.75rem;
    width: 1.75rem;
    float: left;
    margin-right: 0.625rem;
}

#navbar .colour .medium-3 {
    width: 20%;
}

#navbar .colour .medium-3:last-of-type {
    width: 40%;
}

#navbar .colour h3 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 1.25rem;
}

#navbar .colour .title1 {
    width: 60%;
    margin-right: 1.25rem;
}

#navbar .colour .title2 {
    position: absolute;
    top: -30px;
}

#navbar .colour .button {
    margin-left: -0.3125rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
}

#navbar .split {
    display: block;
    height: 1.75rem;
    width: 1.75rem;
    position: relative;
    float: left;
    margin-right: 0.625rem;
}

#navbar .subnav {
    margin-top: 0;
    background: #b9bdbc;
    padding: 0.625rem;
}

#navbar .subnav ul {
    border-right: none;
}

#navbar .subnav a {
    color: white !important;
    padding-bottom: 0.6875rem !important;
}

#navbar .subnav li:last-of-type a {
    padding-left: 0px;
}

.green-text {
    text-transform: uppercase;
    padding-right: 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #667451;
}

.green-text:hover {
    background: none !important;
    color: #667451 !important;
}

#navbar .subnav.fullwidth {
    padding: 15px;
}

.fullwidth {
    width: 100% !important;
    left: 0px !important;
}

.fullwidth .row {
    max-width: 72.5rem !important;
    margin-right: auto;
    margin-left: auto;
}

.fullwidth .slick-prev,
.fullwidth .slick-next {
    top: 40%;
    left: -3.125rem;
    position: absolute;
}

.fullwidth .slick-next {
    left: auto;
    right: -3.125rem;
}

.fullwidth .slide {
    margin-right: 0.4375rem;
}

.fullwidth .slide img {
    width: 100%;
}

.fullwidth .slide p {
    background: #f9b8be;
    color: #000001 !important;
    font-weight: 600;
    text-align: center;
    padding-right: 0px !important;
}

.page-location-blk {
    padding-left: 0px;
}

.nojs .has-dropdown:hover .subnav {
    display: block !important;
}

.nojs #homepage-slider div:first-of-type .title:first-of-type h2 {
    display: block;
}

.ie8bg {
    display: none;
}

.country-drop {
    padding: 0px 5px;
}

#search-bar .search {
    display: none;
}

#basket-link {
    margin-top: 0.675rem;
}

#countryModal {
    z-index: 9999;
}

#countryModal h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

#countryModal p {
    font-size: 1.3rem;
    margin-bottom: 0;
}

#countryModal .lead {
    font-weight: 800;
}

#countryModal img {
    margin-top: 0.6875rem;
}

.search-li {
    position: relative;
}

#searchbar {
    position: absolute;
    z-index: 9999;
    background-color: #bfc4ca;
    padding: 15px;
    right: 0;
    display: none;
    left: -200px;
}

#searchbar input {
    float: left;
    width: 75%;
    height: 35px;
    margin-bottom: 0;
}

#searchbar .button {
    float: right;
    width: 25%;
    height: 35px;
    color: white;
    padding: 5px;
    z-index: 9999;
    font-size: 10px;
    margin-bottom: 0;
}

.country-small {
    display: none;
}

.country-select img,
.country-small img {
    max-height: 12px;
}

.wider-dropdown.subnav {
    margin-left: -320px;
}

.wider-dropdown2.subnav {
    margin-left: -120px;
}

.us-header #nav {
    margin-right: 25px;
}

.inspiration-menu--span {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
    display: block;
}

.inspiration-dropdown .subnav {
    left: 0;
    right: 0;
}

.inspiration-dropdown .subnav ul>li a {
    font-size: 0.9rem;
}

.inspiration-dropdown .subnav ul {
    margin: 0 !important;
    margin-right: 15% !important;
}

.fitting .box {
    padding-bottom: 60px;
}

.contact-form #choice_3_10_0 {
    margin-top: 50px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: white;
    border-color: white !important;
    -webkit-box-shadow: inset 0 1px 2px white !important;
    box-shadow: inset 0 1px 2px white !important;
}

button,
.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    margin: 0 0 1.25rem;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

a:focus {
    color: white;
}

#homepage-slider,
.fade-auto-slider {
    width: 100%;
    overflow: hidden;
}

#homepage-slider div>img,
.fade-auto-slider div>img {
    width: 100%;
}

#homepage-slider .slick-prev,
#homepage-slider .slick-next,
.fade-auto-slider .slick-prev,
.fade-auto-slider .slick-next {
    top: 40%;
    left: 3.125rem;
    position: absolute;
}

#homepage-slider .slick-next,
.fade-auto-slider .slick-next {
    left: auto;
    right: 3.125rem;
}

#homepage-slider .slick-dots,
.fade-auto-slider .slick-dots {
    position: absolute;
    bottom: 0.625rem;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 99;
    margin-left: 0rem;
}

#homepage-slider .slick-dots li,
.fade-auto-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.3125rem;
    padding: 0;
    cursor: pointer;
}

#homepage-slider .slick-dots li button,
.fade-auto-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: white;
    border-radius: 3.125rem;
}

#homepage-slider .slick-active button,
.fade-auto-slider .slick-active button {
    background: #667451 !important;
}

#homepage-slider .title,
.fade-auto-slider .title {
    position: absolute;
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
    bottom: 30%;
    left: 0px;
    right: 0px;
    display: block;
}

#homepage-slider .title h2,
.fade-auto-slider .title h2 {
    color: white;
    text-align: center;
    font-size: 4.375rem;
    font-weight: 600;
    line-height: 4.375rem;
    text-rendering: optimizeSpeed;
    display: none;
}

#homepage-slider .title .button,
.fade-auto-slider .title .button {
    background: none;
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    margin-top: 0.8125rem;
    margin-bottom: 0.3125rem;
    font-size: 1.05rem;
    position: relative;
}

#homepage-slider .title .button:hover,
.fade-auto-slider .title .button:hover {
    background: white;
    color: #000001;
}

.with-arrow:after {
    content: "";
    background: url("../../img/icon-next.png");
    background-repeat: no-repeat;
    -webkit-background-size: 0.8125rem auto;
    background-size: 0.8125rem auto;
    height: 1.0625rem;
    width: 1.0625rem;
    position: absolute;
    right: 0.625rem;
    top: 0.875rem;
}

.floor-blk .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

.floor-blk .floor-img img {
    width: 100%;
}

.floor-blk .floor-title {
    background: #e8eceb;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8eceb), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8eceb 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8eceb), to(#ffffff));
    background: linear-gradient(to bottom, #e8eceb 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8eceb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    text-align: center;
    padding: 10px;
}

.floor-blk .floor-title h3 {
    color: #000001;
    font-size: 1.1rem;
    font-weight: 600;
}

.inline {
    float: left;
    padding-right: 1.875rem;
}

#designers-for-harvey .inline:last-of-type {
    padding-right: 0;
    float: right;
}

.slick-prev,
.slick-next {
    cursor: pointer;
}

.latest-news-detail {
    padding-right: 2.5rem;
}

.latest-news-detail .slick-prev,
.latest-news-detail .slick-next {
    position: absolute;
    bottom: 0.875rem;
    border-right: solid white 0.3125rem;
}

.latest-news-detail .slick-next {
    left: 0.875rem;
}

.latest-news-detail a {
    color: #667451;
    font-weight: bold;
}

.latest-news {
    padding-top: 1.25rem;
}

#intro h1 {
    margin-top: -0.6875rem;
    font-size: 1.875rem;
    font-weight: 600;
}

.keepuptodate {
    margin-left: 10%;
    margin-right: 10%;
}

.keepuptodate a {
    font-weight: bold;
}

.home-intro {
    max-height: 572px;
    overflow: auto;
}

.left-columns .fancy,
.main-content .fancy {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.left-columns hr,
.main-content hr {
    margin: 1rem 0rem;
}

.left-columns p,
.main-content p {
    margin-bottom: 0.3125rem;
}

.left-columns {
    padding-right: 1.625rem;
}

.right-columns .background-extra-light {
    padding: 15px;
    margin-bottom: 0.9375rem;
}

.right-columns .left,
.right-columns .right {
    width: 50%;
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
}

.right-columns h3 {
    font-size: 1.4rem;
}

.right-columns p {
    clear: both;
}

.right-columns .button {
    margin-bottom: 0;
}

.product-gallery-nav {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    clear: both;
}

.product-gallery-nav .main-image {
    margin-right: 3px;
}

.product-gallery-nav .slick-next,
.product-gallery-nav .slick-prev {
    position: absolute;
    top: 7px;
    left: -30px;
    cursor: pointer;
}

.product-gallery-nav .slick-next {
    left: auto;
    right: -30px;
}

.product-gallery img {
    width: 100%;
}

.floor-dis {
    clear: both;
}

.combine {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.combine .inline {
    padding-right: .2rem;
    padding-bottom: .2rem;
    width: 25%;
}

.combine .inline:last-of-type {
    margin-bottom: 15px;
}

.as-seen-in .combine a {
    width: 30%;
    display: inline-block;
}

.main-content h1,
.product_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000001;
}

.designer img {
    max-width: 8.125rem;
}

.floor-rate {
    clear: both;
}

.square-metre-price {
    font-size: 0.8125rem;
    color: #b3b9be;
}

.square-metre-price .price {
    font-size: 1.5rem;
}

.stock-status {
    text-transform: none !important;
}

.floor-dis a {
    color: #667451;
    text-decoration: underline;
}

.colours .block {
    height: 23px;
    width: 23px;
    display: inline-block;
    float: left;
    padding: 5px;
}

.colours .colour {
    margin: 0px;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    border: solid 1px #E5E9E8;
}

.colours .colour:hover {
    border: solid 1px #667451;
}

.colours .selected {
    -webkit-box-shadow: 0px 0px 0px 3px #667451;
    box-shadow: 0px 0px 0px 3px #667451;
    border: solid 1px #667451;
}

.single-product .product div.colours {
    margin-bottom: 25px;
    margin-top: 25px;
}

.single-product .product div.colours .fancy {
    vertical-align: top;
    padding-top: 10px;
    margin-right: 10px;
    font-size: 1.05rem;
}

.single-product .product div.colours .colour {
    margin-top: -6px;
}

.delivery-blk {
    margin-top: 1rem;
}

.delivery-blk img {
    float: left;
    margin-top: 5px;
}

.delivery-blk img:nth-of-type(even) {
    clear: left;
}

.delivery-blk p {
    font-weight: bold;
    margin-left: 30px;
}

.accordion .accordion-navigation>a,
.accordion dd>a {
    border-bottom: solid 1px #ced2d6;
}

.accordion .accordion-navigation>a .arrow,
.accordion dd>a .arrow {
    float: right;
    height: auto;
    width: 12px;
    margin-top: 3px;
}

.accordion .accordion-navigation>a.active:after,
.accordion dd>a.active:after {
    content: "V";
    position: absolute;
    right: 20px;
    height: 10px;
    width: 10px;
}

.content {
    border: solid 10px #E5E9E8;
    padding: 15px;
}

.content p,
.content span {
    font-size: .75rem;
}

.content span {
    line-height: 1.1;
}

.content .bold {
    margin-right: 10px;
}

.content .shadow {
    padding-top: 3px;
}

.button.quantity {
    height: 25px;
    width: 25px;
    padding: 5px;
    line-height: 2px;
    background-color: #ced2d6;
    color: #000001;
    font-weight: bold;
    float: left;
    margin-right: 2px;
    border: solid 1px #7C868F;
}

input.quantity {
    height: 25px;
    width: 35px;
    padding: 4px;
    text-align: center;
    line-height: 1px;
    float: left;
    margin-right: 2px;
    border: solid 1px #7C868F;
}

.tick {
    height: auto;
    width: 15px;
}

.view-larger {
    color: #000001;
    font-size: 0.875rem;
    margin: 10px 0px;
}

.view-larger .zoom {
    height: 12px;
    margin-right: 5px;
}

.view-larger:focus {
    color: #000001;
}

.reveal-modal .reveal-thumb img {
    cursor: pointer;
}

.reveal-modal .close-reveal-modal {
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: bold;
    background: #7C868F;
    padding: 0px 5px;
}

.reveal-modal .small-9 .image {
    display: none;
}

.reveal-modal .small-9 .reveal-active {
    display: block;
}

.reveal-modal .small-9 .reveal-description .fancy {
    margin-top: 10px;
    font-size: 1.1rem;
    margin-right: 0.625rem;
}

.reveal-modal .small-9 .reveal-description p {
    padding-top: 0.9375rem;
    font-size: 0.85rem;
    margin-bottom: -10px;
}

.reveal-modal .small-9 .reveal-description a {
    color: #A66452;
    font-weight: bold;
}

.reveal-modal .small-9 .reveal-description .button {
    color: white;
    float: right;
    margin-top: 15px;
}

.reveal-modal .icon-prev,
.reveal-modal .icon-next {
    position: absolute;
    left: 10px;
    top: 17.1875rem;
    cursor: pointer;
}

.reveal-modal .icon-next {
    left: auto;
    right: 20px !important;
}

.sample-fade {
    background: #e9ebea;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e9ebea), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9ebea 1%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e9ebea), to(#ffffff));
    background: linear-gradient(to bottom, #e9ebea 1%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9ebea', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    text-align: center;
    border: solid 2px #E5E9E8;
    position: relative;
    padding: 6px;
    padding-bottom: 60px;
}

.sample-fade .title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000001;
    margin-bottom: .5rem;
}

.sample-fade p {
    font-size: 1.1rem;
    color: #000001;
    margin-bottom: .5rem;
}

.sample-fade ul {
    text-align: left;
}

.sample-fade li {
    font-size: .75rem;
    line-height: 1.3;
    margin-bottom: .5rem;
}

.sample-fade .bottom {
    position: absolute;
    bottom: 0px;
    height: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 0px !important;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 20px;
}

.sample-fade .bottom:before {
    position: absolute;
    top: -15px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 15px 14px;
    border-color: transparent transparent #f9b8be transparent;
    content: "";
}

.sample-fade .bottom.light-grey:before {
    border-color: transparent transparent #b9bdbc transparent;
}

.modal-footer .delivery-icon {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.modal-footer p.main {
    width: 57%;
    float: left;
}

.modal-footer p.side {
    width: 33%;
    float: right;
}

.size-calculator-form {
    background: #eee;
    padding: 10px;
}

.size-calculator-form ul {
    list-style-type: none;
    margin-left: 0px;
    width: 70%;
    margin-bottom: 0px;
}

.size-calculator-form ul label {
    width: 135px;
    display: inline-block;
}

.size-calculator-form ul .input {
    width: 100px;
}

.size-calculator-form ul .add-to-basket {
    float: right;
    position: absolute;
    right: 10px;
    padding: 0px 15px;
    margin: 0px;
    bottom: 10px;
}

.floor-calculator-form {
    padding-left: 15px;
}

.spec p {
    line-height: 1.9 !important;
}

textarea#message {
    min-height: 130px;
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
    color: #c5ced5 !important;
}

textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #c5ced5 !important;
}

textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #c5ced5 !important;
}

textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    color: #c5ced5 !important;
}

.product-non-transactional-contact {
    background: #ececec;
    padding: 1.8rem;
    clear: left;
}

.tabs {
    margin-top: 0.9375rem;
}

.tabs .tab-title>a,
.accordion .accordion-navigation>a,
.accordion dd>a {
    background-color: #EFEFEF;
    color: #000001;
    padding: .4rem 1rem;
    font-family: "Lato", arial, sans-serif;
    font-size: .75rem;
    background-color: #E5E9E8;
    margin-right: 2px;
    font-weight: bold;
    border-bottom: none;
}

.tabs .tab-title.active {
    position: relative;
}

.tabs .tab-title.active a {
    background-color: #7C868F;
    color: white;
}

.tabs .tab-title.active a:after {
    height: 11px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    display: block;
    left: 0px;
    right: 0px;
    content: url("../img/icon-tabdown.png");
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: none;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: solid 1px #e6e6e6;
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 900;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    padding: .5em 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    content: none;
}

.woocommerce .tabs,
.woocommerce .tabs-content {
    border: none;
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce-tabs h2,
.woocommerce-tabs h3,
.woocommerce-tabs h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.woocommerce-tabs .panel {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 40px !important;
    padding-bottom: 20px !important;
}

.technical-specification-header {
    font-size: 1.1rem;
    padding-top: 10px;
}

.product-fitting-thumbnail {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.product-fitting-row {
    max-width: 600px;
}

.product-fitting-row .read-more {
    color: #667451;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-weight: 600;
    font-size: .8rem;
}

.product span.right {
    font-size: .7rem;
    padding-top: 5px;
    color: #667451;
}

.woocommerce ul.products li.product .price {
    display: inline;
}

.archive.tax-product_cat .page-title {
    display: none;
}

.woocommerce.single-product .flush-left div.product {
    padding-top: 0;
}

.benefits-icon {
    position: absolute;
}

#benefits-modal .benefits-icon {
    max-width: 17%;
}

#benefits-modal .benefits-text {
    max-width: 75%;
    margin-left: 25%;
    padding-top: 20px;
}

#benefits-modal .benefits-text.two-lines {
    padding-top: 5px;
    padding-bottom: 15px;
}

.woocommerce-tabs .benefits-icon {
    max-width: 37px !important;
    max-height: 37px !important;
}

.benefits-text {
    max-width: 100%;
    margin-left: 15%;
    margin-bottom: 55px;
    padding-top: 5px;
}

.wc-tab p {
    font-size: 1rem;
}

.wc-tab strong {
    font-weight: 600 !important;
}

.wc-tab .fancy {
    font-weight: 100 !important;
}

.wc-tab .designer-info p {
    font-size: .8rem;
}

.wc-tab .nested-info-row {
    max-width: 1000px;
    margin-bottom: 0;
}

div.product-description {
    margin-top: 6.25rem;
}

.cheerful-see-all {
    float: right;
}

.cheerful-see-all:focus {
    color: #f9b8be;
}

.reasons-to-be-cheerful {
    margin-top: 20px;
}

.reasons-to-be-cheerful .tick {
    float: right;
    width: 20%;
}

.reasons-to-be-cheerful .tick .icon-tick {
    display: inline;
    width: 20px;
    float: right;
}

.reasons-to-be-cheerful .tick span {
    display: inline;
    float: right;
}

.complimentary-designs .row {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
}

.complimentary-designs .row .column,
.complimentary-designs .row .columns {
    padding: 1px;
}

.as-seen-in .row {
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
}

.as-seen-in .row .column,
.as-seen-in .row .columns {
    padding: 1px;
}

#tab-calculator_tab .instruction {
    display: none;
}

#tab-calculator_tab label {
    float: left;
    max-width: 35%;
    display: inline;
}

#tab-calculator_tab input[type="text"] {
    max-width: 65%;
    display: inline;
}

.per-square-metres-in-stock {
    font-size: .9rem;
    font-weight: 600;
    margin-left: 15px;
}

.contact-request {
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: block;
}


/*.product .amount {
//display: none;
font-weight: 800;
font-size: .85rem;
//float: right;
// margin-right: -60px;
}*/

.product .name {
    font-weight: 700;
    font-size: .9rem;
    padding-top: 5px;
    line-height: 14px;
    display: block;
}

.product-cta {
    clear: both;
    display: inline-block;
    clear: both;
    color: white;
    padding: 2px 6px;
    font-size: 11px;
    display: inline;
    background: #f9b8be;
    clear: both;
    float: left;
    margin-top: 4px;
}

.product-cta-green {
    background: #667451;
}

#product-range .designer-logo,
.products .designer-logo {
    max-height: 30px;
    margin-left: 0;
    max-width: 50%;
    margin-top: 4px;
}

#product-range .column.product,
#product-range .product.columns,
.products .column.product,
.products .product.columns {
    padding-right: 4px;
}

#product-range .designer-category.fancy,
.products .designer-category.fancy {
    font-size: .85rem;
}

#product-range .product .amount,
.products .product .amount {
    display: block;
    clear: left;
    padding-top: 10px;
    max-width: 50%;
    float: left;
}

#product-range .view-more,
.products .view-more {
    font-size: .9rem;
    float: right;
    display: inline-block;
    max-width: 50%;
    padding-top: 9px;
    color: #667451;
}

#product-range img,
.products img {
    margin-bottom: 0 !important;
}

#product-range h3,
.products h3 {
    padding-bottom: 0;
}

.products_you_may_like {
    margin-top: 1.875rem;
}

.designer-info .flush-sides {
    padding: 0;
}

#sidebar-nav {
    padding-bottom: 1rem;
}

.woocommerce-Price-currencySymbol {
    margin-left: 4px;
}

#product-range .product .amount,
.products .product .amount {
    display: none;
}

.product span.read-more.right {
    display: block;
    text-align: center;
    float: none;
}

.woocommerce ul.products li.product h3 {
    text-align: center;
}

.product-non-transactional-contact .button-container {
    padding-left: 40px;
}

.product-non-transactional-contact .button-container .button {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 0;
}

.woocommerce .button.pink,
.woocommerce a.button.pink {
    background: #f9b8be !important;
    color: #fff !important;
}

.product-non-transactional-contact {
    padding: 1.45rem;
    background: #ececec;
}

.product-non-transactional-contact .row {
    margin-bottom: 0;
}

.product-non-transactional-contact p {
    margin-bottom: .1rem;
}

.product-non-transactional-contact .button.quantity {
    height: 25px;
    width: 25px;
    padding: 5px;
    line-height: 2px;
    background-color: #ced2d6 !important;
    color: #000001 !important;
    font-weight: bold;
    float: left;
    margin-right: 2px;
    border: solid 1px #7C868F;
}

.product-non-transactional-contact .single_add_to_cart_button {
    display: block !important;
    width: 100%;
    float: none;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #667451;
}

.woocommerce div.product .stock,
.woocommerce-info:before {
    color: #667451;
}

.quantity.buttons_added:before {
    content: "Liczba:";
    position: absolute;
    left: 0;
    font-family: Lato, arial, sans-serif;
    color: #000001;
    font-size: .875rem;
    font-weight: 600;
    margin-right: 10px;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
    right: -20px;
}

.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
    left: 0px;
}

.woocommerce .quantity,
.woocommerce-page .quantity {
    padding-left: 55% !important;
    overflow: visible;
}

.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
    margin-left: -40px !important;
    right: 50px !important;
    left: auto !important;
    border: solid 1px #7c868f !important;
    background-color: #ced2d6 !important;
    color: #000001 !important;
    height: 30px !important;
    top: 0 !important;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    margin-right: -12px !important;
    height: 30px !important;
    float: none !important;
    border: solid 1px #7c868f !important;
    top: 0 !important;
    padding-bottom: 2px;
    padding-left: 4px;
    width: 3.618em !important;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
    right: -5px !important;
    height: 30px !important;
    border: solid 1px #7c868f !important;
    background-color: #ced2d6 !important;
    color: #000001 !important;
    top: 0 !important;
}

.woocommerce-message:before {
    color: #667451;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 110px;
}

.woocommerce {
    color: #000001;
}

.product-non-transactional-contact .in-stock {
    display: none;
}

.product-non-transactional-contact td {
    font-size: .9rem;
}

#price_calculator input {
    height: 25px;
    margin-bottom: 2px;
}

#price_calculator {
    margin-bottom: 10px;
    border-bottom: solid 1px #bfc4ca;
    padding-bottom: 5px;
}

#price_calculator .length-input,
#price_calculator .width-input {
    display: none;
}

.woocommerce div.product .available_on_backorder_color {
    color: #667451;
}

.shop_table td.product-name {
    font-size: .9rem;
    color: #000001;
}

.shop_table td.product-name a {
    font-size: 1rem;
}

form.cart.sample {
    width: 100%;
    background: #ececec;
    padding: 1.45rem;
}

form.cart.sample .single_variation_wrap {
    width: 50%;
    float: right;
    padding-left: 40px;
    position: relative;
}

form.cart.sample .single_variation_wrap:before {
    content: "Zamów darmowe próbki!";
    position: absolute;
    left: -100%;
    font-weight: 700 !important;
    font-size: .875rem;
}

form.cart.sample .button {
    background-color: #f9b8be !important;
    width: 100%;
}

.pack-price-table {
    min-width: 194px;
}

.product_cat-kleje .woocommerce-tabs,
.product_cat-kleje-podklady-i-walki .woocommerce-tabs {
    display: none;
}

div.product-description {
    margin-top: 2.25rem;
}

#price_calculator {
    display: none;
}

ul.products li .add_to_cart_button {
    display: none;
}

.woocommerce ul.products li.product_cat-samples {
    width: 33.3% !important;
    margin-top: 2% !important;
    margin-right: 0;
    padding: 0.625rem;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product_cat-samples .sample-wrapper {
    border: solid 2px #e1e1e1;
    padding: 15px !important;
    background: #e9ebea;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e9ebea), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #e9ebea 1%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e9ebea), to(#fff));
    background: linear-gradient(to bottom, #e9ebea 1%, #fff 100%);
    text-align: center;
    position: relative;
}

.woocommerce ul.products li.product_cat-samples .sample-information {
    padding-bottom: 40px !important;
}

.woocommerce ul.products li.product_cat-samples .add_to_cart_button {
    display: block;
}

.woocommerce ul.products li.product_cat-samples img {
    display: none;
}

.woocommerce ul.products li.product_cat-samples h3 {
    font-size: 1.4rem !important;
    font-weight: 900;
    color: #000001;
}

.woocommerce ul.products li.product_cat-samples h2.woocommerce-loop-product__title {
    display: none;
}

.woocommerce ul.products li.product_cat-samples ul li {
    font-size: .8rem;
}

.woocommerce ul.products li.product_cat-samples .button {
    background-color: #f9b8be !important;
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0.625rem;
    right: 0.625rem;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    font-size: 1.2rem;
    line-height: 20px;
}

.woocommerce ul.products li.product_cat-samples .button:before {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 15px 14px;
    border-color: transparent transparent #f9b8be transparent;
    content: "";
}

.woocommerce ul.products li.product_cat-samples:last-of-type .button {
    background-color: #b9bdbc !important;
}

.woocommerce ul.products li.product_cat-samples:last-of-type .button:before {
    border-color: transparent transparent #b9bdbc transparent;
}

.woocommerce ul.products li.product_cat-samples .added_to_cart {
    position: absolute;
    margin-top: 20px;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    font-size: .8rem;
    font-weight: bold;
}


/*.woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name {*/

.woocommerce-cart td.product-thumbnail,
.woocommerce-cart td.product-name a[href*="-sample"],
.woocommerce-cart td.product-name a[href*="-samples"],
.woocommerce-order-details td.product-thumbnail,
.woocommerce-order-details td.product-name a[href*="-sample"],
.woocommerce-order-details td.product-name a[href*="-samples"] {
    pointer-events: none;
}

.woocommerce ul.products li.product p.stock,
.woocommerce ul.products li.product .wc-measurement-price-calculator-price,
.woocommerce-page ul.products li.product p.stock,
.woocommerce-page ul.products li.product .wc-measurement-price-calculator-price {
    display: none;
}

.samples-header h1 {
    font-size: 1.5rem;
    display: inline;
    margin-right: 20px;
}

.samples-header .samples-link {
    font-size: 1.2rem;
    display: inline;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 1.8em;
}

.product-delivery-text .delivery-icon {
    margin-top: 3px;
    float: left;
}

.product-delivery-text .delivery-message {
    float: left;
    max-width: 70%;
}

.product-delivery-text .open-delivery-tab {
    margin-left: 30px;
}

.woocommerce div.product p.price .wc-measurement-price-calculator-price {
    font-size: 0;
}

.woocommerce div.product p.price .wc-measurement-price-calculator-price .woocommerce-Price-amount.amount {
    font-size: 1.25rem;
}

.product_cat-installation-subflooring div[itemprop="offers"] {
    display: none;
}

.product_cat-installation-subflooring table.pack-price-table {
    display: none;
}

.product_cat-installation-subflooring .quantity.buttons_added {
    display: none;
}

.postid-1712 .woocommerce-tabs {
    display: none;
}

.postid-1712 form.cart p.bold.clear {
    display: none;
}

.product_cat-kleje a.open-delivery-tab {
    display: none;
}

.checkout-installation-upsell-popup {
    display: none;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    background: #fff;
    padding: 1.875rem;
    -webkit-box-shadow: -1px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 32px 0px rgba(0, 0, 0, 0.75);
}

.shop_table .coupon-sample td {
    font-size: 0;
}

.shop_table .coupon-sample td .amount {
    font-size: 1rem;
    padding-top: 15px;
    display: block;
}

.shop_table .coupon-sample td .amount:before {
    content: "-";
}

.tax-product_cat #reviews {
    display: none;
}

.sample-three-images {
    margin: 0;
    display: inline-block;
    list-style: none;
    float: right;
    margin-right: 0.625rem;
}

.sample-three-images li {
    display: inline-block;
    margin-left: 15px;
}

.sample-three-images img {
    max-width: 100px;
}

.tax-product_cat .designer-logo {
    max-height: 40px;
}

.sample-button-container .button.sample-button {
    background: #b9bdbc !important;
    color: white !important;
    margin-left: -0.625rem;
}

.wc-tab .reviwer-img {
    width: 12%;
    position: relative;
    padding-right: 0.9375rem;
    float: left;
}

.wc-tab .reviwer-img img {
    width: 100%;
    border: solid 2px #eee;
    max-width: 34px;
    max-height: 41px;
}

.wc-tab .review {
    width: 88%;
    position: relative;
    padding-right: 0.9375rem;
}

.woocommerce-Tabs-panel--review_tab ul li:after {
    clear: both;
}

.woocommerce-Tabs-panel--review_tab ul li {
    border-bottom: 2px solid #E5E9E8;
    padding-bottom: 1.25rem;
    margin-bottom: 1.1875rem;
}

.woocommerce-Tabs-panel--review_tab ul li::before,
.woocommerce-Tabs-panel--review_tab ul li::after {
    clear: both;
}

.woocommerce-Tabs-panel--review_tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tab-title-gallery_tab {
    background-image: url("../../img/icon-gallery.png");
    background-repeat: no-repeat;
    background-position: 10% 50%;
    text-align: right;
    padding-right: 0;
}

#tab-title-gallery_tab a {
    text-align: right;
    /* padding-right: 0; */
    padding-left: 30px;
}

.woocommerce .checkout--your-order {
    padding: 1.25rem;
    border: solid 2px #d7dddc;
}

.woocommerce .checkout--your-order table.shop_table {
    border: none;
    font-size: 13px;
}

.woocommerce .checkout--your-order table.shop_table tbody th,
.woocommerce .checkout--your-order table.shop_table tfoot td,
.woocommerce .checkout--your-order table.shop_table tfoot th {
    border-top: none;
    text-transform: uppercase;
}

.woocommerce .checkout--your-order .product-total,
.woocommerce .checkout--your-order table.shop_table td {
    text-align: right;
}

.woocommerce .checkout--your-order table.shop_table tfoot th {
    vertical-align: top;
}

.woocommerce .checkout--your-order table.shop_table td.product-name {
    text-align: left;
    font-size: .8rem;
}

.woocommerce .checkout--your-order #place_order {
    float: none;
    width: 100%;
}

.woocommerce .checkout--your-order [type="radio"]:checked,
.woocommerce .checkout--your-order [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.woocommerce .checkout--your-order [type="radio"]:checked+label,
.woocommerce .checkout--your-order [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.woocommerce .checkout--your-order [type="radio"]:checked+label:before,
.woocommerce .checkout--your-order [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    background: #fff;
}

.woocommerce .checkout--your-order [type="radio"]:checked+label:after,
.woocommerce .checkout--your-order [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3394fb;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.woocommerce .checkout--your-order [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.woocommerce .checkout--your-order [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.woocommerce .checkout--your-order .wc_payment_method.payment_method_paypal [type=radio]:checked+label:before,
.woocommerce .checkout--your-order .wc_payment_method.payment_method_paypal [type=radio]:not(:checked)+label:before {
    top: 12px;
}

.woocommerce .checkout--your-order .wc_payment_method.payment_method_paypal [type=radio]:checked+label:after,
.woocommerce .checkout--your-order .wc_payment_method.payment_method_paypal [type=radio]:not(:checked)+label:after {
    top: 16px;
}

.woocommerce .checkout--your-order #payment {
    background-color: #fff;
}

.woocommerce .checkout--your-order table.shop_table tbody th,
.woocommerce .checkout--your-order table.shop_table tfoot td,
.woocommerce .checkout--your-order table.shop_table tfoot th {
    background: #e7e7e7;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    padding: .1em;
    background-color: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}

.woocommerce div.product {
    padding-top: 20px;
}

.woocommerce div.product .product_title {
    margin-bottom: 10px;
}

.designer-logo {
    max-height: 30px;
    margin-left: 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: inline-block;
    margin-bottom: 10px;
}

span.tagged_as {
    display: block;
    font-size: .9rem;
}

span.tagged_as a {
    font-weight: 600;
}

.woocommerce span.onsale {
    background-color: #667451;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #667451;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    width: auto;
}

.woocommerce-slider {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.woocommerce-slider .slick-prev,
.woocommerce-slider .slick-next {
    height: 40px !important;
    width: auto !important;
    position: absolute;
    top: 35px;
}

.woocommerce-slider .slick-prev {
    left: -50px;
}

.woocommerce-slider .slick-next {
    right: -50px;
}

.product-delivery-text {
    margin-top: 15px;
    font-weight: 600;
}

.product-delivery-text img {
    margin-right: 10px;
}

.business-only-fields,
#billing_company_field {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs span {
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.basket-page-icons img {
    float: left;
}

.basket-page-icons .basket-page-icons--content {
    margin-left: 50px;
}

.basket-page-icons span {
    font-size: .9rem;
}

.basket-page-icons .title {
    font-weight: 800;
    display: block;
    font-size: 1.1rem;
}

.basket-page-icons a {
    display: block;
    margin-top: .8rem;
}

.gform_wrapper ul {
    list-style: none;
    margin: 0;
}

.gform_wrapper [type=radio] {
    margin-right: 20px;
}

.gform_wrapper .gfield_radio {
    margin-bottom: 1rem;
}

.gform_wrapper .forms-disclaimer {
    font-size: .85rem;
    line-height: 1;
}

.gform_wrapper .gfield_label {
    font-weight: 600;
}

.gform_wrapper .button,
.gform_wrapper button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.gform_wrapper .gform_footer {
    margin-top: 10px;
}

.gform_wrapper span.gfield_required {
    visibility: hidden;
}

.gform_wrapper .validation_message {
    clear: both;
}

.category-header {
    margin-bottom: 0.3125rem;
}

.category-header h1 {
    font-size: 1.575rem;
    font-weight: bold;
    color: #000001;
}

.category-header .medium-3 {
    border: solid 0.9375rem #E5E9E8;
    padding-top: 15px;
}

.category-header .medium-9 {
    overflow: hidden;
}

.category-header .medium-9 img {
    max-width: 200%;
    width: auto;
    min-height: 350px;
}

.medium-9 {
    padding-left: 0px;
}

.medium-3.border-right {
    border-right: solid 0.9375rem white;
    padding-top: 0.9375rem;
    padding-right: .93rem;
}

.medium-3.border-right h4 {
    font-size: 1rem;
}

.background-extra-light .accordion {
    margin-left: 0px;
}

.background-extra-light .accordion .accordion-navigation.active>a,
.background-extra-light .accordion dd.active>a {
    background: none !important;
}

.background-extra-light .accordion .accordion-navigation>a,
.background-extra-light .accordion dd>a {
    background: none !important;
    padding: 10px 0px !important;
    clear: left;
    font-size: 1rem;
    font-weight: 400;
}

.background-extra-light .accordion-navigation>a.selected {
    border-bottom: none;
    font-weight: 600;
}

.background-extra-light .content {
    border: none;
    background: none !important;
}

.background-extra-light .split {
    position: relative;
    text-align: center;
    border: solid 1px #E5E9E8;
    overflow: hidden;
}

.background-extra-light .split:hover {
    border: solid 1px #7C868F;
}

.background-extra-light .text {
    position: absolute;
    margin-top: -67px;
    right: 0px;
    left: 0px;
    color: white;
}

.background-extra-light .single {
    margin-top: -55px;
}

.colours {
    clear: left;
}

.colours .inline {
    margin-bottom: 10px;
    padding-right: .35rem;
}

.colours .inline .block {
    padding-top: 19px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.6875rem;
    font-weight: bold;
    color: white;
    text-align: center;
    border: solid 1px #E5E9E8;
    height: 3.46875rem;
    width: 3.46875rem;
}

.colours .inline .block:hover {
    border: solid 1px #7C868F;
}

.colours .inline .black-text {
    color: #000001;
}

.pagination {
    margin-bottom: 0.3125rem;
}

.pagination p {
    margin-bottom: 0px;
    font-weight: 600;
}

.pagination a {
    color: #000001;
}

.pagination .button {
    display: inline;
    padding: 1px 4px;
    background-color: #E5E9E8;
    color: #000001;
    margin-left: 5px;
    padding-bottom: 6px !important;
    padding-top: 5px !important;
}

.pagination .button:hover {
    background-color: #7C868F;
    color: white;
}

.pagination .active {
    background-color: #f9b8be;
    color: white;
}

.pagination .active:hover {
    background-color: #f9b8be;
    color: white;
}

.hover-right-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 101px;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.sample-fade a.bottom {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    margin: 0 0 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    background: #f398a1;
    color: white;
}

.sample-fade .bottom:before {
    border-color: transparent transparent #f398a1 transparent;
}

.sample-fade {
    padding-bottom: 75px;
}

select#input_3_8 {
    width: 61%;
}

.contact-form .gform_wrapper .gfield_label {
    font-weight: 400;
}

#field_3_10 {
    display: block;
    margin-bottom: 20px;
}

#label_3_10_0 {
    width: 90%;
}

#choice_3_10_0 {
    margin-top: 20px;
    width: auto;
    float: left;
    display: inline-block;
}

.contact-form .gform_button.button {
    max-width: 100%;
    display: inline-block !important;
    margin-top: 30px;
    width: 100%;
}

#field_3_10 .gfield_label:first-of-type {
    display: none;
}

@media (max-width: 640px) {
    .contact-form textarea,
    .contact-form ul li input {
        width: 65% !important;
    }
    #label_3_10_0 {
        width: 85%;
    }
    #choice_3_10_0 {
        width: auto !important;
    }
}

.post-type-archive-product.woocommerce .small-12 .medium-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.fitting .box {
    border: solid 1px #A7B5C0;
    text-align: center;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.fitting .box h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #000001;
    padding: 10px;
    margin-top: 20px;
}

.fitting .box p {
    color: #000001;
    padding: 0px 10px;
}

.fitting .box a {
    display: inline-block;
}

.fitting .box a:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.fitting .box a:hover .no-grow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fitting .box a:hover .button {
    background: #667451;
}

.fitting .box img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.fitting .box .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 30px;
}

.fitting .box .button-box {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.fitting .columns:last-of-type .box {
    margin-right: 0px;
}

.fullwidth-image {
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    margin-top: -1.2rem;
    max-height: 450px;
}

.fullwidth-borderbottom+.fullwidth-image {
    margin-top: 0;
}

.fullwidth-image .bg {
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.fullwidth-image .columns {
    text-align: center;
}

.fullwidth-image h1 {
    color: white;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 70px;
    margin-bottom: 5%;
    margin-top: 15%;
}

.fullwidth-image .button {
    margin-bottom: 0px;
}

.fullwidth-image .button:hover {
    background: rgba(0, 0, 0, 0.5);
}

.larger-text p,
.larger-text a {
    font-size: 1.2rem;
}

.larger-text h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

.medium-text p,
.medium-text a {
    font-size: 1rem;
}

.medium-text h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

.number-circle {
    font-size: 2.1875rem;
    margin-right: 20px;
    font-weight: bold;
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    border: solid 2px #7C868F;
    color: #000001;
    border-radius: 100px;
    line-height: 45px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.number-paragraph {
    margin-left: 70px;
    font-size: .9rem !important;
    color: #000001;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.number-list li:hover .number-circle {
    border: solid 2px #667451;
    color: #667451;
}

.number-list li:hover .number-paragraph {
    color: #667451;
}

.fullwidth-image .logo-image {
    margin-top: 10%;
    margin-bottom: 10%;
}

.scrollable-pane-container {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.scrollable-pane-container .scrollable-pane {
    padding-top: 10px;
}

.scrollable-pane-container .slick-prev,
.scrollable-pane-container .slick-next {
    background: #5d6871;
    width: 50%;
    float: left;
    cursor: pointer;
}

.scrollable-pane-container .buttons {
    background: #5d6871;
}

.scrollable-pane-container .header {
    background: #5d6871;
    padding: 20px;
}

.scrollable-pane-container .header span {
    color: white;
    font-size: 1.3rem;
}

.scrollable-pane-container .letter {
    left: 0px;
    font-size: 1.25rem;
    color: #5d6871;
    display: inline-block;
    float: left;
    font-weight: bold;
}

.scrollable-pane-container .title {
    font-size: 1.05rem;
}

.scrollable-pane-container .address {
    margin-left: 50px;
}

.scrollable-pane-container .section {
    clear: left;
}

.calculator.larger-text {
    padding-top: 10px;
}

.calculator {
    background: #eee;
    margin-bottom: 10px;
}

.calculator a:focus {
    color: #000001;
}

.calculator input {
    display: inline-block;
    width: 50px;
}

.calculator .metres input {
    width: 100px;
}

.calculator .unit {
    font-weight: bold;
    font-size: 1.1rem;
}

.calculator .button {
    display: block;
    margin-bottom: 4px;
}

.calculator #total-area-wrapper p {
    font-size: 1.15rem;
    line-height: 11px;
    font-weight: 800;
}

.calculator #total-area-wrapper p #total-area {
    color: #eb6d4f;
}

.calculator .feet,
.calculator .metres {
    margin-bottom: 20px;
}

.calculator #metre-toggle,
.calculator #feet-toggle {
    font-weight: bold;
}

.calculator #total-area-wrapper .wastage {
    font-size: 1rem;
    line-height: 11px;
}

.calculator #total-area-wrapper .wastage span {
    color: #eb6d4f;
}

.calculator .metres {
    display: none;
}

#metres .width {
    padding-left: 2px;
}

#total-area-wrapper {
    padding-left: 2px;
}

.submitbuttons {
    padding-right: 20px;
}

label {
    font-size: .9rem;
}

.sub-category .button {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    margin-bottom: 7px;
    margin-top: 7px;
}

.sub-category img {
    width: 100%;
}

.sub-category .columns {
    border-right: solid 5px white;
}

.inspiration-header {
    max-height: 27.125rem !important;
    overflow: hidden;
    margin-top: -1.2rem;
    margin-bottom: 4px !important;
}

.inspiration-header .slick-dots {
    display: none !important;
}

.inspiration-header .slick-prev,
.inspiration-header .slick-next {
    top: 45% !important;
}

.inspiration-header .button {
    margin-top: 330px;
    margin-left: auto;
    margin-right: auto;
}

.inspiration-header .button:hover {
    background: white;
    color: #000001;
}

.inspiration-header .button-holder {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.divide8 {
    width: 12.5%;
    padding-right: 2px !important;
    padding-left: 2px !important;
    text-align: center;
}

.divide8 img {
    margin-top: 0px;
}

.divide8 a {
    background: #E5E9E8;
    color: #000001;
    display: block;
    padding: 2px 0px;
    font-weight: bold;
    padding-top: 0px;
    font-size: 1.1rem;
}

.divide8 a:hover {
    background: #667451;
    color: white;
}

.inspiration4 {
    margin-top: 40px;
}

.inspiration4 .columns {
    padding-right: 2px;
    padding-left: 2px;
}

.inspiration4 .image {
    position: relative;
    overflow: hidden;
}

.inspiration4 .image img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.inspiration4 a:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.inspiration4 a:hover span {
    background: #667451 !important;
}

.inspiration4 h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.inspiration4 p {
    text-align: center;
    margin-top: 15px;
    font-size: 1.1rem;
    padding: 0px 5px;
    line-height: 1.3;
}

.inspiration4 .view-range {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.inspiration4 .view-range .button {
    background: rgba(88, 95, 101, 0.9);
}

.bordered {
    border: solid 2px #7C868F;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 4px;
}

.bordered .columns {
    padding: 4px;
    height: 100%;
}

.bordered span,
.bordered p {
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.1rem;
    padding: 0px;
    margin-top: 0px;
}

.bordered .date {
    font-size: .8rem;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.bordered .button {
    left: 0px;
    right: 4px;
    position: absolute;
    bottom: 4px;
    margin-bottom: 0px;
}

.bordered .button:hover {
    background: #667451;
}

.inspiration-sub .flush-left img {
    margin-bottom: 15px;
}

.view-floor-range {
    text-align: center;
    background: #667451;
    height: 34px;
}

.view-floor-range a {
    display: block;
}

.view-floor-range span {
    color: white;
    font-size: 20px;
}

.gradient-background {
    padding: 13px;
    background: #e5ebe9;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5ebe9), color-stop(70%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5ebe9 0%, #ffffff 70%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#e5ebe9), color-stop(70%, #ffffff));
    background: linear-gradient(to bottom, #e5ebe9 0%, #ffffff 70%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5ebe9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.floor-category ul {
    list-style-type: none;
}

.floor-category .upper-links {
    font-size: 14px;
    color: #000001;
    padding: 0px 0px 0px 0px;
    font-weight: 300;
}

.floor-category .instalation {
    font-size: 14px;
    color: #000001;
    padding: 30px 0px 30px 47px;
    background: url(../../img/service_icon.png) no-repeat 0px 30px;
    border-bottom: 1px solid #e5ebe9;
    font-size: 18px;
    color: #000001;
    font-weight: 600;
}

.floor-category .instalation span {
    font-size: 14px;
    color: #000001;
    font-size: 12px;
    color: #000001;
    font-weight: 400;
    width: 100%;
    display: block;
}

.touch-enough-icons ul {
    margin-top: 15px;
    margin-bottom: 5px;
}

.touch-enough-icons ul li a:hover span {
    background-position: 0px -18px;
}

.touch-enough-icons ul li .icon-img1 {
    width: 34px;
    float: left;
    background: url(../../img/tough_enough_icon1.png) no-repeat 0px 0px;
    height: 16px;
    text-indent: -9999px;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.touch-enough-icons ul li .icon-img1:hover {
    background-position: 0px -16px !important;
}

.touch-enough-icons ul li .icon-img2 {
    width: 22px;
    float: left;
    background: url(../../img/tough_enough_icon2.png) no-repeat 0px 0px;
    height: 18px;
    text-indent: -9999px;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.touch-enough-icons ul li .icon-img3 {
    width: 27px;
    float: left;
    background: url(../../img/tough_enough_icon3.png) no-repeat 0px 0px;
    height: 18px;
    text-indent: -9999px;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.touch-enough-icons ul li .icon-img4 {
    width: 31px;
    float: left;
    background: url(../../img/tough_enough_icon4.png) no-repeat 0px 0px;
    height: 18px;
    text-indent: -9999px;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.touch-enough-icons ul li .icon-img5 {
    width: 27px;
    float: left;
    background: url(../../img/tough_enough_icon5.png) no-repeat 0px 0px;
    height: 18px;
    text-indent: -9999px;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.touch-enough-icons ul li .icon-img6 {
    width: 30px;
    float: left;
    background: url(../../img/tough_enough_icon6.png) no-repeat 0px 0px;
    height: 18px;
    text-indent: -9999px;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.touch-enough-icons ul li .icon-img7 {
    width: 30px;
    float: left;
    background: url(../../img/tough_enough_icon7.png) no-repeat 0px 0px;
    height: 18px;
    text-indent: -9999px;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.touch-enough-icons ul li .icon-img8 {
    width: 20px;
    float: left;
    background: url(../../img/tough_enough_icon8.png) no-repeat 0px 0px;
    height: 18px;
    text-indent: -9999px;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.touch-enough-icons ul li {
    width: auto;
    float: left;
    padding: 0px 0px 0px 0px;
    position: relative;
    height: 37px;
    text-indent: -9999px;
}

.touch-enough-icons ul li ul {
    position: absolute;
    bottom: -50px;
    left: -50px;
}

.touch-enough-icons ul li ul li {
    text-indent: 0px;
    color: #667451;
    font-size: 14px;
}

.touch-enough-icons ul {
    min-width: 236px;
    float: left;
    list-style-type: none;
}

.touch-enough {
    text-align: center;
    float: left;
    background-color: #e5ebe9;
    padding: 20px 0px 0px 0px;
}

.flooring-text {
    font-size: 22px;
    color: #000001;
    font-weight: 300;
    padding: 0px 0px 9px 0px;
    line-height: 26px;
}

.lsi-top ul {
    float: left;
    padding: 3px 0px 25px 0px;
    font-size: 14px;
    color: #000001;
}

.lsi-top ul li {
    float: left;
    font-size: 14px;
    margin: 0px 0px 0px 38px;
    padding: 4px 0px 0px 34px;
}

#intro .sample-fade {
    min-height: 615px;
}

#intro .sample-fade li {
    font-size: .9rem;
}

.leftblock {
    float: left;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 75px;
}

.rightblock {
    margin-left: 105px;
    padding-right: 30px;
}

.rightblock p {
    margin-bottom: 0px;
}

.contact-form {
    background-color: #e5ebe9;
    padding: 18px 18px 8px 18px;
}

.contact-form ul {
    list-style-type: none;
}

.contact-form ul li label {
    width: auto;
    float: left;
    padding: 3px 12px 0px 0px;
    font-size: 14px;
    color: #7d8590;
}

.contact-form ul li input {
    width: 316px;
    float: right;
    font-size: 13px;
    color: #7d8590;
    padding: 3px;
    border: none transparent;
}

.contact-form ul li {
    width: 407px;
    padding: 0px 0px 10px 0px;
}

.dd1 .ddTitle span.ddTitleText {
    text-indent: 1px;
    overflow: hidden;
    line-height: 21px;
    color: #5b5a5a;
    position: relative;
    top: 0px;
}

.dd1 {
    /* display: inline-block !important; */
    text-align: left;
    font-size: 12px;
    float: right;
    margin-left: 0px;
    width: 281px !important;
}

.contact-form label {
    float: left;
    display: inline;
    width: 15%;
    margin-top: 3px;
}

.contact-form input {
    height: 1.7rem;
}

.contact-form textarea {
    height: 4rem;
}

.contact-form input,
.contact-form textarea {
    float: right;
    display: inline;
    width: 85%;
    margin-bottom: .4rem;
}

.contact-form select {
    width: 75%;
    float: right;
    height: 1.7rem;
    padding: .2rem;
    margin-bottom: .4rem;
}

.contact-form label[for=select1] {
    width: 25%;
}

.contact-form label[for=select2] {
    width: 35%;
}

.contact-form #select2 {
    width: 65%;
}

.contact-form .button {
    float: right;
    max-width: 120px;
    height: 2.3rem;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin: 0 0 1rem 0;
    background-color: #FAFAFA;
    border-radius: 0;
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.5rem;
    border-radius: 0;
    height: 2.3125rem;
}

.contact span {
    font-size: 20px;
    font-weight: 600;
}

.contact a {
    color: #000001;
}

.contact .small-text {
    font-size: 12px;
    font-weight: 300;
}

.contact p {
    margin-bottom: 0px;
}

.about-header {
    position: relative;
    margin-bottom: 20px;
}

.about-header span {
    position: absolute;
    right: 30px;
    bottom: 12px;
    color: white;
    font-size: 50px;
}

.founder-txt {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
}

#sample-modal-title {
    padding-left: 13px;
}

.google-map {
    padding: 10px;
    padding-bottom: 3px;
    border: solid 1px #E5E9E8;
}

.google-map iframe {
    width: 100%;
}

.result-logo {
    float: right;
}

#results-list .section {
    padding-right: 20px;
}

input.border:focus {
    border: solid 2px #7C868F !important;
}

.accordion-title {
    border: none;
    margin-bottom: 30px;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-content {
    border: none;
    border-bottom: none !important;
}

 :last-child>.accordion-content:last-child,
 :last-child:not(.is-active)>.accordion-title {
    border-bottom: none !important;
}

.accordion {
    margin-top: 10px;
}

#calculator-form .metres {
    display: block;
}

#sidebar-nav .accordion-navigation>a {
    display: block;
}

#sidebar-nav .accordion {
    background: none;
}

h3.light-text {
    font-weight: 400;
}

.gform_validation_container {
    visibility: hidden;
}

.contact-form ul li input,
.contact-form textarea {
    width: 75%;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.contact-form ul li {
    width: 100%;
    clear: left;
}

.contact-form .gform_wrapper .gfield_label {
    height: 29px;
}

.contact-form .button {
    float: right;
    max-width: 200px;
    height: 2.3rem;
    background: #667451;
    color: #fff;
    float: none;
    display: inline-block !important;
}

.contact-form .gform_footer {
    clear: both;
    text-align: right;
}

.page-template-page-contact-us .contact {
    font-family: Lato, arial, sans-serif;
    color: #000001;
    font-size: .875rem;
}

.page-template-page-contact-us .contact h3,
.page-template-page-contact-us .contact .contact-top {
    margin-top: 10px;
    display: block;
}

.page-template-page-contact-us .contact a {
    font-weight: 600;
    display: block;
}

.page-template-page-contact-us p,
.archive.woocommerce-page p,
.page-id-3295 p,
.page-id-2625 p,
.page-id-2786 p,
.page-id-1151 p,
.page-id-2949 p,
.page-id-13 p,
.page-id-1131 p,
.page-id-1165 p,
.page-id-1183 p,
.page-id-2619 p,
.page-id-2621 p,
.page-id-1165 p,
.page-id-2623 p,
.page-id-2617 p,
.page-template-page-4-column-hub p,
.page-template-default p {
    font-size: 0.93rem;
}

.woocommerce .checkout--your-order table.shop_table {
    border: none;
    font-size: 15px;
}

.woocommerce .checkout--your-order table.shop_table td.product-name {
    text-align: left;
    font-size: .87rem;
}

footer div {
    width: 20%;
    text-align: center;
    border-right: solid 1px white;
    float: left;
}

footer div:first-of-type {
    border-left: solid 1px white;
}

footer p {
    margin-bottom: 0px;
}

footer a {
    display: block;
    padding: 50px 0px;
}

footer a:hover {
    background: #edf0ef;
}

footer a:hover h4 {
    color: #646c74;
}

.social-icons {
    list-style-type: none;
}

.social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.social-icons li a {
    text-indent: -9999px;
    float: left;
}

.social-icons ul li.twitter a {
    width: 43px;
    height: 42px;
    background: url(../../img/twitter_icon1.png) no-repeat 0px -42px;
}

.social-icons ul li.facebook a {
    width: 23px;
    height: 42px;
    background: url(../../img/facebook_icon1.png) no-repeat 0px -42px;
}

.social-icons ul li.pinterest a {
    width: 31px;
    height: 42px;
    background: url(../../img/pinterest_icon1.png) no-repeat 0px -42px;
}

.social-icons ul li.insta a {
    width: 43px;
    height: 42px;
    background: url(../../img/insta_icon1.png) no-repeat 0px -42px;
}

.social-icons ul li.blog a {
    width: 43px;
    height: 42px;
    background: url(../../img/blog_icon1.png) no-repeat 0px -42px;
}

.social-icons ul li a:hover {
    background-position: 0px 0px;
}

.twitter-text {
    width: 88%;
    position: relative;
    float: left;
    padding-right: 0.9375rem;
}

.twitter-pic .left {
    margin-right: 10px;
}

.twitter-av {
    width: 12%;
    position: relative;
    padding-right: 0.9375rem;
    float: left;
}

.twitter-av img {
    width: 100%;
    border: solid 2px #eee;
}

.twitter-txt-title p {
    line-height: 1;
    margin-bottom: 0px;
}

.footer-links-container {
    padding: 30px 0px;
}
.footer-socials {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 30px;
}
.footer-links-container .footer-socials .title {
    margin: 0;
    min-width: 120px;
}

.footer-links-container span,
.footer-links-container li {
    color: white;
    font-size: .9rem;
    font-weight: 300;
}

.footer-links-container .title {
    font-weight: bold;
}

.footer-links-container ul {
    list-style-type: none;
    margin-left: 0px;
}

.footer-links-container ul:last-of-type {
    margin-bottom: 0px;
}

.footer-links-container a:hover {
    text-decoration: underline;
}

/*.footer-links-container .columns {
    padding-left: 70px;
} */

.footer-small {
    display: none;
}

@media all and (max-width: 1825px) {
    #homepage-slider .title,
    .fade-auto-slider .title {
        bottom: 25%;
    }
}

@media all and (max-width: 1625px) {
    #homepage-slider .title,
    .fade-auto-slider .title {
        bottom: 20%;
    }
    .fullwidth-image .bg {
        max-width: 500%;
        width: auto;
        height: 700px;
    }
}

@media all and (max-width: 1340px) {
    .product .hover {
        background: rgba(98, 105, 111, 0);
        z-index: 10;
        right: 0px;
    }
    .product .hover-bottom {
        position: absolute;
        bottom: 0px;
        padding-bottom: 10px;
        left: 0;
        right: 0;
        padding-top: 5px;
        background: #7C868F;
    }
    .product .hover-bottom a {
        color: white;
    }
}

@media all and (max-width: 1289px) {
    .reveal-modal .icon-prev,
    .reveal-modal .icon-next {
        top: 10rem;
    }
    .reveal-modal.small {
        width: 60%;
    }
}

@media all and (max-width: 1260px) {
    .fullwidth .slick-prev {
        left: -1.9rem;
    }
    .fullwidth .slick-next {
        right: -1.9rem;
    }
}

@media all and (max-width: 1210px) {
    #nav .country-select {
        margin-right: 10px;
    }
    .bordered span,
    .bordered p {
        font-size: 1rem;
    }
    #basket-link {
        padding-right: 0.625rem;
    }
    .subnav.fullwidth .slider {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .thumbs .main-image {
        padding-right: .2rem;
    }
    .modal-footer .delivery-icon {
        margin-right: 5px;
    }
    .modal-footer p.main,
    .modal-footer p.side {
        font-size: .6rem;
    }
    .modal-footer .button {
        font-size: .8rem;
    }
}

@media all and (max-width: 1185px) {
    .columns.inspiration-header {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sub-category .flush-left {
        padding-left: 0px !important;
    }
    .sub-category .flush-right {
        padding-right: 0px !important;
    }
    .divide8.columns {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }
    .inline {
        padding-right: 1.5rem;
    }
    .medium-3.border-right {
        border-right: none;
    }
    .columns {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }
    #search-bar {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #icon-basket {
        display: none;
    }
    #navbar li a {
        padding-right: 1rem;
    }
    #navbar .button {
        padding: 0.625rem;
        margin-top: 0px !important;
    }
    #navbar .colour ul li a {
        font-size: .75rem;
    }
    #navbar {
        padding-left: 0rem;
        margin-left: 0rem;
    }
}

@media all and (max-width: 1150px) {
    .top-links ul>li a {
        padding: .625rem .5rem 1.875rem;
    }
    .inline {
        padding-right: .7rem;
    }
    .floor-blk .floor-title h3 {
        font-size: 1rem;
    }
}

@media all and (max-width: 1110px) {
    #navbar li a {
        padding-right: .5rem;
    }
    #navbar .fullwidth .slide p {
        font-size: .8rem;
    }
}

@media all and (max-width: 1095px) {
    .bordered span,
    .bordered p {
        line-height: 1.1;
    }
    .inline {
        padding-right: 0rem;
    }
    #navbar li a {
        padding-right: .5rem;
    }
    html {
        font-size: 90%;
    }
    #basket-link span {
        padding-bottom: 2px;
    }
    .search-icon {
        padding-left: .6rem;
    }
}

@media all and (max-width: 1024px) {
    .contact-form label {
        width: 20%;
    }
    .contact-form input,
    .contact-form textarea {
        width: 70%;
    }
    .contact-form select {
        width: 50%;
    }
    .contact-form label[for=select1] {
        width: 45%;
    }
    .contact-form label[for=select2] {
        width: 45%;
    }
    .contact-form #select2 {
        width: 50%;
    }
    .calculator input {
        display: inline-block;
        width: 25px !important;
    }
    .calculator .metres input {
        width: 50px !important;
    }
    #designers-for-harvey {
        display: none;
    }
    #subheader p {
        font-size: .8rem;
    }
    .right-columns {
        margin-top: 1.25rem;
    }
}

@media all and (max-width: 1000px) {
    #mainheader .row {
        margin-right: 0;
    }
    .wider-dropdown.subnav,
    .wider-dropdown2.subnav {
        margin-left: 0px;
    }
    .wider-dropdown.subnav .columns:first-of-type h3,
    .wider-dropdown2.subnav .columns:first-of-type h3 {
        margin-left: -.7rem !important;
    }
    .us-header #nav {
        margin-right: 0px;
    }
    #subheader .medium-8 {
        background-color: #E5E9E8;
    }
    .has-dropdown.active .columns {
        padding-bottom: 20px;
    }
    .top-links ul>li {
        clear: both;
    }
    .country-select {
        display: none !important;
    }
    .country-small {
        display: block;
        position: absolute;
        top: -20px;
        text-align: center;
        font-size: 0.8125rem;
    }
    .country-small img {
        display: block;
        margin-bottom: 4px;
    }
    .us-header .country-small {
        right: 80px;
    }
    #searchbar .button {
        font-size: .9rem !important;
        line-height: 1 !important;
    }
    #search-bar .search {
        display: inline-block;
        float: left;
        padding: 2px;
    }
    .bordered span,
    .bordered p {
        font-size: .9rem;
    }
    .bordered .button {
        font-size: .9rem;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .bordered .button:after {
        top: 0.475rem;
    }
    .fitting .box .button {
        font-size: 0.8rem;
    }
    .subnav .columns:first-of-type ul {
        margin-left: 0rem !important;
    }
    .subnav .columns:first-of-type h3 {
        margin-left: 0rem !important;
    }
    #mainheader .columns {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }
    .product .hover {
        display: none !important;
    }
    .subnav.colour .button {
        float: left;
        margin-left: 16px !important;
        margin-top: 10px !important;
    }
    .floor-blk {
        padding-left: 15px;
        padding-right: 15px;
    }
    .floor-blk .floor-title {
        padding-left: 0px;
        padding-right: 0px;
    }
    .floor-blk .columns {
        padding-left: 0.425rem !important;
        padding-right: 0.425rem !important;
    }
    .floor-blk .slick-prev,
    .floor-blk .slick-next {
        top: 50%;
        left: 0.1875rem;
        position: absolute;
        max-height: 20px;
        opacity: .8;
    }
    .floor-blk .slick-next {
        left: auto;
        right: 0.1875rem;
    }
    #navbar .colour .title2 {
        position: absolute;
        top: -20px;
    }
    .country-small img {
        margin-left: auto;
        margin-right: auto;
    }
    .country-small {
        right: 120px;
    }
    .has-dropdown.active {
        background-color: #A3B2B9;
    }
    .subnav .has-dropdown.active {
        background-color: #A3B2B9;
    }
    .subnav .has-dropdown.active a {
        color: white !important;
    }
    #intro .intro p {
        line-height: 1.3;
    }
    #intro p.intro {
        font-size: 1.25rem;
    }
    #intro p {
        font-size: 1.05rem;
    }
    #homepage-slider .slick-dots li button,
    .fade-auto-slider .slick-dots li button {
        width: 0.8rem;
        height: 0.8rem;
        padding: 0.1125rem;
    }
    #homepage-slider .slick-dots li,
    .fade-auto-slider .slick-dots li {
        width: .5rem;
    }
    #homepage-slider div>img,
    .fade-auto-slider div>img {
        max-width: 200%;
        width: auto;
        height: 400px;
    }
    .logo img {
        width: 15.625rem;
    }
    #search-bar {
        width: 90%;
        float: left;
    }
    #navbar .colour .title1 h3 {
        margin-left: 0.625rem;
    }
    #subheader .medium-4 {
        display: none;
    }
    #subheader .medium-8 {
        width: 100%;
    }
    #basket-link {
        position: absolute;
        margin-top: -3.4375rem;
        right: 2.8125rem;
        top: 3.125rem;
    }
    #basket-link span {
        position: absolute;
        top: -1.25rem;
        left: 22%;
        width: 1.125rem;
        height: 1.1875rem;
        line-height: 1.5;
    }
    .logo {
        width: 100%;
        margin-bottom: 0;
    }
    .search-bar {
        width: 100%;
        padding-top: 0.625rem;
    }
    #search-bar .search {
        float: none;
        width: 80%;
        margin-top: 0.3125rem;
        margin-left: .6rem;
    }
    #search-bar .search .search-box {
        margin-bottom: 0.3125rem;
    }
    .top-links {
        width: 100%;
    }
    .top-links #nav {
        display: none;
        width: 100%;
    }
    .menu-toggle {
        display: block;
        float: right;
        position: absolute;
        right: 0px;
        width: 1.8125rem;
        margin-right: 1.25rem;
        margin-top: -1.55rem;
    }
    .menu-toggle a {
        font-size: 0.8125rem;
    }
    .menu-toggle img {
        height: 15px;
        display: block;
        margin-left: 5px;
    }
    .top-links ul>li {
        display: block;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .has-dropdown:hover,
    .country-select:hover,
    .has-dropdown.active {
        background-color: #7C868F !important;
    }
    .top-links ul>li a {
        display: block;
        padding-bottom: 0px;
        padding: 0.625rem;
        padding-left: 0.25rem;
        font-size: .9rem;
        border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    }
    .top-links ul {
        float: none;
        margin-left: 0px;
    }
    #mainheader .subnav .columns {
        padding-left: 0.375rem !important;
        padding-right: 0.375rem !important;
    }
    #search-bar .search .search-box {
        background-color: white;
        border: solid 1px white;
        color: #000001;
        height: 2rem;
        float: right;
    }
    #search-bar .search .search-button {
        background-position: 0 -0.875rem;
        top: 0.375rem;
        padding-top: 0.9375rem;
        padding-right: 0.625rem;
    }
    .has-dropdown {
        padding-bottom: 0px;
        clear: both;
    }
    .subnav {
        position: relative;
        background: inherit;
        width: 100%;
        margin-top: 0px;
    }
    .subnav .inset-image {
        margin-left: 0.3125rem;
        margin-right: 0.3125rem;
    }
    .subnav .inset-text {
        font-size: 0.6125rem;
        bottom: auto;
    }
    .subnav ul {
        margin: 0px !important;
        margin-left: 0px !important;
        border-right: none;
    }
    .subnav li a {
        border-bottom: none !important;
    }
    .subnav h3 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .active {
        background-color: #7C868F;
    }
    #subheader {
        background: white;
    }
    #subheader .subnav {
        position: absolute;
        left: 0px !important;
        right: 0px;
    }
    #subheader .green-text {
        display: none;
    }
    #subheader #navbar .has-dropdown>a:after {
        content: none;
    }
    #subheader #navbar li a {
        text-transform: none;
        padding: .8rem .5rem;
        font-size: 1.1rem;
        font-weight: 400;
    }
    #subheader #navbar {
        background: #E5E9E8;
        text-align: left;
    }
}

@media all and (max-width: 860px) {
    .contact-form {
        margin-bottom: 20px;
    }
    .contact-form label {
        width: 100%;
    }
    .contact-form input,
    .contact-form textarea {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-form select {
        width: 100%;
    }
    .contact-form label[for=select1] {
        width: 100%;
    }
    .contact-form label[for=select2] {
        width: 100%;
    }
    .contact-form #select2 {
        width: 100%;
    }
    .rightblock {
        padding-right: 10px;
        margin-left: 75px;
    }
    .leftblock {
        left: 20px;
    }
    .inspiration4 .flooring-gallery img {
        height: 100%;
        max-height: 180px;
        max-width: 110%;
        overflow: hidden;
    }
    .bordered {
        padding-bottom: 0px !important;
        min-height: 180px;
    }
    .bordered span,
    .bordered p {
        font-size: .8rem;
        line-height: 1;
    }
    .bordered .button {
        font-size: .8rem;
        padding-left: 0px;
        padding-right: 0px;
    }
    .fitting .box .button.tech {
        padding: 6px;
    }
    .fitting .columns {
        padding-left: 0px !important;
        padding-left: 0px !important;
        margin-bottom: 15px;
    }
    .calculator {
        width: 100% !important;
    }
    .calc-graphic {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .divide8 a {
        font-size: .9rem;
    }
    .divide8 {
        width: 25%;
        margin-bottom: 5px;
    }
    .inspiration4 h2 {
        font-size: 1rem;
    }
    .inspiration4 .view-range .button {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 768px) {
    /*  .shop_table .coupon-sample td {
font-size: 1rem;

.amount {
    font-size: 1rem;
    padding-top: 0;
    display: inline;

    &:before {
        content: none;
    }
}
}*/
    .shop_table .coupon-sample td:before {
        font-size: 1rem;
        padding-top: 7px;
    }
    .shop_table .coupon-sample td .amount {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media all and (max-width: 760px) {
    .woocommerce ul.products li.product_cat-samples {
        width: 100% !important;
    }
}

@media all and (max-width: 760px) {
    .touch-enough-icons>ul {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .touch-enough-icons>ul>li {
        float: none;
        display: inline-block;
    }
    .lsi-flooring {
        width: 100%;
        margin-top: 30px;
        left: 15px;
        padding-right: 40px !important;
    }
    .lsi-flooring-left {
        width: 100%;
        text-align: center;
    }
    .touch-enough {
        width: 100%;
    }
    .bordered .button:after {
        right: 0.275rem;
    }
    .row .twitter-feed-left,
    .social-icons,
    .slider-auto {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .twitter-av {
        display: none;
    }
    .subnav h3 a {
        font-size: 1.1rem !important;
    }
}

@media all and (max-width: 700px) {
    .fitting .box h2 {
        font-size: 1.1rem;
    }
    .reveal-modal.small {
        width: 100%;
    }
    .thumbs .main-image {
        padding-right: 0rem;
        padding-left: .4rem;
    }
    .fullwidth-image .button {
        margin-bottom: 10px;
        display: block;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2rem;
    }
    .fullwidth-image {
        max-height: 800px;
    }
    .fullwidth-image .bg {
        height: auto;
        margin-left: -100%;
    }
    #homepage-slider .slick-dots {
        bottom: -0.625rem;
    }
    #homepage-slider .title,
    .fade-auto-slider .title {
        max-width: 18.75rem;
        bottom: 15%;
    }
    #homepage-slider .title h2 {
        font-size: 3.375rem;
        line-height: 3.7rem;
    }
    .footer-small {
        display: block;
        padding: 40px 0px;
        padding-bottom: 40px;
    }
    .footer-small a {
        padding: 10px;
    }
    .footer-small ul {
        list-style-type: none;
        margin-top: 20px;
    }
    .footer-small li {
        color: white;
        font-weight: bold;
    }
    .footer-links-container {
        display: none;
    }
    .reveal-modal .icon-prev,
    .reveal-modal .icon-next {
        top: 8.75rem;
    }
}

@media all and (max-width: 640px) {
    .home-intro {
        max-height: none;
        overflow: visible;
    }
    .wider-dropdown.subnav {
        margin-left: 0;
    }
    input[type="text"],
    input[type="number"],
    textarea {
        font-size: 16px;
    }
    .button.postfix.padded-sides.green {
        margin-left: -1.1rem;
    }
    .result-logo {
        margin-top: 5px;
    }
    .sample-fade {
        margin-bottom: 10px;
    }
    .rightblock {
        margin-bottom: 35px;
    }
    .inspiration4 .flooring-gallery {
        margin-bottom: 20px;
    }
    .fitting .box h2 {
        margin-left: 15px;
    }
    .inspiration4 h2 {
        font-size: 1.3rem;
    }
    .inspiration-header .button {
        margin-top: 230px;
    }
    .inspiration4 .view-range {
        position: static;
        text-align: center;
        margin-top: 5px;
    }
    .inspiration4 .image {
        text-align: center;
    }
    .bordered .button {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        position: static;
        margin-top: 10px;
        display: block;
    }
    .bordered .button:after {
        background: none !important;
    }
    .bordered p {
        margin-top: 5px;
    }
    .bordered span {
        font-size: 1rem;
        line-height: .1;
    }
    .reveal-modal .sample-fade {
        margin-bottom: 15px;
    }
    .inspiration4 h2 {
        text-align: center;
    }
    .calculator .unit {
        font-weight: bold;
        font-size: .8rem !important;
    }
    .calculator #total-area-wrapper p {
        font-size: 1.2rem !important;
    }
    .calculator #total-area-wrapper .wastage {
        font-size: .7rem !important;
    }
    .scrollable-pane-container {
        width: 90%;
    }
    .fullwidth-image .columns {
        margin-top: 90px;
    }
    .reveal-modal.medium {
        width: 100%;
    }
    .category-header .medium-9 {
        border-right: solid 0.625rem white;
    }
    .page-location-blk {
        margin-left: -10px;
    }
    #subheader #navbar li a {
        padding: .8rem .9rem;
        font-size: 1.2rem;
    }
    .show-for-small-only {
        display: block !important;
    }
    .show-for-medium-up {
        display: none !important;
    }
    .social-icons {
        text-align: center;
    }
    #navbar .colour .medium-3:last-of-type {
        width: 100%;
    }
    #navbar .colour .medium-3 {
        width: 33%;
    }
    #navbar .colour .title1 h3 {
        margin-left: 1.7rem;
    }
    #navbar .colour .title2 {
        position: static;
        margin-top: 0.9375rem;
    }
    .subnav h3 {
        margin-bottom: 0px;
        margin-top: 0.9375rem;
    }
    .subnav .empty {
        display: none;
    }
    .subnav .inset-image {
        border: none;
        margin-left: 0px;
    }
    .subnav .inset-image img {
        display: none;
    }
    .subnav .inset-image .inset-text {
        text-align: left;
        border-bottom: none;
        border-top: none;
        font-size: 1rem;
        position: static;
        color: white;
        background: none;
        text-transform: uppercase;
        margin-top: 0.9375rem;
    }
    .subnav .inset-image .inset-text:after {
        content: "";
        background: url("../img/icon-camera.png");
        height: 20px;
        width: 20px;
        display: block;
        -webkit-background-size: 20px 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        position: absolute;
        left: 80%;
        top: 3px;
    }
    .subnav ul {
        border-right: none;
    }
    .subnav .columns:first-of-type ul {
        margin-left: 0 !important;
    }
    .subnav .columns:first-of-type h3 {
        margin-left: 0;
        margin-top: 0px;
    }
    #homepage-slider .slick-prev,
    #homepage-slider .slick-next,
    .fade-auto-slider .slick-prev,
    .fade-auto-slider .slick-next {
        display: none !important;
    }
    #homepage-slider .title {
        max-width: auto;
    }
    #news-header {
        width: 100%;
    }
    .latest-news-detail {
        padding-right: 0.3125rem;
    }
    .latest-news-detail p {
        font-size: 1rem;
    }
    footer div {
        width: 100%;
        float: left;
        border-bottom: solid 1px white;
        border-right: none;
    }
    footer .fancy {
        text-align: left;
        font-size: 1.4rem;
    }
    footer p {
        display: none;
    }
    footer a {
        padding: 10px;
    }
    hr.small {
        margin: .25rem;
    }
    html {
        height: 100%;
        overflow: auto;
        margin: 0;
        -webkit-overflow-scrolling: touch;
    }
}

@media all and (max-width: 550px) {
    #homepage-slider div>img,
    .fade-auto-slider div>img {
        height: auto;
    }
    .subnav.fullwidth .slider {
        width: 92%;
    }
    .fullwidth-image .columns {
        margin-top: 10px !important;
    }
    .fullwidth-image .button {
        margin-bottom: 5px !important;
    }
    .fullwidth-image h1 {
        font-size: 2.75rem !important;
        margin-bottom: 20px !important;
    }
    #subheader #navbar li a {
        font-size: 1rem;
    }
}

@media all and (max-width: 520px) {
    #subheader #navbar li a {
        padding: .4rem;
    }
}

@media all and (max-width: 480px) {
    .category-header .medium-9 img {
        min-height: 100px;
    }
    #navbar .fullwidth .slide p {
        font-size: .75rem;
    }
    .calculator .length,
    .calculator .width {
        width: 100%;
        padding-left: 20px !important;
    }
    .calculator input {
        width: 55px !important;
    }
    .calculator {
        padding-left: 20px !important;
    }
    .country-small {
        right: 100px;
    }
}

@media all and (max-width: 445px) {
    #subheader #navbar li a {
        padding: .15rem;
        font-size: 1rem;
    }
    .menu-toggle {
        margin-right: 1rem;
    }
    #basket-link {
        right: 2.125rem;
    }
    .logo img {
        max-width: 55%;
    }
    #subheader #navbar li a {
        font-size: .9rem;
    }
}

@media all and (max-width: 390px) {
    .inset-text:after {
        left: 285px;
    }
    .footer-left {
        display: none;
    }
    .footer-right {
        width: 100%;
        float: none;
    }
    .footer-right img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #subheader .medium-8 {
        padding-right: 0 !important;
    }
    .search-li {
        float: right;
    }
    #subheader #navbar li a {
        font-size: .7rem;
    }
}

@media all and (max-width: 350px) {
    #navbar .subnav {
        padding: 10px 0 !important;
    }
    #navbar .colour .block {
        margin-right: .4rem;
    }
    #navbar .colour .button {
        margin-bottom: 0.625rem;
    }
    .inspiration-header .button {
        margin-top: 200px;
    }
    #homepage-slider .title h2 {
        font-size: 2.75rem;
    }
    #subheader #navbar li a {
        font-size: .7rem;
    }
}

@media all and (max-width: 310px) {
    .logo img {
        width: 70%;
    }
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/**
* Featherlight – ultra slim jQuery lightbox
* Version 1.7.0 - http://noelboss.github.io/featherlight/
*
* Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
**/

@media all {
    .featherlight {
        display: none;
        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        /* z-index needs to be >= elements on the site. */
        /* position: centering content */
        text-align: center;
        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;
        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: transparent;
    }
    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }
    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;
        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        /* styling */
        background: #fff;
        cursor: auto;
        /* reset white-space wrapping */
        white-space: normal;
    }
    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }
    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;
        /* styling */
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        /* Set the background in case it overlaps the content */
        background: rgba(255, 255, 255, 0.3);
        color: #000;
        border: none;
        padding: 0;
    }
    /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
    .featherlight .featherlight-close-icon::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .featherlight .featherlight-image {
        /* styling */
        width: 100%;
    }
    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    .featherlight iframe {
        /* styling */
        border: none;
    }
    .featherlight * {
        /* See https://github.com/noelboss/featherlight/issues/42 */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}


/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}


/**
* Featherlight Gallery – an extension for the ultra slim jQuery lightbox
* Version 1.7.0 - http://noelboss.github.io/featherlight/
*
* Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
**/

@media all {
    .featherlight-next,
    .featherlight-previous {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        /* preventing text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* IE9 hack, otherwise navigation doesn't appear */
        background: transparent;
    }
    .featherlight-previous {
        left: 25px;
        right: 80%;
    }
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: rgba(255, 255, 255, 0.25);
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: none;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 82%;
        /* center horizontally */
        text-align: center;
        font-size: 80px;
        line-height: 80px;
        /* center vertically */
        margin-top: -40px;
        text-shadow: 0px 0px 5px #fff;
        color: #fff;
        font-style: normal;
        font-weight: normal;
    }
    .featherlight-next span {
        right: 5%;
        left: auto;
    }
    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
    }
    .featherlight-swipe-aware .featherlight-next,
    .featherlight-swipe-aware .featherlight-previous {
        display: none;
    }
    /* Hide navigation while loading */
    .featherlight-loading .featherlight-previous,
    .featherlight-loading .featherlight-next {
        display: none;
    }
}


/* Always display arrows on touch devices */

@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}


/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }
    .featherlight-previous {
        left: 10px;
        right: 85%;
    }
    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

.category-header .content {
    width: 39%;
}

.category-header .content p {
    font-size: .9rem;
    font-weight: 400;
}

@media (max-width: 1000px) {
    .category-header .content {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .category-header .content {
        width: 100%;
    }
}

.fitting .box .button-box {
    bottom: -1px;
}

#gform_submit_button_6 {
    background-color: #667451;
}

.woocommerce .checkout--your-order table.shop_table {
    border: none;
    font-size: 15px;
}

.woocommerce .checkout--your-order table.shop_table td.product-name {
    text-align: left;
    font-size: .87rem;
}

.overarching-category-row {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

.overarching-category-row .medium-4 {
    margin-bottom: 2rem;
}

.woocommerce .button.grey {
    background: #5d6871 !important;
}

.woocommerce ul.products li.product_cat-samples,
.woocommerce-page ul.products li.product_cat-samples {
    margin: 0 0% 1.5em 0 !important;
}

.woocommerce ul.products li.product_cat-samples .extra-details {
    display: none !important;
    opacity: 0 !important;
}

.larger-text {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
}

.subnav​ {
    padding-bottom: 1.25rem;
}

.page-template-page-contact-us .contact p {
    font-size: .875rem;
}

#gform_wrapper_6.gform_wrapper .button,
#gform_wrapper_6.gform_wrapper button {
    margin-left: 0 !important;
}

.grey-link {
    color: #000001;
    text-decoration: underline;
}

.category-header img {
    position: static;
    min-width: 100%;
    max-width: 100%;
    min-height: 0;
}

.category-header .content {
    position: absolute;
}

@media (max-width: 640px) {
    .category-header img {
        max-width: 400%;
        min-height: 300px;
    }
}


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

.row.category-header {
    position: relative;
}

.category-header .content {
    position: relative;
}

.category-header .banner_bg {
    position: absolute;
    min-height: 320px;
    width: 100%;
    height: 100%;
    max-height: 320px;
    display: block;
    top: 0;
    left: 50%;
    max-width: calc(100% - 30px);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center center;
}

.filtarea .filt-link {
    display: none;
}

.filtarea.filt-act .filt-link {
    display: block;
    margin-right: 50px;
}

.filtarea.filt-act .filter_btn {
    display: block;
    cursor: pointer;
}

.filtarea.filt-act .category-filters {
    display: none;
}

.filtarea.filt-act {
    display: flex;
    flex-wrap: wrap;
}

.filtarea.filt-act .filt-link a {
    color: #000001;
    text-decoration: underline;
}

.filtarea.filt-act.active .category-filters {
    display: flex;
    clear: both;
    width: 100%;
}

.category-header .content a {
    color: #fff;
    text-decoration: underline;
}

.box-sec-main h4,
.box-sec-main p {
    font-family: minion-3;
    text-align: center;
    margin: 0;
}

.box-sec-main::before {
    content: "";
    background: #eeece7;
    position: absolute;
    left: 50%;
    top: 0;
    background: #eeece7;
    height: 100%;
    width: 100vw;
    z-index: -1;
    transform: translateX(-50%);
}

.box-sec-main::after {
    clear: both;
    content: "";
    display: block;
}

.box-sec-main {
    position: relative;
    padding: 35px 0 35px 0;
    margin-top: 50px;
    max-width: 1060px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.box-sec-main .boxes img {
    max-height: 94px;
    margin-bottom: 8px;
}

.box-sec-main h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

.page-harvey {
    overflow: hidden;
}

.box-sec-main .boxes .bx-title {
    font-weight: 600;
}

@media (min-width:767px) {}

.footer-links-container .container.fstrlg .columns {
    padding-left: 4px;
}


/* Home new */

.toptradeslider .toptrade {
    margin: 0;
}

.toptradeslider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.toptrade.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.toptradeslider .toptrade .slick-slide {
    padding: 0 15px;
}

.toptradeslider .toptrade .slick-slide img {
    width: 100%;
    margin-bottom: 12px;
}

.toptradeslider .toptrade .slick-slide p {
    margin: 0;
    font-size: 14px;
}

.toptradeslider .toptrade .slick-slide a {
    background: #677451;
    color: #fff;
    display: block;
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    line-height: 18px;
}

.toptrade .slick-arrow {
    opacity: 1;
    margin: 0;
    width: 50px;
    height: 50px;
}

.toptrade .slick-arrow.slick-prev {
    margin-left: -20px;
}

.toptrade .slick-arrow.slick-next {
    margin-right: -20px;
}

.toptrade .slick-arrow.slick-prev::before {
    content: "\f104";
    font-family: fontawesome;
    color: #000;
    opacity: 1;
    font-size: 46px;
}

.toptrade .slick-arrow.slick-next::before {
    content: "\f105";
    font-family: fontawesome;
    color: #000;
    opacity: 1;
    font-size: 46px;
}

.toptradeslider h2 {
    font-family: Minion-3 !important;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 30px;
}

.toptrade li h3 {
    font-family: Minion-3 !important;
    font-size: 1.05rem;
}

@media(max-width:767px) {
    .toptrade.slick-slider {
        margin: auto;
        padding: 0 20px;
    }
    .toptrade .slick-arrow.slick-prev {
        margin-left: 10px;
    }
    .toptrade .slick-arrow.slick-next {
        margin-right: 10px;
    }
    .toptradeslider h2 {
        text-align: center;
        font-weight: bold;
        font-size: 1.825rem;
        margin-top: 0;
    }
}

.mycat .extra-details-row.cat-price {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 10px 0 0 0;
}

.product .mycat .hover-bottom {
    position: relative;
    padding: 5px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
}

.product .mycat .hover-bottom a.view-details {
    color: #fff;
    background: #646a73;
    width: 100px;
    display: block;
    text-align: center;
        line-height: 25px;
    padding: 5px 0 5px 0;
    width: 35%;
}

.product .mycat .hover-bottom .add-sample-button.button {
    margin: 0 0 0 auto;
    padding-top: 6px !important;
    padding-bottom: 5px !important;
    width: 63%;
}

.woocommerce ul.products li.product .mycat .extra-details-row .price {
    display: flex;
    color: #000;
}

.mycat .extra-details {
    right: -80px;
    left: -10px;
    top: -10px;
    bottom: -27px;
    box-shadow: none;
    z-index: -1;
    background-color: #e5e9e8;
}

.mycat .list-image-thumbs {
    right: 10px;
    top: 10px;
}

.mycat .extra-details-row.label {
    position: absolute;
    top: 4px;
    right: 10px;
}

.woocommerce ul.products li.product .mycat .extra-details-row .price .woocommerce-Price-amount.amount {
    font-weight: bold;
    font-size: 14px;
}

.woocommerce #filt-sec ul.products li.product,
.woocommerce-page #filt-sec ul.products li.product {
    margin-bottom: 3.5em;
}

@media(max-width:530px) {
    .product .mycat .hover-bottom a.view-details {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        width: 33%;
    }
    .product .mycat .hover-bottom .add-sample-button.button {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        padding-bottom: 5px !important;
        padding-top: 7px !important;
        width: 65%;
    }
    .product .hover-bottom .button {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
}

@media (min-width:1024px) and (max-width:1356px) {
    .mycat .extra-details {
        right: -64px;
    }
    .mycat .list-image-thumbs {
        top: 5px;
    }
}
.product .mycat .hover-bottom .add-sample-button.button {
    padding-left: 0;
    padding-right: 0;
}

@media(max-width:767px) {
    .product .mycat .hover-bottom a.view-details {
    width: 100%;
}

.product .mycat .hover-bottom .add-sample-button.button {
    width: 100%;
}
}