header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: #111;
  z-index: 1000; }
  @media (min-width: 768px) {
    header {
      height: 90px; } }
  header .top {
    background: #111;
    position: relative;
    z-index: 100;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      header .top {
        padding: 0; } }
  header .header {
    position: relative;
    z-index: 100; }
    header .header .logo {
      width: 220px; }
      @media (min-width: 768px) {
        header .header .logo {
          width: 480px; } }
      header .header .logo img {
        width: 100%; }
    header .header .nav-info .language {
      position: relative;
      padding: 0 5px 0 0;
      background: #111;
      width: 162px; }
      header .header .nav-info .language .selected {
        color: #fff;
        font: 16px Montserrat; }
        header .header .nav-info .language .selected .drop {
          margin-left: 10px;
          transform: rotateZ(90deg);
          cursor: pointer; }
      header .header .nav-info .language .lsit-lang {
        position: absolute;
        top: 100%;
        right: 0;
        width: 162px;
        background: #111;
        padding: 15px 20px 0;
        transform: translateY(-100%);
        z-index: -10;
        transition: transform 0.2s ease-in-out; }
        header .header .nav-info .language .lsit-lang ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          header .header .nav-info .language .lsit-lang ul li {
            margin-bottom: 20px;
            font: 16px Montserrat; }
            header .header .nav-info .language .lsit-lang ul li a {
              color: #fff;
              text-decoration: none; }
      header .header .nav-info .language.show .selected .drop {
        transform: rotateZ(-90deg); }
      header .header .nav-info .language.show .lsit-lang {
        transform: translateY(0); }
      header .header .nav-info .language.removed {
        visibility: hidden;
        user-select: none; }
    header .header .nav-info .call-nav .hamburger {
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      height: 60px;
      width: 52px; }
      @media (min-width: 768px) {
        header .header .nav-info .call-nav .hamburger {
          height: 90px; } }
      header .header .nav-info .call-nav .hamburger .hamburger-box {
        cursor: pointer;
        height: 16px;
        position: relative;
        width: 28px; }
        header .header .nav-info .call-nav .hamburger .hamburger-box .hamburger-inner {
          top: 50%;
          margin-top: -1px; }
        header .header .nav-info .call-nav .hamburger .hamburger-box .hamburger-inner,
        header .header .nav-info .call-nav .hamburger .hamburger-box .hamburger-inner:before,
        header .header .nav-info .call-nav .hamburger .hamburger-box .hamburger-inner:after {
          width: 28px;
          height: 2px;
          background-color: #fff;
          position: absolute;
          transition-property: transform;
          transition-duration: 0.22s;
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          display: block; }
        header .header .nav-info .call-nav .hamburger .hamburger-box .hamburger-inner:before {
          content: "";
          top: -7px;
          transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
        header .header .nav-info .call-nav .hamburger .hamburger-box .hamburger-inner:after {
          content: "";
          bottom: -7px;
          transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          top: auto; }
      header .header .nav-info .call-nav .hamburger.active .hamburger-box .hamburger-inner {
        transform: rotate(225deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
        header .header .nav-info .call-nav .hamburger.active .hamburger-box .hamburger-inner:before {
          top: 0;
          opacity: 0;
          transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
        header .header .nav-info .call-nav .hamburger.active .hamburger-box .hamburger-inner:after {
          bottom: 0;
          transform: rotate(-90deg);
          transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  header.top-fix {
    position: fixed; }

.main-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background: #111;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  padding: 80px 5px 20px; }
  @media (min-width: 768px) {
    .main-nav {
      padding-top: 160px; } }
  .main-nav .nav-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-nav .nav-links ul li {
      margin-bottom: 5px; }
      .main-nav .nav-links ul li a {
        color: #fff;
        font: 700 24px Montserrat;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 480px) {
          .main-nav .nav-links ul li a {
            font-size: 26px; } }
        @media (min-width: 768px) {
          .main-nav .nav-links ul li a {
            font-size: 28px; } }
        @media (min-width: 992px) {
          .main-nav .nav-links ul li a {
            font-size: 36px; } }
        .main-nav .nav-links ul li a:hover, .main-nav .nav-links ul li a:active {
          color: #F89829; }
  .main-nav .nav-links .select-lan-mob {
    position: relative; }
    .main-nav .nav-links .select-lan-mob .selected {
      color: #fff;
      font: 700 24px Montserrat; }
      @media (min-width: 480px) {
        .main-nav .nav-links .select-lan-mob .selected {
          font-size: 26px; } }
      @media (min-width: 768px) {
        .main-nav .nav-links .select-lan-mob .selected {
          font-size: 28px; } }
      @media (min-width: 992px) {
        .main-nav .nav-links .select-lan-mob .selected {
          font-size: 36px; } }
      .main-nav .nav-links .select-lan-mob .selected .drop {
        margin-left: 10px;
        display: inline-block;
        transform: rotateZ(90deg); }
    .main-nav .nav-links .select-lan-mob .lsit-lang {
      position: absolute;
      background: #111;
      z-index: 20;
      width: 100%;
      padding: 20px 20px 10px;
      display: none; }
      .main-nav .nav-links .select-lan-mob .lsit-lang ul li {
        margin-bottom: 10px; }
        .main-nav .nav-links .select-lan-mob .lsit-lang ul li a {
          font: 16px Montserrat; }
    .main-nav .nav-links .select-lan-mob.show .drop {
      transform: rotateZ(-90deg); }
    .main-nav .nav-links .select-lan-mob.show .lsit-lang {
      display: block; }
  .main-nav .search {
    margin-top: 50px; }
    .main-nav .search form {
      position: relative; }
      .main-nav .search form input {
        background: none;
        border-width: 0 0 1px 0;
        width: 100%;
        padding: 15px 50px 15px 0;
        font: 16px Montserrat;
        color: #fff; }
        .main-nav .search form input::-webkit-input-placeholder {
          color: #fff;
          opacity: 1; }
        .main-nav .search form input::-moz-placeholder {
          color: #fff;
          opacity: 1; }
        .main-nav .search form input:-ms-input-placeholder {
          color: #fff;
          opacity: 1; }
        .main-nav .search form input:-moz-placeholder {
          color: #fff;
          opacity: 1; }
      .main-nav .search form button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: none;
        border: 0 none;
        padding: 10px;
        width: 50px; }
  .main-nav .others-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-nav .others-links ul li {
      margin: 0 0 5px 0; }
      @media (min-width: 768px) {
        .main-nav .others-links ul li {
          margin-bottom: 10px; } }
      .main-nav .others-links ul li a {
        color: #fff;
        font: 300 14px/22px Montserrat;
        letter-spacing: 2px;
        text-decoration: none;
        white-space: nowrap; }
        @media (min-width: 992px) {
          .main-nav .others-links ul li a {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .main-nav .others-links ul li a {
            font-size: 16px;
            line-height: 22px; } }
        @media (max-width: 375px) {
          .main-nav .others-links ul li a {
            font-size: 3.3vw; } }
        .main-nav .others-links ul li a .arrow {
          display: inline-block;
          margin-right: 5px;
          width: 6px; }
          @media (min-width: 768px) {
            .main-nav .others-links ul li a .arrow {
              vertical-align: top;
              width: 9px; } }
          .main-nav .others-links ul li a .arrow img {
            width: 100%; }
        .main-nav .others-links ul li a strong {
          font-weight: 600; }
  .main-nav.slidin {
    transform: translateY(0);
    height: 100vh;
    overflow-y: auto; }

@keyframes "fadeOut" {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  z-index: 1; }
  @media (max-width: 1024) {
    .owl-carousel {
      width: 100%; } }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    display: flex;
    flex: 1 0 auto; }
    .owl-carousel .owl-item [class*="col-"],
    .owl-carousel .owl-item .box {
      height: 100%; }
    .owl-carousel .owl-item [class*="col-"] {
      max-width: none;
      width: 100%;
      flex: 1 0 auto; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
      .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d; }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      transition: opacity .4s ease; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    display: flex;
    flex-wrap: wrap; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav.disabled {
    display: none; }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease; }
    .owl-carousel .owl-video-play-icon:hover {
      -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-height {
  transition: height .5s ease-in-out; }

.banner {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .banner {
      height: calc(100vh - 60px);
      overflow: hidden;
      margin-top: 90px;
      height: calc(100vh - 90px); } }
  .banner .carousel {
    height: 100%; }
    .banner .carousel .carousel-inner {
      height: 100%; }
      .banner .carousel .carousel-inner .carousel-item {
        background-size: cover;
        background-position: 50%;
        height: 100%; }
        .banner .carousel .carousel-inner .carousel-item .img-place {
          opacity: 0;
          visibility: hidden; }
        .banner .carousel .carousel-inner .carousel-item .carousel-caption {
          top: 50%;
          left: 50%;
          bottom: auto;
          text-align: left;
          transform: translate(-50%, -50%);
          max-width: 500px;
          width: 500px; }
          @media (min-width: 992px) {
            .banner .carousel .carousel-inner .carousel-item .carousel-caption {
              max-width: 700px;
              width: 700px; } }
          @media (min-width: 1200px) {
            .banner .carousel .carousel-inner .carousel-item .carousel-caption {
              max-width: 1110px;
              width: 1110px; } }
          .banner .carousel .carousel-inner .carousel-item .carousel-caption h2 {
            color: #fff;
            font: 800 54px Montserrat;
            text-shadow: 0 3px 12px rgba(0, 0, 0, 0.43);
            opacity: 0; }
            @media (min-width: 1200px) {
              .banner .carousel .carousel-inner .carousel-item .carousel-caption h2 {
                font-size: 64px; } }
          .banner .carousel .carousel-inner .carousel-item .carousel-caption h4 {
            color: #fff;
            font: 24px Montserrat;
            margin-top: 15px;
            text-shadow: 0 3px 12px rgba(0, 0, 0, 0.43);
            opacity: 0; }
          .banner .carousel .carousel-inner .carousel-item .carousel-caption a {
            display: inline-flex;
            background: #F89829;
            margin-top: 40px;
            width: 170px;
            height: 50px;
            align-items: center;
            justify-content: center;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.43);
            font: 14px Montserrat;
            color: #fff;
            text-decoration: none;
            opacity: 0;
            transition: all 0.3s ease-in-out; }
            .banner .carousel .carousel-inner .carousel-item .carousel-caption a img {
              margin-left: 10px; }
            .banner .carousel .carousel-inner .carousel-item .carousel-caption a:hover {
              background: #EB7E00; }
            .banner .carousel .carousel-inner .carousel-item .carousel-caption a:active {
              background: #F89829; }
    .banner .carousel .carousel-control-next,
    .banner .carousel .carousel-control-prev {
      width: 50px;
      height: 50px;
      left: auto;
      right: auto;
      bottom: auto;
      top: 50%;
      margin-top: 25px; }
    .banner .carousel .carousel-control-next {
      right: 50px; }
    .banner .carousel .carousel-control-prev {
      left: 50px;
      transform: rotateY(-180deg); }
  .banner.inner {
    background: #1A1818;
    height: auto; }
    @media (min-width: 768px) {
      .banner.inner .page-view {
        margin-bottom: -60px;
        position: relative; } }
    @media (max-width: 767px) {
      .banner.inner .page-view .img-place img {
        width: 100%; } }
    .banner.inner .page-view .text {
      padding: 60px 0; }
      .banner.inner .page-view .text h2 {
        color: #fff;
        font: 800 42px Montserrat;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .banner.inner .page-view .text h2 {
            font-size: 64px; } }
      .banner.inner .page-view .text p {
        color: #fff;
        font: 18px/1.7 Montserrat; }
  .banner .stay-social {
    background: #F89829;
    padding: 15px 0; }
    .banner .stay-social .social ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .banner .stay-social .social ul li {
        margin: 0 0 0 15px; }
        .banner .stay-social .social ul li img {
          width: 30px;
          border-radius: 50%; }
        .banner .stay-social .social ul li:first-child {
          margin-left: 0; }

.mob-banner .caption {
  background: #1A1818;
  padding: 30px 20px 50px; }
  .mob-banner .caption h2 {
    color: #fff;
    font: 800 38px Montserrat; }
  .mob-banner .caption h4 {
    color: #fff;
    font: 18px Montserrat;
    margin-top: 20px; }
  .mob-banner .caption a {
    background: #F89829;
    margin-top: 30px;
    width: 170px;
    height: 50px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.43);
    font: 14px Montserrat;
    color: #fff;
    text-decoration: none; }
    .mob-banner .caption a img {
      margin-left: 10px; }

.stay-connected {
  padding: 35px 0; }
  .stay-connected .stay-social h6 {
    color: #1A1818;
    font: 16px Montserrat;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      .stay-connected .stay-social h6 {
        margin: 0 35px 0 0; } }
  .stay-connected .stay-social .social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .stay-connected .stay-social .social ul li {
      margin: 0 0 0 15px; }
      .stay-connected .stay-social .social ul li img {
        width: 30px;
        border-radius: 50%; }
      .stay-connected .stay-social .social ul li:first-child {
        margin-left: 0; }

.call-links .others-links ul {
  margin: -25px 0 0 0;
  padding: 0;
  list-style: none; }
  .call-links .others-links ul li {
    margin-top: 10px; }
    @media (min-width: 992px) {
      .call-links .others-links ul li {
        margin-top: 25px;
        float: left;
        width: 50%; } }
    .call-links .others-links ul li a {
      color: #000;
      text-decoration: none;
      font: 300 12px Montserrat;
      letter-spacing: 1px; }
      @media (min-width: 768px) {
        .call-links .others-links ul li a {
          font-size: 18px;
          line-height: 22px; } }
      .call-links .others-links ul li a .arrow {
        display: inline-block;
        margin-right: 5px;
        width: 6px; }
        @media (min-width: 768px) {
          .call-links .others-links ul li a .arrow {
            vertical-align: top;
            width: 9px; } }
        .call-links .others-links ul li a .arrow img {
          width: 100%; }
      .call-links .others-links ul li a strong {
        font-weight: 600; }

.discover .product-img {
  padding: 25px 0; }
  @media (min-width: 768px) {
    .discover .product-img {
      padding: 50px 0; } }
  .discover .product-img img {
    width: 100%; }
.discover .product-copy {
  padding: 25px 0; }
  @media (min-width: 768px) {
    .discover .product-copy {
      padding: 50px 0; } }
  .discover .product-copy h3 {
    color: #1A1818;
    font: 700 32px Montserrat; }
  .discover .product-copy h5 {
    color: #1A1818;
    font: 24px Montserrat; }
  .discover .product-copy p {
    color: #949494;
    font: 16px Montserrat;
    margin: 50px 0 0 0; }
  .discover .product-copy .cta {
    display: inline-flex;
    border: 2px solid #1A1818;
    width: 150px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    color: #1A1818;
    font: 14px Montserrat;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .discover .product-copy .cta img {
      margin-left: 20px; }
    .discover .product-copy .cta:hover, .discover .product-copy .cta:active {
      background: #1A1818;
      color: #fff; }

.col-meta .box {
  border: 1px dashed #000;
  height: 100%; }
  .col-meta .box a {
    padding: 20px 5px 15px;
    text-decoration: none; }
    .col-meta .box a .img img {
      max-width: 120px; }
    .col-meta .box a h5 {
      color: #5F5F5F;
      margin: 40px 0 0 0;
      text-align: center;
      font: 700 14px Montserrat; }
      @media (min-width: 768px) {
        .col-meta .box a h5 {
          font-size: 18px;
          width: 100%; } }
.col-meta .marten .row {
  margin-left: -10px;
  margin-right: -10px; }
  .col-meta .marten .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

.clients-bar .list {
  list-style: none;
  margin: 0;
  padding: 15px 0; }
@media (max-width: 767px) and (max-width: 767px) {
  .clients-bar .list:after {
    display: block;
    clear: both;
    content: ""; } }

  @media (max-width: 767px) {
    .clients-bar .list li {
      float: left;
      width: 50%;
      display: flex;
      justify-content: center;
      padding: 15px 0; } }
  .clients-bar .list li img {
    width: auto;
    height: 65px; }
    @media (max-width: 767px) {
      .clients-bar .list li img {
        height: 50px; } }

.border-dash {
  padding: 25px 0;
  position: relative; }
  @media (min-width: 768px) {
    .border-dash {
      padding: 50px 0; } }
  .border-dash:after, .border-dash:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0; }
  .border-dash:before {
    top: 0; }
  .border-dash:after {
    bottom: 0; }

.border-dash-upper {
  padding: 25px 0;
  position: relative; }
  @media (min-width: 768px) {
    .border-dash-upper {
      padding: 50px 0; } }
  .border-dash-upper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    border-top: 1px dashed #000; }
  .border-dash-upper.padhalf {
    padding: 25px 0; }
  @media (max-width: 1024px) {
    .border-dash-upper.mob-over-hide {
      overflow: hidden; } }

.border-dash-bottom {
  padding: 25px 0;
  position: relative; }
  @media (min-width: 768px) {
    .border-dash-bottom {
      padding: 50px 0; } }
  .border-dash-bottom:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #000; }

.dot-welcome {
  position: relative;
  padding: 90px 0 50px; }
  @media (min-width: 768px) {
    .dot-welcome {
      padding: 135px 0 50px; } }
  .dot-welcome ul li {
    color: #1A1818;
    font: 700 16px/1.5 Montserrat; }
    .dot-welcome ul li a {
      color: #1a1818; }
  .dot-welcome .dot-img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 1245px; }
    .dot-welcome .dot-img img {
      width: 100%; }
  .dot-welcome .copy .logo img {
    max-width: 100%; }
  .dot-welcome .copy h3 {
    color: #1A1818;
    font: 700 24px/1.5 Montserrat;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .dot-welcome .copy h3 {
        font-size: 32px; } }
    .dot-welcome .copy h3.product-heading {
      color: #5F5F5F;
      font-size: 38px;
      font-weight: 800;
      line-height: 1; }
      @media (min-width: 768px) {
        .dot-welcome .copy h3.product-heading {
          font-size: 50px; } }
    .dot-welcome .copy h3.product-name {
      color: #1A1818;
      font-size: 34px;
      font-weight: 800;
      line-height: 1;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .dot-welcome .copy h3.product-name {
          font-size: 43px; } }
      @media (min-width: 992px) {
        .dot-welcome .copy h3.product-name {
          /*white-space: nowrap;*/ } }
  .dot-welcome .copy h4 {
    color: #949494;
    font: 24px/1.4 Montserrat;
    margin: 10px 0 30px 0; }
    @media (min-width: 768px) {
      .dot-welcome .copy h4 {
        margin: 0 0 30px 0;
        font-size: 32px;
        line-height: 1.6; } }
  .dot-welcome .copy p {
    color: #949494;
    font: 18px/1.6 Montserrat;
    margin: 25px 0 0 0; }
    @media (min-width: 768px) {
      .dot-welcome .copy p {
        font-size: 22px; } }
    .dot-welcome .copy p.normal {
      font-size: 16px; }
  .dot-welcome .copy .video-cta {
    margin: 50px 0 35px 0;
    display: inline-flex;
    background: #1A1818;
    width: 205px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font: 14px Montserrat;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding-right: 50px; }
    .dot-welcome .copy .video-cta .play {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      background: #F89829;
      display: flex;
      align-items: center;
      justify-content: center; }
    .dot-welcome .copy .video-cta:hover {
      background: #EB7E00; }
      .dot-welcome .copy .video-cta:hover .play {
        background: #EB7E00; }
    .dot-welcome .copy .video-cta:hover {
      background: #F89829; }
      .dot-welcome .copy .video-cta:hover .play {
        background: #F89829; }
  .dot-welcome .copy.products ul {
    margin: 25px 0 0;
    padding: 0;
    list-style: none; }
    .dot-welcome .copy.products ul li {
      position: relative;
      padding: 0 0 5px 25px;
      color: #949494;
      font: 16px/1.8 Montserrat; }
      .dot-welcome .copy.products ul li:before {
        position: absolute;
        background: #F89829;
        content: '';
        width: 8px;
        height: 8px;
        left: 0;
        top: 10px;
        border-radius: 50%; }
  .dot-welcome .copy .parts-desc p {
    font-size: 14px;
    color: black;
    margin: 0 0 0.75em; }
  .dot-welcome .copy h5.list-parts-title {
    margin: 0 0 35px 0; }
  .dot-welcome.inner {
    padding: 60px 0; }
    .dot-welcome.inner.bc-hide {
      padding-top: 120px; }
      .dot-welcome.inner.bc-hide.member {
        padding: 60px 0; }

.info-col .col-box {
  padding: 65px 0; }
  @media (min-width: 768px) {
    .info-col .col-box {
      padding: 85px 0; } }
  .info-col .col-box .img {
    margin-bottom: 50px; }
    .info-col .col-box .img img {
      width: 100%; }
  .info-col .col-box .copy h3 {
    color: #1A1818;
    font: 24px/1 Montserrat;
    text-transform: uppercase;
    margin: 0; }
  .info-col .col-box .copy h4 {
    color: #949494;
    font: 24px/1.5 Montserrat;
    margin: 0 0 40px 0; }
  .info-col .col-box .copy p {
    color: #949494;
    font: 16px/1.5 Montserrat;
    margin: 25px 0 0 0; }
  .info-col .col-box .copy .parts-button {
    padding: 7px 15px;
    text-transform: uppercase;
    color: #000;
    background-color: #F89829;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    margin: 15px 0 0 0;
    font: 28px/1.5 Montserrat; }
    .info-col .col-box .copy .parts-button:hover {
      text-decoration: none; }
  .info-col .col-box .copy.internal ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .info-col .col-box .copy.internal ul li {
      position: relative;
      padding: 0 0 5px 25px;
      color: #949494;
      font: 16px/1.8 Montserrat; }
      .info-col .col-box .copy.internal ul li:before {
        position: absolute;
        background: #F89829;
        content: '';
        width: 8px;
        height: 8px;
        left: 0;
        top: 10px;
        border-radius: 50%; }
  .info-col .col-box .copy.products ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .info-col .col-box .copy.products ul li {
      position: relative;
      padding: 0 0 5px 25px;
      color: #949494;
      font: 16px/1.8 Montserrat; }
      .info-col .col-box .copy.products ul li:before {
        position: absolute;
        background: #F89829;
        content: '';
        width: 8px;
        height: 8px;
        left: 0;
        top: 10px;
        border-radius: 50%; }

.support-copy .heading {
  padding: 65px 0 45px; }
  @media (min-width: 768px) {
    .support-copy .heading {
      padding: 0; } }
  .support-copy .heading h3 {
    color: #1A1818;
    font: 700 24px/1.4 Montserrat;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .support-copy .heading h3 {
        font-size: 32px; } }
.support-copy .copy {
  padding: 0 0 45px; }
  @media (min-width: 768px) {
    .support-copy .copy {
      padding: 0; } }
  .support-copy .copy p {
    color: #949494;
    font: 16px/1.7 Montserrat;
    margin: 0; }
  .support-copy .copy .cta {
    display: inline-flex;
    background: #F89829;
    margin-top: 40px;
    width: 170px;
    height: 50px;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    font: 14px Montserrat;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .support-copy .copy .cta img {
      margin-left: 15px; }
    .support-copy .copy .cta:hover {
      background: #EB7E00; }
    .support-copy .copy .cta:active {
      background: #F89829; }
  .support-copy .copy.products ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .support-copy .copy.products ul li {
      position: relative;
      padding: 0 0 5px 25px;
      color: #949494;
      font: 16px/1.8 Montserrat; }
      .support-copy .copy.products ul li:before {
        position: absolute;
        background: #F89829;
        content: '';
        width: 8px;
        height: 8px;
        left: 0;
        top: 10px;
        border-radius: 50%; }

.breadcrumbs {
  background: #F89829;
  padding: 10px 0;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .breadcrumbs {
      padding: 20px 0;
      margin-top: 90px; } }
  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs ul li {
      margin-right: 20px; }
      @media (min-width: 768px) {
        .breadcrumbs ul li {
          margin-right: 30px; } }
      .breadcrumbs ul li a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font: 14px Montserrat;
        display: flex;
        align-items: center;
        letter-spacing: 0.5px; }
        .breadcrumbs ul li a img {
          margin: 0 0 0 10px; }
          @media (min-width: 768px) {
            .breadcrumbs ul li a img {
              margin: 0 0 0 15px; } }
      .breadcrumbs ul li:last-child {
        margin-right: 0; }

.products-box {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .products-box {
      padding: 0; } }
  .products-box .box {
    padding: 40px 0; }
    @media (min-width: 768px) {
      .products-box .box {
        padding: 80px 0; } }
    .products-box .box .vid-thumb {
      position: relative; }
      .products-box .box .vid-thumb .play-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        margin: -25px 0 0 -25px; }
    .products-box .box .img {
      position: relative;
      margin-bottom: 25px; }
      .products-box .box .img .img-place img {
        width: 100%; }
      .products-box .box .img .hover {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center; }
        .products-box .box .img .hover .center-logo .logo img {
          width: 274px; }
        .products-box .box .img .hover .center-logo h3 {
          color: #fff;
          font: 300 23px/1.5 Montserrat; }
          @media (min-width: 768px) {
            .products-box .box .img .hover .center-logo h3 {
              font-size: 32px; } }
    .products-box .box .copy h2 {
      color: #1A1818;
      font: 900 32px/1 Montserrat;
      margin: 0; }
      @media (min-width: 768px) {
        .products-box .box .copy h2 {
          font-size: 48px; } }
      .products-box .box .copy h2 sup {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 40%;
        top: -1.2em; }
    .products-box .box .copy h3 {
      color: #949494;
      font: 24px/1 Montserrat;
      margin: 8px 0 0 0; }
      @media (min-width: 768px) {
        .products-box .box .copy h3 {
          font-size: 32px; } }
    .products-box .box .copy p {
      color: #949494;
      font: 16px/1.5 Montserrat;
      margin: 25px 0 0 0; }
    .products-box .box .copy .vm {
      color: #F89829;
      display: inline-flex;
      align-items: center;
      margin: 25px 0 0 0;
      font: 16px Montserrat;
      text-decoration: none; }
      .products-box .box .copy .vm img {
        margin: 0 0 0 10px; }
      .products-box .box .copy .vm:hover, .products-box .box .copy .vm:active {
        color: #EB7E00; }
    .products-box .box .copy.products ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .products-box .box .copy.products ul li {
        position: relative;
        padding: 0 0 5px 25px;
        color: #949494;
        font: 16px/1.8 Montserrat; }
        .products-box .box .copy.products ul li:before {
          position: absolute;
          background: #F89829;
          content: '';
          width: 8px;
          height: 8px;
          left: 0;
          top: 10px;
          border-radius: 50%; }
    .products-box .box:hover .img .hover {
      display: flex; }

.info-col-box .box {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .info-col-box .box {
      padding: 60px 0; } }
  .info-col-box .box .img {
    /*height: 200px;*/
    display: flex;
    align-items: center;
    justify-content: center; }
    .info-col-box .box .img img {
      max-width: 100%;
      max-height: 200px; }
  .info-col-box .box .copy {
    margin-top: 30px; }
    .info-col-box .box .copy h3 {
      color: #949494;
      font: 24px/1 Montserrat;
      margin: 0; }
    .info-col-box .box .copy h4 {
      color: #1A1818;
      font: 24px Montserrat;
      margin: 5px 0 20px 0; }
    .info-col-box .box .copy p {
      color: #949494;
      font: 16px/1.8 Montserrat; }
    .info-col-box .box .copy .list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .info-col-box .box .copy .list li {
        position: relative;
        padding: 0 0 5px 25px;
        color: #949494;
        font: 16px/1.8 Montserrat; }
        .info-col-box .box .copy .list li:before {
          position: absolute;
          background: #F89829;
          content: '';
          width: 8px;
          height: 8px;
          left: 0;
          top: 10px;
          border-radius: 50%; }
    .info-col-box .box .copy .vm {
      color: #F89829;
      display: inline-flex;
      align-items: center;
      margin: 25px 0 0 0;
      font: 14px Montserrat;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      .info-col-box .box .copy .vm img {
        margin: 0 0 0 10px; }
      .info-col-box .box .copy .vm:hover, .info-col-box .box .copy .vm:active {
        color: #EB7E00; }
      .info-col-box .box .copy .vm.cta {
        border: 2px solid #1A1818;
        width: 150px;
        height: 50px;
        justify-content: center;
        color: #1A1818; }
        .info-col-box .box .copy .vm.cta img {
          margin-left: 20px; }
        .info-col-box .box .copy .vm.cta:hover, .info-col-box .box .copy .vm.cta:active {
          background: #1A1818;
          color: #fff; }
    .info-col-box .box .copy.products ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .info-col-box .box .copy.products ul li {
        position: relative;
        padding: 0 0 5px 25px;
        color: #949494;
        font: 16px/1.8 Montserrat; }
        .info-col-box .box .copy.products ul li:before {
          position: absolute;
          background: #F89829;
          content: '';
          width: 8px;
          height: 8px;
          left: 0;
          top: 10px;
          border-radius: 50%; }
.info-col-box.inner .box {
  padding: 20px 0; }
  .info-col-box.inner .box .img {
    height: 180px;
    justify-content: flex-start; }
  .info-col-box.inner .box .copy h5 {
    color: #1A1818;
    font: 700 18px Montserrat;
    margin: 0; }
  .info-col-box.inner .box .copy p {
    margin: 25px 0 0 0;
    line-height: 1.6; }

.quote-spec .cta-list {
  padding: 25px 0; }
  .quote-spec .cta-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .quote-spec .cta-list ul li {
      margin: 0 20px 25px 0; }
      .quote-spec .cta-list ul li a {
        border: 2px solid #1A1818;
        display: flex;
        padding: 0 20px;
        height: 50px;
        align-items: center;
        color: #1A1818;
        font: 14px Montserrat;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        .quote-spec .cta-list ul li a img {
          margin-left: 10px; }
        .quote-spec .cta-list ul li a:hover, .quote-spec .cta-list ul li a:active {
          background: #1A1818;
          color: #fff; }
      .quote-spec .cta-list ul li.active a {
        color: #fff;
        background: #F89829;
        border-color: #F89829; }
        .quote-spec .cta-list ul li.active a:hover {
          background: #EB7E00;
          border-color: #EB7E00; }
        .quote-spec .cta-list ul li.active a:active {
          background: #EB7E00;
          border-color: #EB7E00; }
.quote-spec .tab-sec {
  padding: 25px 0; }
  .quote-spec .tab-sec .nav-tabs {
    border-color: #5F5F5F; }
    .quote-spec .tab-sec .nav-tabs .nav-item {
      margin-right: -1px; }
      .quote-spec .tab-sec .nav-tabs .nav-item .nav-link {
        border-radius: 0;
        border-color: #949494 #949494 #5f5f5f;
        font-size: 14px;
        font-family: Montserrat;
        padding: 20px;
        color: #949494; }
        .quote-spec .tab-sec .nav-tabs .nav-item .nav-link.active {
          border-color: #5F5F5F #5F5F5F #fff;
          color: #1A1818;
          color: #1A1818; }
  .quote-spec .tab-sec .tab-content {
    border-left: 1px solid #5F5F5F;
    border-right: 1px solid #5F5F5F;
    border-bottom: 1px solid #5F5F5F; }
    .quote-spec .tab-sec .tab-content .spec-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .quote-spec .tab-sec .tab-content .spec-list ul li ul {
        display: flex; }
        .quote-spec .tab-sec .tab-content .spec-list ul li ul li {
          max-width: 25%;
          flex: 0 0 25%;
          padding: 5px;
          color: #1A1818;
          font: 12px Montserrat; }
          @media (min-width: 768px) {
            .quote-spec .tab-sec .tab-content .spec-list ul li ul li {
              padding: 20px;
              font-size: 14px; } }
          .quote-spec .tab-sec .tab-content .spec-list ul li ul li:nth-child(2n) {
            background: transparent; }
      .quote-spec .tab-sec .tab-content .spec-list ul li:nth-child(2n) {
        background: #EEE; }
    .quote-spec .tab-sec .tab-content .spec-img-box {
      padding: 0 15px 0; }
      @media (min-width: 768px) {
        .quote-spec .tab-sec .tab-content .spec-img-box {
          padding: 0 30px 0; } }
      .quote-spec .tab-sec .tab-content .spec-img-box .box {
        margin: 20px 0; }
        @media (min-width: 768px) {
          .quote-spec .tab-sec .tab-content .spec-img-box .box {
            margin: 30px 0; } }
        .quote-spec .tab-sec .tab-content .spec-img-box .box .img img {
          width: 100%; }
        .quote-spec .tab-sec .tab-content .spec-img-box .box .copy {
          margin-top: 20px; }
          .quote-spec .tab-sec .tab-content .spec-img-box .box .copy h5 {
            color: #1A1818;
            font: 14px Montserrat; }
          .quote-spec .tab-sec .tab-content .spec-img-box .box .copy p {
            color: #949494;
            font: 14px/1.5 Montserrat; }

.videomodal .modal-dialog {
  max-width: 855px; }
  .videomodal .modal-dialog .modal-content {
    border-radius: 0; }
    .videomodal .modal-dialog .modal-content .modal-header {
      border: 0 none; }
      .videomodal .modal-dialog .modal-content .modal-header .close {
        color: #1A1818;
        opacity: 1;
        font: 16px Montserrat;
        letter-spacing: 2px;
        outline: 0 none; }
    .videomodal .modal-dialog .modal-content .placeholder {
      position: relative; }
      .videomodal .modal-dialog .modal-content .placeholder .place-img {
        opacity: 0;
        visibility: hidden; }
        .videomodal .modal-dialog .modal-content .placeholder .place-img img {
          width: 100%; }
      .videomodal .modal-dialog .modal-content .placeholder .video-place {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
        height: 100%; }
        .videomodal .modal-dialog .modal-content .placeholder .video-place iframe {
          width: 100%;
          height: 100%; }

.popup-content .modal-dialog {
  max-width: 855px; }
  .popup-content .modal-dialog .modal-content {
    border-radius: 0; }
    .popup-content .modal-dialog .modal-content .modal-header {
      border: 0 none; }
      .popup-content .modal-dialog .modal-content .modal-header .close {
        color: #1A1818;
        opacity: 1;
        font: 16px Montserrat;
        letter-spacing: 2px;
        outline: 0 none; }
    .popup-content .modal-dialog .modal-content .placeholder {
      position: relative; }
      .popup-content .modal-dialog .modal-content .placeholder .place-img img {
        width: 100%; }

.photo-video .heading {
  margin: 0 0 35px 0; }
  .photo-video .heading h6 {
    color: #1A1818;
    font: 24px Montserrat;
    margin: 0; }
.photo-video .pv-slider .owl-carousel .owl-stage .owl-item .inner.videoin {
  position: relative; }
  .photo-video .pv-slider .owl-carousel .owl-stage .owl-item .inner.videoin a {
    display: block; }
    .photo-video .pv-slider .owl-carousel .owl-stage .owl-item .inner.videoin a .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 28px;
      margin: -14px 0 0 -14px;
      z-index: 10; }
    .photo-video .pv-slider .owl-carousel .owl-stage .owl-item .inner.videoin a .playimage {
      position: relative; }
      .photo-video .pv-slider .owl-carousel .owl-stage .owl-item .inner.videoin a .playimage:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(26, 24, 24, 0.28); }
@media (max-width: 767px) {
  .photo-video .pv-slider .owl-carousel .owl-nav {
    display: none; } }
.photo-video .pv-slider .owl-carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 0 none;
  background: #fff;
  top: 50%;
  margin-top: -25px;
  outline: 0 none; }
  .photo-video .pv-slider .owl-carousel .owl-nav button img {
    width: 15px; }
  .photo-video .pv-slider .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    transform: rotate(180deg); }
  .photo-video .pv-slider .owl-carousel .owl-nav button.owl-next {
    right: -50px; }

ul.categories {
  margin: 0px;
  list-style: none;
  border: 1px solid #1A1818;
  padding: 1.5rem 1.5rem 1.875rem 1.5rem;
  display: inline-block; }
  ul.categories li {
    margin-bottom: 20px; }
    ul.categories li.category {
      display: inline-block;
      width: 25%;
      float: left;
      padding: 0px 15px; }
      @media (max-width: 767px) {
        ul.categories li.category {
          width: 50%; } }
      ul.categories li.category img {
        max-width: 100%;
        width: 100%; }

ul.entries {
  margin: 0px;
  width: 100%;
  list-style: none;
  border: 1px solid #1A1818;
  padding: 1.5rem 1.5rem 1.875rem 1.5rem;
  display: inline-block; }
  ul.entries li {
    margin-bottom: 20px;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0px 15px;
    text-align: center; }
    @media (max-width: 767px) {
      ul.entries li {
        width: 50%; } }
    ul.entries li .img-wrap img {
      width: 75%;
      margin: 0 0 10px 0;
      margin: 0 0 0.625rem 0; }
    ul.entries li .content-wrap .item-part-checkbox {
      margin: 0 auto 0.625rem auto;
      display: block;
      text-decoration: underline;
      color: #296993;
      line-height: 1.1;
      font-size: 12px; }
    ul.entries li .content-wrap .item-link {
      display: block;
      margin: 0 auto 0.625rem auto;
      text-decoration: underline;
      color: #296993;
      line-height: 1.1;
      font-size: 12px; }
    ul.entries li .content-wrap .item-part-desc {
      display: block;
      font-size: 12px;
      color: black;
      min-height: 40px; }
ul.single-part li {
  width: 100%; }
  ul.single-part li .content-wrap span.item-part-desc {
    min-height: auto; }

.parts-selected-listing-wrap ul {
  padding: 0;
  list-style-type: none;
  margin: 0 0 1.5rem 0; }
  .parts-selected-listing-wrap ul li {
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    border-bottom: 1px solid #e5e5e5; }
    .parts-selected-listing-wrap ul li.is-empty {
      color: #b8b8b8; }
    .parts-selected-listing-wrap ul li:first-child {
      border-top: 1px solid #e5e5e5; }
    .parts-selected-listing-wrap ul li span.remove {
      position: absolute;
      color: #ea8f27;
      cursor: pointer;
      right: 0;
      top: 8px; }
      .parts-selected-listing-wrap ul li span.remove:hover {
        color: #539ccf; }

a.button-wide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #1A1818;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1A1818;
  font: 14px Montserrat;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a.button-wide:hover {
    background: #1A1818;
    color: #fff; }
  a.button-wide.select-parts {
    display: none;
    margin-top: 15px; }

.ff_composer p {
  margin: 0; }
.ff_composer .size1of1 {
  float: none; }
.ff_composer .unit {
  float: left;
  padding: 10px;
  width: 100%; }
  .ff_composer .unit #form-submit {
    padding: 0.5em 2em;
    width: auto; }
    .ff_composer .unit #form-submit:hover {
      background: #1A1818;
      color: #fff; }
  .ff_composer .unit .form-loader {
    width: 36px;
    margin-left: 10px;
    display: none;
    float: left; }
    .ff_composer .unit .form-loader.loading-submit {
      display: inline-block; }
    .ff_composer .unit .form-loader img {
      width: 100%; }
  .ff_composer .unit.size1of2 {
    width: 50%; }
  .ff_composer .unit.size1of1.submit p {
    float: left; }
.ff_composer .line .field_label {
  font-weight: bold;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }
.ff_composer .line input {
  background: white;
  border: 1px solid #c2c2c2;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5em 0.5em;
  width: 100%; }
  .ff_composer .line input.err {
    border: 1px solid red; }
.ff_composer textarea {
  width: 100%; }

.parts-title-row {
  display: block;
  width: 100%;
  padding: 0 0 1.25rem 0;
  border-bottom: 2px solid #000;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 768px) {
    .parts-title-row {
      display: table;
      /*padding: 1.875rem 0;*/ } }
  .parts-title-row .title-icon {
    display: none;
    width: 6rem;
    padding-right: 1.5rem;
    text-align: center; }
    .parts-title-row .title-icon img {
      margin-right: 20px;
      display: block;
      width: 70px; }
    @media (min-width: 768px) {
      .parts-title-row .title-icon {
        display: table-cell;
        vertical-align: middle; } }
  .parts-title-row .title-text {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .parts-title-row .title-text {
        display: table-cell;
        vertical-align: middle;
        border-left: 1px solid #ccc;
        padding-left: 1.5rem; } }
    .parts-title-row .title-text h1.parts-title {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      position: relative;
      top: 22%;
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 300;
      color: black; }
      .parts-title-row .title-text h1.parts-title:last-child {
        margin-right: 0; }

.parts-selected-sticky {
  position: fixed;
  top: 0;
  display: none;
  background: #fff;
  z-index: 9; }
  .parts-selected-sticky .count-space {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 10px 5px; }
    .parts-selected-sticky .count-space .count {
      font-weight: bold; }
    .parts-selected-sticky .count-space .scroll-to-top {
      float: right;
      color: #b8b8b8;
      text-decoration: none; }
      .parts-selected-sticky .count-space .scroll-to-top span {
        font-size: 12px;
        top: -2px;
        position: relative;
        margin-left: 5px; }

.thank-you {
  text-align: center;
  width: 100%; }
  .thank-you h3 {
    margin: 0px 0px 30px; }

.table-list .white-bg {
  background-color: #fff;
  padding: 0px;
  width: 100%;
  position: relative; }
  .table-list .white-bg .plus {
    float: right; }
    @media (min-width: 1025px) {
      .table-list .white-bg .plus {
        position: absolute;
        right: 10px;
        top: 40px; } }
    .table-list .white-bg .plus a {
      background-color: #498fe1;
      display: block;
      color: #fff;
      cursor: pointer;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      line-height: 1.1;
      font-size: 24px;
      text-decoration: none;
      display: inline-block; }
    .table-list .white-bg .plus span {
      color: #498fe1;
      padding-right: 10px; }
  .table-list .white-bg h1 {
    color: #000;
    font: 2rem Montserrat;
    margin: 0;
    font-weight: 600;
    padding: 0 0 20px; }
    @media only screen and (max-width: 640px) {
      .table-list .white-bg h1 {
        font-size: 20px; } }
    @media only screen and (max-width: 480px) {
      .table-list .white-bg h1 {
        font-size: 16px; } }
  .table-list .white-bg ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .table-list .white-bg ul.list-table {
      margin-left: -30px;
      width: calc(100% + 60px);
      width: -webkit-calc(100% + 60px);
      width: -moz-calc(100% + 60px); }
      @media (min-width: 768px) {
        .table-list .white-bg ul.list-table {
          margin: 0;
          width: auto; } }
      .table-list .white-bg ul.list-table li {
        padding: 20px; }
        @media (min-width: 768px) {
          .table-list .white-bg ul.list-table li {
            border-bottom: 1px solid #cdcdcd;
            padding: 0; } }
        .table-list .white-bg ul.list-table li ul li {
          background: none !important;
          border-bottom: 0 none;
          color: #666;
          float: left;
          font: 14px Montserrat;
          padding: 10px 10px 10px 50%;
          position: relative; }
          @media (min-width: 768px) {
            .table-list .white-bg ul.list-table li ul li {
              padding: 10px; }
              .table-list .white-bg ul.list-table li ul li.customer {
                width: 25%; }
              .table-list .white-bg ul.list-table li ul li.serial, .table-list .white-bg ul.list-table li ul li.purchase {
                width: 20%; }
              .table-list .white-bg ul.list-table li ul li.model {
                width: 15%; }
              .table-list .white-bg ul.list-table li ul li.distributor {
                width: 15%; }
              .table-list .white-bg ul.list-table li ul li.submit {
                width: 15%; }
              .table-list .white-bg ul.list-table li ul li.view, .table-list .white-bg ul.list-table li ul li.value {
                text-align: right;
                width: 10%; }
              .table-list .white-bg ul.list-table li ul li.order {
                width: 19%; }
              .table-list .white-bg ul.list-table li ul li.product, .table-list .white-bg ul.list-table li ul li.status {
                width: 18%; } }
          .table-list .white-bg ul.list-table li ul li.view a {
            color: #f3b32e;
            text-decoration: none; }
          .table-list .white-bg ul.list-table li ul li:before {
            color: #000;
            content: attr(title);
            font: 16px/1 Montserrat;
            left: 0;
            position: absolute;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              .table-list .white-bg ul.list-table li ul li:before {
                display: none; } }
            @media only screen and (max-width: 480px) {
              .table-list .white-bg ul.list-table li ul li:before {
                font-size: 14px; } }
        .table-list .white-bg ul.list-table li.heading {
          display: none; }
          @media (min-width: 768px) {
            .table-list .white-bg ul.list-table li.heading {
              display: list-item; } }
          .table-list .white-bg ul.list-table li.heading ul li h2 {
            color: #333;
            margin: 0;
            font: 16px Montserrat;
            font-weight: 500; }
        .table-list .white-bg ul.list-table li:nth-child(2n) {
          background: #ededed; }
          @media (min-width: 768px) {
            .table-list .white-bg ul.list-table li:nth-child(2n) {
              background: transparent; } }
  .table-list .white-bg p {
    font: 17px Montserrat;
    margin-top: 20px; }
    .table-list .white-bg p strong {
      font-family: Montserrat;
      font-weight: normal; }
  .table-list .white-bg form {
    margin-top: 30px; }
    .table-list .white-bg form .form-group {
      position: relative;
      margin-bottom: 35px; }
      .table-list .white-bg form .form-group input,
      .table-list .white-bg form .form-group textarea {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #969696;
        box-shadow: none;
        padding: 0;
        font: 15px Montserrat;
        color: #333; }
        .table-list .white-bg form .form-group input.in-pad,
        .table-list .white-bg form .form-group textarea.in-pad {
          padding-right: 40px; }
      .table-list .white-bg form .form-group select {
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #969696;
        border-radius: 0px;
        font: 15px Montserrat;
        padding: 0;
        color: #333; }
      .table-list .white-bg form .form-group .hor {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        background-color: #cdcdcd;
        line-height: 1;
        text-decoration: none;
        font-size: 24px; }
      .table-list .white-bg form .form-group p {
        font-size: 11px;
        font-family: 'AvantGardeBook';
        color: #969696;
        margin-top: 10px; }
      .table-list .white-bg form .form-group .add-more {
        margin-top: 5px; }
        .table-list .white-bg form .form-group .add-more a {
          color: #333;
          font: 15px Montserrat;
          text-decoration: none; }
    .table-list .white-bg form .button-right {
      float: right; }
      .table-list .white-bg form .button-right button {
        background-color: #628d30;
        border: none;
        border-radius: 3px;
        color: #fff;
        float: left;
        padding: 8px 15px;
        font-family: 'AvantGardeBook';
        font-size: 15px;
        margin-right: 10px;
        text-transform: uppercase; }
        .table-list .white-bg form .button-right button:focus {
          outline: 0px; }
        .table-list .white-bg form .button-right button.cancel {
          color: #494949;
          background-color: #d7d7d7; }
  @media (max-width: 380px) {
    .table-list .white-bg.no-pad-bot-mob {
      padding-bottom: 0; } }
  .table-list .white-bg .thank-ypu p {
    font: 17px Montserrat;
    margin-top: 0px 0px 15px; }
    .table-list .white-bg .thank-ypu p a {
      text-decoration: underline;
      color: #2e2e2e; }
@media (min-width: 992px) {
  .table-list.add .container {
    width: 840px; } }
.table-list.review .head-review {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px; }
  .table-list.review .head-review p {
    font-size: 20px;
    float: left;
    margin: 0;
    color: #4a494a;
    font-family: Montserrat; }
    @media only screen and (max-width: 568px) {
      .table-list.review .head-review p {
        font-size: 18px; } }
    @media only screen and (max-width: 385px) {
      .table-list.review .head-review p {
        font-size: 14px; } }
    .table-list.review .head-review p.alignleft {
      float: left; }
    .table-list.review .head-review p.alignright {
      float: right; }
.table-list.review .review-list {
  margin-top: 0; }
  .table-list.review .review-list li {
    border-bottom: 1px solid #dcdcdc;
    color: #666;
    font: 15px  Montserrat;
    padding: 10px;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .table-list.review .review-list li {
        font-size: 13px; } }
    .table-list.review .review-list li h6 {
      color: #333;
      display: inline-block;
      font: 15px  Montserrat;
      margin: 0; }
    .table-list.review .review-list li .view-inv {
      cursor: pointer;
      text-transform: uppercase;
      float: right;
      color: #f3b32e;
      font-family: Montserrat;
      text-decoration: none;
      position: absolute;
      right: 10px;
      top: 40%; }
    .table-list.review .review-list li:nth-child(2n) {
      background-color: #f0f0f0; }
    .table-list.review .review-list li img.thumb-img {
      width: 10%; }
.table-list.review .buttons {
  padding: 50px 0 30px 0;
  text-align: right; }
  @media only screen and (min-width: 768px) {
    .table-list.review .buttons {
      padding: 100px 0 0 0; } }
  .table-list.review .buttons button {
    background-color: #628d30;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 8px 15px;
    font-family: Montserrat;
    font-size: 15px;
    margin-right: 10px;
    text-transform: uppercase;
    vertical-align: top; }
    .table-list.review .buttons button:focus {
      outline: 0px; }
    .table-list.review .buttons button.cancel {
      color: #494949;
      background-color: #d7d7d7; }
    .table-list.review .buttons button.review-btn {
      margin-top: 100px; }

.loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loading img {
    width: 60px; }

footer .links {
  margin-bottom: 65px;
  margin-top: 65px; }
  @media (max-width: 767px) {
    footer .links {
      text-align: center; } }
  footer .links h3 {
    color: #000;
    font: 700 14px Montserrat;
    margin: 15px 0 0 0;
    min-height: 40px; }
    footer .links h3 a {
      color: #000; }
      footer .links h3 a:hover {
        color: #000; }
  footer .links .links-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .links .links-list ul li {
      margin: 15px 0 0 0;
      font: 12px/1.5 Montserrat; }
      footer .links .links-list ul li a {
        color: #000; }
footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 768px) {
    footer .copyright {
      flex-direction: row-reverse; } }
  footer .copyright .col-foot {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      footer .copyright .col-foot {
        flex-direction: column; } }
    footer .copyright .col-foot .logo-footer {
      margin-top: 20px; }
      @media (min-width: 768px) {
        footer .copyright .col-foot .logo-footer {
          margin-top: 0; } }
      footer .copyright .col-foot .logo-footer img {
        width: 260px; }
    footer .copyright .col-foot .copyrgt {
      margin-top: 20px;
      color: #000;
      font: 14px/1 Montserrat; }
      @media (min-width: 768px) {
        footer .copyright .col-foot .copyrgt {
          margin: 5px 0 0 20px; } }
    footer .copyright .col-foot .social ul {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .copyright .col-foot .social ul li {
        margin: 0 0 0 12px; }
        footer .copyright .col-foot .social ul li img {
          width: 30px;
          border-radius: 50%; }
        footer .copyright .col-foot .social ul li:first-child {
          margin-left: 0; }
footer .site-map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 35px 0; }
  @media (min-width: 768px) {
    footer .site-map {
      display: none; } }
  footer .site-map h5 {
    color: #5F5F5F;
    cursor: pointer;
    font: 16px Montserrat;
    margin: 0; }
    footer .site-map h5 .drop {
      display: inline-block;
      margin: 0 0 0 10px;
      transform: rotateZ(90deg); }
  footer .site-map.show h5 .drop {
    transform: rotateZ(-90deg); }
footer .site-map-mob {
  display: none;
  width: 100%; }
  @media (min-width: 768px) {
    footer .site-map-mob {
      display: flex; } }
  footer .site-map-mob.open {
    display: block; }
    footer .site-map-mob.open [class*="col-"]:first-child .links {
      margin-top: 0; }
footer .marten .row {
  margin-left: -10px;
  margin-right: -10px; }
  footer .marten .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

* {
  outline: 0 none; }

.container {
  max-width: 1140px; }
  

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