/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
 */
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  min-height: 100%;
}

.owl-dots {
  text-align: center;
  padding: 10px 0;
}

#___plus_0 {
  display: inline-block !important;
  margin-left: 20px !important;
  margin-top: 10px !important;
}

.owl-dot {
  height: 10px;
  width: 10px;
  background: #BBB;
  display: inline-block;
  border-radius: 10px;
  margin: 0 3px;
}

.owl-dot.active {
  background: #999;
}

.clear {
  clear: both;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.clearfix.pagination {
  text-align: right;
  float: right;
  margin-right: 100px;
  margin-bottom: 100px;
}

.total-per-page {
  margin-bottom: 100px;
  float: left;
  margin-left: 100px;
}

.total-per-page div {
  display: inline-block;
}

.total-per-page .separator {
  margin: 0 10px;
  font-family: "Muli", sans-serif;
  color: #999;
  font-size: 13px;
  font-weight: bold;
}

.total-per-page .show {
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #3f3e3e;
}

.total-per-page .show ul {
  display: inline-block;
}

.total-per-page .show li {
  padding: 0 5px;
  display: inline-block;
}

.total-per-page .show li a {
  color: #3f3e3e;
}

.total-per-page .show li a.active {
  color: #c00d0d;
}

.total-products {
  color: #c00d0d;
  font-size: 13px;
  font-family: "Muli", sans-serif;
}

.total-products span {
  font-weight: bold;
}

.pagination li {
  display: inline-block;
  font-family: "Muli", sans-serif;
  color: #000;
}

.pagination li a {
  color: #3f3e3e;
}

.pagination li.next, .pagination li.previous {
  padding: 0 10px;
}

.pagination li.number.active a {
  color: #c00d0d;
}

.header-mobile {
  display: none;
}

.header {
  height: 100px;
  background: #FFF;
  width: 100%;
  position: relative;
  border-bottom: 15px solid #F7f7f7;
}

.header .header-logo {
  margin-top: 15px;
  float: left;
}

.header .header-menu {
  margin-top: 60px;
  float: right;
}

.header .header-menu li {
  display: inline-block;
  margin-left: 50px;
  font-family: "Muli", sans-serif;
}

.header .header-menu li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #1c1c1b;
  text-decoration: none;
}

.header .header-menu li a:hover, .header .header-menu li a.active {
  color: #c00d0d;
}

.homepage-slideshow {
  width: 100%;
  height: 500px;
}

.homepage-slideshow .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.homepage-slideshow.about-slideshow .slide {
  background-image: url("../imgs/about-us-slide.jpg");
}

.homepage-slideshow.interiors-slideshow .slide {
  background-image: url("../imgs/interiors-slide.png");
}

.homepage-slideshow .cycle-pager {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0px;
  z-index: 99999;
}

.homepage-slideshow .cycle-pager span {
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #c00d0d none repeat scroll 0% 0%;
  padding: 0px;
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}

.homepage-slideshow .cycle-pager span.cycle-pager-active, .homepage-slideshow .cycle-pager span:hover {
  background: #FFF;
}

.splitter {
  position: relative;
  width: 100%;
  min-height: 350px;
  border-bottom: 1px solid #cececd;
}

.splitter .left.text,
.splitter .right.text {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  background: rgba(206, 195, 179, 0.5);
  padding-bottom: 40px;
  min-height: 350px;
  float: left;
}

.splitter .left.text.white,
.splitter .right.text.white {
  background: #FFF;
}

.splitter .left.text.map,
.splitter .right.text.map {
  position: relative;
  background: #f2f2f2;
}

.splitter .left.text.map .map-links,
.splitter .right.text.map .map-links {
  width: auto;
  height: auto;
  background: transparent none repeat scroll 0% 0%;
  margin: 0px;
  position: absolute;
  top: 103px;
  margin-left: -160px;
  left: 94%;
  margin-top: -113px;
}

.splitter .left.text.map .map-links.second,
.splitter .right.text.map .map-links.second {
  margin-left: -176px;
  top: 175px;
}

.splitter .left.text.map .map-links.third,
.splitter .right.text.map .map-links.third {
  top: 205px;
  margin-left: -230px;
}

.splitter .left.text.map .map-links.fourth,
.splitter .right.text.map .map-links.fourth {
  top: 230px;
  margin-left: -250px;
}

.splitter .left.text.map .map-links.fifth,
.splitter .right.text.map .map-links.fifth {
  top: 270px;
  margin-left: -190px;
}

.splitter .left.text .small-social,
.splitter .right.text .small-social {
  margin-top: 40px;
  display: block;
}

.splitter .left.text h1,
.splitter .right.text h1 {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #3f3e3e;
  padding-top: 50px;
  padding-bottom: 40px;
}

.splitter .left.text p,
.splitter .right.text p {
  font-family: "Muli", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #3f3e3e;
}

.splitter .left.text a,
.splitter .right.text a {
  display: block;
  width: 130px;
  height: 40px;
  background: #c00d0d;
  color: #FFF;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
}

.splitter .left.text a.contact-link,
.splitter .right.text a.contact-link {
  margin-top: -10px;
  position: relative;
}

.splitter .left.text.social-left a,
.splitter .right.text.social-left a {
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  margin-right: 10px;
}

.splitter .right.image,
.splitter .left.image {
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  text-align: center;
}

.splitter .right.image .helper,
.splitter .left.image .helper {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.splitter .right.image img,
.splitter .left.image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}

.splitter .right.image.background,
.splitter .left.image.background {
  background-size: cover;
  background-position: center center;
}

.splitter .right.text {
  float: right;
  background: #f2f2f2;
}

.splitter .right.text.map {
  background: #f2f2f2;
}

.splitter .left.image {
  left: 0;
}

.products-listings {
  min-height: 100%;
  position: relative;
}

.sidebar {
  position: absolute;
  left: 0;
  width: 25%;
  padding-top: 20px;
  height: 100%;
  border-right: 1px solid #cececd;
  padding-left: 5%;
  box-sizing: border-box;
}

.sidebar h1 {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c1c1b;
  margin-bottom: 15px;
}

.sidebar ul li a {
  font-family: "Muli", sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3c3c3b;
  display: block;
}

.sidebar ul li a.jumpers {
  margin-bottom: 2px;
}

.sidebar ul li.h2 {
  margin-top: 13px;
}

.sidebar ul li.h2 a {
  font-size: 15px;
  font-weight: bold;
  color: #1c1c1b;
}

.sidebar ul li.h2.active a {
  color: #c00d0d;
}

.sidebar ul li.h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidebar ul li.h3.active {
  font-weight: bold;
}

.sidebar ul li a.hideable {
  text-transform: none;
  margin-left: 15px;
  margin-bottom: 2px;
  display: none;
}

.sidebar ul li a.hideable.red {
  color: #c00d0d;
}

.sidebar ul li a.hideable.active {
  display: block !important;
}

.sidebar ul li a.hideable.first {
  margin-top: 5px;
}

.sidebar ul li a.hideable.last {
  margin-bottom: 25px;
}

.products {
  width: 75%;
  min-height: 100%;
  margin-left: 25%;
}

.products .breadcrumbs {
  padding: 15px;
  color: #4f4f4e;
  margin-bottom: 10px;
  font-size: 12px;
}

.products .breadcrumbs a {
  padding: 0 3px;
  color: #4f4f4e;
  text-decoration: none;
  font-family: "Muli", sans-serif;
  font-size: 12px;
}

.products .products-list a {
  text-decoration: none;
}

.products .products-list .product {
  margin-bottom: 60px;
  width: 25%;
  float: left;
  height: 180px;
  text-align: center;
}

.products .products-list .product img {
  max-width: 80%;
  max-height: 130px;
  margin-bottom: 20px;
}

.products .products-list .product h1 {
  font-family: "Muli", sans-serif;
  color: #3f3e3e;
  font-size: 13px;
}

.homepage-products {
  border-bottom: 1px solid #cececd;
  height: 350px;
  text-align: center;
}

.homepage-products h1 {
  padding-top: 25px;
  font-family: "Muli", sans-serif;
  font-size: 22px;
  color: #3f3e3e;
  text-transform: uppercase;
  font-weight: bold;
}

.homepage-products h2 {
  font-size: 13px;
  font-family: "Muli", sans-serif;
  color: #3f3e3e;
  width: 60%;
  line-height: 16px;
  margin: 15px auto;
}

.homepage-products .homepage-products-slides {
  margin-top: 20px;
  width: 100%;
}

.homepage-products .homepage-products-slides .homepage-products-slide {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
}

.homepage-products .homepage-products-slides .cycle-next,
.homepage-products .homepage-products-slides .cycle-prev {
  width: 49px;
  height: 48px;
  position: absolute;
  margin-top: -24px;
  top: 50%;
  cursor: pointer;
  z-index: 9999;
}

.homepage-products .homepage-products-slides .cycle-next {
  background: url("../imgs/cycle-next.png");
  right: 5%;
}

.homepage-products .homepage-products-slides .cycle-prev {
  background: url("../imgs/cycle-prev.png");
  left: 5%;
}

.small-map-container {
  position: relative;
  display: table;
}

.small-map {
  display: block;
  margin-top: -35px;
}

.catalog {
  width: 90%;
  margin: 0 auto;
  min-height: 100%;
  padding-top: 30px;
}

.catalog .item {
  width: 10%;
  margin-right: 8%;
  margin-bottom: 40px;
  float: left;
}

.catalog .item a {
  font-family: "Muli", sans-serif;
  color: #333;
  margin-top: 3px;
  display: block;
  text-decoration: none;
  font-size: 11px;
}

.catalog .item a:hover {
  text-decoration: underline;
}

.catalog .item:nth-child(6n) {
  margin-right: 0;
}

.catalog .item:nth-child(6n+1) {
  clear: both;
}

.catalog .item img {
  width: 100%;
  border: 1px solid #444;
  box-sizing: border-box;
}

.catalog .item h1 {
  margin-top: 10px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
}

.contact .right {
  width: 30%;
  float: right;
  margin-right: 5%;
  margin-top: 30px;
}

.contact .right h1 {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #3f3e3e;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact .right h1.second, .contact .right h1.third {
  margin-top: 50px;
}

.contact .right form label {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  color: #4f4f4e;
  font-family: "Muli", sans-serif;
}

.contact .right form input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #CCC;
  background: #f5f5f5;
  height: 28px;
  margin-bottom: 20px;
}

.contact .right form select {
  width: 100%;
  height: 28px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f5f5f5;
  border: 1px solid #CCC;
  background-image: url("../imgs/down-arrow.png");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.contact .right form textarea {
  width: 100%;
  height: 150px;
  background: #f5f5f5;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}

.contact .right form input[type=submit] {
  display: block;
  width: 130px;
  height: 40px;
  background: #c00d0d;
  color: #FFF;
  font-family: "Muli", sans-serif;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0;
  border: 0;
  text-decoration: none;
  line-height: 38px;
  text-align: center;
}

.contact .left {
  width: 55%;
  margin-left: 5%;
  margin-top: 30px;
  float: left;
}

.contact .left h1, .contact .left h2, .contact .left p {
  cursor: pointer;
}

.contact .left h1 {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #3f3e3e;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact .left h1.second, .contact .left h1.third {
  margin-top: 50px;
}

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

.contact .left h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #c00d0d;
}

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

.contact .left p {
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 15px;
  color: #4f4f4e;
}

.contact .left #map {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 50px;
}

.homepage-products-categories {
  text-align: center;
}

.homepage-products-categories a {
  text-decoration: none;
}

.homepage-products-categories .all {
  display: none;
}

.homepage-products-categories .homepage-products-category {
  display: inline-block;
  margin: 0 40px;
}

.homepage-products-categories .homepage-products-category:hover img:nth-child(1) {
  display: none;
}

.homepage-products-categories .homepage-products-category:hover img:nth-child(2) {
  display: inline;
}

.homepage-products-categories .homepage-products-category h1 {
  font-size: 14px;
  color: #3f3e3e;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.homepage-products-categories .homepage-products-category img:nth-child(2) {
  display: none;
}

.dropdown-show:hover .dropdown {
  display: block !important;
}

.dropdown {
  width: 90%;
  position: absolute;
  top: 75px;
  display: none;
  z-index: 999999;
  left: 5%;
  padding-top: 40px;
}

.dropdown .dropdown-container {
  height: 350px;
  border-top: 3px solid #c00d0d;
  border-bottom: 3px solid #c00d0d;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}

.dropdown .dropdown-column {
  width: 14.2%;
  float: left;
  margin: 10px 0;
  padding: 0 20px;
  height: 325px;
  border-right: 1px solid #999;
  box-sizing: border-box;
}

.dropdown .dropdown-column.no-border {
  border-right: 0;
}

.dropdown .dropdown-column h1 {
  font-size: 15px;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  color: #c00d0d;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.dropdown .dropdown-column h2 {
  font-size: 12px;
  color: #1c1c1b;
  font-family: "Muli", sans-serif;
  font-weight: bold;
}

.dropdown .dropdown-column ul {
  list-style: none;
  margin-bottom: 20px;
}

.dropdown .dropdown-column ul li {
  text-transform: none;
  margin-left: 0;
  display: block;
}

.dropdown .dropdown-column ul li a {
  font-size: 12px;
  color: #1c1c1b;
  font-family: "Muli", sans-serif;
  text-decoration: none;
  text-transform: none;
}

.product-view .cycle-pager {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0px;
  z-index: 99999;
}

.product-view .cycle-pager span {
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #c00d0d none repeat scroll 0% 0%;
  padding: 0px;
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}

.product-view .cycle-pager span.cycle-pager-active, .product-view .cycle-pager span:hover {
  background: #AAA;
}

.product-view .imagethumbnails {
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 40px;
}

.product-view .imageslideshow {
  margin-left: 20px;
}

.product-view .thumb {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  cursor: pointer;
  background-size: cover;
}

.product-view .owl-theme .owl-controls .owl-page.active span, .product-view .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #c00d0d none repeat scroll 0% 0%;
}

.product-view h1 {
  margin-left: 15px;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1c1c1b;
}

.product-view .image {
  float: left;
  width: 494px;
}

.product-view .image img {
  width: 100%;
}

.product-view .info {
  float: left;
  margin-left: 40px;
  margin-top: 200px;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  color: #1c1c1b;
  line-height: 17px;
  width: 300px;
}

.product-view .info span {
  font-weight: bold;
}

.view-filters {
  display: none;
}

.footer {
  height: 50px;
  line-height: 50px;
  background: #cec3b3;
}

.footer h1 {
  float: left;
  margin-left: 5%;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #1c1c1b;
  text-transform: uppercase;
}

.footer h2 {
  float: right;
  margin-right: 5%;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #1c1c1b;
}

.footer img {
  padding-top: 3px;
  display: inline-block;
  margin-top: 3px;
  display: block;
  float: right;
  margin-top: 12px;
  margin-left: 10px;
  width: 20px;
}

@media all and (max-width: 640px) {
  .header .header-menu {
    position: fixed;
    top: 0px;
    left: 100%;
    transition: .5s left;
    width: 100%;
    height: 100%;
    float: none;
    z-index: 999999;
    background: white none repeat scroll 0% 0%;
    margin-top: 0px;
  }
  .header .header-menu ul {
    padding-top: 50px;
    text-align: left;
  }
  .header .header-menu ul li {
    display: block;
    margin-bottom: 40px;
  }
  .header .header-menu ul li a {
    font-size: 19px;
  }
  .header .header-menu.active {
    left: 0;
  }
  .dropdown {
    display: none !important;
  }
  .dropdown-show:hover .dropdown {
    display: none !important;
  }
  .splitter .left.text,
  .splitter .left.image,
  .splitter .right.text,
  .splitter .right.image {
    float: none;
    width: 100%;
    min-height: 0px;
    position: initial;
    margin: 0;
  }
  .splitter .right.image.background,
  .splitter .left.image.background {
    height: 350px;
  }
  .homepage-products {
    text-align: left;
    height: auto;
  }
  .homepage-products h1, .homepage-products h2 {
    margin: 0 5%;
  }
  .homepage-products h1 {
    margin-bottom: 10px;
    width: 90%;
  }
  .homepage-products h2 {
    width: 90%;
  }
  .homepage-products-categories {
    margin: 50px 0 10px 0;
  }
  .homepage-products-categories .homepage-products-category {
    margin-bottom: 40px;
  }
  .contact .left,
  .contact .right {
    width: 90%;
    float: none;
    margin-left: 5%;
    margin-right: 0;
  }
  .contact #map {
    height: 300px;
  }
  .header-mobile {
    position: absolute;
    display: block;
    right: 5%;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    z-index: 999999999;
  }
  .header-mobile img {
    cursor: pointer;
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .products {
    width: 90%;
    float: none;
    margin: 10px auto;
  }
  .products .products-list .product {
    width: 100%;
    display: block;
    float: none;
  }
  .view-filters {
    display: table;
    background: #c00d0d;
    padding: 10px 40px;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 30px;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
  .sidebar {
    position: fixed;
    top: 0px;
    left: 100%;
    transition: .5s left;
    width: 100%;
    background: white none repeat scroll 0% 0%;
    z-index: 999999999;
    overflow-y: scroll;
  }
  .sidebar ul {
    position: absolute;
    top: 0;
    left: 5%;
    width: 95%;
    height: 100%;
  }
  .sidebar.active {
    left: 0;
  }
  .mobile-close {
    position: absolute;
    top: 20px;
    right: 5%;
    width: 30px;
    z-index: 9999999;
    cursor: pointer;
    height: 30px;
    background-image: url("../imgs/mobile-close.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product-view .image {
    float: none;
    width: 100%;
  }
  .product-view .image img {
    width: 100%;
  }
  .product-view .info {
    width: 100%;
    float: none;
    margin-top: 30px;
    margin-left: 0;
  }
  .catalog .item {
    width: 90%;
    margin: 50px auto;
    float: none;
  }
  .catalog .item h1 {
    font-size: 11px;
  }
}

#___plus_0 {
  max-width: 100% !important;
  overflow: hidden !important;
}
