@-webkit-keyframes enquiries-btn {
    0% {
        -webkit-transform: translate(0, 18px);
        transform: translate(0, 18px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes enquiries-btn {
    0% {
        -webkit-transform: translate(0, 18px);
        transform: translate(0, 18px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;   
    font-size: .875rem;  
    line-height: 1.35;
    color: #505050;
    text-align: left;   
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

address,
hr {
    margin-bottom: 1rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0
}

dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

li ol,
li ul,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent
}

a{
    color: #d4975c;
    text-decoration: none
}
a:hover{
    color: #ed7302;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img,
svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden;
    fill: currentColor
}

table {
    border-collapse: collapse;
    width: 100%
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #828b94;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.1
}

.h1,
h1 {
    font-size: 2.1875rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.article-intro>p,
.display-1,
.lead {
    font-size: 1.0625rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    line-height: 1.1
}

.display-2,
.display-3,
.display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3,
.display-4 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.small,
small {
    font-size: 80%;
    font-weight: 500
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #828b94
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.archive-item-image img,
.cards-item-image img,
.img-fluid,
.img-thumbnail,
.prod-image img {
    height: auto;
    max-width: 100%;
    border: 1px solid #eee;
    
}
.archive-item-image img{
    width: 100%;
    max-height: 250px;    
}

.cards-item-image img{
    width: 310px;
    height: 210px;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fafafa;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #828b94
}

.container,
.container-fluid {
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    width: 100%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -14px;
    margin-left: -14px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px
}

.col-auto {
    position: relative;
    padding-right: 14px;
    padding-left: 14px
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2,
.col-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5,
.col-6 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8,
.col-9 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11,
.col-12 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:480px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-10,
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-10,
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-10,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1,
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3,
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5,
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7,
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-10,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11,
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.modal,
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,.8);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered,
.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-dialog-scrollable {
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content,
.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;   
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .7
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.35
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 50px 60px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 36px 42px;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:480px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 640px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}


.hidden-xs-up {
    display: none !important
}

@media (max-width:479.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:480px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    overflow-x: hidden
}

html {
    width: 100vw;
    min-width: 320px;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: normal
}

input[type=file] {
    line-height: 1
}

#svg_definitions {
    position: absolute;
    top: 0;
    right: 9999px
}


ol,
p,
ul {
    margin-bottom: 20px
}

@media (min-width:768px) {
    body {
        font-size: 1.0625rem;
        line-height: 22px
    }

    .article-intro>p,
    .lead {
        font-size: 1.375rem;
        line-height: 27px;
        margin-bottom: 22px
    }
}

.container {
    width: 100%;
    min-width: 320px;
    max-width: 1340px; 
}

.content-container{
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width:992px) {
    .content-container {    
    padding-bottom: 70px;
    }
}

.modal.fade .modal-dialog {
    -webkit-transition: opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
    transition: opacity 400ms ease-in-out, transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.modal.show .modal-dialog {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-backdrop {
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out
}

.archive-item {
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
}
.archive-item span{
    display: block; font-size: 12px;  color: #adadad; font-weight: normal;
}

.archive-item-image {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.archive-item-heading {    
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 12px
}

.archive-item-heading a {
    color: #5a666f
}

.archive-item-excerpt {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
}
.archive-item-more a{
    font-size: 14px;
}
@media (min-width:768px) {

    .archive-item-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 12px;
        max-width: 100%
    }
}



.article {
    margin-bottom: 40px
}

.article::after {
    display: block;
    clear: both;
    content: ""
}

.article-byline {
    color: #828b94;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 14px;
    text-transform: uppercase
}

.article-title {
    color: #5a666f;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 32px
}

.article-images {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 32px
}

@media (min-width:480px) {
    .article-images {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width:768px) {
    .article {
        margin-bottom: 60px
    }

    .article-byline {
        margin-bottom: 18px
    }

    .article-title {
        font-size: 34px;
        line-height: 36px
    }

    .article-intro,
    .article-title {
        margin-bottom: 42px
    }

    .article-images {
        float: left;
        margin: 0 44px 32px 0;
        max-width: 50%
    }

    .article-images img+img {
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .article-images {
        margin: 0 68px 66px 0
    }

    .article-images img+img {
        margin-top: 26px
    }
}

@media (min-width:1200px) {
    .article-images {
        margin: 0 86px 66px 0
    }
}

.browserupgrade {
    background: #d9534f;
    margin: 0;
    padding: .5rem 0;
    text-align: center
}

.browserupgrade a {
    text-decoration: underline
}

.btn {
    border: 1px solid transparent;
    border-radius: 17px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 5px 48px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0
}

.btn.disabled {
    opacity: .5
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #fafafa;
    border-color: #d4975c;
    color: #d4975c
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #d4975c;
    color: #fff
}

.btn-primary.disabled {
    background-color: #fafafa;
    color: #d4975c
}

.cards-item {
    margin-bottom: 42px
}

.cards-item-image {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px
}

.cards-item-heading {
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px
}

.cards-item-excerpt {
    color: #505050;
    font-size: 14px;
    line-height: 19px
}

@media (min-width:480px) {
    .cards-item-image {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width:768px) {
    .cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -21px;
        margin-right: -21px
    }

    .cards-item {
        padding-left: 21px;
        padding-right: 21px;
        width: 33.33333%
    }

    .cards-item-image {
        border-radius: 3px;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .cards-item-image {
        margin-bottom: 44px
    }

    .cards-item-heading {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 24px
    }

    .cards-item-excerpt {
        font-size: 17px;
        line-height: 22px
    }
}

.enquiries {
    position: fixed;
    top: 150px;
    right: 0;
    -webkit-transform: rotate(-90deg) translate(0, -100%);
    transform: rotate(-90deg) translate(0, -100%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    z-index: 1000
}

.enquiries-btn {
    -webkit-animation: 450ms ease-out 3s 4 alternate enquiries-btn;
    animation: 450ms ease-out 3s 4 alternate enquiries-btn;
    background: #d4975c;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    opacity: .8;
    padding: 12px 22px 26px;
    text-transform: uppercase;
    -webkit-transform: translate(0, 18px);
    transform: translate(0, 18px);
    -webkit-transition: opacity 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
    transition: opacity 100ms ease-in-out, transform 100ms ease-in-out;
    transition: opacity 100ms ease-in-out, transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out
}

.enquiries-btn:hover {
    opacity: 1;
    outline: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (max-width:767.98px) {
    .enquiries {
        display: none
    }
}

.enquiries-modal .modal-dialog {
    margin-top: 90px
}

.enquiries-modal-close {
    position: absolute;
    top: 10px;
    right: 10px
}

.enquiries-modal-close:focus svg,
.enquiries-modal-close:hover svg,
[data-site-menu=close]:focus svg,
[data-site-menu=close]:hover svg,
[data-site-menu=open]:focus svg,
[data-site-menu=open]:hover svg {
    margin-left: 12px;
    margin-right: 12px
}



.enquiries-modal-heading {
    color: #5a666f;
    font-weight: 400;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif
}

.enquiries-modal .btn {
    background: #fff;
    float: right;
    width: 205px
}

.enquiries-modal .btn:focus,
.enquiries-modal .btn:hover {
    background-color: #83bae0
}

.enquiries-modal .btn.disabled {
    background-color: #fff
}

@media (min-width:992px) {
    .enquiries-modal-heading {
        font-size: 42px;
        line-height: 40px;
        margin-bottom: 14px
    }

    .enquiries-modal-content {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 72px
    }

    .enquiries-modal .row {
        margin-left: -28px;
        margin-right: -28px
    }

    .enquiries-modal .col-lg-6 {
        padding-left: 28px;
        padding-right: 28px
    }

    .enquiries-modal textarea.form-control {
        min-height: 254px
    }
}

.form-group {
    margin-bottom: 26px
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom-color: #c3c8cc;
    color: #d4975c;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 0;
    -webkit-transition: border-color 100ms ease-in-out, padding 100ms ease-in-out;
    transition: border-color 100ms ease-in-out, padding 100ms ease-in-out;
    width: 100%
}

.form-control:active,
.form-control:focus {
    border-color: #c3c8cc;
    padding-left: 14px;
    padding-right: 14px;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #505050;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #505050;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #505050;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #505050;
    opacity: 1
}

.form-control::placeholder {
    color: #505050;
    opacity: 1
}

.form-control:disabled {
    border-color: transparent transparent #c3c8cc;
    opacity: .5
}

textarea.form-control {
    border-color: #c3c8cc;
    padding: 9px 14px;
    min-height: 210px;
    resize: vertical
}

.form-control-feedback {
    font-size: .75rem;
    margin-top: .25rem
}

.has-danger .form-control-feedback {
    color: #d9534f
}

.has-danger .form-control {
    border-bottom-color: #d9534f
}

.has-danger .form-control:active,
.has-danger .form-control:focus {
    border-color: #d9534f
}

.more {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase
}

.about-explore a:focus::before,
.about-explore a:hover::before,
.more:focus::before,
.more:hover::before {
    border-width: 0;
    outline: 0;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.more::before {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    font-family: "dicon" !important;
    background: #d4975c ;
    background-clip: padding-box;
    border: 4px solid rgba(19, 132, 200, .4);
    border-radius: 100%;
    content: "\e677";
    color: #fff;
    font-size: 12px;
    float: right;
    margin-left: 16px;
    -webkit-transition: border-width 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: border-width 200ms ease-in-out, transform 200ms ease-in-out;
    transition: border-width 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
}

.more-white,
.more-white:focus,
.more-white:hover {
    color: #fff
}

.more-white::before {
    background-color: #fff;
    color: #d4975c;
    border-color: rgba(255, 255, 255, .3)
}

.nub {
    height: 35px;
    width: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: content-box;
    border-radius: 100%;
    border: 6px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: 100ms ease-in-out border-width;
    transition: 100ms ease-in-out border-width;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nub:focus,
.nub:hover {
    text-decoration: none;
    outline: 0;
    border-width: 0
}

.nub svg {
    display: block
}

.nub-lg {
    height: 50px;
    width: 50px;
    border-width: 9px
}

.nub-blue {
    background-color: #d4975c;
    border-color: rgba(240, 173, 78, .4);
    color: #fff
}
.nub-blue .dicon{
    font-size: 12px;
}
.nub-blue:focus,
.nub-blue:hover,
.nub-dark:focus,
.nub-dark:hover {
    color: #fff
}

.nub-dark {
    background-color: #d4975c;
    border-color: rgba(84, 202, 240, .4);
    color: #fff
}

.nub-white {
    background-color: #fff;
    border-color: rgba(255, 255, 255, .4);
    color: #d4975c
}

.help-table a:focus,
.help-table a:hover,
.nub-white:focus,
.nub-white:hover {
    color: #d4975c
}

.pagination,
.pagination>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.pagination>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.pagination-next .btn,
.pagination-prev .btn {
    padding-left: 18px;
    padding-right: 18px
}

.pagination-prev {
    margin-right: 14px
}

.pagination-next {
    margin-left: 14px
}

.pagination-link {
    font-size: 15px;
    line-height: 34px;
    padding: 0 14px;
    display: block
}

.active>.pagination-link {
    color: #505050
}

@media (min-width:768px) { 

    .pagination>ul {
        max-width: 568px
    }

    .pagination-next .btn,
    .pagination-prev .btn {
        width: 176px
    }
}

.prod {
    margin-bottom: 32px
}

.prod-image {
    border-radius: 3px;
    display: block;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative
}

.prod-image:focus::before,
.prod-image:hover::before {
    opacity: 1
}

.prod-image::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(68, 191, 228, .3);
    color: #fff;
    content: "view";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 175ms ease-in-out;
    transition: opacity 175ms ease-in-out
}

.prod-excerpt,
.prod-title {
    font-size: 17px;
    line-height: 22px
}

.prod-title {
    display: block;
    font-weight: 700
}

.prod-excerpt {
    color: #505050;
    margin-top: 6px
}

@media (max-width:767.98px) {
    .prod-excerpt {
        display: none
    }
}

@media (min-width:768px) {
    .prod {
        margin-bottom: 46px
    }

    .prod-image {
        margin-bottom: 16px
    }
}

.search-results-item {
    margin-bottom: 30px
}

@media (min-width:992px) {
    .search-results-item {
        margin-bottom: 45px
    }
}

.search-results-title {
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
    line-height: 32px
}

@media (min-width:992px) {
    .search-results-title {
        font-size: 35px;
        line-height: 42px
    }
}

.search-results-title a {
    color: #5a666f
}

.search-results-excerpt,
.search-results-title {
    margin-bottom: 19px
}

@media (min-width:992px) {

    .search-results-excerpt,
    .search-results-title {
        margin-bottom: 24px
    }
}

.search-results-excerpt,
.search-results-more {
    font-size: 14px;
    line-height: 19px
}

@media (min-width:992px) {

    .search-results-excerpt,
    .search-results-more {
        font-size: 17px;
        line-height: 24px
    }
}

.search-results-excerpt>:last-child {
    margin-bottom: 0
}

.search-results-more a {
    color: #d4975c;
    font-weight: 700
}

.sharing-heading {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.sharing-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px
}

.sharing-nav-item {
    padding: 0 12px
}

.sharing-nav-link {
    height: 42px;
    width: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid rgb(240 173 78 / 60%);
    color: #d4975c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out, color 100ms ease-in-out
}

.sharing-nav-link:focus,
.sharing-nav-link:hover {
    background-color: rgb(240 173 78 / 80%);
    color: #fff
}

@media (min-width:768px) {
    .sharing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sharing-heading {
        margin-right: 24px;
        margin-bottom: 0
    }
}
.site-footer-copy{     
    text-align: center; color: #fff;
}
.site-footer-copy .dicon{
    font-size: 22px; padding-left: 5px;
}
.site-footer {
    background: #3d3d3d;
    background-size: 200vw 175px;   
    padding: 60px 0 48px;
    color: #fff;
}
.site-footer a{
    color:#fff;
}
.site-footer a:hover{
    color:#d4975c;
}

@media (min-width:420px) {
    .site-footer {
        background-size: 150vw 175px;        
    }
}

@media (min-width:840px) {
    .site-footer {
        background-size: 100vw 175px;        
    }
}

.site-footer .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer .site-footer-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;    
}
.site-footer-menu{
    position: relative;
}
.site-footer-menu::before{
    content: ""; border-bottom: 1px solid #fff; 
    height: 0;
    width: 100%;
    top: 40px;
    left: 0;
    position: absolute;
}
.site-footer-menu-item a {
    font-weight: 300
}

.site-footer-menu-link {
    color: #fff;
    
}

.site-footer-menu-link:focus,
.site-footer-menu-link:hover {
    color: #fff;
    text-decoration: none
}

.site-footer-logo { 
    color: #fff;   
    background-color: #2e2e2e;
    padding: 40px;
    border-radius: 18px;
    width: 100%;   
    text-align: center;
}
.site-footer-logo .site-footer-logo-t{
    font-size: 30px; font-weight: bold;
    padding-bottom: 30px;
}
.site-footer-logo .site-footer-logo-time{
    padding: 50px 0;
}
.site-footer-logo .site-footer-logo-ul {
    display: flex; justify-content: space-around;
}
.site-footer-logo .dicon{
    display: block; font-size: 22px; padding-bottom: 10px;
}


.site-footer-menu-heading {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;      
}
.site-footer-menu-company,
    .site-footer-menu-orders,
    .site-footer-menu-share,
    .site-footer-menu-products {
        padding-right: 100px;
        margin-bottom: 20px;
    }


@media (max-width:767.98px) {
    .site-footer-menu-mobile {
        
        padding: 12px 0;
        width: 112px
    }

    .site-footer-menu-company,
    .site-footer-menu-orders,
    .site-footer-menu-share,
    .site-footer-menu-products {
        width: 100%; 
    }

    .site-footer-menu-item {
        font-size: 15px;
        line-height: 25px
    }

    .site-footer-copy{
        padding-top: 30px;
    }
    .site-footer{
        padding: 50px 0 30px;
    }
}

@media (min-width:768px) {
    .site-footer-menu-mobile {
        display: none
    }

    .site-footer-menu-company{
        width: 320px;     
        color: #fff;        
    }
    .site-footer-menu-company .site-footer-menu-item{
        line-height: 30px;
    }
    .site-footer-menu-company .dicon{
        font-size: 20px;
        padding-right: 5px;
    }
       
  
    .site-footer-menu-share .dicon{
        font-size: 20px;
        padding-right: 15px;
    }
  

    .site-footer-menu-item {
        font-size: 15px;
        line-height: 25px
    }

    .site-footer-menu-item a {
        font-weight: 300
    }
}



.site-header {
    padding-top: 15px;
    padding-bottom: 15px;   
}

.site-header-logo {
    height: 45px;    
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.site-header-logo img {
    height: 100%;
}

.site-header-logo-::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, .12);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, .12);
    content: "";
    z-index: -1
}

.about-insight-partners-item img,
.about-standards-item-image img,
.company-image img,
.home-products-item-image img,
.product-collections-item-image img,
.product-description-images img,
.product-fabrics-item-image img,
.product-gallery-item-image img,
.site-header-logo svg {
    height: auto ;
    max-width: 100%
}
.product-gallery-item-image img{
    width: 318px;
    height: 318px;
}
.product-gallery-item-image .about_imgs{
    width: 318px;
    height: 210px;
}
.site-menu-toggle {
    float: right;
    padding-top: 14px;
    position: relative;
    z-index: 110
}

@media (min-width:768px) {
    .site-header {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .site-header-logo,
    .site-header-logo svg {
        height: 50px;
        
    }

    .site-menu-toggle {
        padding-top: 19px
    }
}

@media (min-width:992px) {
    .site-header {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .site-header-logo,
    .site-header-logo svg {
        height: 60px;        
    }

    .site-header-logo,
    .site-menu-toggle {
        display: none
    }

    .site-menu .site-header-logo {
        display: block
    }
}

.site-menu {
    position: relative;
    z-index: 100
}

.site-menu-link,
.site-menu-submenu-toggle {
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px
}

.site-menu-link:focus,
.site-menu-link:hover,
.site-menu-submenu-toggle:focus,
.site-menu-submenu-toggle:hover {
    text-decoration: none
}

.site-menu-link .dicon{
    margin-left: 5px;
    transform: rotate(180deg);
}
.site-menu-link:hover .dicon{
    transform: rotate(0);
}

.subscribe-modal-close svg,
[data-site-menu=close] svg,
[data-site-menu=open] svg {
    margin-left: 6px;
    margin-right: 6px;
    -webkit-transition: margin 100ms ease-in-out;
    transition: margin 100ms ease-in-out
}

.site-menu-active [data-site-menu=close],
[data-site-menu=open] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-menu-active [data-site-menu=open],
[data-site-menu=close] {
    display: none
}

@media (max-width:991.98px) {
    .site-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(240, 173, 78, .9);
        padding-top: 120px;
        text-align: center
    }

    .site-menu-active .site-menu {
        display: block
    }

    .has-submenu-sm .site-menu-link,
    .site-menu,
    .site-menu .site-header-logo {
        display: none
    }

    .site-menu-item {
        margin: 0 auto;
        width: 195px
    }

    .site-menu-link,
    .site-menu-submenu-toggle {
        color: #fff
    }

    .site-menu-link:focus,
    .site-menu-link:hover,
    .site-menu-submenu-toggle:focus,
    .site-menu-submenu-toggle:hover {
        color: #fff
    }

    .site-menu-search {
        position: absolute;
        top: 29px;
        left: 14px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .site-menu {
        padding-top: 168px
    }

    .site-menu-search {
        top: 61px
    }
}

@media (min-width:992px) {

    .site-menu,
    .site-menu-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .site-menu {
        height: 60px;
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }

    .site-menu-group {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 80%
    }

    .site-menu-group-spacer {
        width: 49px
    }

    .site-menu-logo {
        
    }

    .site-menu-item {
        position: relative;        
    }

    .site-menu-item:focus .site-menu-link,
    .site-menu-item:hover .site-menu-link {
        background: #fff;
        color: #d4975c
    }

    .site-menu-link {
        border-radius: 3px;
        color: #505050;
        display: flex;
        font-size: 20px;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-transition: background 175ms ease-in-out, color 175ms ease-in-out;
        transition: background 175ms ease-in-out, color 175ms ease-in-out
    }

    .site-menu-submenu-toggle {
        display: none
    }

    .site-menu-search {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .site-menu-search .nub {
        height: 39px;
        width: 39px
    }

    .site-menu-search .nub svg {
        height: 14px;
        width: 14px
    }
}

.site-menu-submenu-link {
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    
}

.site-menu-submenu-link:focus,
.site-menu-submenu-link:hover {
    text-decoration: none
}

@media (max-width:991.98px) {
    .site-menu-submenu {
        border-bottom: 1px solid #fff;
        padding: 7px 0 16px;
        margin-bottom: 16px;
        display: none
    }

    .site-menu-submenu-link {
        color: #fff;
        font-size: 20px;
        line-height: 23px
    }

    .site-menu-submenu-link:focus,
    .site-menu-submenu-link:hover {
        color: #fff
    }
}

@media (min-width:992px) {
    .site-menu-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        border-radius: 3px;
        font-size: 22px;
        overflow: hidden;
        opacity: 0;
        margin-top: -3px;
        -webkit-transition: opacity 175ms ease-in-out, -webkit-transform 0ms linear;
        transition: opacity 175ms ease-in-out, transform 0ms linear;
        transition: opacity 175ms ease-in-out, transform 0ms linear, -webkit-transform 0ms linear;
        -webkit-transition-delay: 0ms, 175ms;
        transition-delay: 0ms, 175ms;
        -webkit-transform: translate(0, -9999px);
        transform: translate(0, -9999px);
        z-index: 110
    }

    .site-menu-item.active .site-menu-submenu,
    .site-menu-item:focus .site-menu-submenu,
    .site-menu-item:hover .site-menu-submenu {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition-delay: 0ms, 0ms;
        transition-delay: 0ms, 0ms
    }

    .site-menu-submenu-link {
        color: #333;
        display: flex;
        align-items: center;        
    }

    .site-menu-submenu-link:focus,
    .site-menu-submenu-link:hover {
        background: #e0e3e6;
        color: #828b94
    }
}

@media (max-width:991.98px) {

    .site-menu-submenu-products .site-menu-submenu-item img,
    .site-menu-submenu-products-more-heading {
        display: none
    }
}

@media (min-width:992px) {

    .site-menu-submenu-products,
    .site-menu-submenu-products-hero,
    .site-menu-submenu-products-hero .site-menu-submenu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .site-menu-submenu-products-hero {
        padding: 45px 25px 21px;
        width: 780px;
        flex-wrap: wrap;
   
    }

    .site-menu-submenu-products-hero .site-menu-submenu-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 325px;
        margin: 10px 20px;
        background-color: #f2f2f2;
    }

    .site-menu-submenu-products-hero .site-menu-submenu-item-img {
        border-radius: 3px;
        display: inline-block;
        margin-right: 15px;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        border: 1px solid #efefef;
    }
    .site-menu-submenu-products-hero .site-menu-submenu-item-text {
        font-size: 18px;
        display: inline-block;
    }

    .site-menu-submenu-products-hero .site-menu-submenu-item-img::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(212, 151, 92, .3);
        content: "";
        opacity: 0;
        -webkit-transition: opacity 175ms ease-in-out;
        transition: opacity 175ms ease-in-out
    }

    .site-menu-submenu-products-hero .site-menu-submenu-link:focus,
    .site-menu-submenu-products-hero .site-menu-submenu-link:hover {
        background: 0 0;
        color: #d4975c
    }

    .site-menu-submenu-products-hero .site-menu-submenu-link:focus .site-menu-submenu-item-img::before,
    .site-menu-submenu-products-hero .site-menu-submenu-link:hover .site-menu-submenu-item-img::before {
        opacity: 1
    }

    .site-menu-submenu-products-more {
        background: #42bee4;
        padding: 45px 35px;
        min-width: 350px
    }

    .site-menu-submenu-products-more .site-menu-submenu-item {
        display: block;
        border-top: 1px solid #fff
    }

    .site-menu-submenu-products-more .site-menu-submenu-item:last-child {
        border-bottom: 1px solid #fff
    }

    .site-menu-submenu-products-more .site-menu-submenu-link {
        color: #fff;
        display: block;
        line-height: 43px;
        padding: 0 8px;
        -webkit-transition: background 100ms ease-in-out, color 100ms ease-in-out;
        transition: background 100ms ease-in-out, color 100ms ease-in-out;
        white-space: nowrap
    }

    .site-menu-submenu-products-more .site-menu-submenu-link:focus,
    .site-menu-submenu-products-more .site-menu-submenu-link:hover {
        background: #d4975c;
        color: #fff
    }

    .site-menu-submenu-products-more-heading {
        color: #fff;      
        font-size: 20px;
        font-weight: 500;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 12px
    }

    .site-menu-submenu-company {
        padding: 30px;
        min-width: 280px
    }

    .site-menu-submenu-company .site-menu-submenu-item {
        display: block;
        border-bottom: 1px solid #c3c8cc
    }

    .site-menu-submenu-company .site-menu-submenu-item:first-child {
        border-top: 1px solid #c3c8cc
    }

    .site-menu-submenu-company .site-menu-submenu-link {
        color: #828b94;
        display: block;
        line-height: 43px;
        padding: 0 8px;
        -webkit-transition: background 100ms ease-in-out, color 100ms ease-in-out;
        transition: background 100ms ease-in-out, color 100ms ease-in-out;
        white-space: nowrap
    }

    .site-menu-submenu-company .site-menu-submenu-link:focus,
    .site-menu-submenu-company .site-menu-submenu-link:hover {
        background: #e0e3e6;
        color: #828b94
    }
}

.site-search {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding-top: 125px;
    text-align: center;
    z-index: 130
}

.site-search-active .site-search {
    display: block
}

@media (min-width:768px) {
    .site-search {
        padding-top: 168px
    }
}

@media (min-width:992px) {
    .site-search {
        padding-top: 189px
    }
}

.site-search-close {
    position: absolute;
    top: 29px;
    left: 14px
}

@media (min-width:768px) {
    .site-search-close {
        top: 61px
    }
}

@media (min-width:992px) {
    .site-search-close {
        top: 59px;
        left: calc(50vw + 537px)
    }
}

.site-search-close .nub {
    height: 39px;
    width: 39px
}

.site-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 230px;
    margin: 0 auto
}

@media (min-width:768px) {
    .site-search-form {
        margin-left: 0;
        width: 460px
    }
}

.site-search-input {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #828b94;
    color: #505050;
    display: block;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    line-height: 29px;
    outline: 0;
    padding: 0 0 6px;
    width: 100%
}

@media (min-width:768px) {
    .site-search-input {
        border-bottom-width: 3px;
        font-size: 35px;
        line-height: 47px;
        padding-bottom: 10px
    }
}

.site-search-btn {
    background: 0 0;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 20px;
    width: 120px
}

@media (min-width:768px) {
    .site-search-btn {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 34px;
        width: 200px
    }
}

.stock-table {
    position: relative
}

@media (max-width:767.98px) {
    .stock-table {
        border-top: 3px solid #828b94;
        border-bottom: 3px solid #828b94;
        font-size: 14px;
        line-height: 19px;
        margin-top: 32px;
        margin-bottom: 64px
    }

    .stock-table:last-child {
        margin-bottom: 0
    }

    .stock-table th {
        border-bottom: 3px solid #828b94;
        font-weight: 500;
        padding: 10px 8px;
        white-space: nowrap
    }

    .stock-table td {
        border-top: 1px solid #c3c8cc;
        padding: 10px 8px;
        vertical-align: top
    }

    .stock-table-product-row>td {
        border-top: 3px solid #828b94;
        font-weight: 500;
        height: 50px;
        vertical-align: middle
    }

    .stock-table-product-col {
        display: none
    }

    .stock-table-date-col {
        white-space: nowrap
    }
}

@media (min-width:768px) {
    .stock-table {
        border-top: 3px solid #828b94;
        border-bottom: 3px solid #828b94;
        margin-top: 42px;
        margin-bottom: 48px
    }

    .stock-table:last-child {
        margin-bottom: 0
    }

    .stock-table th {
        border-bottom: 3px solid #828b94;
        font-weight: 500;
        font-size: 17px;
        padding: 20px 8px;
        white-space: nowrap
    }

    .stock-table th span {
        font-weight: 300
    }

    .stock-table-product-row {
        display: none
    }

    .stock-table td {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 8px;
        border-top: 1px solid #c3c8cc;
        vertical-align: top;
        width: 33.33333%
    }

    .stock-table-product-col {
        font-weight: 500
    }

    .stock-table-date-col {
        white-space: nowrap
    }
}

@media (min-width:992px) {
    .stock-table {
        margin-top: 56px;
        margin-bottom: 68px
    }

    .stock-table td {
        font-size: 17px
    }
}

@media (min-width:1200px) {
    .stock-table {
        margin-bottom: 96px
    }
}

.subscribe {
    position: fixed;
    top: 150px;
    right: 0;
    -webkit-transform: rotate(-90deg) translate(0, -100%);
    transform: rotate(-90deg) translate(0, -100%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    z-index: 1000
}

@media (max-width:767.98px) {
    .subscribe {
        display: none
    }
}

.subscribe-modal .modal-dialog {
    margin-top: 90px
}

.subscribe-modal-close {
    position: absolute;
    top: -3px;
    right: -58px
}

.subscribe-modal-close:focus svg,
.subscribe-modal-close:hover svg,
.zoom-close:focus svg,
.zoom-close:hover svg {
    margin-left: 12px;
    margin-right: 12px
}

.subscribe-modal-heading {
    color: #5a666f;
    font-weight: 400;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif
}

.subscribe-modal .btn {
    background: #fff;
    float: right;
    width: 205px
}

.subscribe-modal .btn:focus,
.subscribe-modal .btn:hover {
    background-color: #83bae0
}

.subscribe-modal .btn.disabled {
    background-color: #fff
}

@media (min-width:992px) {
    .subscribe-modal-heading {
        font-size: 42px;
        line-height: 40px;
        margin-bottom: 14px
    }

    .subscribe-modal-content {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 56px
    }
}

@media (max-width:767.98px) {
    .tabs {
        margin-left: -20px;
        margin-right: -20px
    }

    .tabs-item {
        border-bottom: 3px solid #fff
    }

    .tabs-item:last-child {
        border-bottom-width: 0
    }

    .tabs-link,
    .tabs-panel {
        padding-left: 20px;
        padding-right: 20px
    }

    .tabs-link {
        background: #d4975c;
        color: #fff;
        display: block;
        font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
        font-size: 21px;
        font-weight: 400;
        line-height: 23px;
        padding-top: 21px;
        padding-bottom: 21px;
        ;
        -webkit-transition: background 175ms ease-in-out;
        transition: background 175ms ease-in-out
    }

    .tabs-link:focus,
    .tabs-link:hover {
        color: #fff
    }

    .active>.tabs-link {
        background: #83bae0
    }

    .tabs-link::before {
        height: 22px;
        width: 22px;
        background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2064%2037%22%20width%3D%228%22%20height%3D%225%22%3E%3Cdefs%3E%3Csymbol%20id%3D%22a%22%3E%3Cpath%20d%3D%22M32%2C37a5.257%2C5.257%2C0%2C0%2C1-3.715-1.529L1.539%2C8.909a5.193%2C5.193%2C0%2C0%2C1%2C0-7.38%2C5.278%2C5.278%2C0%2C0%2C1%2C7.431%2C0L32%2C24.4%2C55.03%2C1.529a5.278%2C5.278%2C0%2C0%2C1%2C7.431%2C0%2C5.193%2C5.193%2C0%2C0%2C1%2C0%2C7.38L35.715%2C35.471A5.257%2C5.257%2C0%2C0%2C1%2C32%2C37Z%22%2F%3E%3C%2Fsymbol%3E%3C%2Fdefs%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20fill%3D%22rgba(12%2C147%2C205%2C1)%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
        background-clip: padding-box;
        border: 4px solid rgba(255, 255, 255, .4);
        border-radius: 100%;
        content: "";
        float: right;
        margin-left: 16px;
        -webkit-transition: -webkit-transform 175ms ease-in-out;
        transition: transform 175ms ease-in-out;
        transition: transform 175ms ease-in-out, -webkit-transform 175ms ease-in-out
    }

    .active>.tabs-link::before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .tabs-panel {
        background: #d4975c;
        color: #fff;
        display: none
    }

    .active>.tabs-panel {
        display: block
    }

    .tabs-panel a {
        color: #fff
    }
}

@media (max-width:479.98px) {
    .tabs {
        margin-left: -16px;
        margin-right: -16px
    }

    .tabs-link,
    .tabs-panel {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width:768px) {
    .tabs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-bottom: 3px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 59px;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

    .tabs-link {
        background: rgba(255, 255, 255, .4);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: #fff;
        display: block;
        font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
        font-size: 21px;
        font-weight: 400;
        line-height: 40px;
        margin-right: 6px;
        padding: 0 42px;
        ;
        -webkit-transition: background 120ms ease-in-out, padding 120ms ease-in-out;
        transition: background 120ms ease-in-out, padding 120ms ease-in-out
    }

    .tabs-link:focus,
    .tabs-link:hover {
        background: #fff;
        color: #5a666f
    }

    .tabs-link.active {
        background: #fff;
        color: #5a666f;
        padding-bottom: 16px
    }

    .tabs-panel {
        display: none
    }

    .tabs-panel.active {
        display: block
    }
}

.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.title-icon {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .36);
    box-shadow: 0 0 14px rgba(0, 0, 0, .36);
    margin-right: 18px;
    width:58px;
    height: 58px;
    line-height: 58px; 
    text-align: center;   
}
.title-icon .dicon{
    font-size: 30px;
}
.title-icon.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.title-icon.white-shadow {
    -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, .36);
    box-shadow: 0 0 14px rgba(255, 255, 255, .36)
}

.title-heading {
    color: #d4975c;
    font-family: "Times New Roman";
    font-size: 28px;        
    font-weight: bold;
    padding-top: 6px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.title-heading-dark {
    color: #505050
}

@media (max-width:767.98px) {
    .title-icon svg {
        height: 42px;
        width: 42px
    }
}

@media (min-width:768px) {
    .title {
        margin-bottom: 36px
    }

    .title-heading {
        font-size: 52px;
        padding-top: 0
    }
}

@media (min-width:992px) {  

    .title-icon {
        margin-right: 34px
    }

    [data-component=tween] {
        opacity: 0
    }

    .tween {
        -webkit-transition-duration: 0ms;
        transition-duration: 0ms
    }

    .tween.in {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms
    }

    .tween-loaded [data-component=tween] {
        opacity: 1
    }

    .tween-loaded .tween {
        opacity: 0
    }
}

.tween-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity
}

.tween-bg-fade.in::before,
.tween-fade.in {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms
}

.tween-fade.in,
.tween-loaded .tween-bg-fade {
    opacity: 1
}

.tween-bg-fade {
    position: relative
}

.tween-bg-fade::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fafafa;
    content: "";
    -webkit-transition-property: background;
    transition-property: background;
    will-change: background
}

.tween-bg-fade.in::before {
    background: 0 0
}

.tween-slide {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    will-change: opacity, transform
}

.tween-slide.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.zoom,
.zoom-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.zoom-backdrop {
    background: rgba(255, 255, 255, .7);
    z-index: 1000
}

.zoom {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1010
}

.zoom-dialog {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 3px;
    margin: 10px 55px 10px 10px;
    overflow: initial !important;
    position: relative;
    width: auto;
    max-width: 990px
}

@media (min-width:768px) {
    .zoom-dialog {
        margin: 90px 75px 30px
    }
}

@media (min-width:1140px) {
    .zoom-dialog {
        margin-left: auto;
        margin-right: auto
    }
}

.zoom-close {
    position: absolute;
    top: 0;
    right: -45px
}

@media (min-width:768px) {
    .zoom-close {
        position: absolute;
        top: 0;
        right: -55px
    }
}

.zoom-close svg {
    margin-left: 6px;
    margin-right: 6px;
    -webkit-transition: margin 100ms ease-in-out;
    transition: margin 100ms ease-in-out
}

.zoom-body {
    outline: 0;
    position: relative;
    overflow: hidden
}

.zoom-loading {
    padding: 35px;
    text-align: center
}

.zoom-image-next,
.zoom-image-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 100ms ease-in-out;
    transition: background 100ms ease-in-out;
    width: 70px;
    z-index: 1020
}

.zoom-image-next:focus,
.zoom-image-next:hover,
.zoom-image-prev:focus,
.zoom-image-prev:hover {
    background: rgba(255, 255, 255, .35)
}

.zoom-image-prev {
    left: 0
}

.zoom-image-next {
    right: 0
}

.zoom-image-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1030
}

.zoom-image-caption-body {
    background: rgba(255, 255, 255, .8);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 17px;
    line-height: 22px;
    padding: 12px 42px
}

.about {
    color: #505050
}

.about-heading-1,
.about-heading-2 {
    color: #5a666f;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 30px;
    margin-bottom: 20px;
    
}

.about-section-heading {
    border-bottom: 1px solid #c3c8cc;
    color: #828b94;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 26px
}

.about-standards-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.about-standards-item-content {
    font-size: 17px;
    line-height: 22px
}

.about-standards-item-content>:last-child {
    margin-bottom: 0
}

.about-standards-item-image {
    margin-bottom: 28px;
    margin-left: -16px;
    margin-right: -16px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

#home .site-header::before,
.about-logo-image {
    display: none
}

.about-insight,
.about-insight-values {
    margin-bottom: 60px
}

.about-insight-values-item-heading {
    color: #505050;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0
}

.about-insight-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px
}

.about-insight-partners-item {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 14px;
    width: 50%
}

.about-explore a {
    display: inline-block;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    padding: 5px 0;
    
}

.about-explore>a::before {
    height: 48px;
    width: 48px;
    background: #d4975c url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2037%2064%22%20width%3D%229%22%20height%3D%2215%22%3E%3Cdefs%3E%3Csymbol%20id%3D%22a%22%3E%3Cpath%20d%3D%22M37%2C32a5.257%2C5.257%2C0%2C0%2C1-1.529%2C3.715L8.909%2C62.461a5.193%2C5.193%2C0%2C0%2C1-7.38%2C0%2C5.278%2C5.278%2C0%2C0%2C1%2C0-7.431L24.4%2C32%2C1.529%2C8.97a5.278%2C5.278%2C0%2C0%2C1%2C0-7.431%2C5.193%2C5.193%2C0%2C0%2C1%2C7.38%2C0L35.471%2C28.285A5.257%2C5.257%2C0%2C0%2C1%2C37%2C32Z%22%2F%3E%3C%2Fsymbol%3E%3C%2Fdefs%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
    background-clip: padding-box;
    border: 8px solid rgba(236, 102, 42, .4);
    border-radius: 100%;
    content: "";
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 20px;
    -webkit-transition: border-width 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: border-width 200ms ease-in-out, transform 200ms ease-in-out;
    transition: border-width 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
}

@media (min-width:480px) {
    .about-standards-item-image {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width:768px) {

    .about-heading-1,
    .about-heading-2 {
        margin-bottom: 26px
    }

    .about-heading-1 {
        font-size: 52px;
        line-height: 54px
    }

    .about-heading-2 {
        font-size: 34px;
        line-height: 36px
    }

    .about-standards-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .about-standards-item-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 32px;
        max-width: 100%
    }

    .about-standards-item-image {
        border-radius: 3px;
        margin: 0;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 346px
    }

    .about-standards-item:nth-child(odd) .about-standards-item-image {
        margin-right: 46px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .about-standards-item:nth-child(even) .about-standards-item-image {
        margin-left: 46px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .about-insight-content {
        margin-bottom: 60px
    }

    .about-insight-partners-item {
        width: 25%
    }
}

@media (min-width:992px) {
    .about-standards-item-image {
        width: 450px
    }

    .about-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .about-logo-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 154px;
        display: block
    }

    .about-logo-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 92px;
        max-width: 100%
    }

    .about-insight-values-item::before {
        height: 22px;
        width: 22px;
        background: #828b94 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2037%2064%22%20width%3D%225%22%20height%3D%228%22%3E%3Cdefs%3E%3Csymbol%20id%3D%22a%22%3E%3Cpath%20d%3D%22M37%2C32a5.257%2C5.257%2C0%2C0%2C1-1.529%2C3.715L8.909%2C62.461a5.193%2C5.193%2C0%2C0%2C1-7.38%2C0%2C5.278%2C5.278%2C0%2C0%2C1%2C0-7.431L24.4%2C32%2C1.529%2C8.97a5.278%2C5.278%2C0%2C0%2C1%2C0-7.431%2C5.193%2C5.193%2C0%2C0%2C1%2C7.38%2C0L35.471%2C28.285A5.257%2C5.257%2C0%2C0%2C1%2C37%2C32Z%22%2F%3E%3C%2Fsymbol%3E%3C%2Fdefs%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
        background-clip: padding-box;
        border: 4px solid rgba(130, 139, 148, .3);
        border-radius: 100%;
        content: "";
        float: left;
        margin-left: -44px
    }
}

@media (min-width:1200px) {
    .about-standards-item-image {
        width: 480px
    }
}

.company-image {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 40px
}

@media (min-width:480px) {
    .company-image {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width:768px) {
    .company-image {
        border-radius: 3px;
        overflow: hidden;
        margin: 0 0 60px
    }
}

.contact-details-item,
.contact-locations-item {
    color: #505050;
    margin-bottom: 50px
}

.contact-locations-item:last-child {
    margin-bottom: 38px
}

.contact-heading {
    color: #5a666f;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 30px;
    margin-bottom: 12px
}

.contact-locations-item-map {
    background: #eaeaea;
    height: 320px;
    margin-top: 26px;
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:480px) {
    .contact-locations-item-map {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width:768px) {

    .contact-details-item,
    .contact-locations-item {
        margin-bottom: 60px
    }

    .contact-heading {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 26px
    }

    .contact-locations-item-map {
        margin-left: -36px;
        margin-right: -36px
    }
}

@media (min-width:992px) {
    .contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .contact-details,
    .contact-locations {
        width: 50%
    }

    .contact-details-item:last-child,
    .contact-locations-item:last-child {
        margin-bottom: 0
    }

    .contact-locations-item-map {
        border-radius: 3px;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden
    }

    .contact {
        margin-left: -14px;
        margin-right: -14px
    }

    .contact-details,
    .contact-locations {
        padding-left: 14px;
        padding-right: 14px
    }

    .contact-details-item,
    .contact-locations-item {
        margin-bottom: 70px
    }
}

.fabric-collection.product-fabrics {
    margin-top: 60px;
    padding-top: 0
}

.fabric-swatches {
    margin-top: 60px
}

.fabric-swatches-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px
}

.fabric-swatches-subtitle,
.help-table th {
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif
}

.fabric-swatches-subtitle {
    font-size: 35px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 0 16px;
    ;
    width: 100%
}

.fabric-swatches-item+.fabric-swatches-subtitle {
    margin-top: 20px
}

.fabric-swatches-item {
    margin-bottom: 20px;
    padding: 0 16px;
    width: 50%
}

.fabric-swatches-item a {
    display: block
}

.fabric-swatches-item-image {
    background: center center no-repeat;
    border-radius: 3px;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 100%
}

@media (min-width:480px) {
    .fabric-swatches-item {
        margin-bottom: 35px;
        width: 33.33333%
    }
}

@media (min-width:768px) {
    .fabric-swatches-item {
        width: 25%
    }

    .fabric-swatches-item-image {
        position: relative
    }

    .fabric-swatches-item-image::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: rgba(236, 102, 42, .3);
        color: #fff;
        content: "Zoom";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-transition: opacity 175ms ease-in-out;
        transition: opacity 175ms ease-in-out
    }

    .fabric-swatches-item a:focus .fabric-swatches-item-image::before,
    .fabric-swatches-item a:hover .fabric-swatches-item-image::before {
        opacity: 1
    }
}

@media (min-width:992px) {
    .fabric-swatches-item {
        width: 16.66667%
    }
}

.fabric-specs+.site-footer {
    background-image: none;
    margin-top: 0;
    padding-top: 48px
}

.help-table {
    border-bottom: 0;
    margin-bottom: 0
}

.help-table+.help-table {
    margin-top: 34px
}

.help-table th {
    font-size: 26px
}

.help-table a {
    color: #505050;
    display: block
}

.help .article-title {
    margin-bottom: 16px
}

.help-related-title {
    color: #5a666f;
    font-weight: 700;
    margin-bottom: 10px
}

.help-related {
    margin-top: 0
}

.help-related a,
.help-table a {
    font-weight: 300
}

.home-banner {
    background: #e0e3e6 center center no-repeat;
    background-size: cover;
    height: 420px;
    margin-top: -125px;
    padding-top: 128px;
    position: relative;
    color: #fff
}

.home-banner-video,
.home-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.home-banner::after {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block
}

.home-banner-video {
    overflow: hidden
}

.home-banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw
}

@media (max-width:747px) {
    .home-banner-video video {
        height: 420px;
        width: auto
    }
}

.home-banner-content {
    margin-left: 6px;
    position: relative;
    z-index: 10
}

.home-banner-heading,
.home-banner-tagline {
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400
}

.home-banner-heading {
    font-size: 37px;
    line-height: 32px;    
}

.home-banner-tagline {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px
}

.home-banner .nub {
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.dicon180{
    transform: rotate(180deg);
}
.dicon-white{
    color: #fff;
}

@media (max-width:991.98px) {
    .home-banner-video {
        display: none
    }
}

@media (min-width:768px) {
    .home-banner {
        margin-top: -168px
    }

    .home-banner .nub {
        bottom: 32px
    }

    .home-banner-content {
        margin-left: 24px
    }

    .home-banner-heading {
        font-size: 46px;
        line-height: 44px
    }
}

@media (min-width:992px) {
    #home .site-menu-link {
        color: #333
    }

    #home .site-menu-item:focus .site-menu-link,
    #home .site-menu-item:hover .site-menu-link {
        color: #d4975c
    }

    #home .site-menu-search .nub {
        background-color: #d4975c;
        border-color: rgba(84, 202, 240, .4);
        color: #fff
    }

    #home .site-menu-search .nub:focus,
    #home .site-menu-search .nub:hover {
        color: #fff
    }

    .home-banner {
        height: 570px;
        margin-top: -189px;
        padding-top: 206px
    }
}

@media (min-width:992px) and (max-width:1014px) {
    .home-banner-video video {
        height: 570px;
        width: auto
    }
}

@media (min-width:992px) {
    .home-banner .nub {
        height: 50px;
        width: 50px;
        border-width: 9px;
        bottom: 42px
    }

    .home-banner .nub:focus,
    .home-banner .nub:hover {
        border-width: 0
    }

    .home-banner .nub svg {
        position: relative;
        top: 1px;
        height: 8px;
        width: 14px
    }

    .home-banner-content {
        margin-left: 16px
    }

    .home-banner-heading {
        font-size: 60px;
        line-height: 56px
    }

    .home-banner-tagline {
        font-size: 20px;
        line-height: 50px
    }
}

@media (min-width:1200px) {
    .home-banner {
        height: 700px;
        padding-top: 200px
    }
}

@media (min-width:1200px) and (max-width:1245px) {
    .home-banner-video video {
        height: 700px;
        width: auto
    }
}

@media (min-width:1200px) {
    .home-banner-content {
        margin-left: 52px
    }

    .home-banner-heading {
        font-size: 70px;
        line-height: 66px;
        margin-bottom: 16px
    }

    .home-banner-tagline {
        font-size: 26px;
        line-height: 52px
    }
}

.home-products {
    padding: 20px 0;    
}

.home-products .title {
    margin-bottom: 34px
}

.home-products-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-products-item {
    margin-bottom: 38px
}

.home-products-item:last-child {
    margin-bottom: 0
}

.home-products-item-image {
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    width: 265px
}

.home-products-item-heading {
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    
}

.home-products-item-heading a {
    color: #5a666f
}

@media (max-width:767.98px) {
    .home-products-item-heading a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home-products-item-heading a:focus::after,
    .home-products-item-heading a:hover::after {
        border-width: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .home-products-item-heading a::after {
        height: 22px;
        width: 22px;
        background: #d4975c url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2037%2064%22%20width%3D%225%22%20height%3D%228%22%3E%3Cdefs%3E%3Csymbol%20id%3D%22a%22%3E%3Cpath%20d%3D%22M37%2C32a5.257%2C5.257%2C0%2C0%2C1-1.529%2C3.715L8.909%2C62.461a5.193%2C5.193%2C0%2C0%2C1-7.38%2C0%2C5.278%2C5.278%2C0%2C0%2C1%2C0-7.431L24.4%2C32%2C1.529%2C8.97a5.278%2C5.278%2C0%2C0%2C1%2C0-7.431%2C5.193%2C5.193%2C0%2C0%2C1%2C7.38%2C0L35.471%2C28.285A5.257%2C5.257%2C0%2C0%2C1%2C37%2C32Z%22%2F%3E%3C%2Fsymbol%3E%3C%2Fdefs%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
        background-clip: padding-box;
        border: 4px solid rgba(236, 102, 42, .4);
        border-radius: 100%;
        content: "";
        display: inline-block;
        margin-left: 10px;
        -webkit-transition: border-width 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
        transition: border-width 200ms ease-in-out, transform 200ms ease-in-out;
        transition: border-width 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
    }

    .home-products-item-excerpt,
    .home-products-item-more {
        display: none
    }
}

@media (min-width:768px) {
    .home-products-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 26px;
        width: 100%
    }

    .home-products-item-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        margin-right: 42px;
        width: 310px
    }

    .home-products-item-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 24px;
        max-width: 100%
    }

    .home-products-item-heading {
        font-size: 29px
    }

    .home-products-item-excerpt {
        font-size: 14px;
        line-height: 19px
    }
}

@media (min-width:992px) {
    .home-products {
        padding: 64px 0
    }

    .home-products .title {
        margin-bottom: 64px
    }

    .home-products-item-heading {
        font-size: 34px
    }

    .home-products-item-excerpt {
        font-size: 17px;
        line-height: 22px
    }

    .home-products-item-image {
        width: 348px
    }

    .home-products-item-content {
        padding-top: 30px
    }
}

.home-news {
    background: #828b94;
    background-size: 200vw 175px;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: -122px
}

@media (min-width:420px) {
    .home-news {
        background-size: 150vw 175px;
        margin-top: -82px
    }
}

@media (min-width:840px) {
    .home-news {
        background-size: 100vw 175px;
        margin-top: 8px
    }
}

.home-news .title-heading {
    color: #fff;
    text-shadow: none
}

.home-news .cards-item-excerpt,
.home-news .cards-item-heading a {
    color: #fff
}

.home+.site-footer {
    background-image: none;    
}

@media (max-width:767.98px) {
    .home+.site-footer {        
    }
}

.news-article-icon {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .36);
    box-shadow: 0 0 14px rgba(0, 0, 0, .36);
    float: left;
    margin-left: -92px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}
.news-article-icon .dicon{
    font-size: 30px;
}
.news-article-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-article-actions,
.product-description-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-description-content-heading,
.product-description-title {
    color: #5a666f;
    font-family: "paralucent", "Helvetica Neue", Arial, sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 8px;
    
}

@media (min-width:768px) {
    .product-description-images-sm {
        display: none
    }
}

@media (max-width:767.98px) {
    .product-description-images-md {
        display: none
    }
}

@media (min-width:992px) {
    .product-description-images-md {
        display: none
    }
}

@media (max-width:991.98px) {
    .product-description-images-lg {
        display: none
    }
}

@media (max-width:767.98px) {
    .product-description .nub {
        display: none
    }

    .product-description-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-description-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .product-description-content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .product-description-content-heading {
        display: none
    }

    .product-description-images {
        margin: 0 -20px 32px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:479.98px) {
    .product-description-images {
        margin: 0 -16px 32px
    }
}

@media (min-width:768px) {
    .product-description {
        background: url(../images/bg-product-8bcfad2ca2.png) top repeat-x;
        min-height: 250px;
        margin-top: -170px;
        padding-top: 194px
    }

    .product-description-standalone {
        background: 0 0
    }

    .product-description-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 40px
    }

    .product-description-title {
        display: none
    }

    .product-description-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 30px
    }

    .product-description-images {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: -50px;
        margin-right: -10px;
        width: 430px
    }

    .product-description-standalone .product-description-images {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .product-description {
        margin-top: -185px;
        padding-top: 215px
    }

    .product-description-content-heading {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 16px
    }

    .product-description-images {
        margin-top: -71px;
        margin-right: -35px;
        width: 568px
    }

    .product-description-standalone .product-description-images {
        margin-top: 0
    }
}

.product-collections,
.product-fabrics {
    padding-top: 40px
}

.product-collections-item-image,
.product-fabrics-item-image {
    border-radius: 3px;
    overflow: hidden
}

.product-collections-item-title,
.product-fabrics-item-title {
    font-weight: 500
}

@media (max-width:767.98px) {

    .product-collections-item,
    .product-fabrics-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 14px
    }

    .product-collections-item-image,
    .product-fabrics-item-image {
        margin-right: 28px;
        width: 52px
    }

    .product-collections-more,
    .product-fabrics-more {
        padding-top: 30px
    }

    .product-collections-more .btn,
    .product-fabrics-more .btn {
        width: 100%
    }
}

@media (min-width:768px) {

    .product-collections,
    .product-fabrics {
        margin-top: 115px
    }

    .product-collections-body,
    .product-fabrics-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -9px
    }

    .product-collections-item,
    .product-fabrics-item {
        padding: 0 9px;
        margin-bottom: 35px
    }

    .product-fabrics-item {
        width: 25%
    }

    .product-collections-item {
        width: 33.33333%
    }

    a.product-collections-item:focus .product-collections-item-image::before,
    a.product-collections-item:focus .product-fabrics-item-image::before,
    a.product-collections-item:hover .product-collections-item-image::before,
    a.product-collections-item:hover .product-fabrics-item-image::before,
    a.product-fabrics-item:focus .product-collections-item-image::before,
    a.product-fabrics-item:focus .product-fabrics-item-image::before,
    a.product-fabrics-item:hover .product-collections-item-image::before,
    a.product-fabrics-item:hover .product-fabrics-item-image::before {
        opacity: 1
    }

    .product-collections-item-image,
    .product-fabrics-item-image {
        position: relative;
        margin-bottom: 14px
    }

    .product-collections-item-image::before,
    .product-fabrics-item-image::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: rgba(236, 102, 42, .3);
        color: #fff;
        content: "More info";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-transition: opacity 175ms ease-in-out;
        transition: opacity 175ms ease-in-out
    }

    .product-fabrics-item-image::before {
        max-width: 194px
    }

    .product-collections-more,
    .product-fabrics-more {
        text-align: center;
        padding-top: 40px
    }

    .product-collections .title,
    .product-fabrics .title {
        margin-bottom: 60px
    }
}

.product-products {
    padding-top: 40px
}

@media (min-width:768px) {
    .product-products {        
    }

    .product-products .title {
        margin-bottom: 60px
    }
}

.product-specs {
    padding: 60px 0
}

.product-specs-icon {
    display: none
}

.product-specs-row-download span {
    text-transform: uppercase
}

.product-specs-row-content-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-specs-row-content-icons svg+svg {
    margin-left: 45px
}

@media (max-width:767.98px) {
    .product-specs-subtitle {
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        line-height: 22px;
        padding: 14px 0
    }

    .product-specs-subtitle:first-child {
        border-top-width: 0
    }

    .product-specs-row {
        border-bottom: 1px solid rgba(195, 200, 204, .5);
        padding: 10px 0
    }

    a.product-specs-row {
        font-weight: 300;
        display: block
    }

    .product-specs-row-download,
    .product-specs-row-title {
        font-weight: 500
    }

    .product-specs-row-download::after {
        content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2037%2064%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cdefs%3E%3Csymbol%20id%3D%22a%22%3E%3Cpath%20d%3D%22M37%2C32a5.257%2C5.257%2C0%2C0%2C1-1.529%2C3.715L8.909%2C62.461a5.193%2C5.193%2C0%2C0%2C1-7.38%2C0%2C5.278%2C5.278%2C0%2C0%2C1%2C0-7.431L24.4%2C32%2C1.529%2C8.97a5.278%2C5.278%2C0%2C0%2C1%2C0-7.431%2C5.193%2C5.193%2C0%2C0%2C1%2C7.38%2C0L35.471%2C28.285A5.257%2C5.257%2C0%2C0%2C1%2C37%2C32Z%22%2F%3E%3C%2Fsymbol%3E%3C%2Fdefs%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E");
        margin-left: 8px;
        vertical-align: middle
    }

    .product-specs-row-download span {
        font-weight: 300
    }
}

@media (min-width:768px) {
    .product-specs {
        background: #d4975c;
        background-size: 150vw 175px;
        margin-top: -122px;
        padding-top: 100px;
        padding-bottom: 80px
    }
}

@media (min-width:768px) and (min-width:420px) {
    .product-specs {
        background-size: 150vw 175px;
        margin-top: -82px
    }
}

@media (min-width:768px) and (min-width:840px) {
    .product-specs {
        background-size: 100vw 175px;
        margin-top: 0
    }
}

@media (min-width:768px) {
    .product-specs-subtitle {
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        color: #fff;
        font-size: 23px;
        font-weight: 500;
        line-height: 25px;
        padding: 18px 12px
    }

    .product-specs-subtitle:first-child {
        border-top-width: 0
    }

    .product-specs-row {
        border-bottom: 1px solid rgba(195, 200, 204, .5);
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 7px 0
    }

    a.product-specs-row {
        -webkit-transition: background 100ms ease-in-out;
        transition: background 100ms ease-in-out;
        font-weight: 300
    }

    a.product-specs-row:focus,
    a.product-specs-row:hover {
        background: rgba(255, 255, 255, .1);
        color: #fff
    }

    .product-specs-row:last-child {
        border-bottom: 3px solid #fff
    }

    .product-specs-row-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-weight: 500;
        padding-left: 12px;
        width: 170px
    }

    .product-specs-row-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 12px;
        max-width: 100%
    }

    .product-specs-row-download {
        text-align: right;
        padding-left: 52px;
        padding-right: 24px;
        font-weight: 500
    }

    .product-specs-row-download::before {
        content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2037%2064%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cdefs%3E%3Csymbol%20id%3D%22a%22%3E%3Cpath%20d%3D%22M37%2C32a5.257%2C5.257%2C0%2C0%2C1-1.529%2C3.715L8.909%2C62.461a5.193%2C5.193%2C0%2C0%2C1-7.38%2C0%2C5.278%2C5.278%2C0%2C0%2C1%2C0-7.431L24.4%2C32%2C1.529%2C8.97a5.278%2C5.278%2C0%2C0%2C1%2C0-7.431%2C5.193%2C5.193%2C0%2C0%2C1%2C7.38%2C0L35.471%2C28.285A5.257%2C5.257%2C0%2C0%2C1%2C37%2C32Z%22%2F%3E%3C%2Fsymbol%3E%3C%2Fdefs%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E");
        float: right;
        margin-right: -16px
    }

    .product-specs-row-download span {
        display: block;
        font-weight: 300
    }
}

@media (min-width:992px) {
    .product-specs-icon {
        display: block;
        float: left;
        margin-left: -92px;
        width: 58px;
        height: 58px;
        text-align: center;
        line-height: 58px;
        border-radius: 100%;
        color: #fff;
    -webkit-box-shadow: 0 0 14px rgb(255 255 255 / 36%);
    box-shadow: 0 0 14px rgb(255 255 255 / 36%);
    }
    .product-specs-icon .dicon{
        font-size: 30px;
    }

    .product-specs-row {
        padding: 14px 0
    }

    .product-specs-row-title {
        width: 200px
    }
}

.product-gallery-item {
    margin-bottom: 20px
}

.product-gallery-item a {
    display: block
}

.product-gallery-item-image {
    border-radius: 3px;
    margin-bottom: 16px;
    overflow: hidden
}

@media (min-width:480px) {
    .product-gallery-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -16px
    }

    .product-gallery-item {
        padding: 0 16px;
        margin-bottom: 35px;
        width: 50%
    }
}

@media (min-width:768px) {
   
    .product-gallery {
        background: #fafafa;
        background-size: 100vw 100px;
        padding-top: 80px
    }

    .product-gallery-item {
        width: 33.33333%
    }

    .product-gallery-item a:focus .product-gallery-item-image::before,
    .product-gallery-item a:hover .product-gallery-item-image::before {
        opacity: 1
    }

    .product-gallery-item-image {
        position: relative
    }

    .product-gallery-item-image::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: rgba(236, 102, 42, .3);
        color: #fff;
        content: "Zoom";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-transition: opacity 175ms ease-in-out;
        transition: opacity 175ms ease-in-out
    }
}

.el-container.el-44{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0px 0px 10px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 30px 40px;
    border-radius: 10px;
}

.el-container.el-44 .el-widget-container{
    font-size: 13px;
}
.el-container.el-44 .el-form .el-button.el-size-sm{
    width: 100%;
    margin-top: 30px;
}
@media (min-width: 992px) {
.site-pos{
    position: relative;
}
.site-abs{
    position: absolute;
}
.site-menu-submenu-products-more.site-abs{
    top:0;
    right:0;
    display: none;
    height: 100%;
}
.site-menu-submenu-products-hero.site-pos .site-menu-submenu-item:first-child .site-menu-submenu-products-more.site-abs{
    display: block;
    z-index: 10;
}
.site-menu-submenu-products-hero.site-pos .site-menu-submenu-item:hover .site-menu-submenu-products-more.site-abs{
    display: block;
    z-index: 20;
}
.site-menu-submenu-products-hero .site-menu-submenu-products-more.site-abs .site-menu-submenu-item{
    width: 350px;
    margin-bottom: 0;
}
.site-top{
    width: 100%; background-color: #d4975c; height: 45px; line-height: 45px;
}
.site-top .container{
    display: flex;
    justify-content: space-between;
}
.site-top .site-top-right a{
    display: inline-block;
    padding-left: 10px;

}
.site-top .dicon{
    font-size: 20px;
}
}
@media (max-width: 991.98px){
    .site-menu-submenu-products-more.site-abs{       
        display: none;       
    }
    .site-top{
        display: none;
    }
}

.pro_d{
    width: 46%;
    margin:0 2%;
}
.pro_d img{
    max-width: 100%;
}
.pro_d a{
    font-size: 24px; line-height: 80px;
}
.banner-ul{
    display: flex; list-style: none; padding: 0;
}
.banner-ul li{
    display: flex;    justify-content: center;    flex-direction: column;
    list-style: none; text-align: center; width:150px; height: 150px; margin: 20px 30px; border-radius:100%; background: rgb(0 0 0 / 50%);
}
.banner-ul li strong{
    font-size: 30px;
    font-weight: bold;
}
.banner-ul li span{
    font-size: 24px;
}
.banner-ul li p{
    line-height: 20px; font-size: 16px; margin-bottom: 0; padding-top: 10px;
}

.site-top a{
    color: #fff;
}

.footer-form {
    background-image: url('../images/fbp-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 60px 10px;
    color: #fff;
    text-align: center;   
}
.footer-form h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}
.gform_body ul > li.first{
    clear: both;
    margin-left: 0;
}
.four-sixths, .two-thirds{
    width: 66%; float: left;
}
.one-third, .two-sixths{
    width: 31.5%; float: left;
}
.one-third {    
    margin-left: 2.5%;
}
.footer-form p {
    margin-bottom: 30px;
}
.footer-form .want-to-buy-form_wrapper {
    margin: auto;
    max-width: 514px;
    width: 100%;
}
  
.footer-form .want-to-buy-form_wrapper label {
    display: none;
}
.gform_body ul > li{
    list-style-type: none;
    margin-bottom: 10px;
}
.footer-form .want-to-buy-form_wrapper input {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #818181;
    font-size: 18px;   
    font-weight: 400;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 12px;
    line-height: 30px;
}

.footer-form-send{
    margin-top: 5px;
    display: inline-block;
    line-height: 1;
    background-color: #d28d4b;
    font-size: 18px;
    padding: 12px 50px;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer-form-send:hover{
    background-color: #b97331;
}
.fb-content textarea{
    background-color: #fff; border-radius: 0; font-size: 18px; min-height: 150px;
}