body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.flex-center{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auto{
  margin: auto;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
}

.search {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 11px;
  margin-bottom: 0px;
  padding: 8px;
  float: left;
  color: #ecf0f1;
  font-size: 34px;
}

.search.w--open {
  background-color: transparent;
}

.section {
  position: relative;
  padding: 40px 40px 63px;
  background-color: #fafafa;
}

.section.section-gray {
  padding-top: 52px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.call-to-action-section {
  padding: 27px 40px;
  background-color: #cf404d;
  color: #fff;
  padding-left: 270px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  position: static;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: auto;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  letter-spacing: 1.5px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  padding: 13px 32px;
  border-color: #cf404d;
  border-radius: 0px;
  background-color: #cf404d;
  color: #fff;
  letter-spacing: 1.2px;
}

.hollow-button.red:hover {
  background-color: transparent;
  color: #cf404d;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 0px;
  padding-top: 27px;
  padding-bottom: 27px;
  color: #313131;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
}

.section-subheading.center {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Droid Sans', sans-serif;
  color: #737373;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 30px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  margin-top: 0px;
  padding-right: 19%;
  padding-left: 19%;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 60px;
}

.footer.center {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #414141;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.hero-title-wrapper {
  position: relative;
  top: 0%;
  margin-top: 32px;
  margin-bottom: 0px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  max-height: none;
  margin-top: 0%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 8px 0 9px -11px #787878;
  color: rgba(0, 0, 0, .74);
}

.n-na{
  color:#000 !important;
  font-weight: 500;
}

.n-split{
  position: relative;
  height:2px;
  background:#aaa;
  width:35px;
  margin:8px 24px;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #cf404d !important;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fafafa;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .58)), to(rgba(0, 0, 0, .58))), url('../images/pexels-photo-210063.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/pexels-photo-210063.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: rgba(0, 0, 0, .74);
}

.banner.add_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .58)), to(rgba(0, 0, 0, .58))), url('../images/pexels-photo-210063.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/pexels-photo-210063.jpeg');
  background-size: auto, cover;
}

.content {
  width: 100%;
  padding-left: 60px;
  float: none;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.body {
  padding-left: 0px;
}

.product-block2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-block3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-product {
  position: relative;
  width: 33.3%;
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 45%;
  padding-bottom: 0px;
}

.main-product a{
    position: absolute;
    top:0; left:0;
    margin: auto;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
}

.main-product a:hover{
  background:rgba(0,0,0,0.5);
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
}


.main-product.mp1 {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 42%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/abandoned-brand-business-284288.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/abandoned-brand-business-284288.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.main-product.mp2 {
  position: relative;
  width: 50%;
  padding-top: 42%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/ClearVision.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/ClearVision.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

.main-product.mp3 {
  position: relative;
  padding-top: 33%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .26)), to(rgba(0, 0, 0, .26))), url('../images/Motor-Oil.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/Motor-Oil.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

.main-product.mp4 {
  position: relative;
  padding-top: 33%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .26)), to(rgba(0, 0, 0, .26))), url('../images/Screen-Shot-2019-01-17-at-6.52.55-PM.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/Screen-Shot-2019-01-17-at-6.52.55-PM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

.main-product.mp5 {
  position: relative;
  padding-top: 33%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/Route-66.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Route-66.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

.nav-link {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 0px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #ecf0f1;
  color: #404047;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.15em;
  text-decoration: none;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .72)), to(hsla(0, 9%, 60%, .34))), url('../images/StockSnap_QRGVMR8BNZ.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .72), hsla(0, 9%, 60%, .34)), url('../images/StockSnap_QRGVMR8BNZ.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.customers-wrap {
  display: block;
  width: 80%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding: 63px 57px;
  background-color: hsla(0, 0%, 99%, .88);
}

.rich-bio {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rich-bio h2 {
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .92);
  font-size: 27px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.rich-bio p {
  margin-top: 15px;
  padding-right: 51px;
  padding-left: 51px;
  color: rgba(0, 0, 0, .93);
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.2px;
}

.heading-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-right: 9px;
  padding-bottom: 33px;
  padding-left: 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(59, 59, 59, .4)));
  background-image: linear-gradient(180deg, transparent, rgba(59, 59, 59, .4) 80%);
  font-family: Oswald, sans-serif;
  color: #edeff2;
  font-size: 27px;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #1b1b1b;
}

.body-2 {
  padding-left: 0px;
}

.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 6% 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content:space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: baseline;
  background-color: #fff;
}

.product_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-right: 0px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
}

.prod-link{
    position: absolute;
    width:100%;
    height:100%;
    top:0; left:0;
    z-index:3;
}

.ctv{
    position: relative;
    text-align: center;
    color:#000;
    margin-top:8px;
    letter-spacing: -0.3px;
    font-weight:700;
    font-size:14px;
}

.product_img {
  display: block;
  position: relative;
  width: 100%;
  height:250px;
}

.product-title {
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 19px;
}

.product-numb {
  color: #cf404d;
  font-size: 15px;
  font-weight: 600;
}

.pagination {
  width: 100%;
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-block {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.image-2 {
  height: 35px;
  max-width: 278px;
  margin-top: 0%;
  margin-bottom: 0%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.image-3 {
  width: 30px;
  height: 20px;
  max-width: auto;
  margin-top: 0px;
}

.link-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  color: #fff;
  text-decoration: none;
}

.ham-line {
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #363636;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
    width: 100%;
    max-width: 200px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    object-fit: contain;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link-2 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.7px;
}

.nav-splitter {
  width: 1px;
  height: 30px;
  background-color: #a2a2a2;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 4;
  width: 335px;
  height: 100%;
  padding-left: 60px;
  background-color: #e9e9e9;
}

#sl {
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

@media (min-width: 1200px) {
    .content{
        padding-left:270px !important;
    }
    .slide-nav{
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
        transform-style: preserve-3d !important;
        width:270px !important;
    }

    .nav-link{ font-size:12px !important; }
    .search-box{ display:none !important; }
    .navbar { padding-left:270px !important; }
    .navbar { padding-left:270px !important; }
    footer { padding-left:270px !important; }

}


.search-box {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.image-6 {
  width: 46px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .search.w--open {
    margin-top: 8px;
    margin-right: 8px;
    padding: 15px;
    border-radius: 163px;
    background-color: rgba(0, 0, 0, .39);
  }
  .section {
    padding: 28px 31px 48px 30px;
  }
  .section.section-gray {
    padding: 40px 56px;
  }
  .call-to-action-section {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 85px;
  }
  .hero-heading {
    margin-bottom: 5px;
    font-size: 49px;
    line-height: 1.2em;
  }
  .hero-subheading {
    padding-right: 67px;
    padding-left: 67px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .section-heading.centered {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-subheading.center {
    width: auto;
    font-size: 16px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .footer-text {
    font-size: 15px;
  }
  .hero-title-wrapper {
    top: 0%;
    margin-bottom: 0px;
    padding-right: 47px;
    padding-left: 47px;
  }
  .left-navigation {
    z-index: 11;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin-left: 0%;
    padding-top: 31px;
    background-color: #fff;
  }
  .banner {
    position: static;
    height: 400px;
  }
  .banner.ad_banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 375px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content {
    width: 100%;
  }
  .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .about {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .customers-wrap {
    width: 85%;
    padding: 40px 47px;
  }
  .rich-bio h2 {
    font-size: 31px;
  }
  .rich-bio p {
    line-height: 1.5em;
  }
  .product_wrapper {
    width: 48%;
    margin-bottom: 35px;
  }
  .product_img {
    max-width: 400px;
  }
  .product-title {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .product-numb {
    font-size: 14px;
  }
  .nav-container {
    position: relative;
    z-index: 9;
    padding-right: 17px;
    padding-left: 17px;
  }
  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 7;
  }
  .nav-link-2 {
    margin-right: 15.9219px;
    margin-left: 15.9219px;
    padding: 15px;
    font-size: 14px;
  }
  .container {
    position: static;
  }
  .slide-nav {
    z-index: 10;
    display: block;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    min-width: 1px;
    margin-top: 13px;
    margin-left: 17px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 99%;
    background-color: hsla(0, 0%, 100%, .94);
  }
  .section {
    padding: 30px 10px 44px;
  }
  .call-to-action-section{ padding-left: 0 !important;
      padding-right:0; }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-subheading {
    line-height: 30px;
  }
  .section-heading.centered {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-title-wrapper {
    top: 0%;
    margin-bottom: 0px;
  }
  .left-navigation {
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: transparent;
    box-shadow: none;
  }
  .banner.ad_banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content {
    padding-left: 0px;
  }
  .product-block2 {
    margin-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-block3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-product {
    width: 80%;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  .main-product.mp1 {
    width: 80%;
    margin-right: 0%;
    margin-bottom: 2%;
    padding-top: 50%;
    padding-bottom: 0px;
  }
  .main-product.mp2 {
    width: 80%;
    padding-top: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ClearVision.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/ClearVision.jpg');
    background-size: auto, cover;
  }
  .main-product.mp3 {
    width: 80%;
    margin-right: 0%;
    padding-top: 49%;
  }
  .main-product.mp4 {
    width: 80%;
    margin-right: 0%;
    padding-top: 50%;
  }
  .main-product.mp5 {
    width: 80%;
    padding-top: 50%;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .customers-wrap {
    padding: 45px 31px 46px 30px;
  }
  .rich-bio p {
    padding: 0px 24px;
  }
  .product-container {
    padding-top: 87px;
  }
  .product_wrapper {
    width: 48%;
    margin-bottom: 30px;
  }
  .product-title {
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 17px;
  }
  .text-block {
    font-size: 17px;
  }
  .image-2 {
    display: none;
  }
  .link-block {
    display: none;
  }
  .nav-container {
    padding-right: 35px;
    padding-left: 54px;
  }
  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-left: 0px;
  }
  .nav-menu-2 {
    top: 5px;
    padding-left: 15px;
  }
  .slide-nav {
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding-left: 0px;
  }
  .search-box {
    width: 50px;
    margin-top: 7px;
    margin-left: 15px;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, .88);
  }
}

@media (max-width: 479px) {
  .section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .section.section-gray {
    padding: 30px 17px;
  }
  .call-to-action-section {
    padding: 23px 18px;
  }
  .call-to-action-heading {
    font-size: 26px;
  }
  .hero-heading {
    margin-bottom: 9px;
    font-size: 36px;
    letter-spacing: 2px;
  }
  .hero-subheading {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .hollow-button.white {
    padding: 9px 18px 9px 17px;
  }
  .hollow-button.red {
    padding: 9px 18px 10px;
    font-size: 15px;
    letter-spacing: 1.4px;
  }
  .section-heading.centered {
    margin-bottom: 15px;
    font-size: 31px;
    letter-spacing: 1px;
  }
  .section-subheading.center {
    width: auto;
    font-size: 15px;
    line-height: 1.7em;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .footer.center {
    padding: 5px 11px;
    font-size: 16px;
  }
  .footer-text {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.9px;
  }
  .hero-title-wrapper {
    top: 0%;
    margin-top: -12px;
    margin-bottom: 0px;
  }
  .left-navigation {
    height: 10px;
  }
  .banner {
    height: 420px;
  }
  .banner.ad_banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 410px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-block2 {
    margin-bottom: 0%;
  }
  .main-product.mp1 {
    width: 90%;
    margin-bottom: 3%;
    padding-top: 65%;
  }
  .main-product.mp2 {
    width: 90%;
    margin-bottom: 3%;
    padding-top: 65%;
  }
  .main-product.mp3 {
    width: 90%;
    margin-bottom: 3%;
    padding-top: 65%;
  }
  .main-product.mp4 {
    width: 90%;
    margin-bottom: 3%;
    padding-top: 65%;
  }
  .main-product.mp5 {
    width: 90%;
    margin-bottom: 3%;
    padding-top: 65%;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
  }
  .customers-wrap {
    width: 90%;
    padding: 34px 18px;
  }
  .rich-bio h2 {
    font-size: 21px;
  }
  .rich-bio p {
    margin-top: 13px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .heading-2 {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .product-container {
    padding: 100px 23px 25px;
  }
  .product_wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
  .product-title {
    margin-top: 12px;
    margin-bottom: 2px;
    font-size: 17px;
  }
  .product-numb {
    font-size: 13px;
  }
  .pagination {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .text-block {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .nav-container {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 92px;
    padding-right: 28px;
    padding-left: 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar {
    width: 300px;
  }
  .nav-link-2 {
    margin-right: 12.9219px;
    margin-left: 12.9219px;
    padding: 10px;
  }
  .nav-menu-2 {
    top: 347px;
    width: 100%;
    padding-left: 0px;
  }
  .slide-nav {
    width: 100%;
  }
  .search-box {
    width: 45px;
    height: 45px;
    margin-left: 7px;
  }
  .image-6 {
    width: 42px;
  }
}

.pag-bar{
    position: relative;
    background:#ccc;
    padding: 17px 20px;
    width:100%;
    text-align: center;
}

.pag-bar a{ color:#000; text-decoration: none; }

.no-pro{
    font-size:19px;
    padding:60px 0;
}
