/*
Theme Name: Odinceramics
Author: the Odinceramics Center Foundation team
Version: 1.0
*/
/*
Table Of Contents 
1.) Typography
2.) Default Styles

3.)  Home page 
3.1) Header
3.2) Banner - Main
3.3) Cta - List
3.1) Footer

4.)  Inner Pages 
5.)  About
6.)  Residential	
7.)  Architectural	
8.)  Trade 
9.)  Catalogue 
10.) Single Product
11.) Projects
12.) Inspiration Bathroom
13.) Blog
14.) Blog Post
15.) Contact
16.) Basket


===============================================*/
@import url("font-awesome.css") all;


/*
1.) Typography
----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url("//hello.myfonts.net/count/3c7caf");
@font-face {
  font-family: 'AvenirNextLTPro-Cn';
  src: url('webFonts/AvenirNextLTPro-Cn/font.woff2') format('woff2'), url('webFonts/AvenirNextLTPro-Cn/font.woff') format('woff');
}
/*
2.) Default Styles
----------------------------------------*/
* {
    margin: 0;
    padding: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block; }

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

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

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

sup {
    top: -0.5em;
    font-size: 20px; }

sub {
    bottom: -0.25em; }

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em; }

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes reveal {
    0% {
        opacity: 0; }
    1% {
        opacity: 0;
        -webkit-transform: scale(0.98) translateY(-15px); }
    80% {
        -webkit-transform: scale(1); }
    100% {
        -webkit-transform: translateY(0); } }
@-moz-keyframes reveal {
    0% {
        opacity: 0; }
    1% {
        opacity: 0;
        -moz-transform: scale(0.98) translateY(-15px); }
    80% {
        -moz-transform: scale(1); }
    100% {
        -moz-transform: translateY(0); } }
/* #Basic Styles
================================================== */
body {
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    background: #000000; }

@media only screen and (max-width: 979px) {
    body {
        line-height: 26px; } }
@media only screen and (max-width: 767px) {
    body {
        line-height: 24px; } }
/* #Links
================================================== */
a {
    color: #f62b00;
    text-decoration: underline;
    outline: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer; }

a:hover {
    color: #e21b1b;
    text-decoration: underline;
    outline: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }

a:focus, a:active, a:visited {
    outline: 0;
    text-decoration: none; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans','Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 1.1em;
    padding: 0 0 20px 0;
    margin: 0; }

h1 {
    font-size: 32px; }

h2 {
    font-size: 24px; }

h3 {
    font-size: 21px; }

h4 {
    font-size: 16px; }

p {
    padding: 0 0 30px 0; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child {
    padding: 0; }

em {
    font-style: italic; }

strong {
    font-style: normal;
    /* font-family: "latobold", Arial, Helvetica, sans-serif; */ }

.lrg-txt {
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 16px; }

.lrg-txt2 {
    /*  font-size: 18px; */
    font-size: 14px;
}

.upper {
    text-transform: uppercase; }

.highlighted-txt {
    color: #e21b1b; }

@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        padding: 0 0 15px 0; }

    h1 {
        font-size: 20px; }

    h2 {
        font-size: 20px; }

    h3 {
        font-size: 18px; }

    p {
        padding: 0 0 25px 0; }

    .lrg-txt2 {
        font-size: 17px; } }
/* #Order and Unorder Styles
================================================= */
ul, li, ol {
    list-style: none; }

/* #Input Styles
================================================= */
input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0; }

input:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus {
    outline: 0; }

input, textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }

label {
    width: 100%;
    float: left;
    font-weight: normal !important;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    color: #888888 !important;
    line-height: 20px !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important; }

.gfield_required {
    display: none !important; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea, select {
    width: 100% !important;
    height: 45px;
    float: left;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px !important;
    margin: 0 !important; }

textarea {
    height: 120px !important;
    padding: 10px 20px !important;
    outline: none;
    resize: none; }

select {
    background-image: url(images/arrow01.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 0 !important;
    padding-right: 40px !important;
    padding-bottom: 0 !important; }

select::-ms-expand {
    display: none; }

select option {
    width: 100% !important;
    float: left !important;
    line-height: 1.2em !important;
    border: none !important;
    padding: 6px 20px !important; }

select option:disabled {
    color: #a5a5a5;
    display: none; }

select option:hover {
    background: #065293 !important; }

:placeholder {
    color: #666666; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666666; }

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666666; }

@media only screen and (max-width: 767px) {
    input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea, select {
        height: 40px;
        padding: 10px 15px !important; }

    textarea {
        height: 100px !important;
        padding: 10px 15px !important; } }
/* #Buttons
================================================== */
.btn,
.button,
input[type="button"],
input[type="submit"] {
    height: 50px;
    float: none;
    display: inline-block;
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    vertical-align: middle;
    background: #e21b1b;
    border: none;
    filter: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    padding: 0 30px;
    margin: 0; }

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
    color: #ffffff;
    text-decoration: none;
    background: #f62b00; }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none; }

.btn-out {
    width: 100%;
    float: left; }

@media only screen and (max-width: 767px) {
    .btn,
    .button,
    input[type="button"],
    input[type="submit"] {
        height: 45px;
        font-size: 14px;
        line-height: 45px; } }
/* #Show-Hide Responsive Options
================================================== */
.show_mobile {
    display: none; }

.hide_mobile {
    display: block; }

.show_both {
    display: none; }

.hide_both {
    display: block; }

@media only screen and (max-width: 979px) {
    .show_both {
        display: block; }
    .hide_both {
        display: none; } }
@media only screen and (max-width: 767px) {
    .show_mobile {
        display: block; }
    .hide_mobile {
        display: none; } }
/* #Flexslider
=======================================================*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    /* Dines */
    width: 100%;
    /* height:600px;*/
    float: left;
    margin: 0;
    padding: 0; }

.flexslider .slides {
    width: 100%;
    float: left; }

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }

.flexslider .slides li {
    position: relative; }

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .slides {
    display: block; }

* html .slides {
    height: 1%; }

.no-js .slides > li:first-child {
    display: block; }

.flex-direction-nav {
    *height: 0;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -16px 0 0 0; }

.flex-direction-nav a {
    width: 32px;
    height: 32px;
    display: block;
    line-height: 28px;
    border-radius: 40px;
    text-align: center;
    border: 2px solid #ffffff;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    text-indent: -9999px;
    margin: 0; }

.flex-direction-nav a:before {
    width: 100%;
    height: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    text-indent: 0;
    margin: 0; }

.flex-direction-nav a:hover {
    background: #ffffff; }

.flex-direction-nav a:hover:before {
    color: #333333; }

.flex-direction-nav .flex-prev {
    left: 35px; }

.flex-direction-nav .flex-prev:before {
    content: "\f104";
    left: -1px; }

.flex-direction-nav .flex-next {
    right: 35px; }

.flex-direction-nav .flex-next:before {
    content: "\f105";
    left: auto;
    right: -1px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1; }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=30);
    cursor: default; }

@media only screen and (max-width: 1299px) {
    .flex-direction-nav {
        margin: -13px 0 0 0; }

    .flex-direction-nav a {
        width: 26px;
        height: 26px;
        line-height: 22px;
        margin: 0; }

    .flex-direction-nav a:before {
        font-size: 15px; }

    .flex-direction-nav .flex-prev {
        left: 5px; }

    .flex-direction-nav .flex-next {
        right: 5px; } }
@media only screen and (max-width: 767px) {
    .flex-direction-nav {
        display: none; } }
/* Control Nav */
.flex-control-nav {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
    z-index: 100;
    padding: 0;
    margin: -40px 0 0 0; }

.flex-control-nav li {
    width: 15px;
    height: 15px;
    line-height: normal;
    padding: 0;
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -99999px; }

.flex-control-nav li:before {
    display: none; }

.flex-control-paging li a {
    width: 15px;
    height: 15px;
    float: left;
    display: block;
    color: #231f20;
    line-height: normal;
    overflow: hidden;
    background: #000000;
    border: none;
    border-radius: 15px;
    behavior: url(PIE.htc);
    position: relative;
    text-indent: -99999px;
    z-index: 10; }

.flex-control-paging li a.flex-active {
    background: #ed1c24; }

.flex-control-thumbs {
    display: none; }

@media only screen and (max-width: 767px) {
    .flex-control-nav {
        display: block; }

    .flex-control-nav li {
        width: 13px;
        height: 13px;
        line-height: normal;
        margin: 0 3px; }

    .flex-control-paging li a {
        width: 13px;
        height: 13px; } }
/*
 3.) Home page
----------------------------------------*/
.container-main {
    width: 100%;
    float: left;
    background: #ffffff; }

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px; }

.right-col-med img{margin-bottom:50px;}

@media only screen and (max-width: 979px) {
    .container {
        padding: 0 30px; } }
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 6%; } }
/* Vertical Align - Middle */
.outer-bg {
    width: 100%;
    height: 100%;
    float: none;
    display: table;
    margin: 0 auto; }

.inner-bg {
    width: 100%;
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle; }

/* Content - Inner2 */
.content-inner2 {
    width: 100%;
    float: left;
    padding: 50px 0; }

@media only screen and (max-width: 767px) {
    .content-inner2 {
        padding: 40px 0; } }
/* Content - Inner3 */
.content-inner3 {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 40px 0 60px 0; }

@media only screen and (max-width: 767px) {
    .content-inner3 {
        padding: 40px 0; } }
/* Menu - Btn */
.menu-btn {
    width: 28px;
    height: 24px;
    float: right;
    display: none;
    cursor: pointer;
    position: absolute; }

.menu-btn .icon-bar {
    width: 100%;
    float: right;
    text-decoration: none;
    position: relative;
    padding: 0; }

.menu-btn .icon-bar span {
    width: 100%;
    height: 3px;
    float: left;
    background: #ffffff;
    position: relative;
    transition: all 0.4s ease;
    margin: 8px 0; }

.menu-btn .icon-bar span:before {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #ffffff;
    position: absolute;
    top: -8px;
    left: 0;
    transition: all 0.4s ease; }

.menu-btn .icon-bar span:after {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #ffffff;
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 0.4s ease; }

.menu-btn.active .icon-bar span {
    background: none !important; }

.menu-btn.active .icon-bar span:before {
    height: 3px;
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }

.menu-btn.active .icon-bar span:after {
    height: 3px;
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

@media only screen and (max-width: 979px) {
    .menu-btn {
        display: block;
        top: 30px;
        right: 30px; } }
@media only screen and (max-width: 767px) {
    .menu-btn {
        width: 25px;
        height: 20px;
        top: 26px;
        right: 6%; }

    .menu-btn .icon-bar span {
        margin: 7px 0; }

    .menu-btn .icon-bar span:before {
        top: -7px; }

    .menu-btn .icon-bar span:after {
        top: 7px; } }
/* Scrollup */
.scrollup {
    width: 50px;
    height: 50px;
    display: none;
    text-indent: -9999px;
    background: url(images/arrow02.png) no-repeat top center;
    position: fixed;
    bottom: 70px;
    right: 100px; }

@media (max-width: 1359px) {
    .scrollup {
        right: 30px; } }
@media (max-width: 1023px) {
    .scrollup {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
        bottom: 60px;
        right: 10px; } }
@media (max-width: 767px) {
    .scrollup {
        width: 35px;
        height: 35px;
        background-size: 35px auto;
        bottom: 100px;
        right: 6%; } }
/* Social - Links */
.social-links {
    width: 100%;
    float: left; }

.social-links ul {
    float: left;
    padding: 0;
    margin: 0; }

.social-links ul li {
    float: left; }

.social-links ul li a {
    width: 32px;
    height: 28px;
    float: left;
    font-size: 15px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    background: #898989;
    margin: 0 5px 0 0; }

.social-links ul li a span {
    display: none; }

.social-links ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    border-color: #000000;
    background: #000000; }

.social-links ul li .fa-pinterest-p:hover {
    border-color: #000000;
    background: #000000; }

.social-links ul li .fa-instagram:hover {
    border-color: #000000;
    background: #000000; }

.social-links ul li .fa-houzz:hover {
    border-color: #000000;
    background: #000000; }

/*
 3.1) Header
----------------------------------------*/
.header-main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 500; }

/* Top - Bar */
.top-bar {
    width: 100%;
    height: 80px;
    float: left;
    background: #000000;
    padding: 26px 0; 
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.top-bar .logo {
    width: 196px;
    float: left;
    line-height: 0.5em;
    margin: 2px -196px 0 0;
    position: relative;
    z-index: 30; }

.top-bar .logo img {
    width: 100%; }

.top-bar img.site-logo {
    height: 75px;
    width: auto;
    margin-top: -10px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.top-bar .shopping-cart {
    width: 20px;
    height: 20px;
    float: right;
    background: url(images/shopping-cart-01.png) no-repeat top center;
    background-size: 20px auto;
    margin: 4px 12px 0 65px;
    position: relative; }

.top-bar .shopping-cart a {
    width: 100%;
    height: 100%;
    float: left; }

.top-bar .shopping-cart .count {
    width: 17px;
    height: 17px;
    float: right;
    font-size: 10px;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
    border-radius: 15px;
    background: #e21b1b;
    position: absolute;
    top: -7px;
    right: -12px; }

@media only screen and (max-width: 979px) {
    .top-bar {
        height: auto;
        background: none;
        padding: 0; }

    .top-bar .logo {
        margin: 0; }

    .top-bar .logo img {
        width: 100%; }

    .top-bar .shopping-cart {
        margin: 0 84px 0 0; } }
@media only screen and (max-width: 767px) {
    .top-bar .logo {
        width: 150px;
        margin: 0; }

    .top-bar .shopping-cart {
        width: 20px;
        height: 20px;
        background-size: 20px auto;
        margin: -1px 80px 0 0; }

    .top-bar .shopping-cart .count {
        width: 15px;
        height: 15px;
        font-size: 9px;
        line-height: 15px;
        top: -5px;
        right: -11px; } }
/* Nav - Bar */
.nav-bar {
    width: 100%;
    float: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.nav-bar .container {
    position: relative; }

.nav-bar .menu-collapse {
    float: left; }

.nav-bar nav {
    float: left; }

.nav-bar nav ul {
    float: left; }

.nav-bar nav ul li {
    float: left;
    height: 30px;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 30px;
    position: relative; }

.nav-bar nav ul li a {
    float: left;
    height: 30px;
    color: #000000;
    line-height: 32px;
    text-decoration: none; }

.nav-bar nav ul li:hover > a,
.nav-bar nav ul li.current-menu-item > a,
.nav-bar nav ul li.current-menu-parent > a,
.nav-bar nav ul li.current-page-ancestor > a {
    color: #e21b1b;
    text-decoration: none; }

.nav-bar nav ul li.current-menu-item.menu-item-has-children > a,
.nav-bar nav ul li.current-menu-parent.menu-item-has-children > a,
.nav-bar nav ul li.current-menu-ancestor.menu-item-has-children > a {
    background: url(images/curve-01.png) no-repeat bottom center; }

.nav-bar nav ul li ul {
    display: none; }

.nav-bar .contact-us {
    float: right;
    margin: -84px 0 0 0;
    position: relative;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 30; }

.nav-bar .contact-us p {
    float: left;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 4px 0 0 35px; }

.nav-bar .contact-us p i {
    margin: 0 10px 0 0; }

.nav-bar .contact-us p a {
    color: #ffffff;
    text-decoration: none; }

.nav-bar .contact-us p a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.nav-bar .contact-us .social-links {
    width: auto;
    float: left;
    padding: 0 0 0 5px; }

.nav-bar .contact-us .social-links ul {
    margin: 0 0 0 -5px; }

.nav-bar .contact-us .social-links ul li a {
    margin: 0 0 0 5px; }

@media only screen and (min-width: 980px) {
    .nav-bar .menu-collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important; } }
@media only screen and (max-width: 1199px) {
    .nav-bar nav ul li {
        padding: 0;
        margin: 0 30px 0 0; }

    .nav-bar .contact-us {
        margin: -84px 72px 0 0; }

    .nav-bar .contact-us p {
        margin: 4px 0 0 40px; }

    .nav-bar .contact-us .social-links {
        padding: 0 0 0 40px; } }
@media only screen and (max-width: 979px) {
    .header-main {
        height: 80px;
        background: #000000;
        padding: 28px 0; }

    .nav-bar {
        height: auto;
        box-shadow: none; }

    .nav-bar .container {
        position: static; }

    .nav-bar .menu-collapse {
        width: 100%;
        max-width: 320px;
        float: right;
        display: none;
        background: #ffffff;
        /*box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;*/
        position: absolute;
        top: 80px;
        border-top: 1px solid #dddddd;
        transform: translateY(15px);
        right: 0; }

    .nav-bar nav {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0; }

    .nav-bar nav ul {
        width: 100%;
        padding: 11px 0; }

    .nav-bar nav ul li {
        width: 100%;
        height: auto;
        margin: 0; }

    .nav-bar nav ul li a {
        width: 100%;
        height: auto;
        line-height: inherit;
        padding: 8px 30px; }

    .nav-bar nav ul li.current-menu-item.menu-item-has-children > a,
    .nav-bar nav ul li.current-menu-parent.menu-item-has-children > a,
    .nav-bar nav ul li.current-menu-ancestor.menu-item-has-children > a {
        background: none; }

    .nav-bar nav ul li.current-menu-item > ul,
    .nav-bar nav ul li.current-menu-parent > ul,
    .nav-bar nav ul li.current-page-ancestor > ul {
        display: block; }

    .nav-bar nav ul li ul {
        padding: 0 30px 5px 30px; }

    .nav-bar .contact-us {
        width: 100%;
        border-top: 1px solid #dddddd;
        padding: 17px 0 0 0;
        margin: 0 !important; }

    .nav-bar .contact-us p {
        width: 100%;
        color: #333333;
        line-height: 19px;
        padding: 8px 30px;
        margin: 0; }

    .nav-bar .contact-us p a {
        color: #333333; }

    .nav-bar .contact-us .social-links {
        width: 100%;
        border-top: 1px solid #dddddd;
        margin: 18px 0 0 0;
        padding: 30px 30px 30px 30px; }

    .nav-bar .contact-us .social-links ul {
        margin: 0 -5px 0 0; }

    .nav-bar .contact-us .social-links ul li a {
        margin: 0 5px 0 0; }

    .nav-bar .search-area {
        margin: 0 40px 0 0;
        position: absolute;
        top: 27px;
        right: 30px; }

    .nav-bar .search-area .search-btn {
        font-size: 20px;
        color: #ffffff;
        line-height: 20px; } }
@media only screen and (max-width: 767px) {
    .header-main {
        height: 70px;
        padding: 25px 0; }

    .nav-bar .menu-collapse {
        max-width: 100%;
        width: 100%;
        top: 75px; }

    .nav-bar nav ul li a {
        padding: 8px 6%; }

    .nav-bar .contact-us p {
        padding: 8px 6%; }

    .nav-bar .contact-us .social-links {
        padding: 30px 6%; }

    .nav-bar .search-area {
        margin: 0 6% 0 0;
        top: 22px;
        right: 37px; }

    .nav-bar .search-area .search-btn {
        font-size: 18px;
        line-height: 20px; } }
/* Nav - Bar2 */
.nav-bar2 {
    width: 100%;
    height: 60px;
    float: left;
    /*  background: url(images/bg01.png) repeat top center; */
    background: #2b2b2b;
    padding: 22px 0 0 0; }

.nav-bar2 nav {
    float: right; }

.nav-bar2 nav ul {
    float: left; }

.nav-bar2 nav ul li {
    float: left;
    font-family: "poppinsregular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #a6a6a6;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 40px; }

.nav-bar2 nav ul li a {
    float: left;
    color: #a6a6a6;
    text-decoration: none; }

.nav-bar2 nav ul li:hover > a,
.nav-bar2 nav ul li.current-menu-item > a,
.nav-bar2 nav ul li.current-menu-parent > a,
.nav-bar2 nav ul li.current-page-ancestor > a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75); }

@media only screen and (max-width: 1199px) {
    .nav-bar2 nav ul li {
        margin: 0 30px 0 0; } }
@media only screen and (max-width: 979px) {
    .nav-bar2 {
        display: none; } }
/*
 3.2) Banner - Main
----------------------------------------*/
.banner-main {
    width: 100%;
    height: 540px;
    float: left;
    position: relative;
    overflow: hidden; }

.banner-main figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden; }

.banner-main figure img {
    width: 100%;
    min-width: 1360px;
    margin: 0 -680px; }

.banner-main ul {
    padding: 0;
    margin: 0; }

.banner-main ul li {
    position: relative;
    padding: 0;
    margin: 0; }

@media only screen and (max-width: 979px) {
    .banner-main figure img {
        min-width: 1200px;
        margin: 0 -600px; } }
@media only screen and (max-width: 767px) {
    .banner-main {height: 100%;}
    .banner-main figure img {
        min-width: 1000px;
        margin: 0 -500px; }}
/* Banner - Cont */
.banner-cont {
    width: 100%;
    bottom: 38%;
    float: left;
    vertical-align: bottom;
    position: absolute;
    /* Dines */
    left: 0;
    color: #fff !important;
}

.banner-cont aside {
    width: 100%;
    max-width: 540px;
    float: left;
    vertical-align: bottom; }
.banner-cont aside h3{
	font-size: 45px;
	color: #FFF;
    text-shadow: 1px 1px 7px #000000;
}
.banner-cont aside p {
    font-family: "poppinsregular", Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #ffffff;
    line-height: 36px;
    padding: 0 0 26px 0; }

.banner-cont .btn {
    height: 32px;
    font-family: "poppinsregular", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    line-height: 33px;
    text-transform: none;
    border-radius: 2px;
    background: #b2282f;
    padding: 0 18px; }

.banner-cont .btn:hover,
.banner-cont .btn:focus,
.banner-cont .btn:active,
.banner-cont .btn:active:focus,
.banner-cont .btn.active:focus {
    background: #2a1820; }

.banner-cont .pinterest {
    width: 100%;
    float: right;
    vertical-align: bottom;
    text-align: right;
    margin: -20px 0 0 -49px; }

.banner-cont .pinterest span {
    width: 49px !important;
    height: 24px !important;
    float: right !important; }

@media only screen and (max-width: 979px) {
    .banner-cont aside p {
        font-size: 19px;
        line-height: 34px; } 
	.banner-cont aside h3{
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
    .banner-cont aside {
        max-width: 500px; }
    .banner-cont {bottom: 20%;}
    .banner-cont aside p {
        font-size: 17px;
        line-height: 30px;
        padding: 0 0 20px 0; } }
/*
 3.3) Cta - List
----------------------------------------*/
.cta-list {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0; }

.cta-list figure {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    overflow: hidden; }

.cta-list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.cta-list figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.cta-list aside {
    width: 100%;
    height: 100%;
    float: left;
    background: url(images/shadow-01.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0; }

.cta-list aside h3 {
    text-transform: uppercase;
    font-size: 50px;
    color: #ffffff;
    letter-spacing: 2px; }

.cta-list article {
    width: 17.75%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0.75% 17px 0.75%; }

.cta-list article:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.cta-list article:hover aside {
    background: rgba(0, 0, 0, 0.5) url(images/shadow-01.png) no-repeat top center; }

.cta-list .article-bg {
    width: 102%;
    float: left;
    padding: 0 10px;
    margin: 0 -1% -17px -1%; }

@media only screen and (max-width: 979px) {
    .cta-list article {
        width: 47.5%;
        margin: 0 1% 16px 1%; }

    .cta-list .article-bg {
        margin: 0 -1% -16px -1%; } }
@media only screen and (max-width: 767px) {
    .cta-list aside h3 {
        font-size: 20px;
        letter-spacing: 1px; }

    .cta-list article {
        width: 100%;
        max-width: 370px;
        margin: 0 20px 15px 20px; }

    .cta-list .article-bg {
        width: 100%;
        padding: 0;
        margin: 0 0 -15px 0; } 
	.home .cta-list .article-bg {
		flex-wrap: wrap;
	}
	.home .cta-list article {
		flex: 0 0 100%  !important;
	}
}
@media only screen and (max-width: 479px) {
    /* Dines */
    .flexslider {height:100%;}

    banner-cont{  bottom: 250px;}
    .cta-list article {
        margin: 0 0 15px 0; } }
/*
 3.4) Header
----------------------------------------*/
.footer-main {
    width: 100%;
    float: left;
    background: #000000;
    padding: 15px 0; }

.footer-main p {
    color: #ffffff;
    padding-bottom: 7px; }

.footer-main nav {
    float: right; }

.footer-main nav ul {
    float: left; }

.footer-main nav ul li {
    float: left;
    font-size: 13px;
    color: #bebebe;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    position: relative; }

.footer-main nav ul li:last-child:before {
    display: none; }

.footer-main nav ul li:last-child {
    padding-right: 0;
    margin-right: 0; }

.footer-main nav ul li:before {
    content: "";
    width: 1px;
    height: 12px;
    float: right;
    background: #bebebe;
    position: absolute;
    top: 9px;
    right: 0; }

.footer-main nav ul li a {
    color: #bebebe;
    text-decoration: none; }

.footer-main nav ul li:hover > a,
.footer-main nav ul li.current-menu-item > a,
.footer-main nav ul li.current-menu-parent > a,
.footer-main nav ul li.current-page-ancestor > a {
    color: #e21b1b;
    text-decoration: underline; }
.footer-bottom .footer-designer{
    float: right;
}
@media only screen and (max-width: 767px) {
    .footer-main {
        text-align: center;
        padding: 18px 0 21px 0; }

    .footer-main p {
        width: 100%; }

    .footer-main nav {
        width: 100%;
        padding: 0 0 11px 0; }

    .footer-main nav ul {
        float: none;
        display: inline-block;
        vertical-align: top; }

    .footer-main nav ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0 10px !important; }

    .footer-main nav ul li:before {
        display: none; } 
    .footer-bottom .footer-designer{
        float: none;
    }
}
    
/*
 4) Inner - Pages
----------------------------------------*/
/* Content - Inner */
.content-inner {
    width: 100%;
    float: left;
    padding: 50px 0 80px 0; }

@media only screen and (max-width: 767px) {
    .content-inner {
        padding: 40px 0 60px 0; } }
/* Content - Inner2 */
.content-inner2 {
    width: 100%;
    float: left;
    padding: 50px 0; }

@media only screen and (max-width: 767px) {
    .content-inner2 {
        padding: 40px 0; } }
/* Content - Inner3 */
.content-inner3 {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 40px 0 60px 0; }

@media only screen and (max-width: 767px) {
    .content-inner3 {
        padding: 40px 0; } }
/* Grid - Columns */

.left-col-lrg {
    width: 65.80%;
    float: left; }

.left-col-sml {
    width: 31.60%;
    float: left; }

.left-col-med {
    width: 47.60%;
    float: left; }

.right-col-med {
    width: 47.60%;
    float: right; }

.right-col-lrg {
    width: 65.80%;
    float: right; }

.right-col-sml {
    width: 31.60%;
    float: right; }

@media only screen and (max-width: 979px) {
    .left-col-lrg {
        width: 100%;
        padding: 0 0 40px 0; }

    .right-col-sml, .right-col-med {
        width: 100%;
        max-width: 380px;
        float: none;
        margin: 0 auto; } }
@media only screen and (max-width: 767px) {
    .left-col-lrg {
        padding: 0 0 30px 0; }

    .left-col-sml, .left-col-med {
        width: 100%;
        padding: 0 0 30px 0; }

    .right-col-lrg {
        width: 100%; } }
/* Title - Bar */
.title-bar {
    width: 100%;
    float: left;
    background: #efefef;
    padding: 25px 0; }

.title-bar h1 {
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
	text-transform: uppercase;
    margin: 0 -2px; }

@media only screen and (max-width: 979px) {
    .title-bar {
		margin-top: 20px;
        padding: 20px 0; }

    .title-bar h1 {
        width: 100%;
        padding: 0 0 10px 0;
        margin: 0; } }
/* Breadcrumb */
.breadcrumb {
    width: 60%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
	text-transform: uppercase;
    margin: 0 -2px; }

.breadcrumb p,
.breadcrumb nav {
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #e21b1b !important;
    line-height: 18px !important;
    padding: 0 !important;
    margin: 0 0 -10px 0 !important; }

.breadcrumb p span {
    margin: 0 0 10px 0; }

.breadcrumb p a,
.breadcrumb nav a {
    color: #000000 !important;
    text-decoration: none !important;
    letter-spacing: 0.02em !important; }

.breadcrumb p a:hover,
.breadcrumb nav a:hover {
    color: #000000 !important;
    text-decoration: underline !important; }

.breadcrumb p i,
.breadcrumb nav i {
    font-size: 13px;
    color: #888888;
    padding: 0 20px !important;
    margin: 0 0 10px 0 !important; }

@media only screen and (max-width: 979px) {
    .breadcrumb {
        width: 100%;
        text-align: left; }

    .breadcrumb p i,
    .breadcrumb nav i {
        padding: 0 10px !important; } }
/* Article - List */
.article-list {
    width: 100%;
    float: left;
    padding: 0 0 60px 0; }

.article-list:last-child {
    padding-bottom: 0; }

.article-list p {
    padding: 0; }

.article-list .title-txt2 {
    width: 100%;
    float: left;
    padding: 0 0 34px 0; }

.article-list .title-txt2 p {
    font-size: 16px;
    color: #666666; }

.article-list .title-txt2 p:last-child {
    padding-bottom: 0; }

.article-list .article {
    width: 22.40%;
    float: left;
    text-align: center;
    background: #ffffff;
    margin: 0 1.30% 45px 1.30%; }

.article-list .article h4 {
    width: 100%;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    padding: 0 0 7px 0; }

.article-list .article h4:last-child {
    padding-bottom: 0; }

.article-list .article h4 a {
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    text-decoration: none; }

.article-list .article h4 a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.article-list .article h4 dl {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px; }

.article-list .article h4 dt {
    display: none !important; }

.article-list .article h4 dd p {
    color: #666666 !important; }

.article-list .article p {
    color: #000; }

.article-list .article figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 0 -1px 0;
    position: relative;
    z-index: 20;
    height: 190px;
}

.article-list .article figure img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
}

.article-list .article figure a {
    cursor: default;
    pointer-events: none; }

.single-product .article-list .article figure a {
    cursor: initial;
    pointer-events: initial;
}

.article-list .article aside {
    width: 100%;
    float: left;
    border: 1px solid #ebebeb;
    padding: 25px 30px;
    margin: 0 0 -1px 0; }

.article-list .article .btm-btn {
    width: 100.1%;
    height: 50px;
    float: left;
    display: table;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    margin: 0 -0.1% 0 0; }

.article-list .article .btm-btn span {
    width: 100%;
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.article-list .article .btm-btn:hover {
    color: #ffffff;
    border-color: #f62b00;
    background: #e21b1b; }

.article-list .article-bg {
    width: 102.60%;
    float: left;
    margin: 0 -1.30% -45px -1.30%; }

@media only screen and (max-width: 979px) {
    .article-list .article {
        width: 29.13%;
        margin: 0 2.10% 45px 2.10%; }

    .article-list .article-bg {
        width: 104.20%;
        margin: 0 -2.10% -45px -2.10%; } }
@media only screen and (max-width: 767px) {
    .article-list {
        padding: 0 0 40px 0; }

    .article-list .title-txt2 {
        padding: 0 0 30px 0; }

    .article-list .article {
        width: 45.80%; } }
@media only screen and (max-width: 639px) {
    .article-list .article {
        width: 100%;
        margin: 0 0 30px 0; }

    .article-list .article-bg {
        width: 100%;
        margin: 0 0 -30px 0; } }
/* Article - List2 */
.article-list2 {
    width: 100%;
    float: left; }

.article-list2 .article {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.01) 0 0 10px;
    padding: 20px 0;
    margin: 0 0 15px 0; }

.article-list2 .article:last-child {
    margin-bottom: 0; }

.article-list2 .title-txt {
    width: 100%;
    float: left;
    padding: 0 0 6px 0; }

.article-list2 .title-txt:last-child {
    padding-bottom: 0; }

.article-list2 .title-txt h4 {
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
    margin: 0 -2px;
    text-transform: uppercase;
    padding: 0; }

.article-list2 .title-txt h4 a {
    color: #000000;
    text-decoration: none; }

.article-list2 .title-txt h4 a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.article-list2 .txt {
    width: 60%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #999999;
    line-height: 20px;
    padding: 0 0 0 7%;
    margin: 0 -2px; }

.article-list2 .figure-bg {
    width: 100%;
    float: left;
    padding: 0 0 8px 0; }

.article-list2 .figure-bg:last-child {
    padding-bottom: 0; }

.article-list2 .figure-bg figure {
    width: 240px;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 -255px 0 0;
    position: relative;
    z-index: 10;
    height: 160px;
}

.article-list2 .figure-bg figure img {
    width: 100%;

    /* Changes
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);*/
}

.term-residential .article-list2 .figure-bg figure img {
    position: initial;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.article-list2 .figure-bg .thumbnails {
    /* width: 100%; */
    float: left;
    padding: 0 0 0 285px; }

.article-list2 .figure-bg .thumbnails ul {
    float: left;
    padding: 0;
    margin: 0 -10px -10px 0; }

.article-list2 .figure-bg .thumbnails ul li {
    width: 110px;
    float: left;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    overflow: hidden;
    padding: 0;
    margin: 0 10px 10px 0; }

.article-list2 .figure-bg .thumbnails ul li img {
    width: auto;
    max-width: none;
    min-width: 110px;
    height: 75px;
    margin: 0 -55px; }

.article-list2 .figure-bg .thumbnails form.cart {
    display: none !important; }

.article-list2 .figure-bg .thumbnails .custom-variable {
    width: 110px;
    float: left;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    overflow: hidden;
    padding: 0;
    margin: 0 10px 10px 0; }

.article-list2 .figure-bg .thumbnails .custom-variable .article {
    width: 100%;
    float: left;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0; }

.article-list2 .figure-bg .thumbnails .custom-variable figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.article-list2 .figure-bg .thumbnails .custom-variable img {
    width: auto;
    max-width: none;
    min-width: 110px;
    height: 75px;
	object-fit: cover;
    margin: 0 -55px; }

.article-list2 .figure-bg .thumbnails .custom-variable input,
.article-list2 .figure-bg .thumbnails .custom-variable aside,
.article-list2 .figure-bg .thumbnails .custom-variable .btn-out {
    display: none; }

.article-list2 aside {
    width: 100%;
    float: left; }

.article-list2 aside p {
    color: #888888;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin: 0; }

.article-list2 aside p strong {
    color: #333333; }

.article-list2 aside p:last-child {
    padding-bottom: 0; }

.article-list2 aside p a {
    color: #f62b00; }

.article-list2 aside p a:hover {
    color: #e21b1b; }

.article-list2 aside p a.active {
    color: #e21b1b; }

.article-list2 .hide_mobile {
    display: inline-block; }

.article-list2 .show_mobile {
    display: none; }

@media only screen and (max-width: 767px) {
    .article-list2 .title-txt {
        width: 100%;
        float: left;
        padding: 0 0 5px 0; }

    .article-list2 .title-txt:last-child {
        padding-bottom: 0; }

    .article-list2 .title-txt h4 {
        width: 100%;
        margin: 0;
        padding: 0 0 5px 0; }

    .article-list2 .title-txt h4:last-child {
        padding-bottom: 0; }

    .article-list2 .txt {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0 0 15px 0; }

    .article-list2 .figure-bg {
        padding: 0 0 15px 0; }

    .article-list2 .figure-bg figure {
        width: 100%;
        margin: 0 0 20px 0;
        position: relative;
        z-index: 10; }

    .article-list2 .figure-bg .thumbnails {
        padding: 0; }

    .article-list2 .figure-bg .thumbnails ul {
        margin: 0 -16px 0 0; }

    .article-list2 .figure-bg .thumbnails ul li {
        width: 55px;
        margin: 0 8px 8px 0; }

    .article-list2 .figure-bg .thumbnails ul li img {
        width: auto;
        min-width: 55px;
        height: 55px;
        margin: 0 -27px; }

    .article-list2 .figure-bg .thumbnails .custom-variable {
        width: 55px;
        margin: 0 8px 8px 0; }

    .article-list2 .figure-bg .thumbnails .custom-variable img {
        width: auto;
        min-width: 55px;
        height: 55px;
        margin: 0 -27px; }

    .article-list2 aside p {
        line-height: 20px;
        padding: 0 0 8px 0; }

    .article-list2 .hide_mobile {
        display: none; }

    .article-list2 .show_mobile {
        display: inline-block; } }
/* 
5.) About
6.) Residential	
7.) Architectural	
8.) Trade 
----------------------------------------*/
/* Left - Side - Bar */
.left-side-bar {
    width: 100%;
    float: left; }

.left-side-bar ul {
    width: 100%;
    float: left; }

.left-side-bar ul li {
    width: 100%;
    float: left;
    margin: 0 0 16px 0; }

.left-side-bar ul li.photo-sml-left {
    width: 47.8%;
    float: left; }

.left-side-bar ul li.photo-sml-right {
    width: 47.8%;
    float: right; }

.left-side-bar ul li:last-child {
    margin: 0; }

.left-side-bar ul li img {
    width: 100%; }

@media only screen and (max-width: 979px) {
    .left-side-bar ul li.photo-sml-left {
        width: 100%; }

    .left-side-bar ul li.photo-sml-right {
        width: 100%; } }
/* About - Info */
.about-info {
    width: 100%;
    float: left; }

.about-info h4 {
    text-transform: uppercase;
    color: #555555;
    padding: 0 0 5px 0; }

.about-info p a {
    color: #555555;
    font-size: 14px;
}

.about-info p a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.about-info p.lrg-txt2 {
    padding: 0 0 37px 0; }

.about-info .btn {
    width: 100%; }

.about-info aside {
    width: 100%;
    float: left;
    padding: 0 0 35px 0; }

.about-info aside:last-child {
    padding: 0; }

.about-info aside p {
    font-size: 16px; }

.about-info aside p a {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
    .about-info p.lrg-txt2 {
        padding: 0 0 30px 0; }

    .about-info aside p {
        font-size: 15px; } }
/* Supplier - Info */
.supplier-info {
    width: 100%;
    float: left; }

.supplier-info ul {
    width: 100%;
    float: left;
    border: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
    padding: 15px 0 5px 0;
    margin: 10px 0 24px 0; }

.supplier-info ul li {
    height: 65px;
    float: left;
    line-height: 65px;
    margin: 0 50px 10px 0; }

.supplier-info ul li:last-child {
    margin: 0; }

@media only screen and (max-width: 767px) {
    .supplier-info ul li {
        margin: 0 30px 10px 0; } }
/*
 9) Catalogue
----------------------------------------*/
.woocommerce ul.products li.product a img {
    margin: 0;
}

li.product-category {
    float:left;
    width:25%;
    height:50%;
    padding:20px;
}

li.product-category a{
    text-decoration: none;
    text-align: center;
}

li.product-category figure {
    width: 100%;
    text-align: center;
    overflow: hidden;}

li.product-category figure img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

li.product-category:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

li.product-category aside {
    width: 100%;
    height: 100%;
    float: left;
    background: url(images/shadow-01.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0; }

li.product-category aside h2 {
    text-transform: uppercase;
    font-size: 50px !important;
    color: #ffffff;
    letter-spacing: 2px;}


.article-list3 .figure-bg figure {
    width: 300px;
    margin: 0 -300px 0 0;
    /* Additional */
    text-align: center;
    overflow: hidden;
}

.article-list2 .figure-bg .thumbnails .custom-variable .article {
    height: 160px;
}

.article-list2 .figure-bg .thumbnails .custom-variable .article img {
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: initial;
    transform: initial;
}

.article-list3 .figure-bg .thumbnails {
    padding: 0 0 0 315px; }

.article-list3 .figure-bg .thumbnails ul li {
    width: 96px; }

.article-list3 .figure-bg .thumbnails ul li img {
    min-width: inherit;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0; }

.article-list3 .figure-bg .thumbnails .custom-variable {
    width: 113px; }

.article-list3 .figure-bg .thumbnails .custom-variable img {
    min-width: inherit;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0; }

.filterWrap {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
}

.filterWrap #woocommerce_layered_nav-3 {
	flex-grow:0.3;
}

.filterWrap .widget_layered_nav {
    display:flex;
    flex-direction: column;
	flex-grow:0.1;
}

.filterWrap .widget_layered_nav li {
    line-height:22px;
	padding-right:15px !important;
}

.filterWrap .widget_layered_nav a {
    text-decoration:none;
    color:#000;
    font-family:"poppinssemibold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:11px;
    line-height:15px;
}

.filterWrap .widget_layered_nav a:hover {
    color:#f62b00;
}

.filterWrap .widget_layered_nav .count {
    display:none;
}

.filterWrap .woocommerce-widget-layered-nav-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 180px;
}

@media only screen and (max-width: 1200px) {
    .woocommerce-widget-layered-nav {
        max-width:33%;
        width:100%;
        flex-grow:0 !important;
    }
    .woocommerce-widget-layered-nav .widget-title {
        padding-bottom:5px;
    }

    .filterWrap .woocommerce-widget-layered-nav-list {
        max-height:200px;
        margin-bottom:20px;
    }
}

@media only screen and (max-width: 930px) {
    .woocommerce-widget-layered-nav {
        max-width: 50%;
    }
}

@media only screen and (max-width: 600px) {
	.filterWrap .woocommerce-widget-layered-nav-list {
        max-height:100%;
        margin-bottom:20px;
    }	
}

@media only screen and (max-width: 767px) {
    .article-list3 .figure-bg figure {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .article-list3 .figure-bg .thumbnails {
        padding: 0; }

    .article-list3 .figure-bg .thumbnails ul li {
        width: 55px; }

    .article-list2 .figure-bg .thumbnails .custom-variable {
        width: 85px; }
    li.product-category figure {
        /*width:48%;*/
    }
    li.product-category aside h2 {
        font-size:24px !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0 30px 0;
    }
}

/*
 11.) Projects
----------------------------------------*/
.article-list4 {
    width: 100%;
    height:100%;
    float: left;
    min-height:500px;
}
.projects{
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

li.project-category {
    float:left;
    margin: 0 2.9% 34px 0;
    padding: 0;
    width: 22.05%;
    position: relative;
}

li.project-category a{
    text-decoration: none;
    text-align: center;
}

li.project-category figure {
    width: 100%;
    text-align: center;
    overflow: hidden;}

li.project-category figure img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

li.project-category:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
li.project-category .no-thumbnail{
    display: block;
    padding-top: 95%;
    background: #898989;
}

li.project-category aside {
    width: 100%;
    height: 100%;
    float: left;
    background: url(images/shadow-01.png) repeat-x top center;
    position: absolute;
    top: 0;
    left: 0;
}

li.project-category aside h2 {
    text-transform: uppercase;
    font-size: 24px !important;
    color: #ffffff;
    letter-spacing: 2px;
}

@media only screen and (max-width: 979px) {
    li.project-category {
        width: 46%;
        float: left;
        margin: 0 26px 26px 0;
        position:relative;
    }
}
@media only screen and (max-width: 767px) {
    li.project-category aside h2 {
        font-size:24px !important;
    }
    li.project-category {
        width:100%;
        max-width: 400px;
        min-height: 300px;
        float: none;
        clear: both;
        margin: 0 0 30px 0;
        position:relative;
    }


}


/* 
10.) Single - Product
----------------------------------------*/
/* Slide - Gallery */
.slide-gallery {
    width: 100%;
    float: left;
    position: relative;
    background: #f8f8f8;
    padding: 16px 0 40px 0; }

.slide-gallery .slider-bg {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 12px 0; }

.slide-gallery .slider-bg figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 650px;
}

.slide-gallery .slider-bg figure img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
	object-fit: cover;
}

.slide-gallery .slider-bg ul {
    width: 100%;
    float: left; }

.slide-gallery .slider-bg ul li {
    width: 100%;
    float: left; }
.slide-gallery .slider-bg ul li a{

}
.slide-gallery .flex-direction-nav {
    margin: -19px 0 0 0; }

.slide-gallery .flex-direction-nav a {
    width: 37px;
    height: 37px;
    line-height: 33px; }

.slide-gallery .flex-direction-nav a:before {
    font-size: 23px; }

.slide-gallery .flex-direction-nav .flex-prev {
    left: 22px; }

.slide-gallery .flex-direction-nav .flex-next {
    right: 22px; }

.slide-gallery .flex-control-nav {
    margin: 10px 0 0 0;
    display: none; }

@media only screen and (max-width: 979px) {
    .slide-gallery .slider-bg figure{
        height: 450px;
    }
    .slide-gallery .slider-bg figure img {
        min-width: 900px;
        margin: 0 -450px; }

    .slide-gallery .flex-direction-nav {
        margin: -16px 0 0 0; }

    .slide-gallery .flex-direction-nav a {
        width: 32px;
        height: 32px;
        line-height: 28px; }

    .slide-gallery .flex-direction-nav a:before {
        font-size: 18px; } }
@media only screen and (max-width: 767px) {
    .slide-gallery .slider-bg figure img {
        min-width: 600px;
        margin: 0 -300px; }

    .slide-gallery .flex-direction-nav {
        margin: -14px 0 0 0;
        display: block; }

    .slide-gallery .flex-direction-nav a {
        width: 28px;
        height: 28px;
        line-height: 24px; }

    .slide-gallery .flex-direction-nav a:before {
        font-size: 16px; }

    .slide-gallery .flex-direction-nav .flex-prev {
        left: 10px; }

    .slide-gallery .flex-direction-nav .flex-next {
        right: 10px; } }

.slide-gallery .slider-bg figure a{
    display: block;
    width: 100%;
    border: 1px solid #efefef;
    position: relative;
    height: 100%;
}        
.slide-gallery .slider-bg figure img {
    width: 100%;
    object-fit: cover;
    margin: 0;
    height: 100%;
    transform: translate(0,0);
    top: 0;
    left: 0;
    position: static;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
}
/* Slide - Thumbnails */
.slide-thumbnails {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 0;
    position: relative; }

.slide-thumbnails .thumb {
    width: 100%;
    float: left;
    padding: 0; }

/* .slide-thumbnails .thumb ul {
    width: 100% !important;
    transition-duration: 0 !important;
    transform: none !important;
    float: left;
    text-align: center;
    padding: 2px;
    margin: 0; }

.slide-thumbnails .thumb ul li {
    width: 72px !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    text-align: center;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    margin: 3px; } */

.slide-thumbnails .thumb ul li figure {
    width: 100% !important;
    float: left;
    text-align: center;
    overflow: hidden;
    border: 3px solid #FFF; }
.slide-thumbnails .thumb ul li.flex-active-slide figure{
	border-color: #b2282f;
}
.slide-thumbnails .thumb ul li img {
    width: 100% !important;
    height: 72px !important;
    display: inline-block;
    vertical-align: middle;
	object-fit: cover;
    margin: 0; }

.slide-thumbnails .thumb ul li.flex-active-slide {
    cursor: default;
    pointer-events: none; }

.slide-thumbnails .thumb ul li.flex-active-slide img {
/*     opacity: 0.30; } */
}
/*.slider-bg .flex-direction-nav {
    display: none; }*/

@media only screen and (max-width: 479px) {
    .slide-thumbnails .thumb {
        margin: 0; } }
/* Ceramics - Info */
.ceramics-info {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 0 0 50px 0; }

/* Ceramics - Details */
.ceramics-details {
    width: 100%;
    float: left;
    padding: 0 0 50px 0; }

.ceramics-details h4 {
    text-transform: uppercase;
    color: #666666;
    line-height: 1.5;
    padding: 0 0 35px 0; }

.ceramics-details p {
    font-size: 16px; }

.ceramics-details p.download-txt {
    color: #000; }

.ceramics-details p.download-txt a {
    color: #000000;
    text-decoration: none; }

.ceramics-details p.download-txt a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.ceramics-details p.download-txt img {
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 767px) {
    .ceramics-info .right-col-sml {
        max-width: 100%; }

    .ceramics-details {
        padding: 0 0 35px 0; }

    .ceramics-details h4 {
        padding: 0 0 20px 0; }

    .ceramics-details p {
        font-size: 15px; } }
/* Feature - List */
.feature-list {
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid #d7d7d7;
    background: #f8f8f8;
    padding: 45px 0 40px 0; }

.feature-list.last {
    padding: 45px 0 70px 0; }

.feature-list h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 30px 0; }

.feature-list h4 {
    font-size: 13px;
    text-transform: uppercase;
    color: #666666;
    padding: 0; }

.feature-list figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 0 10px 0;

    position: relative;
    height: 181px;
}

.feature-list figure img {
    width: 100%;

    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
}

.feature-list article {
    width: 22.15%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.1% 30px 1.1%; }

.feature-list article a:hover h4 {
    color: #e21b1b; }

.feature-list article a {
    text-decoration: none; }

.feature-list .article-bg {
    width: 104%;
    float: left;
    margin: 0 -2% -30px -2%; }

@media only screen and (max-width: 979px) {
    .feature-list article {
        width: 29.3%;
        margin: 0 1.8% 30px 1.8%; }

    .feature-list .article-bg {
        margin: 0 -2% -30px -2%; } }
@media only screen and (max-width: 767px) {
    .feature-list article {
        width: 46%;
        margin: 0 1.8% 25px 1.8%; }

    .feature-list .article-bg {
        margin: 0 -2% -25px -2%; } }
@media only screen and (max-width: 639px) {
    .feature-list article {
        width: 100%;
        max-width: 280px;
        margin: 0 0 20px 0; }

    .feature-list .article-bg {
        width: 100%;
        margin: 0 0 -20px 0; } }
/* 
12.) Inspiration Bathroom
----------------------------------------*/
/*  Gallery Popup */
.single-post-gallery {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden; }

.single-post-gallery .article {
    width: 10.80%;
    float: left;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 1px; }

.single-post-gallery .article a {
    width: 100%;
    float: left;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative; }

.single-post-gallery .article a:before {
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }

.single-post-gallery .article a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }

.single-post-gallery .article:hover a:before {
    background: rgba(0, 0, 0, 0.5); }

.single-post-gallery .article img {
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.single-post-gallery .article:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.single-post-gallery .glr-images {
    width: 100%;
    float: left;
    text-align: center; }

@media only screen and (max-width: 767px) {
    .single-post-gallery .article {
        width: 19.20%; } }
/* Grid - View */
#tiles {
    width: 101%;
    float: left;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0; }

#tiles article.inactive {
    visibility: hidden;
    opacity: 0; }

#tiles article {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/*
13.) Blog
----------------------------------------*/
/* Blog - List */
.blog-list {
    width: 100%;
    float: left; }

.blog-list figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;

    height: 245px;
    position: relative;
}

.blog-list figure img {
    width: 100%;

    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
}

.blog-list aside {
    width: 100%;
    float: left;
    text-align: left;
    border: 1px solid #ebebeb;
    border-top: none;
    border-bottom: none;
    padding: 33px 30px 10px 30px; }

.blog-list aside h3 {
    font-size: 18px;
    color: #2f302f;
    letter-spacing: 0.01em;
    padding: 0 0 5px 0; }

.blog-list aside h3 a {
    color: #2f302f;
    text-decoration: none; }

.blog-list aside h3 a:hover {
    color: #e21b1b; }

.blog-list aside p {
    color: #666666;
    padding: 0; }

.blog-list aside .date {
    color: #888888;
    padding: 0 0 8px 0; }

.blog-list .read-more {
    width: 100%;
    float: left;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ebebeb;
    line-height: 14px;
    padding: 15px 20px; }

.blog-list article {
    width: 100%;
    margin: 0;
    float: left;
    background: #ffffff;
    margin: 0 0 0 0; }

.blog-list article:nth-child(even) {
    float: right; }

.blog-list article a {
    width: 100%;
    float: left; }

.blog-list article a:hover .read-more {
    color: #ffffff;
    background: #e21b1b; }

.blog-list .article-bg {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 0 0 0 0; }

@media only screen and (max-width: 979px) {
    .blog-list aside {
        padding: 25px 20px 10px 20px; }

    .blog-list aside h3 {
        font-size: 16px; }

    .blog-list .read-more {
        padding: 12px 15px; }

    .blog-list .article-bg {
        grid-template-columns: repeat(2, 1fr); 
    } }
@media only screen and (max-width: 639px) {
    .blog-list {
        text-align: center; }
    .blog-list .article-bg {
        grid-template-columns: repeat(1, 1fr); 
    }
    .blog-list article {
        width: 100%;
        max-width: 370px;
        float: none;
        display: inline-block;
        vertical-align: top; }

    .blog-list article:nth-child(even) {
        float: none; }

    .blog-list aside {
        height: auto !important; } }
/* 
 14.) Blog Post
----------------------------------------*/
/* Blog - Details */
.blog-details {
    width: 100%;
    float: left;
    padding: 0 35px 0 0; }

.blog-details figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 0 25px 0; }

.blog-details figure img {
    width: 100%; }

.blog-details p a {
    color: #555555; }

.blog-details p a:hover {
    color: #e21b1b; }

.blog-details .single-post-gallery .article {
    width: 15.90%; }

@media only screen and (max-width: 979px) {
    .blog-details {
        padding: 0; } }
@media only screen and (max-width: 767px) {
    .blog-details .single-post-gallery .article {
        width: 24%; } }
/* Right - Side - Bar */
.right-side-bar {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 15px 15px 55px 15px; }

.right-side-bar figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden; }

.right-side-bar figure img {
    width: 100%; }

.right-side-bar aside {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 75px 0; }

.right-side-bar aside:last-child {
    padding: 0; }

.right-side-bar aside h3 {
    color: #2f302f;
    text-transform: uppercase;
    padding: 0 0 52px 0; }

.right-side-bar aside ul {
    width: 100%;
    float: left; }

.right-side-bar aside ul li {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 21px;
    padding: 0 0 18px 0; }

.right-side-bar aside ul li a {
    color: #2f302f;
    text-decoration: none; }

.right-side-bar aside ul li a:hover {
    color: #e21b1b; }

.right-side-bar aside ul li:last-child {
    padding: 0; }

.right-side-bar .arrivals {
    width: 100%;
    height: 100%;
    float: right;
    text-align: right;
    background: url(images/shadow-02.png) no-repeat bottom right;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 0; }

.right-side-bar .arrivals h3 {
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 10px 0; }

.right-side-bar .arrivals p {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 15px; }

.right-side-bar .arrivals .txt {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 25px; }

.right-side-bar .advertisement {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 65px 0; }

.right-side-bar .advertisement a:hover .arrivals {
    background: url(images/shadow-03.png) no-repeat bottom right;
    background-size: 100% auto; }

.right-side-bar .btn {
    width: 100%;
    background: #f62b00;
    padding: 0; }

.right-side-bar .btn:hover,
.right-side-bar .btn:focus,
.right-side-bar .btn:active,
.right-side-bar .btn:active:focus,
.right-side-bar .btn.active:focus {
    background: #e21b1b; }

.right-side-bar .btn-out {
    padding: 0 12px; }

@media only screen and (max-width: 1199px) {
    .right-side-bar .arrivals .txt {
        padding: 25px 20px; } }
@media only screen and (max-width: 979px) {
    .right-side-bar {
        padding: 12px 12px 40px 12px; }

    .right-side-bar aside {
        padding: 0 0 60px 0; }

    .right-side-bar aside h3 {
        font-size: 18px;
        padding: 0 0 40px 0; }

    .right-side-bar aside ul li {
        font-size: 16px;
        line-height: 18px;
        padding: 0 0 15px 0; }

    .right-side-bar .arrivals h3 {
        font-size: 23px; }

    .right-side-bar .arrivals p {
        font-size: 12px; }

    .right-side-bar .arrivals .txt {
        padding: 20px 15px; }

    .right-side-bar .advertisement {
        margin: 0 0 45px 0; }

    .right-side-bar .btn-out {
        padding: 0 5px; } }
/*
 15) Contact Us
----------------------------------------*/
.form-block-out {
    width: 100%;
    float: left;
    /* padding: 0 30px; */ }

.form-block {
    width: 57.65%;
    float: left; }

.form-block h4 {
    width: 100%;
    float: left;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0 0 28px 0;
    margin: 0 0 30px 0;
    position: relative; }

.form-block h4:before {
    content: "";
    width: 120px;
    height: 2px;
    float: left;
    background: #f8f8f8;
    margin: 0 0 0 -60px;
    position: absolute;
    left: 50%;
    bottom: 0; }

.form-block ul {
    width: 100%;
    float: left;
    padding: 0 0 4px 0; }

.form-block ul li {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    margin: 0; }

.form-block .btn {
    width: 250px;
    height: 45px;
    line-height: 45px;
    background: #f62b00;
    padding: 0; }

.form-block .btn:hover,
.form-block .btn:focus,
.form-block .btn:active,
.form-block .btn:active:focus,
.form-block .btn.active:focus {
    background: #e31b1b; }

.form-block .btn-out {
    width: 100%;
    float: left;
    text-align: center; }

.form-block ul,
.form-block ul li,
.form-block .ginput_container,
.form-block .name_first,
.form-block .name_last {
    width: 100% !important;
    float: left !important;
    clear: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important; }

.form-block ul {
    padding: 0 0 4px 0 !important;
    margin: 0 !important; }

.form-block ul li {
    padding: 0 0 20px 0 !important;
    margin: 0 !important; }

.form-block ul li:nth-child(2) {
    width: 48.43% !important; }

.form-block ul li:nth-child(3) {
    width: 48.43% !important;
    float: right !important; }

.form-block .name_first {
    margin: 0 0 20px 0 !important; }

.form-block ul li:before {
    display: none; }

.form-block ul li:last-child {
    margin: 0 !important; }

.form-block ul li .captcha-box {
    border: none; }

.form-block ul li .captcha-box .captcha {
    width: 100%;
    float: left; }

.form-block ul li .captcha-box .captcha img {
    width: 100%; }

.form-block .button {
    width: 250px !important;
    height: 45px !important;
    line-height: 45px !important; }

.form-block .gform_confirmation_message {
    color: #f62b00; }

.form-block .gform_wrapper {
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper .gform_anchor {
    display: none !important; }

.form-block .gform_wrapper .gform_body {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important; }

.form-block .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }

.form-block .gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper .gform_footer {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper div.validation_error {
    display: none !important; }

.form-block .gform_wrapper.gfield_error {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0 !important; }

.form-block .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important; }

.form-block2 ul li:nth-child(2) {
    width: 100% !important; }

.form-block2 ul li:nth-child(3) {
    width: 48.43% !important;
    float: left !important; }

.form-block2 ul li:nth-child(4) {
    width: 48.43% !important;
    float: right !important; }

@media only screen and (max-width: 979px) {
    .form-block-out {
        padding: 0; }

    .form-block {
        width: 100%;
        padding: 0 0 60px 0; }

    .form-block:last-child {
        padding-bottom: 0; } }
@media only screen and (max-width: 767px) {
    .form-block h4 {
        padding: 0 0 23px 0;
        margin: 0 0 25px 0; }

    .form-block h4:before {
        width: 100px;
        margin: 0 0 0 -50px; }

    .form-block .btn {
        width: 200px;
        height: 40px;
        line-height: 40px; } }
@media only screen and (max-width: 639px) {
    .form-block ul li:nth-child(2) {
        width: 100% !important; }

    .form-block ul li:nth-child(3) {
        width: 100% !important;
        float: left !important; }

    .form-block ul li:nth-child(4) {
        width: 100% !important;
        float: left !important; } }
/* Sb - Cont */
.sb-cont {
    width: 33.33%;
    float: right; }

.sb-cont aside {
    width: 100%;
    float: left;
    padding: 0 0 38px 0; }

.sb-cont aside h4 {
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase; }

.sb-cont aside p {
    font-size: 16px;
    color: #555555; }

.sb-cont aside p a {
    color: #555555;
    text-decoration: none; }

.sb-cont aside p a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.sb-cont aside:last-child {
    padding-bottom: 0; }

@media only screen and (max-width: 979px) {
    .sb-cont {
        width: 100%; }

    .sb-cont aside {
        padding: 0 0 30px 0; } }
/* Map */
.map {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden; }

/* Project - Single */
.project-single {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 0 0 60px 0; }

.project-single p {
    color: #888888;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin: 0; }

.project-single p strong {
    color: #333333; }

.project-single p:last-child {
    padding-bottom: 0; }

.project-single p a {
    color: #f62b00; }

.project-single p a:hover {
    color: #e21b1b; }

.project-single p a.active {
    color: #e21b1b; }

@media only screen and (max-width: 767px) {
    .project-single {
        padding: 0 0 40px 0; }

    .project-single p {
        line-height: 20px;
        padding: 0 0 8px 0; } }
/*= #Fancybox
=======================================================*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020; }

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.fancybox-opened {
    z-index: 8030; }

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
    position: relative; }

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%; }

.fancybox-image {
    max-width: 100%;
    max-height: 100%; }

.single .fancybox-image, 
.single .fancybox-inner, 
.single .fancybox-outer, 
.single .fancybox-skin, 
.single .fancybox-wrap {
    width: auto !important;
    max-width: initial;
    max-height: initial;
}

.single .fancybox-wrap{
    max-width: 85%;
}
.single .fancybox-wrap div,
.single .fancybox-wrap div img{
    max-width: 100%;
    object-fit: contain;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox_sprite.png"); }

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    float: right;
    background: #e21b1b;
    border-radius: 36px;
    cursor: pointer;
    z-index: 8040; }

.fancybox-close:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    float: left;
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 36px; }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    z-index: 8040; }

.fancybox-prev {
    left: 0; }

.fancybox-next {
    right: 0; }

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    float: left;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 36px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040; }

.fancybox-nav span:hover {
    background: #ffffff; }

.fancybox-nav span:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    float: left;
    font-family: "FontAwesome";
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    line-height: 36px; }

.fancybox-nav span:hover:before {
    color: #333333; }

.fancybox-prev span {
    left: 20px; }

.fancybox-prev span:before {
    content: "\f104"; }

.fancybox-next span {
    right: 20px; }

.fancybox-next span:before {
    content: "\f105"; }

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto; }

.fancybox-lock body {
    overflow: hidden !important; }

.fancybox-lock-test {
    overflow-y: hidden !important; }

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.9); }

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050; }

.fancybox-opened .fancybox-title {
    visibility: visible; }

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center; }

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff; }

.fancybox-title-inside-wrap {
    padding-top: 10px; }

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }

/* Thumbs */
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050; }

#fancybox-thumbs.bottom {
    bottom: 2px; }

#fancybox-thumbs.top {
    top: 2px; }

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5; }

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
    opacity: 1; }

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none; }

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none; }

#fancybox-thumbs *,
#fancybox-thumbs *:before,
#fancybox-thumbs *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }

@media only screen and (max-width: 979px) {
    .fancybox-close {
        top: -13px;
        right: -13px;
        width: 26px;
        height: 26px; }

    .fancybox-close:before {
        font-size: 14px;
        line-height: 26px; }

    .fancybox-nav span {
        width: 26px;
        height: 26px;
        margin-top: -13px; }

    .fancybox-nav span:before {
        font-size: 18px;
        line-height: 26px; }

    .fancybox-prev span {
        left: 10px; }

    .fancybox-next span {
        right: 10px; } }
/* Google Custom Maps */
.acf-map {
    width: 100%;
    height: 400px; }

@media only screen and (max-width: 767px) {
    .acf-map {
        height: 280px; } }
/* Woocommerce -  Custom Code */
.woocommerce-bg {
    width: 100%;
    float: left;
    background: #f8f8f8; }

.container .woocommerce-bg {
    background: none; }

.container .woocommerce-bg .container {
    padding: 0; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #dddddd;
    border-color: #f62b00;
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 30px 0 !important; }

.woocommerce .woocommerce-info::before {
    color: #f62b00; }

.woocommerce .woocommerce-message::before {
    color: #f62b00; }

.woocommerce .woocommerce-info a {
    color: #f62b00;
    text-decoration: underline; }

.woocommerce .woocommerce-info a:hover {
    color: #e21b1b; }

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce_info .button {
    white-space: normal !important;
    height: auto !important;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 1.2em !important;
    letter-spacing: 0.04em !important;
    background: #e21b1b !important;
    margin: 0 0 0 20px;
    padding-top: 12px !important;
    padding-bottom: 10px !important; }

.woocommerce .woocommerce-message .button:after,
.woocommerce .woocommerce_info .button:after {
    top: 42%;
    line-height: 1.2em;
    margin-top: -3px; }

@media only screen and (max-width: 559px) {
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-info .button {
        width: 100%;
        margin: 0 0 10px 0 !important; } }
@media only screen and (max-width: 479px) {
    .woocommerce .woocommerce-info a {
        width: 100%;
        float: left; } }
.sitemap-pages .page_item_has_children .children {
    padding: 0 0 0 30px; }

.nav-bar .search-area {
     margin-left: 35px;
	 }
.nav-bar .search-area a {
    color: #333333; }
.nav-bar .search-area a:hover {
    color: #f62b00; }
.nav-bar .search-area .searchform {
	position: relative;
	width: 140px;
     }
.nav-bar .search-area .searchform.active {
    display: block; }
.nav-bar .search-area .searchform .input{
    border-width: 0 0 1px 0;
    padding: 0 !important;
    height: 28px;
}	
.nav-bar .search-area .searchform .input:focus{
	border-color: #000;
}
.nav-bar .search-area .searchform .input:focus + .search-btn{
	background-color: #000;
}

.nav-bar .search-area .search-btn {
	width: 32px;
    font-size: 14px;
    line-height: 18px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: #898989;
    height: 28px;
    color: #FFF; 
	border-radius: 2px;
}

@media (max-width: 979px){
	.nav-bar .search-area{
		position: static;
		margin: 10px auto 0;
		float: none !important;
		overflow: hidden;
		padding: 0 30px;
	}
	.nav-bar .search-area .searchform{
		width: 100%;
	}
}
@media (max-width: 767px){
	.nav-bar .search-area{
		padding: 8px 6%;
	}
}
.search-list-item p {
    padding: 0 0 20px;
    line-height: 1.4;
    /* max-width: 730px; */ }
.search-list-item a.btn {
    line-height: 40px;
    height: 40px; }

.search-list-item .img-container {
    width: 200px;
    height: 125px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.search-list-item .img-container img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
}
.search-list-item .entry-content a{
	color: #000;
	text-decoration: none;
}
.search-list-item .entry-content .btn{
	background: #000;
	color: #FFF;
}
/*# sourceMappingURL=style.css.map */


/* Fixer CSS */
.blog-details figure img {
    width: auto; }

#pagination {
    margin: 40px 0 0;
    float: left;
}

#pagination .navigation li a,
#pagination .navigation li a:hover,
#pagination .navigation li.active a,
#pagination .navigation li.disabled {
    color: #fff;
    text-decoration:none;
    margin-right: 3px;
}

#pagination .navigation li {
    display: inline;
}

#pagination .navigation li a,
#pagination .navigation li a:hover,
#pagination .navigation li.active a,
#pagination .navigation li.disabled {
    background-color: #f62b00;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

#pagination .navigation li a:hover,
#pagination .navigation li.active a {
    background-color: #e21b1b;
}

#gform_fields_2 li:nth-child(3) {
    width: 100% !important; }

#gform_fields_2 li:nth-child(4) {
    width: 100% !important;
    float: left !important; }


.ceramics-details strong {
    font-weight: 600;
}
.single-product .article-list .article figure{
    height: auto;
}
.single-product .article-list .article figure a {display:block !important; position: relative;}
.single-product .article-list .article figure a:before{
    content: "";
    display: block;
    padding-top: 200%;
}
.single-product .article-list .article figure a img{
    top: 0;
    height: 100%;
    transform: translate(0,0);
    object-fit: cover;
}

@media screen and (max-width:979px) {
    .nav-bar nav ul li.menu-item-has-children .tooglebtn {}
    .nav-bar nav ul li.menu-item-has-children .tooglebtn:after{
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        position: absolute;
        right: 25px;
        width:20px;
        height:20px;
        font-size: 17px;
        top: 8px;
    }
    .nav-bar nav ul li.menu-item-has-children .tooglebtn.active:after {
        content: "\f068";
    }
    .nav-bar nav ul li ul li .tooglebtn {display:none;}
    .nav-bar nav ul li ul.sub-menu {display:none !important;}
    .nav-bar nav ul li ul.sub-menu.open {display: block !important;}
    .nav-bar nav ul li.menu-item-has-children .tooglebtn {
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 17px;
        top: 8px;
        cursor:pointer;
    }
}


.nav-bar .search-area {
	float: left;
}

.nav-bar .search-area a {
    color: #333333;
}

.nav-bar .search-area a:hover {
    color: #f62b00;
}

.nav-bar .search-area .searchform {
   
}

.nav-bar .search-area .searchform.active {
    display: block;
}

.nav-bar .search-area .search-btn {
	position: absolute;
    top: 0;
    right: 0;
}
.nav-bar .search-area .search-btn:hover{
	background-color: #000;
}
.nav-bar .search-area .search-btn .fa{
	color: #FFF;
}
.search-list-item p {
    padding: 0 0 20px;
    line-height: 1.4;
    max-width: 730px;
}

.search-list-item a.btn {
    line-height: 40px;
    height: 40px;
}

/* QA 3/3/2020 */

.banner-cont > .container{
	overflow: hidden;
    padding: 0 60px;
}
@media (max-width: 425px){
	.banner-cont > .container{
    	padding: 0 30px;
    }
}

@media (min-width: 980px) and (max-width: 1199px){
	.top-bar .logo{
		top: -8px;
	}
	.nav-bar nav ul li{
	    margin: 0 15px 0 0;
	}
}

@media (min-width: 426px) and (max-width: 768px){
	.top-bar .logo{
		top: -8px;
	}
}
@media (max-width: 425px){
	.header-main .top-bar .logo{
	    width: 200px;
	    top: -8px;
	}
	.top-bar .shopping-cart{
		margin: 0 50px 0 0;
	}
}

section.promo-banner {
	padding: 35px 0 30px 0;
    background: #000000;
    clear: both;
    margin-top: -5px;
}

section.promo-banner .container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

section.promo-banner .row {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}


section.promo-banner .col-6 {
	width: 50%;
}

section.promo-banner  .left {
	text-align: left;
}

section.promo-banner  .right {
	text-align: right;
}

@media (max-width: 1023px) {
	section.promo-banner .col-6 {
		width: 100%;
		text-align: center!important;
	}
	section.promo-banner .row .col-6:not(:last-child) {
		margin-bottom: 20px;
	}
}

section.promo-banner h2
{
	color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 60px;
}

section.promo-banner h3 {
	color: #ffffff;
    word-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', sans-serif;
    padding-bottom: 0;
}

section.promo-banner hr {
	background-color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	height: 8px;
	width: 60px;
	display: inline-block;
}

section.promo-banner .button-group span {
	color: #ffffff;
	margin-right: 30px;
	display: inline-block;
}
section.promo-banner .button-group,
section.promo-banner .logo {
	margin: 15px 0;
}
section.promo-banner .logo img{
    max-width: 350px;
    width: 100%;
}
section.promo-banner .button-group a {
	font-size: 16px;
    line-height: 1;
    background-color: #fff;
    padding: 15px 30px;
    color: #532a2a;
    display: inline-block;
    text-decoration: none;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', Arial, Helvetica, sans-serif;
}
section.promo-banner .button-group a:hover{
	background: #2a1820;
    color: #FFF;
}
@media (min-width: 980px){
	.header-main .nav-bar nav{
		width: 100%;
	}
	.header-main .nav-bar nav ul#menu-primary-menu{
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
}

.home .cta-list {
    padding: 0;
}
.cta-list .article-bg {
    width: 100% !important;
    margin: 0 auto;
	padding: 0;
    display: flex;
    justify-content: center;
}
.home .cta-list article {
    margin: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.home .cta-list article a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.home .cta-list article a:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid transparent;
    display: block;
    z-index: 1;
}
.home .cta-list article a:hover:before {
	border-color: #FFFFFF
}
header.header-main{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header.header-main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body.admin-bar header.header-main.fixed {
	top: 32px;
}
header.header-main.fixed .top-bar{
	height: 60px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header.header-main.fixed .top-bar img.site-logo {
    height: 60px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header.header-main.fixed .nav-bar .contact-us{
	margin-top: -70px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
    margin: 0;
    height: 260px;
    overflow: hidden;
    margin-bottom: 30px;
}
.error404 .entry-content form#searchform input#s {
    width: calc(100% - 130px) !important;
    height: 50px;
}

@media (min-width: 992px){
	.nav-bar nav ul li ul.sub-menu {
		display: block;
		position: absolute;
		top: 100%;
		background: #b2282f;
		right: 0;
		text-align: right;
		width: 200px;
		padding: 10px 0;
		border-top: 2px solid #2a1820;
		visibility: hidden;
		opacity: 0;
		transform: translateY(10px);
		transition: all 0.5s;
	}
	.nav-bar nav ul li:hover > ul.sub-menu {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
	.nav-bar nav ul li ul.sub-menu li {
		display: block;
		margin: 0;
		animation: 0;
		width: 100%;
	}
	.nav-bar nav ul li ul.sub-menu li a {
		display: block;
		width: 100%;
		padding: 5px 15px;
		float: none;
		line-height: 24px;
		color: #FFF;
	}
	.nav-bar nav ul li ul.sub-menu li a:hover {
		background: #2a1820;
	}
    .woocommerce ul.products li.product.product-category, 
    .woocommerce-page ul.products li.product.product-category{
        height: 500px;
    }
}

body .gform_wrapper ul li.gfield label.gfield_label {
    display: block;
    font-size: 16px !important;
    color: #000 !important;
}
body .gform_wrapper .top_label div.ginput_container {
	overflow: hidden;
	clear: both;
}
.banner-main{
	background: black;
}
.banner-main,
.banner-main #hero-home figure{
    height: calc(100vh - 110px);
}
body.admin-bar .banner-main,
body.admin-bar .banner-main #hero-home figure{
    height: calc(90vh - 142px);
}
.banner-main #hero-home figure img{
    height: 100%;
    margin: 0;
    object-fit: cover;
    min-width: 0;
}
.gform_wrapper .validation_error,
.gform_wrapper .hidden_label > .gfield_label,
.gform_wrapper ul.gform_fields li.gfield.gfield_error .validation_message,
.gform_validation_container, .gform_wrapper .gform_validation_container, 
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, 
body .gform_wrapper li.gform_validation_container, 
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}
.gform_wrapper ul.gform_fields{}
.gform_wrapper ul.gform_fields li.gfield {
   /* padding-bottom: 20px;*/
}
.gform_wrapper ul.gform_fields li.gfield:not(.gform_hidden) {
    padding-bottom: 20px;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error input{
    border-color: red;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error .ginput_recaptcha + .validation_message {
    display: block !important;
    position: static !important;
    font-size: 12px;
    color: red;
    padding: 5px 0;
}

.gallery-slider{}
.gallery-slider #gallery-largeimage{
    margin-bottom: 5px;
}
.gallery-slider #gallery-largeimage figure{
    display: block;
    height: 400px;
    overflow: hidden;
}
.gallery-slider #gallery-largeimage figure a {
    display: block;
    height: 100%;
    position: relative;
}
.gallery-slider #gallery-largeimage figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
	height: 100%;
    object-fit: cover;
}
@media (min-width: 1024px){
	.gallery-slider #gallery-largeimage figure{
		height: 600px;
	}
}
/* #end file */
.article-list3 .products .figure-bg figure{
    height: auto;
}
.article-list3 .products .figure-bg figure a{
    display: block;
    position: relative;
}
.article-list3 .products .figure-bg figure a:before{
    content: "";
    display: block;
    padding-top: 200%;
}
.article-list3 .products .figure-bg figure a img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate(0,0);
    position: absolute !important;
}
.article-list2 .figure-bg .thumbnails .custom-variable .article{
    height: auto;
}

.article-list3 .products > .article .figure-bg > figure a:before{
    padding-top: 0;
    height: 226px;
}
.article-list3 .products > .article .figure-bg > figure a img{
    object-fit: cover;
}

@media (max-width: 767px){
    .article-list3 .products > .article .figure-bg > figure a:before{
        padding-top: 75%;
        height: auto;
    }
}

.gform_footer input.gform_button {
    line-height: 1;
	color: #FFFFFF !important;
	background: #e21b1b !important;
	-webkit-appearance: none;
}


.top-bar .logo {
    width: 250px;
}
.article-list2 .article {
    opacity: 1 !important;
}
.pre-footer li{
    width:24%;
    float:left;
}
.footer-main{
    color: #FFF;
}

.footer-main h3{
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 40px;
    clear: both;
    color: #FFF;
    margin-bottom: 5px;
}
.footer-main a{
    color:#FFFFFF;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', sans-serif;
    font-size:16px;
    text-decoration:none;
    display:block;
    line-height: 20px;
}
.footer-main a:hover{
    color: #e21b1b;
}
.footer-main span{
    color:#FFFFFF;
}
.footer-main p{
    color:#FFFFFF;
    font-family: 'AvenirNextLTPro-Cn', 'Open Sans', sans-serif;
    font-size:14px;
    text-decoration:none;
    display:block;
    line-height: 20px;
}
.social-footer a{
    display:inline-block !important;
}  

.social-footer2 a{
    display:inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 20px !important;
    margin-right: 20px;
}
.footer-bottom{
/*     border-top:1px solid #e3e3e3;
    margin-top:30px; */
}
.footer-bottom p{
    padding-top:20px;
	float: left;
}
.footerw-2{
    width: 22%; 
    margin-left: 35px;
}

.pre-footer ul{
    display: grid;
    grid-template-columns: 1fr 180px 1fr 1fr;
    grid-gap: 30px;
}
.pre-footer ul li{
    width: 100%;
    margin: 0;
}

 @media only screen and (max-width: 767px) {
    .pre-footer ul{
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 414px) {
    .pre-footer ul{
        grid-template-columns: 1fr;
    }
}

.top-bar{
    background:#fff !important;
}
.banner-cont .pinterest{
    display:none !important;
}
.nav-bar .contact-us p a{
    color:#000 !important;
}

.top-bar .shopping-cart {
    width: 64px;
    height: 64px;
    float: right;
    background: url(images/basket.png) no-repeat top center !important;
    background-size: 40px !important;
    margin: -6px 12px 0 65px;
    position: relative;
}
.top-bar .shopping-cart .count{
    right:5px;
}

.nav-bar {
    background: #EFEFEF !important;
}

.menu-btn .icon-bar span::after{
    background:#000 !important;
}
.menu-btn .icon-bar span::before{
    background:#000 !important;
}
.menu-btn .icon-bar span{
    background:#000 !important;
}

@media only screen and (max-width: 979px) {
.top-bar .shopping-cart {
    background-size: 30px auto !important;
    margin: 15px 27px 0 65px;
    position: relative;
}
    .menu-btn .icon-bar{
        margin-top:10px;
    }
    .top-bar .logo img {
        margin-top: 15px;
    max-height: 100%;
    height: 50px;
    width: auto;
    }
    header.header-main.fixed .top-bar img.site-logo{
        height: 45px;
    }
    .top-bar .logo {
        width: 244px;
    }
    .menu-btn {
        top: 35px;
    }
    .top-bar {
        height: 65px;
    }
}
@media only screen and (max-width: 767px) {
	.top-bar .logo img{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 450px) {
    .top-bar .logo {
    width: 180px !important;
}
    
.top-bar .shopping-cart {
    margin: 15px 27px 0 0px !important;
}
    
}
.content-inner3{
    /*background:#fff;*/
}
.nav-bar{
    background:#fff !important;
    box-shadow:none !important;
    border:0px solid #2C2D2F;
    border-left:0px;
    border-right:0px;
}
/*.page-id-21 .nav-bar{
    background:#fff !important;
    border:0px !important;
}*/

/*.page-id-17 .nav-bar{
    background:#fff !important;
    border:0px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}*/

.nav-bar2{
    background:#fff !important;
}
.nav-bar2 nav ul li a{
    color:#333;
}
.nav-bar2 nav ul li.current-menu-item > a{
    color:#e21b1b;
}

.cta-list .article-bg{
    width:100% !important;
    margin:0 auto;
}
body{
    background:#fff !important;
}
.nav-bar2 nav ul li:hover > a{
    color:#e21b1b !important;
}
.content-inner3{
    background:#fff !important;
}
.single-be-gallery .blog-details {
    padding-top: 25px;
}
body.single-product #fancybox-thumbs.bottom {
    display: none;
}
.single .fancybox-wrap div a.fancybox-thumbs {
    display: block;
    overflow: hidden;
    height: 100%;
}
.single .fancybox-wrap div a.fancybox-thumbs img {
    max-height: 100%;
	width: 100%;
	object-fit: cover;
}
.pum-theme-lightbox .pum-container{
	max-width: 90vw;
}
@media (max-width: 768px){
	body .gform_wrapper div.ginput_recaptcha > div {
		transform: scale(0.85);
		transform-origin: 0 0;
	}
}

.single-be-gallery .flex-control-paging {
    display: none;
}
iframe,
.blog-details iframe {
    max-width: 100%;
}

div#gallery-smallimage.flex-centered ul.slides {
    width: 100% !important;
    text-align: center;
	transform: translate3d(0px, 0px, 0px) !important;
}
div#gallery-smallimage.flex-centered ul.slides li {
    display: inline-block !important;
    float: none !important;
}

.single.single-product .fancybox-wrap div a.fancybox-thumbs{
	position: relative;
    display: block;
    width: 400px;
    max-width: 80vw;
    overflow: hidden;
}
.single.single-product .fancybox-wrap div a.fancybox-thumbs:before {
    content: "";
    display: block;
    padding-top: 200%;
}
.single.single-product .fancybox-wrap div a.fancybox-thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
