h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 100%; }

a:hover {
  text-decoration: none; }

.heading {
  font-family: "Mate SC";
  margin-bottom: 6px;
  margin-left: 20px; }

body {
  background: url(../img/paper_fibers.png); }

.modal-open {
  overflow: auto; }

.modal-backdrop {
  opacity: 0 !important; }

.header-wrapper {
  background: #D7D2CB;
  border-bottom: 2px solid #555; }
  .header-wrapper .header {
    padding-top: 20px; }
    .header-wrapper .header .search-wrapper .top-menu {
      text-align: right; }
    .header-wrapper .header .search-wrapper a {
      color: #333;
      font-family: "PT Sans";
      margin: 0px 8px 0px 0px;
      font-size: 15px;
      line-height: 25px; }
    .header-wrapper .header .search-wrapper a:last-child {
      margin-right: 2px; }
    .header-wrapper .header .search-wrapper input {
      font-size: 12px;
      width: 100%;
      padding: 3px 0px;
      padding-left: 6px;
      background-position: right 2px center;
      background-position-x: 97%;
      background-position-y: 44%;
      background-repeat: no-repeat;
      background-color: white;
      color: #333;
      border-radius: 3px;
      border: 1px solid #aaa;
      font-family: "PT Sans"; }
    .header-wrapper .header .search-wrapper #outer {
      width: auto;
      position: relative; }
    .header-wrapper .header .search-wrapper input::-webkit-input-placeholder {
      color: #aaa; }
    .header-wrapper .header .search-wrapper input:-ms-input-placeholder {
      color: #aaa; }
    .header-wrapper .header .search-wrapper input:-moz-placeholder {
      /* Firefox 18- */
      color: #aaa; }
    .header-wrapper .header .search-wrapper input::-moz-placeholder {
      /* Firefox 19+ */
      color: #aaa; }
    .header-wrapper .header .search-wrapper input:focus {
      border: 1px solid #336699; }
    .header-wrapper .header .search-wrapper input:hover {
      border: 1px solid #336699; }
    .header-wrapper .header .extranet button {
      padding: 10px;
      font-family: "PT Sans";
      font-size: 14px;
      background: #336699;
      border: none;
      font-weight: normal;
      color: #ffffff; }
    .header-wrapper .header .extranet button:hover {
      background: #477aad; }
    .header-wrapper .header .extranet button:active {
      background: #1f5285; }
    .header-wrapper .header .nav-wrapper .nav {
      margin: 10px 0px; }
      .header-wrapper .header .nav-wrapper .nav a {
        padding: 3px 27px;
        display: inline-block;
        font-family: "PT Sans";
        font-size: 16px;
        color: #333;
        border-right: 1px solid #7f7f7f;
        background: #f3ede4;
        float: left;
        font-weight: 600;
        margin-top: 1px; }
      .header-wrapper .header .nav-wrapper .nav a:hover {
        border-right: 1px solid #898989;
        background: #b6b2ab;
        color: #fff; }
      .header-wrapper .header .nav-wrapper .nav a:active {
        border-right: 1px solid #7c7c7c;
        background: #333;
        color: #fff; }
      .header-wrapper .header .nav-wrapper .nav a:first-child {
        border-radius: 3px 0px 0px 3px; }
      .header-wrapper .header .nav-wrapper .nav a:last-child {
        border-radius: 0px 3px 3px 0px;
        border-right: 0px; }

.error-message {
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }

.alert {
  margin-top: 5px; }

.search h2 {
  margin: 30px 0 15px 0; }
.search .tab {
  background-color: #ffffff;
  padding: 15px;
  margin: 0;
  border: 1px solid #cccccc;
  border-top: 0; }
.search .nav-tabs {
  border: 0; }
.search .nav-tabs > li > a {
  color: #000000;
  border: 1px solid #cccccc;
  border-bottom: 0; }
.search .nav-tabs > li.active > a, .search .nav-tabs > li.active > a:hover, .search .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  border-bottom: 0; }
.search .fabric-img {
  cursor: pointer; }

#q, #submit_search {
  margin: 0; }

#submit_search {
  text-indent: -99999px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  border: 0;
  top: 5px;
  right: 2px;
  background: url(../img/search.png) 0 0 no-repeat;
  cursor: pointer; }

#submit_search:hover {
  background-image: url(../img/search-hover.png); }

.slide-down {
  margin-top: 20px; }

.content {
  background: url(../img/paper_fibers.png);
  padding-bottom: 60px; }

.btn {
  background-color: #336699;
  border-color: #336699;
  color: #ffffff; }

.breadcrumbs {
  padding-top: 10px;
  font-family: "Mate SC";
  font-size: 11px;
  line-height: 11px; }
  .breadcrumbs a {
    display: inline-block;
    vertical-align: top;
    color: #333; }
  .breadcrumbs a:after {
    content: url(../img/SSR_UI-breadcrumb-separator.png);
    padding-left: 3px; }

.carousel {
  margin: 20px 0 0 0; }
  .carousel .carousel-indicators {
    top: 5px;
    bottom: auto;
    left: auto;
    width: auto;
    right: 19px; }
    .carousel .carousel-indicators li {
      width: 8px;
      height: 8px;
      margin: 0px;
      margin-left: 3px;
      border: none;
      background: #777; }
    .carousel .carousel-indicators li.active {
      background: white; }
  .carousel .carousel-inner .item img {
    border-radius: 4px; }
  .carousel .carousel-inner .item .description {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
    .carousel .carousel-inner .item .description h3 {
      margin-left: 24px;
      margin-bottom: 4px;
      color: white;
      font-family: "PT Sans";
      margin-top: 19px; }
    .carousel .carousel-inner .item .description p {
      margin-bottom: 22px;
      font-family: "PT Sans";
      color: white;
      margin-left: 24px;
      letter-spacing: 0px; }
  .carousel .carousel-control {
    overflow: hidden;
    width: 40px;
    height: 40px;
    opacity: 1; }
  .carousel .carousel-control:focus {
    outline: 0px; }
  .carousel .carousel-control.left {
    background: none;
    margin-top: 160px;
    margin-left: 20px; }
    .carousel .carousel-control.left .icon-prev {
      width: 40px;
      height: 40px;
      background-image: url(../img/SSR_UI-carousel-nav-BTN.png);
      background-position: left 0px top 40px;
      background-position-y: 100%;
      left: 0px;
      top: 0px;
      margin: 0px; }
    .carousel .carousel-control.left .icon-prev:before {
      content: ""; }
    .carousel .carousel-control.left .icon-prev:hover {
      background-position: left 0px top 0px; }
  .carousel .carousel-control.right {
    background: none;
    margin-top: 160px;
    margin-right: 20px; }
    .carousel .carousel-control.right .icon-next {
      width: 40px;
      height: 40px;
      background-image: url(../img/SSR_UI-carousel-nav-BTN.png);
      background-position: left 40px top 40px;
      background-position-x: 100%;
      background-position-y: 100%;
      right: 0px;
      top: 0px;
      margin: 0px;
      opacity: 1; }
    .carousel .carousel-control.right .icon-next:before {
      content: ""; }
    .carousel .carousel-control.right .icon-next:hover {
      background-position: left 40px top 0px;
      background-position-x: 100%; }

.text-content {
  padding-left: 21px;
  margin-top: 50px; }
  .text-content h2 {
    font-family: "Mate SC";
    font-size: 24px;
    color: #333;
    margin: 0 0 20px 0; }
  .text-content h4 {
    font-family: "PT Sans";
    margin-top: 0px;
    line-height: 24px; }

.home-text-content h2 {
  font-family: "Mate SC";
  font-size: 24px;
  color: #333;
  margin: 20px 0 10px 0; }
.home-text-content h4 {
  font-family: "PT Sans";
  margin-top: 0px;
  line-height: 24px; }

.module {
  width: 228px;
  border: 2px solid #777;
  border-radius: 5px;
  margin: 20px 0; }
  .module h4 {
    margin-bottom: 10px; }
  .module .header img {
    margin: 2px;
    border-radius: 5px; }
  .module .body {
    padding: 10px; }

.collections {
  padding: 30px 0 20px 0; }
  .collections h2 {
    font-family: "Mate SC";
    margin-bottom: 10px; }
  .collections p {
    line-height: 30px;
    border-radius: 4px;
    font-family: "Mate SC";
    margin-bottom: 0px;
    margin-left: -10px;
    color: #777;
    padding: 0 10px; }
  .collections p.active, .collections p:hover {
    background: #d7d2cb;
    color: #333;
    cursor: pointer; }

.categories h2 {
  padding-top: 20px;
  font-family: "Mate SC";
  margin: 0 0 6px 0;
  border-top: 1px solid #aaa; }
.categories p {
  line-height: 30px;
  border-radius: 4px;
  font-family: "Mate SC";
  margin-bottom: 0px;
  margin-left: -10px;
  color: #777;
  padding: 0 10px; }
.categories p.active, .categories p:hover {
  background: #d7d2cb;
  color: #333;
  cursor: pointer; }

.collection-content {
  margin-top: 50px; }
  .collection-content img {
    margin-bottom: 7px;
    border-radius: 6px; }
  .collection-content p {
    line-height: 1.5;
    font-family: "Open Sans"; }
  .collection-content p span {
    font-style: italic;
    font-weight: 700; }
  .collection-content p.title {
    font-style: italic;
    line-height: 1.3; }

.result {
  margin-top: 20px; }
  .result img {
    border-radius: 6px; }
  .result h4 {
    font-family: "Mate SC";
    color: #333;
    text-align: center;
    min-height: 50px;
    padding: 5px 0; }

.product .left {
  margin-top: 30px; }
  .product .left img {
    border-radius: 6px; }
  .product .left .thum {
    margin-top: 30px; }
    .product .left .thum img {
      border-radius: 6px;
      margin: 0 20px 20px 0; }
    .product .left .thum img.active {
      border: 1px solid #336699; }
.product .right {
  margin-top: 30px; }
  .product .right h2 {
    font-family: "Mate SC"; }
  .product .right h5 {
    font-family: "Mate SC";
    margin-top: 8px; }
  .product .right h4 {
    font-family: "PT Sans";
    margin-top: 20px;
    line-height: 1.5; }
  .product .right .dimension {
    margin-top: 10px; }
    .product .right .dimension h4 {
      margin-top: 0px;
      font-family: "Mate SC";
      line-height: 22px; }
  .product .right a {
    font-family: "PT Sans";
    font-size: 17px;
    padding: 4px 17px;
    margin-top: 24px;
    background: #336699;
    border: none; }
  .product .right a:hover {
    background: #477AAD; }
  .product .right a:active {
    background: #1F5285; }

.fabrics .checkbox {
  padding-left: 0px; }
.fabrics label {
  font-family: "Mate SC";
  display: block;
  padding-left: 0; }
.fabrics h5 {
  font-family: "Mate SC"; }
.fabrics label.active:before {
  display: inline-block;
  float: left;
  margin-left: 3px;
  margin-right: 10px;
  content: "";
  background-image: url(../img/checked.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: 0px 0px;
  width: 20px;
  height: 20px; }
.fabrics label:before {
  display: inline-block;
  float: left;
  margin-left: 3px;
  margin-right: 10px;
  content: "";
  background-image: url(../img/unchecked.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: 0px 0px;
  width: 20px;
  height: 20px; }
.fabrics input[type="checkbox"] {
  visibility: hidden; }
.fabrics .color h5 {
  font-family: "Mate SC";
  margin: 10px 0 20px 0;
  font-weight: bold; }
.fabrics .color .pallet:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  visibility: visible;
  width: 20px;
  height: 20px;
  background-image: none; }
.fabrics .color .pallet.active:before {
  background-image: url(../img/tick-mark.png); }
.fabrics .color label:before {
  margin: 0px; }
.fabrics .color .color1:before {
  display: inline-block;
  content: "";
  background-image: url(../img/SSR_UI-checkboxes.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: 0px 0px;
  width: 20px;
  height: 20px; }
.fabrics .color .color1.active:before {
  background-position: 0px -20px; }
.fabrics .color .color2:before {
  display: inline-block;
  content: "";
  background-image: url(../img/SSR_UI-checkboxes.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: -20px 0px;
  width: 20px;
  height: 20px; }
.fabrics .color .color2.active:before {
  background-position: -20px -20px; }
.fabrics .color .color3:before {
  display: inline-block;
  content: "";
  background-image: url(../img/SSR_UI-checkboxes.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: -40px 0px;
  width: 20px;
  height: 20px; }
.fabrics .color .color3.active:before {
  background-position: -40px -20px; }
.fabrics .color .color4:before {
  display: inline-block;
  content: "";
  background-image: url(../img/SSR_UI-checkboxes.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: -60px 0px;
  width: 20px;
  height: 20px; }
.fabrics .color .color4.active:before {
  background-position: -60px -20px; }
.fabrics .color .color5:before {
  display: inline-block;
  content: "";
  background-image: url(../img/SSR_UI-checkboxes.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: -80px 0px;
  width: 20px;
  height: 20px; }
.fabrics .color .color5.active:before {
  background-position: -80px -20px; }
.fabrics .color .color6:before {
  display: inline-block;
  content: "";
  background-image: url(../img/SSR_UI-checkboxes.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: -100px 0px;
  width: 20px;
  height: 20px; }
.fabrics .color .color6.active:before {
  background-position: -100px -20px; }
.fabrics .color .color7:before {
  display: inline-block;
  content: "";
  background-image: url(../img/SSR_UI-checkboxes.png);
  background-repeat: no-repeat;
  visibility: visible;
  background-position: -120px 0px;
  width: 20px;
  height: 20px; }
.fabrics .color .color7.active:before {
  background-position: -120px -20px; }
.fabrics .filters {
  margin: 0 0 10px 0; }
  .fabrics .filters h2 {
    font-family: "Mate SC";
    margin: 30px 0 10px 0; }
.fabrics .pattern {
  margin: 0 0 10px 0; }
  .fabrics .pattern h5 {
    font-family: "Mate SC";
    margin: 10px 0 10px 0;
    font-weight: bold; }
.fabrics .checkbox-inline + .checkbox-inline {
  margin-top: 0px;
  margin-left: 5px; }
.fabrics .checkbox + .checkbox {
  margin-top: 0px; }
.fabrics .checkbox-inline {
  padding-left: 0px;
  display: block;
  float: left; }
.fabrics .checkbox {
  margin: 10px 0 0 0; }
.fabrics .material h5 {
  margin: 20px 0 10px 0;
  font-weight: bold; }
.fabrics .left {
  padding-left: 0; }
.fabrics .fabric-wrapper {
  margin-top: 30px; }
  .fabrics .fabric-wrapper .fabric {
    margin-bottom: 20px;
    position: relative; }
  .fabrics .fabric-wrapper .fabric > img {
    border: 3px solid #ffffff; }
  .fabrics .fabric-wrapper .fabric > img:hover {
    cursor: pointer; }
  .fabrics .fabric-wrapper .magnifyer {
    position: absolute;
    right: 15px;
    bottom: 4px;
    z-index: 100; }

.modal {
  overflow-y: auto; }
  .modal .modal-dialog {
    padding-top: 180px; }
    .modal .modal-dialog .modal-content {
      background: rgba(0, 0, 0, 0.5);
      padding: 20px;
      position: absolute;
      right: -109px;
      left: 129px; }
      .modal .modal-dialog .modal-content .modal-body {
        position: relative;
        border: 2px solid #336699;
        padding: 10px;
        border-radius: 6px;
        background: white; }
        .modal .modal-dialog .modal-content .modal-body .close {
          background: url(../img/SSR_UI_close-ICN.png) no-repeat;
          width: 12px;
          height: 12px;
          opacity: 1; }
        .modal .modal-dialog .modal-content .modal-body .right .description {
          padding-left: 10px;
          margin-top: 10px; }
          .modal .modal-dialog .modal-content .modal-body .right .description p {
            font-family: "Mate SC";
            line-height: 1; }
        .modal .modal-dialog .modal-content .modal-body .right a {
          position: absolute;
          bottom: 20px;
          right: 20px;
          font-family: "PT Sans";
          font-size: 17px;
          padding: 4px 9px;
          margin-top: 19px;
          background: #336699;
          border: medium none;
          font-weight: 700; }
        .modal .modal-dialog .modal-content .modal-body .right a:hover {
          background: #477aad; }
        .modal .modal-dialog .modal-content .modal-body .right a:active {
          background: #1f5285; }

.request-header {
  padding-left: 20px; }
  .request-header h2 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: "Mate SC"; }

.request-form {
  margin-top: 30px; }
  .request-form .form-group {
    margin-bottom: 10px;
    width: 100%; }
    .request-form .form-group .control-label {
      height: 30px;
      font-family: "PT Sans";
      color: #333;
      font-weight: 400; }
    .request-form .form-group .form-control {
      height: 30px;
      padding: 5px 10px;
      margin-bottom: 10px;
      border: 1px solid #bbb; }
    .request-form .form-group .form-control:focus {
      border: 1px solid #336699; }
    .request-form .form-group .select-wrapper {
      position: relative; }
      .request-form .form-group .select-wrapper select.form-control {
        -moz-appearance: none;
        text-overflow: "";
        text-indent: 0.01px;
        position: absolute;
        background-image: url("../img/SSR_UI-dropdown-ICN.png");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-position-x: 97%;
        background-position-y: 44%;
        color: #333; }
      .request-form .form-group .select-wrapper select.form-control.empty {
        color: #aaa; }
    .request-form .form-group textarea.form-control {
      height: 160px; }
    .request-form .form-group button {
      margin-top: 10px;
      padding: 5px 35px;
      font-family: "PT Sans";
      font-size: 17px;
      background: #336699;
      border: none;
      float: right;
      font-weight: 700; }
    .request-form .form-group button:hover {
      background: #477aad; }
    .request-form .form-group button:active {
      background: #1f5285; }
  .request-form .country {
    margin-bottom: 20px; }

.map {
  margin-top: 50px; }

.map-description {
  margin-top: 50px; }
  .map-description input {
    width: 280px;
    height: 30px;
    border: 1px solid #777;
    background-image: url("../img/SSR_UI-magnify-ICN.png");
    background-position: right 10px center;
    background-position-x: 97%;
    background-position-y: 44%;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding-left: 10px; }
  .map-description p {
    margin-top: 11px;
    line-height: 25px; }

footer {
  border-top: 1px solid #555;
  padding-bottom: 60px;
  background: #D7D2CB; }
  footer .footer-wrapper {
    border-top: 1px solid #8e8b88; }
    footer .footer-wrapper .logo {
      margin-top: 30px; }
      footer .footer-wrapper .logo img {
        margin-left: 5px; }
      footer .footer-wrapper .logo .logo-text h4 {
        color: #333;
        font-family: "Mate SC";
        margin-left: 5px; }
    footer .footer-wrapper .nav h5 {
      padding-top: 30px;
      color: #333;
      font-family: "PT Sans";
      margin-bottom: 20px; }
    footer .footer-wrapper .nav a {
      display: block;
      line-height: 18px;
      color: #333;
      font-family: "PT Sans"; }

div.input {
  margin: 0 0 14px 0; }

#search_dealers {
  padding: 4px 15px; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .header-wrapper .header .search-wrapper .top-menu {
    margin-top: 5px;
    text-align: left; } }
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header-wrapper .header .extranet button {
    padding: 12px 32px;
    font-size: 17px;
    font-weight: 700; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    width: 960px; } }

/*# sourceMappingURL=theme.css.map */