body {
  color: #333;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  color: #fff;
  background-color: rgba(0, 0, 0, .49);
  margin: 251px 0 11px;
  padding: 9px 13px;
  font-family: Helvetica Neue;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: inline-block;
}

h2 {
  color: #fff;
  background-color: rgba(0, 0, 0, .49);
  margin: 254px 0 10px;
  padding: 9px 13px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

h3 {
  float: none;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h3:hover {
  color: #000;
}

h4 {
  box-shadow: none;
  text-shadow: none;
  border-width: 1px;
  border-color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
}

.section {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 25px;
}

.section.grey {
  background-color: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-bg {
  width: auto;
  background-image: url('../images/network-bar.jpg');
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-bg.draft_beer {
  background-image: url('../images/IMG_1153.jpg');
  background-position: 0 57%;
  padding-top: 20px;
}

.hero-bg.liquor {
  height: 156px;
  background-color: #000;
  background-image: linear-gradient(#000, #545454 61%, #fff);
}

.hero-bg.management-systems {
  background-image: url('../images/IMG_1197.jpg');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 124px;
}

.subtitle {
  direction: ltr;
  color: #fff;
  background-color: #c93416;
  margin-bottom: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 700;
  transform: none;
}

.section-description {
  margin-top: 3px;
  padding-top: 4px;
  padding-bottom: 1px;
  font-size: 14px;
}

.snippet {
  color: #000;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  transform: none;
}

.snippet:hover {
  transform: none;
}

.right-col {
  text-align: right;
  padding-top: 20px;
}

.more-link {
  float: none;
  color: #9c9c9c;
  text-transform: uppercase;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  padding: 6px 8px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.more-link:hover {
  color: #fff;
  background-color: #008cff;
  border: 1px solid #008cff;
  transition: all .2s;
}

.snippet-text-section {
  padding: 10px 12px;
}

.snippet-title {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
}

.snippet-text {
  color: #737373;
  background-image: linear-gradient(rgba(0, 0, 0, .07), rgba(0, 0, 0, .07));
  font-size: 14px;
  line-height: 19px;
}

.snippet-row {
  margin-top: 27px;
  margin-bottom: 27px;
}

.button-column {
  direction: ltr;
  text-align: center;
  margin-top: 15px;
  padding-top: 0;
}

.img-example {
  text-align: left;
  margin-bottom: 10px;
}

.footer-link {
  color: #008cff;
  margin-left: 9px;
  margin-right: 9px;
  font-size: 14px;
  text-decoration: none;
}

.footer-nav-bar {
  text-align: right;
  margin-top: 10px;
}

.footer-text {
  margin-top: 10px;
  font-size: 14px;
}

.content-bg {
  background-color: #d3d3d3;
  background-image: url('../images/draft-controls.jpg');
  background-position: 50% 24%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 39px;
  padding-bottom: 39px;
}

.content-bg.two {
  background-image: url('../images/703-underbar.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-bg.two.liquor-page {
  background-image: url('../images/touch.jpg'), url('../images/703-underbar.jpg');
  background-position: 0 5%, 50% 90%;
  background-size: cover, auto;
}

.content-bg.beer-page {
  background-image: url('../images/draft4.jpg'), url('../images/draft-controls.jpg');
  background-position: 0 54%, 50% 24%;
  background-repeat: no-repeat, repeat;
}

.content-bg.tablet-bg {
  background-image: url('../images/draft-controls.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.example-image {
  width: 100%;
  margin-bottom: -2px;
}

.fronttouch {
  background-image: url('../images/laser-hand.png');
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: 441px;
  margin-bottom: -2px;
  padding-top: 0;
}

.fronttouch.liquor-front {
  height: 145px;
  background-image: none;
  padding-top: 8px;
}

.fronttouch.management-touch, .fronttouch.beer-touch {
  background-image: none;
}

.microsale {
  height: 400px;
  background-image: url('../images/Sharp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2px;
  padding-bottom: 2px;
}

.poscolumn {
  padding-right: 548px;
}

.microsaleheading {
  margin-top: 17px;
}

.microsalelogo {
  margin-top: 4px;
  margin-left: -22px;
  margin-right: -1px;
  padding-left: 22px;
  padding-right: 2px;
}

.draftheading {
  margin-top: 20px;
}

.smartphoneheading {
  color: #fff;
}

.touchtext {
  margin-top: 35px;
}

.liquor-back {
  background-color: #f3f3f3;
  background-image: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px 18px;
}

.front-video {
  margin-top: 50px;
}

.tablet-front-video {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tablet-paragraph-text {
  direction: ltr;
  text-align: left;
  letter-spacing: 0;
  font-size: 19px;
  display: inline-block;
}

.tablet-paragraph-text:hover {
  font-weight: 700;
}

.bar-management-column, .draft-front {
  margin-top: 20px;
}

.cash-front {
  margin-top: 10px;
}

.lcsi-shop {
  background-image: url('../images/COMMITMENT_YOU.jpg');
  background-position: 44% 58%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}

.microsale-column {
  margin-top: 20px;
}

.lcsi_nav {
  color: #fff;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lcsi_nav_text {
  color: #fff;
  padding-right: 9px;
  font-size: 15px;
}

.lcsi_nav_text:hover {
  color: red;
}

.lcsi_nav_text.w--current {
  float: none;
  color: #fff;
  text-transform: capitalize;
  margin-left: 0;
  padding-left: 20px;
}

.lcsi_nav_text.lcsi_phone {
  z-index: auto;
  float: right;
  clear: none;
  color: #e8e8e8;
  text-align: right;
  background-color: #0051ff;
  border-radius: 10px;
  margin: -3px -108px -7px 38px;
  padding: 14px 22px 17px 23px;
  position: relative;
}

.lcsi_nav_text.lcsi_phone:hover {
  color: #fff;
}

.lcsi_nav_bar {
  margin-top: 15px;
}

.effects {
  background-image: url('../images/Screen-Shot-2016-02-25-at-12.42.29-PM.png');
  background-position: 50% 0;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 6px rgba(192, 18, 18, .98);
}

.wireless-more {
  background-color: #e4092e;
  border-radius: 50px;
  margin-bottom: 7px;
  font-family: Bitter, serif;
  font-style: normal;
  font-weight: 700;
  box-shadow: 1px 1px 3px #000;
}

.red {
  color: #ec0d0d;
  text-align: center;
  font-family: Droid Serif, serif;
}

.paragraph {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.center {
  float: none;
  color: #090101;
  text-align: center;
  margin: 36px auto 62px;
  font-size: 26px;
  font-weight: 700;
  display: block;
}

.space {
  margin-bottom: 34px;
}

.image {
  height: 295px;
  margin-bottom: 1px;
  bottom: -9px;
}

.microsale-video {
  margin-bottom: 3px;
  margin-right: 2px;
  top: 90px;
}

.text-bottom {
  text-align: center;
}

.heading {
  direction: ltr;
  text-align: center;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.image-2 {
  opacity: .49;
}

.heading-2 {
  float: none;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-top: 88px;
  padding-bottom: 25px;
  font-family: Droid Serif, serif;
  font-size: 36px;
  text-decoration: none;
  display: block;
  position: static;
  top: 0;
  bottom: -16px;
  left: 0;
  right: 0;
}

.block-quote {
  font-family: Exo, sans-serif;
  box-shadow: inset 0 0 5px 5px #fff;
}

.heading-3 {
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.bold-text {
  color: #fff;
  text-align: left;
  font-size: 15px;
  text-decoration: none;
}

.paragraph-2 {
  text-align: center;
}

.heading-4 {
  margin-top: 0;
  padding-top: 12px;
}

.link {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.italic-text {
  margin-left: 108px;
  margin-right: -2px;
  padding-right: 0;
}

.image-3 {
  margin-left: -3px;
  padding-left: 0;
}

.block-quote-2 {
  font-family: Vollkorn, serif;
}

.text-block {
  font-family: Changa One, Impact, sans-serif;
  display: inline;
}

.bold-text-2 {
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.icon {
  color: #fff;
}

.dropdown-link, .dropdown-link-2 {
  color: #000;
  text-align: center;
  font-style: italic;
}

.dropdown-list {
  transform: translate(0);
}

.rich-text-block {
  text-align: left;
  text-indent: 0;
  white-space: normal;
  padding-left: 98px;
  padding-right: 86px;
  font-size: 16px;
}

.heading-5 {
  color: #f5eeee;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.link-2 {
  color: #e60b0b;
}

.link-3 {
  color: #e9f507;
  text-align: left;
  font-size: 24px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  p {
    margin-top: 10px;
  }

  .section {
    padding-top: 0;
  }

  .section.grey {
    padding-top: 25px;
  }

  .hero-bg {
    background-image: url('../images/network-bar.jpg');
  }

  .hero-bg.draft_beer {
    background-image: url('../images/IMG_1153.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .hero-bg.liquor {
    background-image: url('../images/IMG_1192.JPG');
    background-position: 50%;
  }

  .hero-bg.management-systems {
    background-image: url('../images/IMG_1197.jpg');
    background-position: 50% 32%;
    padding-top: 0;
  }

  .snippet {
    transform: none;
  }

  .content-bg {
    background-image: url('../images/draft-controls.jpg');
  }

  .content-bg.two {
    background-image: url('../images/703-underbar.jpg');
  }

  .content-bg.tablet-bg {
    background-image: url('../images/draft-controls.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fronttouch {
    background-image: url('../images/laser-hand.png');
    background-position: 100% 70%;
  }

  .fronttouch.management-touch {
    background-image: none;
  }

  .microsale {
    background-image: url('../images/Sharp.jpg');
    background-position: 50%;
  }

  .poscolumn {
    margin-top: 27px;
    padding-right: 402px;
  }

  .touchtext {
    margin-top: 0;
  }

  .tablet-paragraph-text {
    font-size: 12px;
  }

  .bar-management-column {
    margin-top: 20px;
  }

  .microsale-column {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 173px;
  }

  h2 {
    margin-top: 107px;
  }

  p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.grey {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .hero-bg {
    background-image: url('../images/network-bar.jpg');
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-bg.draft_beer {
    background-image: url('../images/IMG_1153.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .hero-bg.liquor {
    background-image: url('../images/IMG_1192.JPG');
    background-position: 50%;
  }

  .hero-bg.management-systems {
    background-image: url('../images/IMG_1197.jpg');
    background-position: 50% 32%;
    padding-top: 0;
  }

  .snippet {
    margin-bottom: 19px;
  }

  .right-col {
    margin-top: -42px;
  }

  .more-link {
    transition: all .2s;
  }

  .button-column {
    padding-top: 61px;
  }

  .img-example {
    text-align: center;
    padding-right: 0;
  }

  .footer-nav-bar {
    text-align: center;
  }

  .left-footer-col {
    text-align: center;
    margin-bottom: 13px;
  }

  .content-bg {
    background-image: url('../images/draft-controls.jpg');
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-bg.two {
    background-image: url('../images/703-underbar.jpg');
    background-position: 50% 90%;
  }

  .content-bg.tablet-bg {
    background-image: url('../images/draft-controls.jpg');
    background-position: 50%;
  }

  .fronttouch {
    background-image: url('../images/laser-hand.png');
    background-position: 100% 100%;
    background-size: 400px;
  }

  .fronttouch.management-touch {
    background-image: none;
  }

  .microsale {
    background-image: url('../images/Sharp.jpg');
    background-position: 50%;
    padding-left: 10px;
  }

  .microsalelogo {
    margin-top: 100px;
  }

  .draftheading {
    padding-bottom: 15px;
  }

  .smartphoneheading {
    font-size: 37px;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-bg {
    background-image: url('../images/network-bar.jpg');
  }

  .hero-bg.draft_beer {
    background-image: url('../images/draft2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .hero-bg.liquor {
    background-image: url('../images/IMG_1192.JPG');
    background-position: 50%;
  }

  .hero-bg.management-systems {
    background-image: url('../images/IMG_1197.jpg');
    background-position: 50% 32%;
    padding-top: 0;
  }

  .section-description {
    width: 50%;
  }

  .right-col {
    margin-top: 0;
  }

  .more-link {
    transition: all .2s;
  }

  .button-column {
    padding-top: 0;
  }

  .content-bg {
    min-height: 330px;
    background-image: url('../images/draft-controls.jpg');
  }

  .content-bg.two {
    background-image: url('../images/703-underbar.jpg');
    background-position: 50% 90%;
  }

  .fronttouch {
    background-image: url('../images/laser-hand.png');
    background-position: 100% 70%;
    background-size: 300px;
  }

  .fronttouch.management-touch {
    background-image: none;
  }

  .microsale {
    background-image: url('../images/Sharp.jpg');
    background-position: 50%;
  }
}


