/*------------------------------------*\
    Box Sizing
\*------------------------------------*/

* { box-sizing: border-box; }

/*------------------------------------*\
    Wrappers
\*------------------------------------*/

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.container { max-width: 1000px; width: 100%; }

/*------------------------------------*\
    Bootstrap
\*------------------------------------*/

.row {
    margin-left: -15px;
    margin-right: -15px;
}
[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width: 1025px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .leather-list [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

[class*="col-xxs-"] { float:left; }

.col-xxs-12 { width: 100%; }
.col-xxs-11 { width: 91.66666667%; }
.col-xxs-10 { width: 83.33333333%; }
.col-xxs-9  { width: 75%; }
.col-xxs-8  { width: 66.66666667%; }
.col-xxs-7  { width: 58.33333333%; }
.col-xxs-6  { width: 50%; }
.col-xxs-5  { width: 41.66666667%; }
.col-xxs-4  { width: 33.33333333%; }
.col-xxs-3  { width: 25%; }
.col-xxs-2  { width: 16.66666667%; }
.col-xxs-1  { width: 8.33333333%; }

.col-xxs-pull-12 { right: 100%; }
.col-xxs-pull-11 { right: 91.66666667%; }
.col-xxs-pull-10 { right: 83.33333333%; }
.col-xxs-pull-9  { right: 75%; }
.col-xxs-pull-8  { right: 66.66666667%; }
.col-xxs-pull-7  { right: 58.33333333%; }
.col-xxs-pull-6  { right: 50%; }
.col-xxs-pull-5  { right: 41.66666667%; }
.col-xxs-pull-4  { right: 33.33333333%; }
.col-xxs-pull-3  { right: 25%; }
.col-xxs-pull-2  { right: 16.66666667%; }
.col-xxs-pull-1  { right: 8.33333333%; }
.col-xxs-pull-0  { right: auto; }

.col-xxs-push-12 { left: 100%; }
.col-xxs-push-11 { left: 91.66666667%; }
.col-xxs-push-10 { left: 83.33333333%; }
.col-xxs-push-9  { left: 75%; }
.col-xxs-push-8  { left: 66.66666667%; }
.col-xxs-push-7  { left: 58.33333333%; }
.col-xxs-push-6  { left: 50%; }
.col-xxs-push-5  { left: 41.66666667%; }
.col-xxs-push-4  { left: 33.33333333%; }
.col-xxs-push-3  { left: 25%; }
.col-xxs-push-2  { left: 16.66666667%; }
.col-xxs-push-1  { left: 8.33333333%; }
.col-xxs-push-0  { left: auto; }

.col-xxs-offset-12 { margin-left: 100%; }
.col-xxs-offset-11 { margin-left: 91.66666667%; }
.col-xxs-offset-10 { margin-left: 83.33333333%; }
.col-xxs-offset-9  { margin-left: 75%; }
.col-xxs-offset-8  { margin-left: 66.66666667%; }
.col-xxs-offset-7  { margin-left: 58.33333333%; }
.col-xxs-offset-6  { margin-left: 50%; }
.col-xxs-offset-5  { margin-left: 41.66666667%; }
.col-xxs-offset-4  { margin-left: 33.33333333%; }
.col-xxs-offset-3  { margin-left: 25%; }
.col-xxs-offset-2  { margin-left: 16.66666667%; }
.col-xxs-offset-1  { margin-left: 8.33333333%; }
.col-xxs-offset-0  { margin-left: 0%; }

@media (min-width: 600px) {
    [class*="col-xs-"] {float:left;}

    .col-xs-12 { width: 100%; }
    .col-xs-11 { width: 91.66666667%; }
    .col-xs-10 { width: 83.33333333%; }
    .col-xs-9  { width: 75%; }
    .col-xs-8  { width: 66.66666667%; }
    .col-xs-7  { width: 58.33333333%; }
    .col-xs-6  { width: 50%; }
    .col-xs-5  { width: 41.66666667%; }
    .col-xs-4  { width: 33.33333333%; }
    .col-xs-3  { width: 25%; }
    .col-xs-2  { width: 16.66666667%; }
    .col-xs-1  { width: 8.33333333%; }

    .col-xs-pull-12 { right: 100%; }
    .col-xs-pull-11 { right: 91.66666667%; }
    .col-xs-pull-10 { right: 83.33333333%; }
    .col-xs-pull-9  { right: 75%; }
    .col-xs-pull-8  { right: 66.66666667%; }
    .col-xs-pull-7  { right: 58.33333333%; }
    .col-xs-pull-6  { right: 50%; }
    .col-xs-pull-5  { right: 41.66666667%; }
    .col-xs-pull-4  { right: 33.33333333%; }
    .col-xs-pull-3  { right: 25%; }
    .col-xs-pull-2  { right: 16.66666667%; }
    .col-xs-pull-1  { right: 8.33333333%; }
    .col-xs-pull-0  { right: auto; }

    .col-xs-push-12 { left: 100%; }
    .col-xs-push-11 { left: 91.66666667%; }
    .col-xs-push-10 { left: 83.33333333%; }
    .col-xs-push-9  { left: 75%; }
    .col-xs-push-8  { left: 66.66666667%; }
    .col-xs-push-7  { left: 58.33333333%; }
    .col-xs-push-6  { left: 50%; }
    .col-xs-push-5  { left: 41.66666667%; }
    .col-xs-push-4  { left: 33.33333333%; }
    .col-xs-push-3  { left: 25%; }
    .col-xs-push-2  { left: 16.66666667%; }
    .col-xs-push-1  { left: 8.33333333%; }
    .col-xs-push-0  { left: auto; }

    .col-xs-offset-12 { margin-left: 100%; }
    .col-xs-offset-11 { margin-left: 91.66666667%; }
    .col-xs-offset-10 { margin-left: 83.33333333%; }
    .col-xs-offset-9  { margin-left: 75%; }
    .col-xs-offset-8  { margin-left: 66.66666667%; }
    .col-xs-offset-7  { margin-left: 58.33333333%; }
    .col-xs-offset-6  { margin-left: 50%; }
    .col-xs-offset-5  { margin-left: 41.66666667%; }
    .col-xs-offset-4  { margin-left: 33.33333333%; }
    .col-xs-offset-3  { margin-left: 25%; }
    .col-xs-offset-2  { margin-left: 16.66666667%; }
    .col-xs-offset-1  { margin-left: 8.33333333%; }
    .col-xs-offset-0  { margin-left: 0%; }
}

@media (min-width: 768px) {
    [class*="col-sm-"] {float:left;}

    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-9  { width: 75%; }
    .col-sm-8  { width: 66.66666667%; }
    .col-sm-7  { width: 58.33333333%; }
    .col-sm-6  { width: 50%; }
    .col-sm-5  { width: 41.66666667%; }
    .col-sm-4  { width: 33.33333333%; }
    .col-sm-3  { width: 25%; }
    .col-sm-2  { width: 16.66666667%; }
    .col-sm-1  { width: 8.33333333%; }

    .col-sm-pull-12 { right: 100%; }
    .col-sm-pull-11 { right: 91.66666667%; }
    .col-sm-pull-10 { right: 83.33333333%; }
    .col-sm-pull-9  { right: 75%; }
    .col-sm-pull-8  { right: 66.66666667%; }
    .col-sm-pull-7  { right: 58.33333333%; }
    .col-sm-pull-6  { right: 50%; }
    .col-sm-pull-5  { right: 41.66666667%; }
    .col-sm-pull-4  { right: 33.33333333%; }
    .col-sm-pull-3  { right: 25%; }
    .col-sm-pull-2  { right: 16.66666667%; }
    .col-sm-pull-1  { right: 8.33333333%; }
    .col-sm-pull-0  { right: auto; }

    .col-sm-push-12 { left: 100%; }
    .col-sm-push-11 { left: 91.66666667%; }
    .col-sm-push-10 { left: 83.33333333%; }
    .col-sm-push-9  { left: 75%; }
    .col-sm-push-8  { left: 66.66666667%; }
    .col-sm-push-7  { left: 58.33333333%; }
    .col-sm-push-6  { left: 50%; }
    .col-sm-push-5  { left: 41.66666667%; }
    .col-sm-push-4  { left: 33.33333333%; }
    .col-sm-push-3  { left: 25%; }
    .col-sm-push-2  { left: 16.66666667%; }
    .col-sm-push-1  { left: 8.33333333%; }
    .col-sm-push-0  { left: auto; }

    .col-sm-offset-12 { margin-left: 100%; }
    .col-sm-offset-11 { margin-left: 91.66666667%; }
    .col-sm-offset-10 { margin-left: 83.33333333%; }
    .col-sm-offset-9  { margin-left: 75%; }
    .col-sm-offset-8  { margin-left: 66.66666667%; }
    .col-sm-offset-7  { margin-left: 58.33333333%; }
    .col-sm-offset-6  { margin-left: 50%; }
    .col-sm-offset-5  { margin-left: 41.66666667%; }
    .col-sm-offset-4  { margin-left: 33.33333333%; }
    .col-sm-offset-3  { margin-left: 25%; }
    .col-sm-offset-2  { margin-left: 16.66666667%; }
    .col-sm-offset-1  { margin-left: 8.33333333%; }
    .col-sm-offset-0  { margin-left: 0%; }
}

@media (min-width: 1025px) {
  [class*="col-md-"] {float:left;}

  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9  { width: 75%; }
  .col-md-8  { width: 66.66666667%; }
  .col-md-7  { width: 58.33333333%; }
  .col-md-6  { width: 50%; }
  .col-md-5  { width: 41.66666667%; }
  .col-md-4  { width: 33.33333333%; }
  .col-md-3  { width: 25%; }
  .col-md-2  { width: 16.66666667%; }
  .col-md-1  { width: 8.33333333%; }

  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9  { right: 75%; }
  .col-md-pull-8  { right: 66.66666667%; }
  .col-md-pull-7  { right: 58.33333333%; }
  .col-md-pull-6  { right: 50%; }
  .col-md-pull-5  { right: 41.66666667%; }
  .col-md-pull-4  { right: 33.33333333%; }
  .col-md-pull-3  { right: 25%; }
  .col-md-pull-2  { right: 16.66666667%; }
  .col-md-pull-1  { right: 8.33333333%; }
  .col-md-pull-0  { right: auto; }

  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9  { left: 75%; }
  .col-md-push-8  { left: 66.66666667%; }
  .col-md-push-7  { left: 58.33333333%; }
  .col-md-push-6  { left: 50%; }
  .col-md-push-5  { left: 41.66666667%; }
  .col-md-push-4  { left: 33.33333333%; }
  .col-md-push-3  { left: 25%; }
  .col-md-push-2  { left: 16.66666667%; }
  .col-md-push-1  { left: 8.33333333%; }
  .col-md-push-0  { left: auto; }

  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9  { margin-left: 75%; }
  .col-md-offset-8  { margin-left: 66.66666667%; }
  .col-md-offset-7  { margin-left: 58.33333333%; }
  .col-md-offset-6  { margin-left: 50%; }
  .col-md-offset-5  { margin-left: 41.66666667%; }
  .col-md-offset-4  { margin-left: 33.33333333%; }
  .col-md-offset-3  { margin-left: 25%; }
  .col-md-offset-2  { margin-left: 16.66666667%; }
  .col-md-offset-1  { margin-left: 8.33333333%; }
  .col-md-offset-0  { margin-left: 0%; }
}

@media (min-width: 1200px) {
  [class*="col-lg-"] {float:left;}

  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9  { width: 75%; }
  .col-lg-8  { width: 66.66666667%; }
  .col-lg-7  { width: 58.33333333%; }
  .col-lg-6  { width: 50%; }
  .col-lg-5  { width: 41.66666667%; }
  .col-lg-4  { width: 33.33333333%; }
  .col-lg-3  { width: 25%; }
  .col-lg-2  { width: 16.66666667%; }
  .col-lg-1  { width: 8.33333333%; }

  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9  { right: 75%; }
  .col-lg-pull-8  { right: 66.66666667%; }
  .col-lg-pull-7  { right: 58.33333333%; }
  .col-lg-pull-6  { right: 50%; }
  .col-lg-pull-5  { right: 41.66666667%; }
  .col-lg-pull-4  { right: 33.33333333%; }
  .col-lg-pull-3  { right: 25%; }
  .col-lg-pull-2  { right: 16.66666667%; }
  .col-lg-pull-1  { right: 8.33333333%; }
  .col-lg-pull-0  { right: auto; }

  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9  { left: 75%; }
  .col-lg-push-8  { left: 66.66666667%; }
  .col-lg-push-7  { left: 58.33333333%; }
  .col-lg-push-6  { left: 50%; }
  .col-lg-push-5  { left: 41.66666667%; }
  .col-lg-push-4  { left: 33.33333333%; }
  .col-lg-push-3  { left: 25%; }
  .col-lg-push-2  { left: 16.66666667%; }
  .col-lg-push-1  { left: 8.33333333%; }
  .col-lg-push-0  { left: auto; }

  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9  { margin-left: 75%; }
  .col-lg-offset-8  { margin-left: 66.66666667%; }
  .col-lg-offset-7  { margin-left: 58.33333333%; }
  .col-lg-offset-6  { margin-left: 50%; }
  .col-lg-offset-5  { margin-left: 41.66666667%; }
  .col-lg-offset-4  { margin-left: 33.33333333%; }
  .col-lg-offset-3  { margin-left: 25%; }
  .col-lg-offset-2  { margin-left: 16.66666667%; }
  .col-lg-offset-1  { margin-left: 8.33333333%; }
  .col-lg-offset-0  { margin-left: 0%; }
}

/*------------------------------------*\
    Clearfix - Apply clearing without adding additional markup
\*------------------------------------*/

.clearfix:before, .clearfix:after,
.container:before, .container:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both; }

/*------------------------------------*\
    Flexbox - Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
\*------------------------------------*/

/*.flexbox {
    display: table;
    width: 100%;
}
    html.flexbox {
        display: block;
        width: auto;
    }
    .flexbox-item {
        display: table-cell;
        vertical-align: middle;
    }

@media (min-width: 1200px) {
    .flex-container {
        padding-left: 50px;
    }
}*/

@media (min-width:  1025px) {
    .row-flex { display: flex; }
        .flex-container {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
        }
}

/*------------------------------------*\
    Slick
\*------------------------------------*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    right: 0px;
    bottom: -43px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0px;
}
.js-homeslider .slick-dots {
    left: -1134px;
    margin-bottom: 27px;
}
    .slick-dots li {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #cacaca;
        border: 1px #cacaca solid;
        background-color: #cacaca;
        border-radius: 50%;
        /*transform:rotate(45deg);*/
        cursor: pointer;
    }
    .slick-dots li:not(:last-child) {
        margin-right: 15px;
    }
    .slick-dots .slick-active {
        background: #2e2e2e;
        border: 1px solid #2e2e2e;
    }
    .slick-dots li button {
        display: none;
    }

/*------------------------------------*\
    Effects
\*------------------------------------*/

/*a,
a:after,
a:before,

.btn,
.btn:after,
.btn:before,

input,
button,
select,
textarea,
.menu-icon span {
    -webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}*/

.widget-container a,
.hovered-btn img:nth-child(1),
.faq-icon span,
.faq-item h4 {
    -webkit-transition: all 200ms ease-in-out;
       -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
         -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}

.home-prev,
.home-next {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

/*------------------------------------*\
    Default Style
\*------------------------------------*/

html {
    position: relative;
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
ul { list-style: none; }
li { display: inline-block; }
a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    outline: none !important;
}

h2 {
    color: #5d2c03;
    font-size: 19px;
    margin-top: 25px;
}

ol,
p {
    color: rgb(51,51,51);
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}
ol { counter-reset: my-awesome-counter; }
    ol li {
        counter-increment: my-awesome-counter;
        position: relative;
        padding-left: 15px;
    }
    ol li::before {
        content: counter(my-awesome-counter) ".";
        position: absolute;
        top: 0;
        left: 0;
    }
    ol li:not(:first-child) { margin-top: 10px; }
    
strong { color: #613409; }
p a { color: rgb(51,51,51); }
p a:hover { color: #613409; }
p img {
    float: left;
    margin-right: 10px;
    width: 160px;
}

@media(min-width: 1025px) {
    p:first-child { margin-top: 0; }
    h2 {
        font-size: 24px;
        margin-top: 0;
        padding-bottom: 10px;
    }
    p img {
        width: 240px;
        margin-right: 15px;
    }
}

/*------------------------------------*\
    Global Style
\*------------------------------------*/

.page-header,
.nav-primary,
.page-main,
.page-content,
.page-footer,
.masthead {
    float: left;
    width: 100%;
    position: relative;
}

.page-main { margin-top: 74px; }
.content-section { 
    padding: 35px 0;
    border-top: 1px solid #bdbdbd;
}
.content-section:first-child {
    margin-top: 25px;
    border-top: 0;
}

.wimg {
    position: relative;
    padding-left: 25px;
}
    .wimg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
    }

.container .row:not(:first-child) { margin-top: 20px; }
.img-content { margin-top: 20px; }
.mtimg { margin-top: 25px; }
.bottom-img {
    max-width: 850px !important;
    width: 100%;
    margin: 0 auto;
}
.download-link {
    color: rgb(102,102,102);
    font-size: 14px;
    line-height: 22px;
}
.download-link:hover { color: #613409; }
.download-link:first-child { margin-bottom: 10px; }
.download-link:last-child { margin-top: 10px; }

.relative-div { position: relative; }
    .hovered-btn { position: relative; }
    .hovered-btn:hover img:nth-child(1) { opacity: 0; }
    .hovered-btn img:nth-child(2) {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
    }
    .hovered-btn img:nth-child(1) { opacity: 1; }
    .price-list-btn {
        position: absolute;
        top: 0;
        right: 15px;
        width: 110px;
        z-index: 1;
    }
    .learnmore-btn {
        margin-top: 20px;
    }

.leather-list { margin-top: 30px !important; }
    .leather-name {
        font-size: 14px;
        display: block;
        padding: 15px 0;
    }

@media(min-width: 1025px) {
    .page-main,
    .mtimg { margin-top: 0; }
    .mtdimg { margin-top: 20px; }
    .wimg { padding-left: 35px; }
        .wimg img {
            width: 25px;
            top: 2px;
        }

    .price-list-btn {
        right: 20px;
        width: 135px;
    }
    .masterchair-features-btn-container {
        text-align: right;
        margin-bottom: 20px;
    }

    .leather-list { margin-top: 50px !important; }

    .content-section:last-child { margin-bottom: 40px; }
}

/*------------------------------------*\
    Header
\*------------------------------------*/

.page-header {
	background-color: #fff;
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
	.logo { width: 160px; }
	.menu-icon {
		top: 13px;
		position: absolute;
		right: 15px;
		cursor: pointer;
		width: 30px;
	}
		.menu-icon span {
			display: block;
		    width: 100%;
		    height: 2px;
		    background-color: #000;
		}
		.menu-icon span:not(:last-child) { margin-bottom: 5px; }

@media(min-width: 1025px) {
	.page-header {
		position: relative;
		padding: 0 0 10px;
		background-color: #fff;
	}
		.logo { width: 250px; }
		.nav-primary {
			display: inline-block;
		    width: auto;
		    float: right;
		    margin-top: 20px;
		}
			.nav-primary a {
				color: #565551;
				padding: 6px 10px 7px;
				border-radius: 3px;
			}
			.nav-primary a:hover,
            .nav-primary li.current_page_item a {
				background-repeat: repeat-x;
			    background-position: 0 0;
			    background-image: url(assets/images/menu_hover.png);
				color: #fff;
			}
}

/*------------------------------------*\
    Mobile Nav
\*------------------------------------*/

.mobile-nav-container {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    display: none;
}
	.nav-mobile-flex {
		display: flex;
	    align-items: center;
	    width: 100%;
	    height: 100vh;
    	text-align: center;
	}
		.nav-mobile-center {
			width: auto;
    		margin: 0 auto;
		}
			.mobile-nav li {
				display: block;
				line-height: 40px;
			}
				.mobile-nav li a {
					color: #565551;
				    font-weight: 600;
				    font-size: 25px;
				}

/*------------------------------------*\
    Masthead
\*------------------------------------*/

body.home .masthead-slider { border-top: 1px solid #ccc; }
.masthead-slider a img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.masthead-slider { opacity: 0; }

@media(min-width: 600px) {
	.masthead-slider a img { height: 400px; }
}

@media(min-width: 1025px) {
	.masthead-slider a img { height: 940px; }
}

.masthead-slider-container { position: relative; }
    .page-slider {
        box-shadow: 0 0 10px #333;
        position: relative;
    }
    .slider-prev {
        position: absolute;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 2;
        top: calc(50% - 25px);
        left: -65px;
    }
    .slider-next {
        position: absolute;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 2;
        top: calc(50% - 25px);
        right: -65px;
        transform: rotate(180deg);
    }
    .slider-prev:hover img:nth-child(1),
    .slider-next:hover img:nth-child(1) { opacity: 0; }
    .slider-prev:hover img:nth-child(2),
    .slider-next:hover img:nth-child(2) { opacity: 1; }
        .slider-prev img:nth-child(2),
        .slider-next img:nth-child(2) {
            position: absolute;
            z-index: -1;
            top: 0;
            right: 0;
            opacity: 0;
        }

    .slick-arrow { display: none !important; }

@media(min-width: 1025px) {
    .bottom-slider-line {
        position: absolute;
        left: -9px;
        bottom: -9px;
        width: calc(100% + 18px);
        z-index: 3;
        background-color: #fff;
        height: 9px;
    }
    .slick-arrow { display: block !important; }

    .home-prev {
        position: absolute;
        top: calc(50% - 37px);
        left: -40px;
        cursor: pointer;
        opacity: 0;
    }
    .home-next {
        position: absolute;
        top: calc(50% - 37px);
        right: -40px;
        cursor: pointer;
        opacity: 0;
        transform: rotate(180deg);
    }
    .masthead-slider-container:hover .home-prev {
        left: 6vw;
        opacity: .8;
    }
    .masthead-slider-container:hover .home-next {
        right: 6vw;
        opacity: .8;
    }
    .home-prev:hover,
    .home-next:hover { opacity: 1 !important; }
}

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


/*------------------------------------*\
    Table Content
\*------------------------------------*/

.table {
    margin: 10px auto 0;
    max-width: 800px;
    width: 100%;
    background-color: #e3e3e3;
    font-weight: normal;
}
    .table th {
        font-weight: normal;
        font-size: 14px;
    }
    .table thead th {
        font-size: 14px;
        height: 50px;
    }
    .table th:first-child {
        text-align: left;
    }

@media(min-width: 1025px) {
    .table thead th { font-size: 16px; }
}

/*------------------------------------*\
    PDF Download and BackToTop
\*------------------------------------*/

.content-main-container { position: relative; }
.widget-container {
    position: fixed;
    width: 50px;
    z-index: 8;
    right: 0;
    bottom: 14vh;
    overflow: hidden;
}
    .widget-container a {
        width: 100%;
        height: 42px;
        text-align: center;
        cursor: pointer;
    }
    .widget-container a div {
        width: 50px;
        height: 42px;
        background-color: #583414;
        padding-top: 6px;
    }
    .widget-container a:last-child div { padding-top: 6.5px; }

@media(min-width: 1025px) {
    .widget-container {
        width: 111px;
        bottom: calc(50vh - 21px);
        right: 18vw;
    }
        .widget-container a {
            float: left;
            width: 200%;
            margin-left: 61px;
        }
        .widget-container a:hover { margin-left: -50px; }
            .widget-container a div { float: left; }
            .widget-container a span {
                float: left;
                width: 111px;
                text-align: center;
                background-color: #5b5b5b;
                color: #fff;
                font-size: 12px;
                line-height: 18px;
                padding: 3px 0;
            }
}

/*------------------------------------*\
    FAQ
\*------------------------------------*/

/*.faq-column h3:not(:first-child) { margin-top: 40px; }*/
.faq-column h3 {
    color: #5d2c03;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px
}
.faq-container { margin-top: 20px; }
.faq-item:not(:last-child) { margin-bottom: 15px; }
    .faq-item h4 {
        cursor: pointer;
        width: 100%;
        background-color: #666;
        color: #fff;
        padding: 5px 40px 5px 40px;
        color: #fff;
        font-size: 16px;
        position: relative;
        line-height: 22px;
    }
    .faq-item h4::before {
        content: "Q:";
        display: block;
        position: absolute;
        top: 5px;
        left: 20px;
    }
        .faq-icon {
            position: absolute;
            width: 20px;
            height: 20px;
            top: calc(50% - 10px);
            right: 13px;
        }
            .faq-icon span {
                background-color: #fff;
                border-radius: 2px;
                position: absolute;
            }
            .faq-icon span:first-child {
                top: 25%;
                bottom: 25%;
                width: 10%;
                left: 45%;
            }
            .faq-icon span:last-child {
                left: 25%;
                right: 25%;
                height: 10%;
                top: 45%;
            }

    .faq-content { display: none; }
    .faq-content p {
        position: relative;
        padding: 10px 40px;
        text-align: justify;
        margin-top: 0;
    }
    .faq-content p::before {
        content: "A:";
        display: block;
        position: absolute;
        top: 10px;
        left: 20px;
    }

.faq-active .faq-icon span { transform: rotate(90deg); }
.faq-active .faq-icon span:last-child {
    left: 50%;
    right: 50%;
}
.faq-active h4 { background-color: #613409; }

@media(min-width: 1025px) {
    .faq-img img:not(:last-child) { margin-bottom: 40px !important; }
}

/*------------------------------------*\
    Warranty
\*------------------------------------*/

@media(min-width: 1025px) {
    .warranty-center-img {
        width: auto;
        margin: 0 auto;
    }
}

/*------------------------------------*\
    Privacy
\*------------------------------------*/

.privacy-content h3 {
    color: #613409;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
}
.privacy-content p { margin-top: 0; }
.privacy-content h3:not(:first-child),
.privacy-content p:last-child { margin-top: 35px; }

@media(min-width: 1025px) {
    .privacy-content h3:first-child { padding-top: 20px; }
    .corporate-center-img {
        width: auto;
        margin: 0 auto;
    }
}

/*------------------------------------*\
    Corporate
\*------------------------------------*/

.corporate-btn-container {
    text-align: center;
    margin-top: 20px;
}

@media(min-width: 1025px) {
    .corporate-btn-container { text-align: right; }
}

/*------------------------------------*\
    Contact
\*------------------------------------*/

.contact-item { text-align: center; }
.contact-item:not(:first-child) { margin-top: 20px; }
.contact-content-section-list h2 {
    margin-top: 0;
    text-align: center;
}
    .contact-item h3 {
        color: #613409;
        font-size: 16px;
        margin-top: 10px;
    }

.contact-top-content { text-align: center; }
.contact-top-content h2 { margin-bottom: 20px; }

@media(min-width: 768px) {
    .contact-item,
    .contact-content-section-list h2 { text-align: left; }
    .contact-item:nth-child(2) { margin-top: 0; }
}

@media(min-width: 1025px) {
    .contact-item-row {
        margin-left: -4px;
        margin-right: -4px;
    }
    .contact-content-section-list .row:last-child { margin-top: 50px; }
        .contact-item {
            padding-left: 4px;
            padding-right: 4px;
        }
        .contact-item:not(:first-child) { margin-top: 0; }

    .contact-top-content { text-align: left; }
}


/*------------------------------------*\
    Footer
\*------------------------------------*/

body.home .footer-links-container { background-color: #fff; }

.footer-links-container {
    background-color: rgb(222, 221, 215);
    padding: 25px 0;
}
    .social-media { text-align: center; }
        .social-media li:not(:first-child) { margin-left: 10px; }
            .social-media a img { width: 33px; }
            .social-media a span { display: none; }

    .footer-links-container p {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: rgb(102,102,102);
        margin: 25px 0;
    }

    .footer-menu { text-align: center; }
        .footer-menu li:not(:last-child) { margin-right: 10px; }
        .footer-menu li {
            font-size: 14px;
            line-height: 22px;
        }
            .footer-menu li a { color: #808080; }
            .footer-menu li a:hover,
            .footer-menu li.current_page_item a { color: #613409; }

@media(min-width: 1025px) {
    .social-media { text-align: left; }
        .social-media li { display: block; }
        .social-media li:not(:first-child) {
            margin-left: 0;
            margin-top: 12px;
        }
            .social-media a {
                font-size: 14px;
                color: #808080;
            }
            .social-media a:hover { color: #613409; }
                .social-media a img {
                    width: 38px;
                    float: left;
                }
                .social-media a span {
                    display: inline-block;
                    float: left;
                    margin: 12px 0 0 15px;
                }

    .footer-links-container p {
        text-align: left;
        font-size: 14px;
        margin: 5px 0 0;
        line-height: 26px;
        padding-left: 50px;
    }

    .footer-menu {
        margin-top: 5px;
        text-align: left;
        padding-left: 30px;
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
    }
        .footer-menu li:not(:last-child) { margin-right: 0; }
        .footer-menu li {
            display: block;
            font-size: 14px;
            line-height: 26px;
        }
}


.footer-copyright {
    background-color: rgb(222, 221, 215);
    padding: 0 0 25px;
}
body.home .footer-copyright { padding: 25px 0; }
    .footer-copyright p {
        color: rgb(102,102,102);
        font-size: 14px;
        line-height: 22px;
    }

@media(min-width: 1025px) {
    .footer-copyright p { font-size: 12px; }
}

/*------------------------------------*\
    Trumps
\*------------------------------------*/

@-ms-viewport { width: device-width; }

/*------------------------------------*\
    Images
\*------------------------------------*/

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: -4px;
}

.img-rounded { border-radius: 6px !important; }
.img-circle  { border-radius: 50% !important; }
.img-square  { border-radius: 0   !important; }

/*------------------------------------*\
    Hiding
\*------------------------------------*/

.hide,
.hidden-xxs-up { display: none !important; }
.hidden       { display: none !important; visibility: hidden !important; }
.invisible    { visibility: hidden !important; }
.text-hide    {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs { display: none !important; }
 .menu-section ol li {line-height: 20px;font-size: 15px;padding-left: 90px;}
.menu-section p {
    margin-top: 0;
    line-height: 20px;
    font-size: 14px;
}
}

    @media (min-width: 600px) {
      .hidden-xs-up { display: none !important; }
    }

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs { display: none !important; }
}

    @media (max-width: 767px) {
      .hidden-xs-down { display: none !important; }
    }
    
    @media (min-width: 768px) {
      .hidden-sm-up { display: none !important; }
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm { display: none !important; }
}

    @media (max-width: 1024px) {
      .hidden-sm-down { display: none !important; }
    }
    
    @media (min-width: 1025px) {
      .hidden-md-up { display: none !important; }
    }

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md { display: none !important; }
}

    @media (max-width: 1199px) {
      .hidden-md-down { display: none !important; }
    }

@media (min-width: 1200px) {
    .hidden-lg { display: none !important; }
}

/*------------------------------------*\
    Text alignment
\*------------------------------------*/

.text-left     { text-align:left  !important; }
.text-center   { text-align:center!important; }
.text-right    { text-align:right !important; }
.text-justify    { text-align: justify !important; }

/*------------------------------------*\
    Positioning
\*------------------------------------*/

.pull-right { float: right!important; }
.pull-left  { float: left !important; }
