#top-bar ul,
.blog-categories ul li,
.blog-list li,
.category-list-inner ul,
.footer ul,
.menu-wrapper ul,
.products-list-inner ul,
.recent-blog-posts ul li,
.related-products-inner ul,
.similar-products,
.social-media-other ul li,
ul,
ul.tab {
    list-style-type: none
}

hr,
input[type=search] {
    box-sizing: content-box
}

#top-bar ul li:hover>ul .site-nav,
.site-nav,
.social-buttons {
    -ms-animation-delay: 0s;
    -webkit-animation-timing-function: ease
}

#top-bar ul li:hover>ul .site-nav,
.site-nav {
    -moz-animation-timing-function: ease;
    -webkit-animation-fill-mode: both
}

.social-control,
svg:not(:root) {
    overflow: hidden
}

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

.cat-read-less,
.cat-read-more,
[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

figure {
    margin: 1em 40px
}

hr {
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.category-list-inner .category-title,
.products-btn,
.showroom-btn,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-ms-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-ms-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

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

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.gallery-caption,
.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

body,
html {
    height: 100%
}

body {
    color: #424243;
    background: #fff
}

img {
    max-width: 100%;
    height: auto
}

input,
select,
textarea {
    appearance: none;
    webkit-appearance: none
}

#top-bar ul li:hover>ul .site-nav,
.social-buttons {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden
}

.fadeout {
    display: none;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s
}

.primary-nav {
    float: left;
    height: 100%
}

.social-buttons a:hover {
    background: #fff;
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    #top-bar ul {
        margin: 0 2.7rem 0 0
    }
}

#top-bar ul li:hover>ul .site-nav {
    position: absolute;
    top: 33%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.site-nav,
.social-buttons {
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease;
    -ms-animation-fill-mode: both
}


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

    input#mce-EMAIL {
        font-size: 1rem !important;
    }

    input#mc-embedded-subscribe {
        margin-left: 3px !important;
    }
    #mc_embed_signup .mc-field-group {
        width: auto !important;
    }
    input#mc-embedded-subscribe {
        
    }
}


@media only screen and (max-width:599px) {
    #top-bar ul li:hover>ul .menu-control {
        position: absolute;
        overflow: hidden;
        width: 3rem;
        height: 3rem;
        margin-top: .6rem;
        margin-left: .5rem;
        cursor: pointer;
        text-align: center;
        color: #fff
    }

    #top-bar ul li:hover>ul .menu-control i {
        z-index: 9000;
        padding-top: 1rem;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        color: #fff
    }

    #top-bar ul li:hover>ul .products-control {
        display: none
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #top-bar ul li:hover>ul .menu-control {
        position: absolute;
        overflow: hidden;
        width: 3rem;
        height: 3rem;
        margin-top: .6rem;
        margin-left: .5rem;
        cursor: pointer;
        text-align: center;
        color: #fff
    }

    #top-bar ul li:hover>ul .menu-control i {
        z-index: 9000;
        padding-top: 1rem;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        color: #fff
    }

    #top-bar ul li:hover>ul .products-control {
        display: none
    }

    #top-bar ul li:hover>ul .control:active {
        color: #000 !important;
        background: #fff !important
    }
}

#top-bar ul li:hover>ul .products-control {
    position: relative;
    overflow: hidden;
    width: 15em;
    height: 3.8rem;
    margin: auto auto 20px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #fff
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    #top-bar ul li:hover>ul .products-control {
        width: 10em
    }
}

@media only screen and (max-width:599px) {
    #top-bar ul li:hover>ul .control:active {
        color: #000 !important;
        background: #fff !important
    }

    #top-bar ul li:hover>ul .control:active a {
        color: #000
    }
}

#close-icon {
    display: none;
    visibility: hidden;
    opacity: 0
}

.social-buttons {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    margin-left: 1px;
    text-align: center
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #top-bar ul li:hover>ul .control:active a {
        color: #000
    }

    .social-buttons {
        bottom: 18%;
        left: 0;
        width: 100%;
        text-align: center
    }
}

.social-buttons a {

    z-index: 30000 !important;
   
    display: inline-block;
    width: 49px;
    height: 49px;
    color: #fff;
    
}

.social-buttons a:hover {
    color: #000
}

.social-buttons i {
    padding-top: 11px;
    font-size: 28px;
}

@media only screen and (max-width:599px) {
    .social-buttons {
        bottom: 18%;
        left: 0;
        text-align: center
    }

    .social-buttons a {
        width: 30px;
        height: 30px
    }

    .social-buttons i {
        font-size: 20px;
        line-height: 0.5;
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .social-buttons a {
        width: 30px;
        height: 30px
    }

    .social-buttons i {
        font-size: 20px;
    
        line-height: 0.5;
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .social-buttons a {
        width: 30px;
        height: 30px
    }

    .social-buttons i {
        font-size: 20px;
        line-height: 0.5;
    }
}

.social-buttons p {
    font-size: 1.1rem;
    color: #fff
}

.social-buttons img {
    width: 49px !important;
    height: 49px !important
}

@media only screen and (max-width:599px) {
    .social-buttons img {
        width: 30px !important;
        height: 30px !important
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .social-buttons img {
        width: 30px !important;
        height: 30px !important
    }
}

.social-buttons img:last-child {
    margin-right: 0
}

.social-control {
    position: relative;
    display: inline-block;
    width: 49px !important;
    height: 49px !important;
    margin-right: .6rem;
    border: 1px solid #fff
}

@media only screen and (max-width:599px) {
    .social-control {
        width: 30px !important;
        height: 30px !important;
        margin-right: .2rem
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .social-control {
        width: 30px !important;
        height: 30px !important;
        margin-right: .2rem
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .social-control {
        width: 30px !important;
        height: 30px !important;
        margin-right: .2rem
    }
}



.social-control:hover .social-control a {
    color: #000 !important
}

.social-control:hover span {
    bottom: 0;
    -webkit-transition: bottom .2s ease-in-out;
    -moz-transition: bottom .2s ease-in-out;
    -ms-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out
}

.enquiry-form h4,
.mob-enquiry-form h4 {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 8px !important text-align: center;
    border-bottom: 1px solid #ccc
}

.blog-contact-form input,
.enquiry-form input,
.mob-enquiry-form input {
    font-weight: 400;
    width: 95%;
    margin-bottom: 2%;
    padding: 5px 10px 5px 5px;
    color: #6a6a6a;
    border: 1px solid #b6b6b6;
    outline: 0
}

.blog-contact-form textarea,
.enquiry-form textarea,
.mob-enquiry-form textarea {
    width: 95%;
    height: 200px;
    margin-bottom: 3%;
    padding: 5px 10px 5px 5px;
    text-align: left;
    border: 1px solid #b6b6b6
}

.enquiry-form textarea:focus,
.mob-enquiry-form textarea:focus;

.blog-contact-form textarea:focus {
    color: #6a6a6a;
    outline: 0
}

.blog-contact-form input[type=button],
.enquiry-form input[type=button],
.mob-enquiry-form input[type=button] {
    font-weight: 400;
    width: 100%;
    margin: auto;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: #424243;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.enquiry-form input[type=button]:hover,
.mob-enquiry-form input[type=button]:hover {
    background: #009775
}

.wpcf7-submit {
    font-weight: 400;
    width: 30% !important;
    margin: auto auto auto 35% !important;
    padding: 8px 12px !important;
    text-align: center !important;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid #009775 !important;
    background: #009775 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wpcf7-submit:hover {
    color: #009775 !important;
    border: 1px solid #d3d3d3 !important;
    background: #fff !important
}

.related-products {
    z-index: 30000;
    display: inline-block;
    float: left;
    clear: both;
    width: 100%;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 40px;
    border: 1px solid #ccc;
    background: #f1f1f1
}

@media only screen and (max-width:599px) {
    .related-products {
        display: none
    }
}

@media only screen and (max-width:599px) {
    .related-products.related-videos {
        display: block !important;
    }
}


@media only screen and (min-width:1024px) and (max-width:1479px) {
    .related-products {
        width: 1000px;
        float: none;
        display: table;
        margin: 50px auto
    }
    .related-products.related-videos {
        margin: 0 auto;
        width: 100%;
    }
    .related-videos h4 {
        margin: 0 auto;
        padding: 0;
        max-width: 80%;
        max-width: 900px;
    }
    li.video-blog {
        margin-right: 1% !important;
    }
    input#mce-EMAIL {
        width: 60% !important;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .related-products {
        width: 95%
    }
}

.related-products-inner {
    display: block;
    padding: 1rem 0 0 2rem
}

.related-products-inner h4 {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.related-products-inner ul {
    display: inline-block;
    margin: 0;
    padding: 0
}



.related-products-inner ul a {
    font-weight: 400;
    display: inline-block !important;
    margin-right: 12px;
    color: #424243 !important
}

.related-products-inner ul a:last-child {
    margin-right: 0
}

.related-products-inner ul a:hover {
    color: #009775
}

.related-products-inner ul li {
    position: relative;
    display: block;
    float: left;
    width: 280px;
    height: 180px;
    margin-right: 12px;
    list-style: none;
    text-align: center;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 200%
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .related-products-inner ul li {
        height: 210px
    }
}

.related-products-inner ul li:last-child {
    margin-right: 0
}

.related-products-inner ul .product-image-wrapper {
    width: 280px;
    height: 140px;
    border: 1px solid #d3d3d3;
    background-repeat: no-repeat;
    background-size: cover
}

.related-products-inner ul .product-name {
    line-height: 1.2;
    width: 280px;
    margin-top: 10px;
    text-align: left
}

.bx-wrapper {
    width: 1200px
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .bx-wrapper {
        width: 1000px !important;
        margin: 0 auto 60px !important
    }

    .bx-wrapper .bx-viewport {
        height: auto !important
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .bx-wrapper {
        width: 95% !important
    }
}

.bx-wrapper li {
    position: relative
}

.bx-wrapper .bx-viewport {
    height: auto !important;
    border: 0 !important;
    box-shadow: none !important
}

.bx-wrapper .bx-prev {
    opacity: .8;
    background: url(images/left-chevron.png) no-repeat !important;
    background-size: contain !important
}

.slide-watermark {
    position: absolute !important;
    bottom: 5px;
    left: 5px;
    width: 20% !important;
    opacity: .9
}

.bx-wrapper .bx-next {
    opacity: .8;
    background: url(images/right-chevron.png) no-repeat !important;
    background-size: contain !important
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
    opacity: 1
}

@media only screen and (max-width:599px) {
    .bx-wrapper .bx-viewport {
        height: auto !important
    }

    .bx-wrapper .bx-next,
    .bx-wrapper .bx-prev {
        display: none
    }

    .bx-wrapper .bx-controls-auto,
    .bx-wrapper .bx-pager {
        bottom: -25px
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .bx-wrapper .bx-viewport {
        height: auto !important
    }

    .bx-wrapper .bx-controls-auto,
    .bx-wrapper .bx-pager {
        bottom: -25px
    }
}

.call-control span,
.directions-control span,
.products-control span,
.showroom-control span,
.website-control span {
    background: #fff
}

.products-btn {
    color: #fff
}

@media only screen and (min-width:1024px) and (max-width:1479px) {

    .bx-wrapper .bx-controls-auto,
    .bx-wrapper .bx-pager {
        bottom: -25px
    }
}

#category-list {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 18%;
    display: inline-block;
    visibility: hidden;
    width: 82%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .7)
}

.products-control,
.showroom-control {
    text-align: center;
    border: 2px solid #fff;
    cursor: pointer;
    overflow: hidden
}

@media only screen and (min-width:1280px) and (max-width:1479px) {
    .category-list-inner ul li {
        height: 185px
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #category-list {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        padding-bottom: 60px;
        opacity: 1;
        background: #fff;
        visiblity: visible
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {

    .category-list-inner ul li,
    .category-list-inner ul li.half-size {
        height: 152px
    }

    .category-list-inner .category-name-text {
        margin-top: 127px
    }
}

@media only screen and (max-width:599px) {
    #category-list {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        padding-bottom: 60px;
        opacity: 1;
        background: #fff;
        visiblity: visible
    }

    .single #category-list {
        display: none !important
    }

    .category-list-inner ul li.half-size .category-name-text {
        font-size: 16px;
        left: 0;
        width: 100%;
        margin-top: -5px;
        transform: none;
        text-align: center
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .category-list-inner ul li.half-size .category-name-text {
        font-size: 16px;
        margin-top: 160px
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .category-list-inner ul li.half-size .category-name-text {
        margin-top: 130px;
        font-size: 12px
    }
}

.text-expander {
    display: none;
    width: 40px;
    height: 40px;
    background: url(images/text-opener.png) no-repeat;
    background-size: contain
}

@media only screen and (max-width:599px) {
    .text-expander {
        display: block;
        float: right;
        margin-top: 5px;
        margin-right: 5px
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .text-expander {
        display: block;
        float: right;
        margin-top: 5px;
        margin-right: 5px
    }
}

.cat-button {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 22px 5px 10px 25px;
    background: url(images/text-opener.png) center no-repeat;
    background-size: contain
}

@media only screen and (max-width:599px) {
    .cat-button {
        display: block;
        float: right;
        margin: 25px 5px 10px 0
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .cat-button {
        display: block;
        float: right;
        margin: 25px 5px 10px 0
    }
}

.control {
    display: none
}

@media only screen and (max-width:599px) {
    .control {
        text-align: center;
        margin: auto auto 20px;
        border: 2px solid #fff;
        cursor: pointer;
        position: relative;
        height: 3rem;
        width: 16rem;
        overflow: hidden;
        display: block;
        padding-top: 1rem;
    }

    .call-btn,
    .directions-btn,
    .website-btn {
        color: #fff;
        font-size: 1.6rem;
        font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        z-index: 9999;
        text-align: center;
        font-weight: 400
    }
    .call-btn:hover,
    .directions-btn:hover,
    .website-btn:hover {
        color: #000;
        background: #fff;
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .control {
        text-align: center;
        margin: 0 10px 20px;
        border: 2px solid #fff;
        cursor: pointer;
        position: relative;
        height: 3rem;
        width: 28rem;
        overflow: hidden;
        display: inline-block;
        padding-top: 0
    }

    .call-btn,
    .directions-btn,
    .website-btn {
        color: #fff;
        font-size: 2rem;
        font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        z-index: 9999;
        text-align: center;
        font-weight: 400
    }
    .call-btn:hover,
    .directions-btn:hover,
    .website-btn:hover {
        color: #000;
        background: #fff;
    }
}

.mobile-controls {
    display: none
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .mobile-controls {
        display: block;
        position: absolute;
        text-align: center;
        margin: auto;
        width: 100%
    }
}

@media only screen and (max-width:599px) {
    .mobile-controls {
        display: block;
        top: 5%;
        position: absolute;
        width: 100%
    }

    .menu-control {
        cursor: pointer;
        position: absolute;
        overflow: hidden;
        width: 3rem;
        height: 3rem;
        text-align: center;
        color: #fff;
        margin-left: .5rem;
        margin-top: .6rem
    }

    .menu-control i {
        padding-top: 1rem;
        z-index: 9000;
        color: #fff;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .menu-control {
        cursor: pointer;
        position: absolute;
        overflow: hidden;
        width: 3rem;
        height: 3rem;
        text-align: center;
        color: #fff;
        margin-left: .5rem;
        margin-top: .6rem
    }

    .menu-control i {
        padding-top: 1rem;
        z-index: 9000;
        color: #fff;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .products-control {
        display: none
    }

    .control:active {
        background: #fff !important;
        color: #000 !important
    }
}

.products-control {
    margin: auto auto 20px;
    position: relative;
    height: 3.8rem;
    width: 15em
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .products-control {
        width: 10em
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .products-control {
        width: 9em;
        height: 3rem
    }
}

@media only screen and (max-width:599px) {
    .products-control {
        display: none
    }

    .control:active {
        background: #fff !important;
        color: #000 !important
    }

    .control:active a {
        color: #000
    }

    body {
        overflow-y: scroll
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .control:active a {
        color: #000
    }

    body {
        overflow-y: scroll
    }
}

.showroom-control {
    margin-left: 4.3rem;
    margin-top: 15px;
    position: relative;
    height: 60px;
    width: 15em
}

.call-control span,
.directions-control span,
.products-control span,
.showroom-control span,
.website-control span {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 100%;
    top: 0
}

.menu-control i {
    position: absolute;
    left: 17px;
    z-index: 99999;
    font-size: 30px
}

.products-btn,
.showroom-btn {
    z-index: 9999;
    font-weight: 400;
    position: absolute;
    text-align: center;
    text-transform: uppercase
}

.products-control:hover span,
.showroom-control:active span {
    right: 0;
    -webkit-transition: right 160ms ease-in-out;
    -moz-transition: right 160ms ease-in-out;
    -ms-transition: right 160ms ease-in-out;
    -o-transition: right 160ms ease-in-out;
    transition: right 160ms ease-in-out
}

.products-btn {
    font-size: 1.2rem;
    padding-top: .3rem;
    left: 30%;
    top: 25%
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .products-btn {
        left: 20%
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .products-btn {
        top: 18%;
        left: 17%
    }
}

.products-control:hover .products-btn {
    color: #000
}

.showroom-btn {
    color: #fff;
    font-size: 1rem;
    left: 14%;
    top: 27%
}

.showroom-control:hover .showroom-btn {
    color: #000
}

.st-btn[data-network=facebook] {
    display: inline-block !important
}

#sizes img {
    float: none !important;
    display: block !important
}

body {
    overflow-x: hidden;
    height: 100%
}

.wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:599px) {
    .wrapper {
        top: 80px;
        display: inline-block;
        overflow: visible
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .wrapper {
        top: 80px;
        display: inline-block;
        overflow: visible
    }
}

.home {
    overflow-y: hidden
}

.home-splash {
    position: fixed;
    display: inline-block;
    float: right;
    overflow: hidden;
    min-width: 100%;
    height: 100vh;
    min-height: 100%;
    background: url(/wp-content/uploads/2016/09/Home-page-5.jpg) fixed;
    background-size: cover
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .home-splash {
        display: none
    }
}

@media only screen and (max-width:599px) {
    .home-splash {
        display: none
    }

    .home .home-splash {
        display: block;
        background-size:cover;
        background: url(/wp-content/uploads/2016/09/mob-bg.jpg) fixed;
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .home .home-splash {
        display: block;
        background-size: 100%
    }
}

.site-nav {
    position: absolute;
    top: 33%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -ms-animation-timing-function: ease;
    animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.phone-number {
    font-family: Verdana, Arial;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    margin-top: 100px
}

.phone-number i {
    margin-right: .3rem;
    color: #009775
}

.slidein {
    visibility: visible !important;
    opacity: 1 !important
}

.category-list-inner {
    float: right;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:599px) {
    .slidein {
        display: block
    }

    .category-list-inner {
        float: none;
        width: 100%
    }

    .phone-number {
        display: none
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .phone-number {
        margin-top: 0
    }

    .slidein {
        display: block
    }

    .category-list-inner {
        float: none;
        width: 100%
    }
}

.category-list-inner ul {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #fff
}

@media only screen and (max-width:599px) {
    .category-list-inner ul {
        overflow: visible;
        margin: 2px 0 80px;
        border: 0
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .category-list-inner ul {
        overflow: visible;
        margin: 2px 0;
        border: 0
    }
}

.category-list-inner ul li {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 32%;
    height: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

@media only screen and (max-width:599px) {
    .category-list-inner ul li {
        width: 100%;
        height: 6rem;
        margin: 1px 0;
        border: 0
    }
}

.category-list-inner ul li.mobile-only {
    display: none
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .category-list-inner ul li {
        width: 100%;
        height: 12rem;
        margin: 1px 0;
        border: 0
    }

    .category-list-inner ul li.mobile-only {
        display: inline-block
    }
}

.category-list-inner ul li.half-size {
    width: 15.97%;
    border-bottom: 1px solid #fff
}

@media only screen and (min-width:1024px) and (max-width:1479px) {

    .category-list-inner ul li,
    .category-list-inner ul li.half-size {
        height: 185px
    }
}

.category-list-inner ul li:nth-child(3n) {
    margin-right: 0
}

.category-list-inner .category-image-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    vertical-align: middle
}

.category-list-inner .category-image-wrapper img {
    max-width: 100% !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .9
}

.category-list-inner .category-image-wrapper img:hover,
.products-list-inner .product-image-wrapper img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media only screen and (max-width:599px) {
    .category-list-inner ul li.mobile-only {
        display: inline-block
    }

    .category-list-inner ul li.half-size {
        display: none !important
    }

    .category-list-inner .category-image-wrapper {
        width: 100%;
        height: 6rem
    }

    .category-list-inner .category-image-wrapper img {
        width: 100%;
        opacity: 1;
        background: #000
    }

    .category-list-inner .category-name {
        vertical-align: middle
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .category-list-inner ul li.half-size {
        display: none !important
    }

    .category-list-inner .category-image-wrapper {
        width: 100%;
        height: 12rem
    }

    .category-list-inner .category-image-wrapper img {
        width: 100%;
        opacity: 1;
        background: #000
    }

    .category-list-inner .category-name {
        vertical-align: middle
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .category-list-inner .category-image-wrapper {
        height: 100%
    }

    .category-list-inner .category-image-wrapper img {
        width: 120% !important;
        max-width: 120% !important
    }
}

.category-list-inner ul li.half-size .category-image-wrapper img {
    width: 100%;
    max-width: 100% !important
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .category-list-inner ul li.half-size .category-image-wrapper img {
        width: 120% !important;
        max-width: 120% !important
    }
}

.category-list-inner .category-image-wrapper img:hover {
    transition: all .3s ease;
    opacity: 1
}

.category-list-inner .category-title {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    text-shadow: 0
}

.category-list-inner .category-name {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 200;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-align: left;
    opacity: 1;
    color: #fff;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5))
}

.category-list-inner .category-image-wrapper:hover .category-name,
.products-list-inner .product-name {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.category-list-inner .category-name-text {
    font-weight: 500;
    margin-top: 185px;
    margin-left: 1rem
}

@media only screen and (max-width:599px) {
    .category-list-inner .category-name-text {
        font-size: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .category-list-inner .category-name-text {
        font-size: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .category-list-inner .category-name-text {
        font-size: 16px;
        margin-top: 160px;
        margin-left: 7px
    }
}

@media only screen and (max-width:599px) {
    .category-list-inner ul li.half-size .category-name-text {
        font-size: 12px;
        left: 0;
        width: 100%;
        margin-top: -5px;
        transform: none;
        text-align: center
    }

    .menu-wrapper ul ul {
        display: none
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .category-list-inner ul li.half-size .category-name-text {
        font-size: 16px;
        margin-top: 165px
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .category-list-inner ul li.half-size .category-name-text {
        font-size: 18px;
        left: 0;
        width: 100%;
        transform: none;
        text-align: center
    }

    .menu-wrapper ul ul {
        display: none
    }
}

.category-list-inner .category-image-wrapper:hover .category-name {
    transition: all .4s ease;
    text-decoration: underline
}

.menu-wrapper {
    position: absolute;
    top: 5%;
    padding: 1rem 0 3rem 1.5rem
}

.menu-title {
    font-size: 24px;
    line-height: 26px;
    position: relative;
    padding-bottom: 66px;
    text-transform: uppercase;
    color: #fff
}

.menu-title:after {
    position: absolute;
    top: 40px;
    left: 0;
    content: url(images/line.jpg)
}

.menu-wrapper ul {
    margin: 0;
    padding: 0
}

.menu-wrapper ul li {
    margin-bottom: 18px;
    list-style: none;
    text-transform: uppercase
}

.menu-wrapper ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.page-content {
    width: 96%;
    padding: 0 0 0 1%
}

.contact-wrap {
    clear: both;
    overflow: hidden;
    width: 1000px;
    height: 620px;
    margin: 30px auto auto
}

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

    .menu-wrapper ul li a:active,
    .menu-wrapper ul li a:hover {
        text-decoration: underline
    }

    .contact-wrap {
        overflow: visible;
        width: 100%;
        display: inline-block;
        height: auto
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {

    .menu-wrapper ul li a:active,
    .menu-wrapper ul li a:hover {
        text-decoration: underline
    }

    .contact-wrap {
        overflow: visible;
        width: 100% !important;
        height: auto
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .contact-wrap {
        overflow: visible;
        width: 100% !important;
        height: auto
    }
}

.contact-left,
.contact-right {
    height: 100%;
    padding-top: 13px
}

.contact-left {
    float: left;
    width: 50%;
    text-align: left
}

@media only screen and (max-width:599px) {
    .contact-left {
        width: 100%
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .contact-left {
        width: 100%
    }
}

.contact-left h2 {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase
}

.contact-left p {
    font-family: Roboto !important;
    font-size: 18px !important;
    line-height: 1.7 !important
}

.contact-left a {
    text-decoration: none;
    color: #424243
}

.contact-left a:hover {
    text-decoration: underline
}

.contact-left h3 {
    font-weight: 400 !important;
    margin-top: 45px !important;
    margin-bottom: 15px
}

.contact-left i {
    margin-right: 15px
}

.contact-right {
    float: right;
    width: 45%;
    margin-right: 0
}

@media only screen and (max-width:599px) {
    .contact-right {
        float: left;
        width: 90%
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .contact-right {
        float: left;
        width: 90%
    }
}

.contact-right h5 {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 23px 0 0;
    text-transform: uppercase
}

.contact-right p {
    font-family: Roboto !important;
    font-size: 18px !important;
    line-height: 1.3 !important
}

.contact-right .wpcf7 {
    padding: 0 !important
}

.contact-right .wpcf7-submit {
    margin-left: 0 !important
}

#product-content {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 18%;
    overflow: visible;
    width: 82%;
    min-height: 1200px;
    padding-bottom: 40px;
    color: #424243;
    background: #fff
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #product-content {
        top: 0;
        left: 0;
        width: 100%;
        min-height: 200px !important
    }
}

#product-content a {
    color: #009775
}

#product-content p {
    font-family: Roboto;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.3;
    color: #424243
}

.product-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 2% 1%;
    background: #fff
}

@media only screen and (max-width:599px) {
    #product-content {
        top: 0;
        left: 0;
        width: 100%;
        min-height: 200px !important
    }

    .product-content-inner {
        width: 98%;
        padding: .5rem 0 .5rem .5rem;
        margin-bottom: 100px
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .product-content-inner {
        width: 98%;
        padding: .5rem 0 .5rem .5rem
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .product-content-inner {
        width: 100%
    }
}

#breadcrumbs {
    font-size: 16px;
    font-weight: 200;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    margin-left: 1%;
    text-transform: uppercase;
    color: #6a6a6a
}

#breadcrumbs a {
    text-decoration: none;
    color: #6a6a6a
}

#breadcrumbs a:hover {
    text-decoration: none;
    color: #333130
}

#breadcrumbs .breadcrumb_last {
    font-weight: 400;
    color: #333130
}

#breadcrumbs .divider:after {
    font-family: "Font Awesome 5 Free" !important;
    content: '\f054' !important
}

#product-content h1,
.footer ul li a,
.product-button {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif
}

.crumb-divide {
    margin: 0 12px;
    color: #d3d3d3
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 2% 0;
    border: 2px solid #fff
}

.slider img {
    display: block;
    margin: 0;
    padding: 0
}

.slider .slide-inset {
    position: absolute;
    top: 30px;
    right: 30px;
    overflow: hidden;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, .4)
}

.slider .slide-inset img {
    width: 150px;
    height: 150px;
    padding: 5px;
    border: 0
}

#product-content {
    display: block;
    visibility: visible;
    opacity: 1
}

#product-content h1 {
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 .5rem 1%;
    padding: 0;
    text-transform: uppercase;
    color: #424243
}

#product-content h3 {
    font-size: 22px;
    font-weight: 200;
    margin-top: 45px;
    text-transform: uppercase;
    color: #424243
}

#product-content h4,
.product-button {
    font-size: 24px;
    text-transform: uppercase
}

.product-buttons {
    margin-top: 5.1%
}

.product-button {
    font-weight: 200;
    display: block;
    margin-bottom: 8%;
    padding: 3% 5%;
    text-align: center;
    color: #fff;
    background: #424243
}

.product-button:hover {
    font-weight: 400;
    background: #009775
}

.similar-products {
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #424243
}

.similar-products li {
    float: left;
    width: 200px;
    margin-right: 15px;
    list-style: none
}

.similar-products li:last-child {
    margin-right: 0
}

.similar-products li img {
    display: block;
    clear: both;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3
}

.similar-products a {
    color: #424243
}

.similar-products a:hover {
    color: #009775
}

.contact-bar-wrapper {
    background: #ededec
}

.contact-bar-left {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%
}

.contact-bar-right img {
    display: block
}

#product-content h4 {
    font-weight: 400;
    padding-top: 30px;
    color: #424243
}

.product-info h4 {
    font-weight: 200 !important;
    margin-top: 0 !important;
    padding-top: 0 !important
}

.contact-bar-form {
    margin-bottom: 20px;
    text-align: center
}

.contact-bar-form input,
.contact-right input {
    font-weight: 200;
    width: 95%;
    margin-bottom: 2%;
    padding: 5px 10px 5px 5px;
    color: #6a6a6a;
    border: 1px solid #b6b6b6;
    outline: 0
}

@media only screen and (max-width:599px) {
    .contact-right input {
        width: 100%
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .contact-right input {
        width: 100%
    }
}

::-webkit-input-placeholder {
    color: #d3d3d3
}

:-moz-placeholder {
    color: #d3d3d3
}

::-moz-placeholder {
    color: #d3d3d3
}

:-ms-input-placeholder {
    color: #d3d3d3
}

.contact-bar-form textarea,
.contact-right textarea {
    width: 95%;
    height: 200px;
    margin-bottom: 3%;
    padding: 5px 10px 5px 5px;
    text-align: left;
    border: 1px solid #b6b6b6
}

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

    .contact-bar-form textarea,
    .contact-right textarea {
        width: 100%
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {

    .contact-bar-form textarea,
    .contact-right textarea {
        width: 100%
    }
}

.contact-bar-form textarea:focus,
.contact-right textarea:focus {
    outline: 0
}

.contact-bar-form input[type=button],
.contact-right input[type=button] {
    font-weight: 400;
    width: 150px;
    margin: auto;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: #424243;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.call-us-btn,
.contact-bar-form input[type=button]:hover,
.contact-right input[type=button]:hover {
    background: #009775
}

.call-us-btn:hover {
    background: #000
}

.sub-category-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: -.3rem;
    padding-bottom: 0;
    padding-left: 1%;
    background: #fafafa
}

@media only screen and (max-width:599px) {
    .sub-category-wrapper {
        width: 99%;
        padding-left: 0 margin-top:50px
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .sub-category-wrapper {
        width: 99%;
        padding-left: 0
    }
}

.sub-heading-wrapper {
    clear: both
}

.products-list-inner {
    height: auto;
    width: 100%;
    clear: both
}

.products-list-inner ul {
    display: table;
    width: 100%;
    padding: 0
}

@media only screen and (max-width:599px) {
    .products-list-inner ul {
        width: 98%
    }
}

.products-list-inner ul li {
    position: relative;
    float: left;
    width: 31%;
    height: 15rem;
    margin: .5rem 1% .6rem 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

@media only screen and (max-width:599px) {
    .products-list-inner ul li {
        width: 100%;
        margin: .5rem 0
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .products-list-inner ul li {
        width: 100%;
        margin: .5rem 0
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .products-list-inner ul li {
        width: 30%;
        height: 10rem;
        margin: 1.2rem 1.2rem 0 0
    }
}

.products-list-inner .product-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 15rem;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
    background: center center no-repeat #fff;
    background-size: cover
}

@media only screen and (max-width:599px) {
    .products-list-inner .product-image-wrapper {
        width: 100%;
        height: 11rem
    }
    .products-list-inner ul li {
        height: 11rem;
            }
            .product-name-text {
                margin-top: 9.1rem !important;
            }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .products-list-inner .product-image-wrapper {
        width: 100%;
        height: 11rem
    }
    .products-list-inner ul li {
height: 11rem;
    }
    .product-name-text {
        margin-top: 9.1rem !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .products-list-inner .product-image-wrapper {
        width: 100%;
        height: 10rem
    }
}

.products-list-inner .product-image-wrapper img {
    max-width: 100% !important;
    height: auto;
    transition: all .3s ease
}

.products-list-inner .product-image-wrapper:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.products-list-inner .product-name {
    font-family: Roboto;
    font-size: 1.1rem;
    font-weight: 200;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    text-align: left;
    opacity: 1;
    color: #fff;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5))
}

.enquiry-form,
.mob-enquiry-form {
    background: #f1f1f1;
    border: 1px solid #ccc
}

.products-list-inner .product-name .product-name-text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 12.9rem;
    margin-left: .5rem
}

.category-description,
.subcategory-description,
.vis-category-description {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 2rem
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .products-list-inner .product-name .product-name-text {
        font-size: 1rem;
        margin-top: 8.25rem;
        margin-left: .5rem
    }

    .bx-wrapper .bx-viewport {
        left: 0
    }
}

.products-list-inner .product-image-wrapper:hover .product-name {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: underline
}

.category-description {
    margin-left: 1%;
    padding: 0 6rem 0 0
}

@media only screen and (max-width:599px) {
    .category-description {
        overflow: visible;
        height: auto;
        padding: 0 10px 0 0;
        margin-bottom: 0
    }

    .cat-read-less,
    .cat-read-more {
        padding-left: 3px;
        margin-bottom: 20px;
        padding-top: 10px
    }

    .full-height {
        height: auto !important;
        overflow: visible !important
    }

    .cat-read-more {
        display: block
    }

    .cat-read-less {
        display: none
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .category-description {
        overflow: visible;
        height: auto;
        padding: 0 10px 0 0;
        margin-bottom: 0
    }

    .full-height {
        height: auto !important;
        overflow: visible !important
    }

    .cat-read-less,
    .cat-read-more {
        display: none;
        padding-left: 3px;
        margin-bottom: 20px;
        padding-top: 10px
    }
}

.subcategory-description {
    margin-top: 4rem;
    margin-left: .1%;
    padding: 0 6rem 0 0;
    display: none;
    clear: both;
    float: none
}

@media only screen and (max-width:599px) {
    .subcategory-description {
        display: none;
        visibility: hidden;
        padding: 0;
        opacity: 0
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .subcategory-description {
        display: none;
        visibility: hidden;
        padding: 0;
        opacity: 0
    }
}

.vis-category-description {
    margin-left: 1%;
    padding: 0 6rem 0 0
}

@media only screen and (max-width:599px) {
    .vis-category-description {
        display: none;
        visibility: hidden;
        padding: 0;
        opacity: 0
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .vis-category-description {
        display: none;
        visibility: hidden;
        padding: 0;
        opacity: 0
    }
}

.subcategory-title {
    font-size: 28px !important;
    font-weight: 200 !important;
    float: left;
    margin: 1rem 0 0;
    padding: 0 !important;
    text-transform: uppercase;
    color: #424243
}

@media only screen and (max-width:599px) {
    .subcategory-title {
        padding-bottom: 1rem !important;
        width: 90.5%;
        font-size: 27px !important
    }
}

.product-details {
    width: 1200px;
    margin: auto
}

@media only screen and (max-width:599px) {
    .product-details {
        width: 97%;
        margin: 0
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .subcategory-title {
        padding-bottom: 1rem !important
    }

    .product-details {
        width: 97%;
        margin: 0
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .product-details {
        width: 1000px;
        margin: 0 auto
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .product-details {
        width: 95%
    }
}

.product-info {
    display: table-cell;
    float: left;
    width: 800px;
    min-height: 500px;
    margin-bottom: 20px
}

@media only screen and (max-width:599px) {
    .product-info {
        width: 100%;
        min-height: 100px
    }

    .enquiry-form {
        display: none
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .product-info {
        width: 100%;
        min-height: 100px
    }

    .enquiry-form {
        display: none
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .product-info {
        width: 65%
    }
}

.enquiry-form {
    float: left;
    width: 398px;
    min-height: 550px
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .enquiry-form {
        width: 30%;
        width: 34.5%
    }
}

.mob-enquiry-form {
    width: 98%;
    display: inline-block;
    margin-top: 40px;
    padding-top: 6px;
    margin-bottom: 40px;
    padding-bottom: 40px
}

.mob-sealer-image,
.sealer-image {
    background: #fff;
    text-align: center
}

@media only screen and (min-width:1480px) {
    .slidein {
        -webkit-animation-name: slideInDown;
        -moz-animation-name: slideInDown;
        -ms-animation-name: slideInDown;
        -o-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .mob-enquiry-form {
        display: none
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .mob-enquiry-form {
        display: none
    }
}

.sealer-image {
    width: 100%;
    border-bottom: 1px solid #ccc
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .sealer-image {
        display: none
    }
}

.sealer-image img {
    max-width: 92%;
    height: auto;
    margin: 15px auto
}

.mob-sealer-image {
    display: none;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc
}

@media only screen and (max-width:599px) {
    .sealer-image {
        display: none
    }

    .mob-sealer-image {
        display: block
    }
}

.mob-sealer-image img {
    max-width: 92%;
    height: auto;
    margin: 15px auto
}

.wpcf7 {
    padding: 20px !important;
    border-top: 1px solid #fff
}

ul.tab,
ul.tab li {
    margin: 0;
    padding: 0
}

.tabcontent {
    width: 100%;
    min-height: 493px
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .mob-sealer-image {
        display: block
    }

    .tabcontent {
        min-height: 300px
    }
}

ul.tab {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #f1f1f1
}

ul.tab li {
    display: table-cell;
    list-style: none
}

@media only screen and (max-width:599px) {
    .tabcontent {
        min-height: 300px
    }

    ul.tab li {
        display: table-cell
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    ul.tab li {
        display: table-cell
    }
}

.spacing {
    height: 50px
}

ul.tab li a {
    font-size: 16px;
    font-weight: 200;
    position: relative;
    z-index: 9998;
    display: inline-block;
    padding: 14px 21px;
    transition: .3s;
    text-align: center;
    text-decoration: none;
    color: #000 !important;
    border-right: 1px solid #ccc;
    outline: 0
}

.active:after,
.active:hover:after {
    transition: .2s
}

@media only screen and (max-width:599px) {
    ul.tab li a {
        font-size: 14px;
        padding: 10px
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    ul.tab li a {
        font-size: 12px;
        padding: 7px 10px
    }
}

ul.tab li a:hover {
    color: #009775;
    background-color: #f4f4f4
}

ul.tab li a.tds {
    border-right: 0 !important
}

#download-msds.active,
#download-msds:focus,
#download-tds.active,
#download-tds:focus {
    outline: 0;
    background-color: #f1f1f1
}

.active,
ul.tab li a:focus {
    background-color: #fff
}

ul.tab li .active {
    color: #009775 !important
}

.active:after {
    position: absolute;
    z-index: 9999;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: ' ';
    background: #fff
}

#top-bar ul li:after,
.footer ul li:after {
    content: '|'
}

.active:hover {
    color: #000;
    background-color: #fff !important
}

.tabcontent {
    display: none;
    padding-top: 6px;
    border: 1px solid #ccc;
    border-top: none
}

.tabcontent-inner {
    padding: 2rem
}

#info.tabcontent {
    display: block
}

.product-heading-container {
    width: 1200px;
    margin: auto;
    min-height: 60px
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .product-heading-container {
        width: 100%
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .product-heading-container {
        width: 1000px;
        margin: auto
    }
}

@media only screen and (max-width:599px) {
    .product-heading-container {
        width: 100%;
        display: inline-block
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .product-heading-container {
        width: 95%
    }
}

.single-products #product-content h1 {
    margin: 0 0 .5rem;
    text-indent: -8px !important
}

@media only screen and (max-width:599px) {
    .single-products #product-content h1 {
        line-height: 1.1;
        text-indent: 0 !important
    }

    .heading-left {
        width: 100%
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .single-products #product-content h1 {
        text-indent: 0 !important
    }
}

.heading-left {
    float: left
}

.heading-right {
    float: right;
    padding-top: 15px;
    text-align: right
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .single-products #product-content h1 {
        text-indent: 0;
        margin-left: 5px
    }

    .heading-right {
        padding-top: 10px;
        margin-right: 15px
    }
}

@media only screen and (min-width:1480px) and (max-width:1679px) {
    .heading-right {
        margin-right: 18px
    }
}

.single-products #breadcrumbs {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-indent: -5px !important
}

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

    .heading-right,
    .home #top-bar {
        display: none
    }

    .single-products #breadcrumbs {
        width: 100%;
        text-indent: 0 !important
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .heading-right {
        padding-top: 5px
    }

    .single-products #breadcrumbs {
        width: 100%;
        text-indent: 0 !important
    }

    .home #top-bar,
    .on-canvas-header {
        display: none
    }
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .single-products #breadcrumbs {
        margin: 0 auto !important;
        width: 1000px
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .heading-right {
        padding-top: 10px
    }

    .single-products #breadcrumbs {
        width: 95%
    }
}

.page-contents {
    margin-top: 2%
}

.page-contents p {
    margin: 1.5rem 5% 1.5rem 1%
}

.page-contents p strong {
    font-size: 18px
}

.on-canvas-header {
    position: relative;
    float: right;
    width: 60%;
    height: 100%
}

#off-canvas-header {
    display: none
}

@media only screen and (max-width:599px) {
    .on-canvas-header {
        display: none
    }

    #off-canvas-header {
        position: fixed;
        z-index: 999999999;
        top: 80px;
        left: -44%;
        display: block;
        width: 44%;
        height: 100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        background: #000
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #off-canvas-header {
        position: absolute;
        z-index: 999999999;
        top: 80px;
        left: -30%;
        display: block;
        width: 30%;
        height: 100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        background: #000
    }
}

@media only screen and (max-width:599px) {
    #off-canvas-header.menu-active {
        left: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s
    }

    .home #off-canvas-header {
        display: none
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #off-canvas-header.menu-active {
        left: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s
    }

    .home #off-canvas-header {
        display: none
    }
}

.left-header {
    z-index: 1;
    top: 0;
    bottom: 100%;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

#page-header,
#top-bar {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, .7)
}

#page-header {
    top: 50px;
    left: -12%;
    width: 30%;
    height: 100%
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #page-header {
        display: none;
        width: 0;
        background: 0 0
    }
}

@media only screen and (max-width:599px) {
    #page-header {
        display: none;
        width: 0;
        background: 0 0
    }

    .home #page-header {
        display: block
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .home #page-header {
        display: block
    }

    #top-bar {
        display: none
    }
}

#top-bar {
    left: 0;
    width: 100%;
    height: 50px
}

@media only screen and (max-width:599px) {
    #top-bar {
        display: none
    }
}

#top-bar nav {
    float: right
}

#top-bar ul {
    height: 50px;
    margin: 0 8.45rem 0 0;
    padding: 0
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    #top-bar ul {
        margin: 0 1.5rem 0 0
    }
}

#top-bar ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 1rem 0;
    list-style: none;
    text-transform: uppercase
}

#top-bar ul li:after {
    margin: 0 20px;
    color: #fff
}

#top-bar ul li ul li:after,
#top-bar ul li:last-child:after {
    display: none
}

#top-bar ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

#top-bar ul li ul {
    position: absolute;
    z-index: 99999;
    top: 48px;
    left: -21px;
    display: none;
    width: 260px;
    height: auto;
    transition: all .8s ease;
    background: rgba(0, 0, 0, .7)
}

#top-bar ul li ul li {
    float: none;
    width: 100%;
    padding: 0;
    border: 0
}

#top-bar ul li ul li:hover {
    background: #000
}

#top-bar ul li ul li a {
    display: block;
    height: 16px;
    padding: .2rem .8rem .8rem 1.2rem;
    text-transform: none;
    color: #fff
}

#top-bar ul li:hover>ul {
    display: inline-block
}

.logo {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.logo img {
    width: 70%
}

@media only screen and (min-width:600px) and (max-width:1023px) {

    .logo,
    .logo img {
        display: none
    }
}

.mob-logo {
    display: none
}

@media only screen and (max-width:599px) {
    .logo {
        display: none
    }

    .mob-logo {
        top: 0;
        position: absolute;
        width: 100%;
        text-align: center;
        display: block
    }
    #page-header .mob-logo {
        top: 25px;
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .mob-logo {
        top: 0;
        position: absolute;
        width: 100%;
        text-align: center;
        display: block
    }

    #page-header .mob-logo {
        top: 25px;
    }
}

.mob-logo img {
    width: 70%
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .mob-logo img {
        width: 45%
    }

    .home .on-canvas-header {
        position: fixed !important;
        z-index: 99999999 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, .7) !important
    }
}

@media only screen and (max-width:599px) {
    .home .on-canvas-header {
        position: fixed !important;
        z-index: 99999999 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, .7) !important
    }
}

#mob-bar,
.home #mob-bar {
    display: none
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #mob-bar {
        z-index: 9999999999;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 80px;
        background: #000;
        postion: fixed
    }
}

@media only screen and (max-width:599px) {
    #mob-bar {
        z-index: 9999999999;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 80px;
        background: #000;
        position: fixed
    }

    #mob-bar .logo {
        position: absolute;
        top: 5px;
        left: 10px;
        width: 100%;
        height: 80px;
        text-align: center;
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -ms-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -ms-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #mob-bar .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        text-align: center;
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -ms-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -ms-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

@media only screen and (max-width:599px) {
    #mob-bar img {
        width: 200px;
        margin-top: 13px
    }

    .home #mob-bar {
        display: none
    }
    .phone-icon {
        font-size: 2
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    #mob-bar img {
        width: 230px;
        margin-top: 18px
    }

    .home #mob-bar {
        display: none
    }
}

.contact-banner {
    width: 100%;
    height: 25rem;
    background: url(images/contact-bnr.jpg) center center;
    background-size: cover
}

.contact-us #product-content h1 {
    width: 1000px;
    margin: 0 auto .5rem
}

.contact-us #product-content #breadcrumbs {
    display: block;
    width: 1000px;
    margin: auto !important
}

@media only screen and (max-width:599px) {
    .contact-banner {
        height: 10rem
    }

    #map {
        display: none
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .contact-banner {
        height: 10rem
    }

    #map {
        display: none
    }
}

.footer {
    font-size: .8rem;
    position: fixed;
    z-index: 99990;
    bottom: 0;
    left: 18%;
    display: inline-block;
    width: 82%;
    height: 30px;
    padding-top: 5px;
    text-align: right;
    color: #fff;
    background: rgba(0, 0, 0, .7)
}

.footer ul {
    margin: .3rem 9.45rem 0 0;
    padding: 0
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .footer ul {
        margin: 0 2rem 0 0
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .footer {
        font-size: .8rem;
        position: fixed;
        z-index: 99990;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 80px;
        text-align: center;
        color: #fff;
        background: #000
    }

    .footer ul {
        margin: 0 18px !important;
        padding: 10px 2px
    }
}

@media only screen and (max-width:599px) {
    .footer {
        font-size: .8rem;
        position: fixed;
        z-index: 99990;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 80px;
        text-align: center;
        color: #fff;
        background: #000
    }

    .footer ul {
        margin: 0 18px !important;
        padding: 10px 2px
    }
    .footer ul li {
        margin: 12px 8px 12px 0;
    }
    .menu-wrapper ul li {
        margin-bottom: 24px;
    }
    .blog-archive-header-right {
        display: none !important;
    }
    .blog-archive-header {
        height: auto;
        margin-bottom: 5px;
    }
}

.footer ul li {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0
}

.footer ul li a {
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important
}

.footer ul li:after {
    margin: 0 0 0 9px
}

.footer ul li:last-child:after {
    display: none
}

.footer ul li:last-child {
    margin: 0
}

@media only screen and (min-width:1024px) and (max-width:1479px) {
    .post-type-archive-products .footer {
        display: none !important
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .post-type-archive-products .footer {
        display: none !important
    }
}

.mobile-footer {
    display: none;
    clear: both;
    width: 102%;
    margin-left: -10px;
    padding: 1.5rem 0;
    background: #000
}

@media only screen and (max-width:599px) {
    .mobile-footer {
        display: none
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .mobile-footer {
        display: block
    }
}

.mobile-footer .phone-number {
    font-size: 1.2rem;
    font-weight: 500;
    width: 50%;
    margin: auto;
    text-align: center;
    color: #fff !important
}

.mobile-footer .phone-number i {
    margin-right: .3rem;
    color: #009775
}

.page-contents h2 {
    line-height: 1.2;
    margin-bottom: .5rem
}

.page-contents h2 a {
    line-height: 1.2;
    text-transform: uppercase;
    color: #424243 !important
}

.page-contents h2:hover a {
    color: #009775 !important
}

.post .date {
    margin: 1.5rem 5% 1.5rem 1% !important
}

.hidden {
    display: none !important;
    visibility: hidden !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: 0 !important
}

.show {
    display: block !important;
    visibility: visible !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 1 !important
}

.visible {
    visibility: visible;
    opacity: 1
}

@media only screen and (max-width:599px) {
    .desktop-only {
        display: none
    }
}

@media only screen and (min-width:600px) and (max-width:1023px) {
    .desktop-only {
        display: none
    }
}

@media print {

    .single-products #page-header,
    .single-products #top-bar,
    .single-products .enquiry-form,
    .single-products .footer,
    .single-products .mob-enquiry-form,
    .single-products .related-products {
        display: none
    }

    .single-products #product-content {
        top: 0;
        left: 0;
        width: 100%
    }

    .single-products .bx-wrapper {
        width: 1200px !important
    }

    .single-products .bx-viewport {
        overflow: hidden;
        transform: none;
        display: inline-block
    }

    .single-products .bx-slider {
        transform: none !important;
        width: 1200px !important
    }

    .single-products .bx-slider li {
        display: none
    }

    .single-products .bx-slider li:first-child {
        display: block
    }

    .single-products .bx-controls {
        display: none !important
    }

    .single-products .product-info {
        width: 1200px;
        min-height: auto
    }

    .single-products .tab-control {
        display: none
    }

    .single-products .tabcontent {
        min-height: auto;
        display: block !important
    }

    .single-products #info.tabcontent {
        border-top: 1px solid #ccc
    }

    .single-products .heading-right {
        display: none
    }
}

.post h2 {
    margin: 0 5% 0 0 !important
}

@media only screen and (max-width:599px) {
    .home #category-list {
        display: none
    }
}

.blog-list {
    list-type: none;
    margin: 0 auto .5rem;
    padding: 0;
    max-width: 1200px
}

.blog-list li {
    max-width: 383px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 30px
}

.blog-list li:nth-child(3n+2) {
    margin-left: 20px;
    margin-right: 21px
}

.blog-thumbnail {
    width: 100%;
    height: 218px;
    position: relative;
    overflow: hidden
}

.blog-list .blog-thumbnail img {
      max-width: 130%;
    object-fit: contain;
    max-height: 130%;
}

.blog-list .post .date {
    margin: 3% auto !important;
    text-align: center;
    width: 25%;
    padding: 8px 2px;
    font-size: 12px;
    color: #959595;
    text-transform: uppercase;
    font-family: Roboto
}

.blog-list h2 {
    font-weight: 200;
    font-size: 20px;
    line-height: 1.1
}


.recent-post-carousel  .wp-post-title a {
    font-weight: 200!important;
    font-size: 20px!important;
    line-height: 1.1!important;
    color: #444 !important;
}

.blog-excerpt {
    font-family: roboto;
    font-size: 14px;
    margin-top: 3%;
    font-weight: 200
}

.blog-info-container {
    height: 240px;
    position: relative
}

.pagination {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center
}

.latest-blog-post {
    max-width: 1200px;
    position: relative;
    margin: 40px auto;
    height: 500px
}

.blog-list h2 a,
.latest-blog-post h2 a {
    text-transform: uppercase;
    color: #424243 !important;
    font-weight: 200
}

.latest-blog-post h2 a:hover {
    text-decoration: underline
}

.latest-blog-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    background-position: center bottom !important
}

.latest-blog {
    position: absolute;
    background: #fff;
    width: 720px;
    bottom: 0;
    left: 50%;
    height: 160px;
    margin-left: -360px;
    text-align: center
}

.blog-list .view-article,
.latest-blog .view-article {
    width: 100px !important;
    margin-left: -50px !important;
    margin-top: 4% !important;
    padding: 8px 6px !important;
    text-align: center !important;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid #009775 !important;
    background: #009775 !important;
    -webkit-box-shadow: none;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 50%;
    font-weight: 400;
    letter-spacing: 1px
}

.latest-blog .view-article {
    -moz-box-shadow: none;
    box-shadow: none;
    bottom: 15px
}

.blog-list .view-article {
    -moz-box-shadow: none;
    box-shadow: none;
    bottom: 0
}

.blog-list .view-article:hover,
.latest-blog .view-article:hover {
    border: 1px solid #ededed !important;
    background: #ededed !important;
    color: #959595 !important
}

.instagram-feed-title,
.pagination a {
    color: #959595 !important
}

.blog-post-main {
    width: 71%;
    float: left;
    
    padding-left: 1%
}

.blog-post-sidebar {
    width: 25%;
    float: left;
    padding: 0 20px
}

.blog-header {
    width: 100%;
    height: 350px;
    position: relative;
    margin-bottom: 40px
}

.blog-header-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-position: center bottom !important
}

.blog-header-title {
    position: absolute;
    background: #fff;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    bottom: 0;
    text-align: center
}

.blog-post-main h2 {
    font-weight: 400;
    font-size: 18px
}

.blog-header-title h1 {
    padding: 20px 0 !important;
    font-weight: 200 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    font-size: 26px !important;
    display: block !important;
    margin: auto !important
}

.attribution {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 200
}

.social-media-footer {
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 40px;
}

.instagram-feed {
    position: relative
}

.instagram-feed-title {
    font-weight: 400;
    width: 120px !important;
    margin: 0 auto !important;
    padding: 8px 6px !important;
    text-align: center !important;
    text-transform: uppercase;
    border: 1px solid #ededed !important;
    background: #ededed !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    letter-spacing: 1px
}

#sb_instagram {
    border-top: 5px solid #ededed
}

.social-media-other {
    width: 100%;
    padding-bottom: 50px;
    background: #ededed
}

.social-media-other ul {
    list-style: none;
    margin: auto;
    padding: 20px 0 0;
    width: 60%;
    display: table
}

.social-media-other ul li {
    width: 25%;
    display: table-cell;
    text-transform: uppercase;
    text-align: center;
    color: #959595;
    font-weight: 200;
    font-size: 14px
}

.social-media-other ul li a {
    text-decoration: none;
    color: #959595 !important
}

.social-media-other ul li a:hover {
    color: #009775 !important
}

.blog-post-sidebar h3,
.blog-post-sidebar h4 {
    text-align: center;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 8px !important;
    color: #959595 !important
}

.social-media-other ul li i {
    margin-right: 6px
}

.blog-post-sidebar h4 {
    font-size: 14px !important
}

.blog-post-sidebar h3 {
    font-size: 18px !important
}

.blog-categories ul li a,
.recent-blog-posts ul li a {
    color: #424243 !important
}

.fb_iframe_widget {
    margin-bottom: 25px
}

.recent-blog-posts {
    clear: both;
    display: inline-block;
    margin-bottom: 15px
}

.recent-blog-posts ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.recent-blog-posts ul li {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    clear: both;
    font-size: 14px
}

.recent-blog-thumbnail {
    width: 80px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 5px
}

.recent-blog-thumbnail img {
    max-width: 100%
}

.blog-contact-form .wpcf7 {
    padding-left: 0 !important;
    padding-top: 0 !important
}

.blog-categories ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-categories ul li {
    margin: 0 0 8px;
    padding: 0;
    width: 100%;
    clear: both;
    font-size: 14px
}



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

    .blog-list,
    .latest-blog-post {
        max-width: 1100px
    }

    .blog-list li {
        max-width: 350px
    }
}

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

    .blog-list,
    .latest-blog-post {
        max-width: 900px
    }

    .blog-list li {
        max-width: 47.5%
    }

    .blog-list li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }

    .blog-list li:nth-child(odd) {
        margin-right: 4.5%
    }
}

@media only screen and (min-width:1024px) and (max-width:1646px) {
    .blog-post-main {
        width: 70%
    }

    .blog-post-sidebar {
        float: right
    }
}

@media only screen and (max-width:1245px) {
    .blog-post-main {
        width: 68%
    }

    .blog-post-sidebar {
        float: right
    }
}

@media only screen and (max-width:860px) {
    .blog-list li {
        max-width: 94%;
        margin-left: 3%
    }

    .blog-list .view-article {
        bottom: 30px
    }

    .blog-post-main {
        width: 97%
    }

    .blog-post-sidebar {
        padding: 0;
        width: 97%
    }

    .facebook-widget,
    .latest-blog-post {
        display: none
    }

    .social-media-other ul li {
        width: auto;
        margin-right: 10px;
        display: inline
    }

    .social-media-other ul li:last-child {
        margin-right: 0
    }

    .social-media-other ul {
        padding: 40px 0 0;
        width: auto
    }

    .blog-header {
        margin-bottom: 0
    }

    .blog-header-title {
        width: auto;
        margin-left: 0;
        left: 0;
        bottom: 0;
        text-align: left
    }

    #sb_instagram,
    .instagram-feed-title {
        display: none
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) {

    .category-list-inner ul li,
    .category-list-inner ul li.half-size {
        height: 160px
    }

    .category-list-inner .category-name-text,
    .category-list-inner ul li.half-size .category-name-text {
        margin-top: 135px
    }
}

.phone-icon {
    position: absolute;
    right: 15px;
    top: 25px
}

.phone-icon a {
    color: #fff
}

.post-type-archive-products #footer {
    display: none
}

@media only screen and (max-width:599px) {
    .post-type-archive-products #footer {
        display: block;
        background: #000 !important
    }

    .cat-read-less,
    .cat-read-more {
        display: none
    }
}

.bx-wrapper .bx-pager {
    z-index: 800 !important
}

.enquiry-form h4 {
    background: #009775 !important;
    color: #fff !important;
    text-align: center;
    padding-bottom: 10px
}

.blog-post-main h2,
.blog-post-main p,
h3 {
    font-family: Verdana !important;
    color: #000 !important
}

.the_champ_sharing_container.the_champ_horizontal_sharing {
    margin-top: -30px;
    margin-bottom: 20px
}

p.comment-form-comment label {
    clear: both;
    float: none;
    display: block;
    font-family: Raleway;
    margin-bottom: 5px;
    margin-top: 20px
}

textarea#comment {
    width: 95%;
    height: 200px;
    margin-bottom: 3%;
    padding: 5px 10px 5px 5px;
    text-align: left;
    border: 1px solid #b6b6b6
}

button.search-submit,
h3.blog-contact-us {
    text-align: center !important;
    text-transform: uppercase
}

.comments input#submit {
    padding: 8px 6px !important;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid #009775 !important;
    background: #009775 !important;
    -webkit-box-shadow: none;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px
}

.comments input#submit:hover {
    border: 1px solid #ededed !important;
    background: #ededed !important;
    color: #959595 !important
}

button.search-submit,
li.ts-fab-bio-link.active a {
    color: #fff !important
}

.comments {
    display: block
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    float: right;
    clear: right;
    margin-top: -5px
}

.heateorSssClear {
    clear: both
}

.blog-post-main>.heateorSssClear {
    display: none
}

.blog-post-main>.heateorSssClear~.heateorSssClear {
    display: block;
    margin-bottom: 30px
}

.latest-see-all,
.social-media-other ul li i {
    display: none
}

.enquiry-form h4 i {
    margin-right: 5px
}

#wc-comment-header,
#wpcomm {
    margin: 0 !important
}

.ts-fab-header h4 {
    padding-top: 0 !important
}

.ts-fab-wrapper {
    max-width: 950px
}

.blog-search {
    max-width: 1200px;
    margin: 0 auto 60px
}

.blog-search input.search-input {
    width: 260px;
    padding: 7px;
}

.blog-search h4 {
    margin-bottom: 10px
}

.search-blog-posts input.search-input {
    width: 60%;
    padding: 10px
}

.blog-search button.search-submit {
    padding: 8px 17px 7px 17px !important;
}

.search-blog-posts {
    margin-bottom: 20px
}

button.search-submit {
    padding: 11px 17px !important;
    border: 0 solid #009775 !important;
    background: #009775 !important
}

.search-blog-posts button.search-submit {
    padding: 11px 10px !important
}

.button.search-submit {
    border: 0 solid #ededed !important;
    background: #ededed !important;
    color: #959595 !important
}

h3.blog-contact-us {
    padding: 11px 17px !important;
    color: #fff !important;
    border: 0 solid #009775 !important;
    background: #009775 !important;
    width: 86%
}

.blog-archive-header-left {
    float: left;
    width: 50%;
}

.blog-archive-header-right {
    float: left;
    margin-left: 215px;
}

.blog-archive-header-right .blog-search {
    margin: 0 !important;

}

.blog-archive-header-right h4 {
    margin: 0 !important;
    padding: 0 !important;
}


.blog-archive-header {
    display: block;
    clear: both;
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width:1024px) {
    .blog-archive-header-right {
        float: none;
        display: none !important;
        margin: auto;
        width: 95%;
        display: block;
    }

    .blog-archive-header-left {
        float: none;
    }

    .blog-search h4 {
        font-size: 18px;
    }
    .blog-thumbnail {
        height: Auto;
    }
    }


.subscribe-wrapper {
    background:  #ededed !important;
    padding: 20px 0 0 0 !important;
    
}

#mc_embed_signup {
    background: #ededed !important;
    margin: auto;
    width: 80%;
    min-height: 170px;
}
.subscribe-left, .subscribe-right {
    width: 50%;
    float: left;
    padding: 30px 0;
}
.subscribe-right { 
    padding: 40px 0;  
}
.subscribe-left h3 {
    font-family: Raleway;
    text-transform: uppercase;
    color: #424243 !important;
    font-size: 16px !important;
    margin-top: 0px !important;
}

#mc_embed_signup h2 {
    font-weight: normal !important;
    font-family: Raleway!important;

    color: #424243 !important;
    font-size: 1.6rem!important;
    
}
input#mce-EMAIL {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
    /* border-left: 0 !important; */
    border-radius: 0 !important;
    border-bottom: 1px solid black !important;
    float: left !important;
    width: 70% !important;
    font-size: 1.3rem !important;;
    line-height: 1 !important;
    padding: 11px 0 !important;

}

input#mc-embedded-subscribe {
    width: auto !important;
    padding: 8px 16px !important;
    height: auto !important;
    float: left;
    clear: none !important;
    text-transform: uppercase;
    font-family: raleway;
    background: #009775 !important;
    margin-left: 15px !important;
    border-radius: 0 !important;
}


*:focus {
    outline: none !important; 
}
textarea:focus, input:focus{
    outline: none !important;
}

.subscribe-left h3 {
    font-family: Raleway;
    font-weight: 200;
    text-transform: uppercase;
    color: #424243 !important;
    font-size: 16px !important;
}

input#mc-embedded-subscribe:hover {
    background: black !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#959595 ;
    
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#959595 ;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color:#959595 ;
  }


  
  .related-videos h4 {
    margin: 0 auto .5rem;
    padding: 0;
    max-width: 1200px;
}

.related-products.related-videos {
    /* margin: 20px 0; */
    background: white;
    bordeR: 0;
    /* width: 80%; */
    /* margin: auto !important; */
}

.video-thumbnail {
    /* max-width: 300px; */

  
    overflow: hidden;
}

.video-thumbnail img {
    
    width: 100%;  border: 0px solid #d3d3d3;
}



.video-name {
    line-height: 1.2;
    
    margin-top: 10px;
    text-align: left;
}
.video-name    a {
        color: #424243 !important;
    }

/* Home Content Popup Styles*/
.home-content-popup{
	display:none;
    left: 19%;
    top: 66px;
	right:16px;
    padding: 24px;
    position: fixed;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 14px;
	transition:ease all .25s;
}
.home-content-popup a{
    color:#019577
}	
.home-content-close{
    float: right;
    border: 2px solid #fff;
    padding: 6px 12px;
}
.popup-active{
	display:block!important;
	transition:ease all .25s
}
.home-content-close .closer{
	color:#fff
}


.video-list-wrapper {
    margin:2rem  auto .5rem auto;
    padding: 0 0 2rem 0;
    max-width: 1200px 
}

.recent-post-carousel .slick-dots li button {
    border: 1px solid #ccc !important;
}

.recent-post-carousel .slick-dots slick-active li button {
background: #009775 !important;
border: 1px solid #009775 !important;
}

.recent-post-carousel .slick-dots {
    bottom: -2rem !important;
}
.recent-post-carousel .slick-arrow {
    top: 40% !important;
}

.recent-post-carousel.design-1 .slick-prev {
    left: 10px !important;
}


.recent-post-carousel.design-1 .slick-next {
    right: 10px !important;
}

@media(max-width:1024px){
	.popup-active{display:none!important}
}
/* END Home Content Styles */


    @media only screen and (max-width: 1420px) {
li.video-blog {
    max-width: 30%;
}


    @media only screen and (min-width:1480px) and (max-width: 1519px) {
        .related-videos h4 {
            margin: 0 auto .5rem;
            padding: 0;
            max-width: 1100px;
        }
        li.video-blog {
            width: 30%;
        }
    }





    
  

    @media only screen and (min-width:1024px) and (max-width:1479px) {
 
        input#mce-EMAIL {
            width: 60% !important;
        }
        .related-videos h4 {
            margin: 0 auto .5rem;
            padding: 0;
            max-width: 1100px;
        }
        .blog-archive-header-right {
            margin-right: 4%;
            float: right;
            margin-left: 0;
        }
      
      
      
    }

  


    @media only screen (min-width:921px )  and (max-width: 1420px) {
        .related-videos h4 {
           max-width: 900px;
        }
    }


      
@media only screen and (min-width:921px ) and (max-width: 1056px) {

    #mc_embed_signup .mc-field-group input {
        font-size: 1rem !important;
    }

    input#mc-embedded-subscribe {
        margin-left: 3px !important;
    }
    #mc_embed_signup .mc-field-group {
        width: auto !important;
    }
}

    @media only screen and (max-width: 1024px) {
        .related-videos h4 {
            margin: 0 auto .5rem 20px;
        }
        .blog-list, .latest-blog-post {
            max-width: 100%;
        }
        li.video-blog {
            margin: 10px !important;
        }
        .related-videos ul.blog-list {
            margin-left: 10px;
        }
        .subscribe-left, .subscribe-right {
            width: 100%;
            clear: both;
            float: none;
            padding: 20px 0;
        }
        .subscribe-left {
            text-align: center !important;
        }
     
    }  


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

        li.video-blog {
            width: 30%;
        }
        .video-thumbnail {
            /* max-width: 300px; */
            max-width: 100%;
            height: auto;
            overflow: hidden;
        }
        .video-thumbnail img {
        
            width: 100%;
        }
        li.video-blog {
            margin: 0.5% !important;
        }

    }

  



    @media only screen and (max-width:600px) {
 
        iframe {
            max-width: 100% !important;
        }


        .subscribe-right {
            width: 100% !important;
            padding: 5px 0 !important;
            font-size: 1.2rem!important;
        }

        input#mce-EMAIL {
        margin: 0 auto 20px auto !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 1.1rem !important;
    padding: 5px !important;
}

input#mc-embedded-subscribe {

    padding: 5px 10px !important;
    text-align: center !important;
  
    float: none !important;
    margin: 20px auto !important;
}

    }

iframe {
    max-width: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    

article table {
    max-width:  100% !important;
    width: 100% !important;
}

    }