:root {
      --ink: #2f281f;
      --ink-2: #5b4b38;
      --muted: #706d67;
      --line: rgba(74, 64, 52, 0.16);
      --white: #ffffff;
      --soft: #f7f5f1;
      --red: #d71920;
      --orange: #9a7a4d;
      --yellow: #c4b79c;
      --green: #868984;
      --cyan: #b9bbb6;
      --blue: #6d604c;
      --violet: #3b342b;
      --shadow: 0 18px 50px rgba(47, 40, 31, 0.14);
      --radius: 8px;
      --rainbow: linear-gradient(115deg, #d71920 0%, #a6141a 30%, #5b4b38 62%, #8f8f88 100%);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: #34312d;
      font-family: "arial", Arial, Helvetica, sans-serif;
      line-height: 1.55;
      background:
        radial-gradient(circle at 8% 12%, rgba(215, 25, 32, 0.1), transparent 25%),
        radial-gradient(circle at 84% 8%, rgba(91, 75, 56, 0.12), transparent 30%),
        radial-gradient(circle at 20% 86%, rgba(143, 143, 136, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(215, 25, 32, 0.045), rgba(91, 75, 56, 0.045) 42%, rgba(143, 143, 136, 0.06)),
        #faf9f6;
      overflow-x: hidden;
	  font-size:11pt;
    }

    body::before {
      content: "";
      position: fixed;
      inset: -20% -10% auto -10%;
      height: 520px;
      pointer-events: none;
      background: conic-gradient(from 240deg at 22% 52%, rgba(215, 25, 32, 0.14), rgba(91, 75, 56, 0.12), rgba(143, 143, 136, 0.14), rgba(196, 183, 156, 0.12), rgba(215, 25, 32, 0.14));
      filter: blur(34px);
      opacity: 0.9;
      transform: rotate(-8deg);
      z-index: -2;
    }
h2{
	font-size:13pt;
}
    body::after {
      content: "";
      position: fixed;
      inset: auto -10% -18% -10%;
      height: 460px;
      pointer-events: none;
      background: linear-gradient(105deg, rgba(215, 25, 32, 0.1), rgba(91, 75, 56, 0.1), rgba(143, 143, 136, 0.09));
      filter: blur(44px);
      z-index: -2;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    table {
      width: 100%;
      margin: 0 auto;
      border: 1px solid #d6d6d6;
      border-collapse: collapse;
      background: #fff;
    }

    table th,
    table td {
      padding: 0 5px;
      border: 1px solid #d6d6d6;
      color: #00064f;
      text-align: left;
      vertical-align: middle;
      font-weight: 400;
    }

    table tr:nth-child(odd) {
      background: #f5f5f5;
    }

    table tr:nth-child(even) {
      background: #fff;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .container {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
    }

    .section {
      padding: 58px 0;
    }

    .eyebrow {
      margin: 0 0 10px;
      color: var(--blue);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .section-title {
      margin: 0;
      font-size: clamp(21px, 3vw, 25px);
      line-height: 1.15;
      color: var(--ink);
    }

    .section-copy {
      max-width: 680px;
      margin: 14px auto 0;
      color: var(--muted);
      font-size: 16px;
    }

    .topbar {
      position: relative;
      z-index: 20;
      color: #fff;
      background: var(--rainbow);
      box-shadow: 0 10px 26px rgba(47, 40, 31, 0.18);
    }

    .topbar-inner {
      min-height: 42px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 6px 0;
    }

    .top-links {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px 14px;
      font-size: 14px;
     text-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
    }

    .top-item,
    .social {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      white-space: nowrap;
    }

    .social {
      padding: 5px 9px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.14);
    }

    .search-box {
      position: relative;
      width: min(330px, 42vw);
      flex: 0 1 330px;
    }

    .search-box input {
      width: 100%;
      height: 31px;
      
    }

    .search-box span {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--blue);
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 18;
      background: rgba(255, 255, 255, 0.88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 10px 30px rgba(47, 40, 31, 0.08);
    }

    .header-inner {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      display: flex;
      align-items: center;
      min-width: 180px;
    }

    .logo img {
     height: 70px;
	 padding:5px;
    }

    .menu-toggle {
      display: none;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      color: var(--ink);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 10px 24px rgba(47, 40, 31, 0.08);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 4px;
      font-weight: 600;
	  text-transform: uppercase;
	  font-size:10pt;
    }

    .nav > a,
    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      padding: 8px 13px;
      border-radius: var(--radius);
      color: var(--ink);
      transition: color 0.22s ease, background 0.22s ease;
    }

    .nav > a:hover,
    .dropdown:hover .nav-link {
      color: #fff;
      background: var(--ink);
    }

    .dropdown {
      position: relative;
    }

    .dropdown-menu {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      min-width: 230px;
      padding: 10px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .dropdown:hover .dropdown-menu,
    .dropdown:focus-within .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .dropdown-menu a {
      display: block;
      padding: 10px 12px;
      border-radius: 6px;
      color: var(--ink-2);
      font-weight: 600;
    }

    .dropdown-menu a:hover {
      color: #fff;
      background: var(--rainbow);
    }

    .hero-slider {
      position: relative;
      overflow: hidden;
      background: #2f281f;
    }

    .slides {
      display: flex;
      transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .slide {
      position: relative;
      min-width: 100%;
     
      isolation: isolate;
    }

    .slide img {
     min-width: 100%;
    }

    .slide::after {
      content: "";
      position: absolute;
      inset: 0;
     z-index: 1;
    }

    .slide-content {
      position: absolute;
      z-index: 2;
      left: max(24px, calc((100vw - 1180px) / 2));
      top: 50%;
      width: min(590px, calc(100% - 48px));
      color: #fff;
      transform: translateY(-50%);
    }

    .slide-content p:first-child {
      display: inline-flex;
      margin: 0 0 14px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.3);
      font-weight: 600;
    }

    .slide-content h1 {
      margin: 0;
      font-size: clamp(34px, 5.2vw, 51px);
      line-height: 1.04;
      letter-spacing: 0;
      text-shadow: 0 14px 36px rgba(0, 0, 0, 0.36);
    }

    .slide-content p:last-child {
      max-width: 530px;
      margin: 18px 0 0;
      font-size: clamp(16px, 1.4vw, 20px);
      color: rgba(255, 255, 255, 0.9);
    }

    .slider-btn {
      position: absolute;
      z-index: 5;
      top: 50%;
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.45);
      border-radius: 50%;
      background: rgba(47, 40, 31, 0.34);
      backdrop-filter: blur(12px);
      transform: translateY(-50%);
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .slider-btn:hover {
      background: rgba(47, 40, 31, 0.62);
      transform: translateY(-50%) scale(1.04);
    }

    .slider-btn.prev {
      left: 22px;
    }

    .slider-btn.next {
      right: 22px;
    }

    .slider-dots {
      position: absolute;
      z-index: 6;
      left: 50%;
      bottom: 26px;
      display: flex;
      gap: 9px;
      transform: translateX(-50%);
    }

    .dot {
      width: 10px;
      height: 10px;
      border: 0;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.48);
      transition: width 0.2s ease, background 0.2s ease;
    }

    .dot.active {
      width: 32px;
      background: #fff;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 42px;
      align-items: center;
    }

    .about-text {
      padding: 8px 0;
    }

    .about-text p:not(.eyebrow) {
      margin: 20px 0 0;
      color: #313131;
      font-size: 15px;
      text-align: justify;
    }

    .rainbow-btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-top: 28px;
      padding: 13px 22px;
      overflow: hidden;
      color: #fff;
      border: 0;
      border-radius: var(--radius);
      background: var(--ink);
      box-shadow: 0 16px 34px rgba(47, 40, 31, 0.2);
      font-weight: 600;
    }

    .rainbow-btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--rainbow);
      opacity: 0;
      transition: opacity 0.25s ease;
    }

    .rainbow-btn span {
      position: relative;
      z-index: 1;
    }

    .rainbow-btn:hover::before {
      opacity: 1;
    }

    .about-photo {
      position: relative;
      min-height: 360px;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: var(--shadow);
      background: #dedbd3;
    }

    .about-photo::before {
      
    }

    .about-photo img {
      width: 100%;
      height: 100%;
      min-height: 360px;
      object-fit: cover;
    }

    .products {
      position: relative;
      padding: 62px 0;
      color: #fff;
      background:
        linear-gradient(135deg, rgba(215, 25, 32, 0.97), rgba(166, 20, 26, 0.94) 58%, rgba(91, 75, 56, 0.88)),
        var(--red);
      overflow: hidden;
    }

    .products::before {
      content: "";
      position: absolute;
      inset: -120px -160px auto -120px;
      height: 310px;
      background: linear-gradient(115deg, rgba(255, 255, 255, 0.28), rgba(215, 25, 32, 0.2), rgba(91, 75, 56, 0.16));
      filter: blur(38px);
      opacity: 0.42;
      transform: rotate(-5deg);
    }

    .section-head {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 30px;
    }

    .products .eyebrow,
    .products .section-title {
      color: #fff;
    }

    .category-tabs {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 24px;
    }

    .tab-btn {
      padding: 10px 15px;
      color: #fff;
      border: 1px solid rgba(215, 25, 32, 0.48);
      border-radius: 999px;
      background: rgba(215, 25, 32, 0.16);
      font-weight: 600;
      transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    }

    .tab-btn.active,
    .tab-btn:hover {
      border-color: transparent;
      background: linear-gradient(115deg, #e31b23 0%, #c8151d 58%, #8f1117 100%);
      transform: translateY(-1px);
    }

    .carousel-shell {
      position: relative;
      z-index: 1;
    }

    .carousel-window {
      overflow: hidden;
    }

    .product-track,
    .news-track {
      display: flex;
      transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .product-card {
      flex: 0 0 25%;
      padding: 8px;
    }

    .product-card[hidden] {
      display: none;
    }

    .product-card-inner {
      width: 95%;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
      transition: transform 0.22s ease, box-shadow 0.22s ease;
    }

    .product-card-inner:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
    }

    .product-img {
     overflow: hidden;
      background: #e4e1da;
    }

    .product-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.45s ease;
    }

    .product-card-inner:hover img {
      transform: scale(1.06);
    }

    .product-info {
      padding: 10px;
      color: var(--ink);
      text-align: center;
    }

    .product-info small {
      display: inline-flex;
      margin-bottom: 8px;
      color: var(--blue);
      font-weight: 600;
    }

    .product-info h3 {
      margin: 0;
      font-size: 15px;
      line-height: 1.35;
      text-align: center;
    }

    .price {
      margin: 12px 0 0;
      color: var(--red);
      font-size: 15px;
      font-weight: 600;
    }

    .carousel-actions {
      display: flex;
      gap: 10px;
    }

    .arrow-btn {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      color: var(--ink);
      border: 1px solid var(--line);
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 12px 28px rgba(47, 40, 31, 0.13);
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .products .arrow-btn {
      border-color: rgba(255, 255, 255, 0.24);
      color: #fff;
      background: rgba(255, 255, 255, 0.12);
    }

    .arrow-btn:hover {
      color: #fff;
      background: var(--rainbow);
      transform: translateY(-2px);
    }

    .why {
      text-align: center;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 34px;
    }

    .why-card {
      position: relative;
      min-height: 224px;
      padding: 24px 20px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.78);
      box-shadow: 0 16px 42px rgba(47, 40, 31, 0.09);
      text-align: center;
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }

    .why-card:hover {
      transform: translateY(-5px);
      border-color: rgba(215, 25, 32, 0.24);
      box-shadow: 0 22px 46px rgba(47, 40, 31, 0.13);
    }

    .why-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 5px;
      background: var(--rainbow);
    }

    .why-icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      margin: 0 auto 16px;
      color: #fff;
      border-radius: 8px;
      background: var(--rainbow);
      box-shadow: 0 14px 30px rgba(47, 40, 31, 0.18);
      font-size: 21px;
    }

    .why-card h3 {
      margin: 0 0 10px;
      font-size: 20px;
      line-height: 1.25;
    }

    .why-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .stats {
      position: relative;
      padding: 76px 0;
      color: var(--ink);
      background:
        linear-gradient(120deg, rgba(250, 249, 246, 0.96), rgba(228, 225, 218, 0.92)),
        url("https://images.unsplash.com/photo-1562259949-e8e7689d7828?auto=format&fit=crop&w=1920&q=80") center/cover;
      overflow: hidden;
    }

    .stats::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(100deg, rgba(255, 255, 255, 0.72), rgba(215, 25, 32, 0.08), rgba(91, 75, 56, 0.12));
    }

    .stats-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .stat {
      position: relative;
      padding: 32px 16px 30px;
      overflow: hidden;
      border: 1px solid rgba(215, 25, 32, 0.22);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(10px);
      text-align: center;
      box-shadow: 0 20px 42px rgba(47, 40, 31, 0.14);
    }

    .stat::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 5px;
      background: var(--rainbow);
    }

    .stat strong {
      display: block;
      font-size: clamp(42px, 6vw, 56px);
      line-height: 1;
      font-weight: 600;
      background: linear-gradient(115deg, #d71920 0%, #a6141a 58%, #5b4b38 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      filter: drop-shadow(0 10px 14px rgba(47, 40, 31, 0.16));
    }

    .stat strong .counter {
      display: inline;
      margin-top: 0;
    }

    .stat > span {
      display: block;
      margin-top: 10px;
      font-size: 15px;
      font-weight: 600;
      color: var(--ink);
    }

    .news {
      background: rgba(255, 255, 255, 0.44);
    }

    .news .section-head {
      margin-bottom: 24px;
    }

    .news-card {
      flex: 0 0 25%;
      padding: 10px;
    }

    .news-inner {
      height: 100%;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 15px 36px rgba(47, 40, 31, 0.1);
      transition: transform 0.22s ease;
    }

    .news-inner:hover {
      transform: translateY(-5px);
    }

    .news-img {
      height: 170px;
      overflow: hidden;
      background: #e4e1da;
    }

    .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .news-body {
      padding: 17px 18px 20px;
    }

    .news-body time {
      color: var(--blue);
      font-size: 13px;
      font-weight: 600;
    }

    .news-body h3 {
      min-height: 54px;
      margin: 8px 0 10px;
      font-size: 16px;
      line-height: 1.35;
    }

    .news-body p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .footer {
      position: relative;
      color: rgba(255, 255, 255, 0.86);
      background: linear-gradient(135deg, #d71920 0%, #a6141a 62%, #5b4b38 100%);
      overflow: hidden;
    }

    .footer::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 7px;
      background: var(--rainbow);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr 0.95fr;
      gap: 36px;
      padding: 58px 0 38px;
    }

    .footer-logo {
      width: 190px;
      margin-bottom: 16px;
      padding: 12px;
      border-radius: 8px;
      background: #fff;
    }

    .footer h3 {
      margin: 0 0 16px;
      color: #fff;
      font-size: 18px;
    }

    .footer p,
    .footer li {
      margin: 0;
      color: rgba(255, 255, 255, 0.78);
    }

    .footer ul {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer a:hover {
      color: #fff;
    }

    .copyright {
      padding: 16px 0 22px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.66);
      font-size: 14px;
      text-align: center;
    }

    @media (max-width: 1024px) {
      .topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
      }

      .search-box {
        width: 100%;
        flex-basis: auto;
      }

      .header-inner {
        min-height: 76px;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: calc(100% + 10px);
        display: none;
        align-items: stretch;
        flex-direction: column;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: #fff;
        box-shadow: var(--shadow);
      }

      .nav.open {
        display: flex;
      }

      .nav > a,
      .nav-link {
        justify-content: space-between;
        width: 100%;
      }

      .dropdown-menu {
        position: static;
        display: none;
        min-width: 0;
        margin: 4px 0 8px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
      }

      .dropdown:hover .dropdown-menu,
      .dropdown:focus-within .dropdown-menu {
        display: block;
      }

      .about-grid {
        grid-template-columns: 1fr;
      }

      .why-grid,
      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .product-card,
      .news-card {
        flex-basis: 50%;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 680px) {
      .container {
        width: min(100% - 24px, 1180px);
      }

      table {
        display: block;
        width: 100%;
		text-align:left;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }

      table th,
      table td {
        padding: 0 5px;
        line-height: 1.35;
        white-space: nowrap;
		text-align:left;
      }

      .section {
        padding: 54px 0;
      }

      .top-links {
        gap: 8px;
        font-size: 13px;
      }

      .social {
        padding: 5px 8px;
      }

      .logo img {
        width: 142px;
      }

      .slide {
       
      }

      .slide-content {
        left: 20px;
        width: calc(100% - 40px);
      }

      .slider-btn {
        width: 40px;
        height: 40px;
      }

      .slider-btn.prev {
        left: 10px;
      }

      .slider-btn.next {
        right: 10px;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .products .section-head {
        margin-bottom: 22px;
      }

      .products .carousel-actions,
      .category-tabs {
        display: none;
      }

      .products .carousel-window {
        overflow: visible;
      }

      .product-track {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        transform: none !important;
        transition: none;
      }

      .product-card,
      .news-card {
        padding: 7px;
      }

      .product-card {
        width: 100%;
        flex: none;
        padding: 0;
      }

      .product-card-inner {
        width: 100%;
      }

      .product-img {
        height: auto;
      }

      .product-img img {
        height: auto;
        object-fit: contain;
      }

      .product-info {
        padding: 14px;
      }

      .product-info small,
      .product-info .price {
        display: none;
      }

      .product-info h3,
      .news-body h3 {
        min-height: auto;
        font-size: 16px;
      }

      .news-img {
        height: 135px;
      }

      .news-body {
        padding: 14px;
      }

      .why-grid,
      .stats-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .why-card {
        min-height: auto;
      }
    }
	
	.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1200px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	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) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	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:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	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) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	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
}
