/* ==========================================================================
@Fonts Styles
========================================================================== */
/* fonts */
@font-face {
  font-family: 'gotham-medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham-book';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ==========================================================================
@Base Styles
========================================================================== */
/* Base */
* {
  margin: 0;
  padding: 0; }

body {
  min-width: 320px;
  font-family: 'gotham-book';
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'gotham-medium'; }

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

ul {
  list-style: none; }

/* ==========================================================================
@Form Styles
========================================================================== */
input, select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 32px;
  font-size: inherit;
  border: 0;
  border-bottom: 1px solid #ddd;
  outline: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 24px;
  color: inherit; }

.select-box {
  position: relative; }
  .select-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid #ddd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none; }

.btn {
  width: 100%;
  border-radius: 3px;
  background: #FFD100;
  padding: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  color: #555;
  cursor: pointer; }

.selecty-select {
  color: #757575; }
  .selecty-select.changed {
    color: #000; }

#formError, #downloadError {
  margin-bottom: 16px;
  color: #ec6969; }

/* App styles */
header {
  display: flex;
  justify-content: space-between;
  padding: 6px 42px; }
  @media screen and (max-width: 480px) {
    header {
      padding: 6px 24px; } }
  header .logo img {
    width: 100px;
    margin-top: 5px; }
  header .powered-by {
    text-align: center;
    max-width: 100px;
    font-size: 11px;
    color: #888; }
    header .powered-by img {
      width: 100px; }

.first-fold .content {
  background: transparent url("images/backdrop.png") no-repeat center;
  background-size: cover;
  padding: 8%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .first-fold .content {
      padding: 5%;
      background-size: auto; } }
  @media screen and (max-width: 599px) {
    .first-fold .content {
      flex-wrap: wrap; } }
  .first-fold .content .left-column {
    flex-basis: 45%;
    color: #fff;
    text-align: right; }
    @media screen and (max-width: 599px) {
      .first-fold .content .left-column {
        flex-basis: 90%;
        margin-bottom: 24px;
        text-align: center; } }
    .first-fold .content .left-column h1 {
      font-size: 56px; }
      @media screen and (max-width: 1279px) {
        .first-fold .content .left-column h1 {
          font-size: 32px; } }
      @media screen and (max-width: 1023px) {
        .first-fold .content .left-column h1 {
          font-size: 20px; } }
    .first-fold .content .left-column hr {
      position: relative;
      left: 70%;
      width: 30%;
      height: 3px;
      border: 0;
      outline: 0;
      background: #FFD100; }
      @media screen and (max-width: 599px) {
        .first-fold .content .left-column hr {
          left: 40%;
          width: 20%; } }
    .first-fold .content .left-column p {
      font-size: 20px; }
      @media screen and (max-width: 1023px) {
        .first-fold .content .left-column p {
          font-size: 14px; } }
  .first-fold .content .right-column {
    flex-basis: 45%;
    margin-left: 10%; }
    @media screen and (max-width: 599px) {
      .first-fold .content .right-column {
        flex-basis: 90%;
        margin: 0; } }
    .first-fold .content .right-column .form {
      padding: 42px;
      background: #fff;
      border-radius: 4px;
      font-size: 16px; }
      @media screen and (max-width: 1023px) {
        .first-fold .content .right-column .form {
          padding: 24px 32px;
          font-size: 14px; } }

.features-section {
  background: #f5f5f5; }
  .features-section ul {
    display: flex;
    justify-content: space-between;
    padding: 5%; }
    @media screen and (max-width: 1023px) {
      .features-section ul {
        flex-wrap: wrap;
        padding-top: 42px; } }
    .features-section ul li {
      flex-basis: 22%;
      text-align: center; }
      .features-section ul li h3 {
        font-size: 16px;
        color: #006C39;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .features-section ul li p {
        color: #888; }
      .features-section ul li .img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #e8e8e8;
        margin: 0 auto 24px auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        .features-section ul li .img.tea img {
          width: 58px; }
        .features-section ul li .img.cloud img {
          width: 54px; }
        .features-section ul li .img.chip img {
          width: 54px; }
        .features-section ul li .img.tag img {
          width: 47px; }
      @media screen and (max-width: 1023px) {
        .features-section ul li {
          flex-basis: 42%;
          margin-bottom: 42px; } }
      @media screen and (max-width: 479px) {
        .features-section ul li h3 {
          font-size: 14px; }
        .features-section ul li .img {
          width: 64px;
          height: 64px; }
          .features-section ul li .img.tea img {
            width: 38px; }
          .features-section ul li .img.cloud img {
            width: 34px; }
          .features-section ul li .img.chip img {
            width: 34px; }
          .features-section ul li .img.tag img {
            width: 30px; } }

.dispenser-section {
  display: flex; }
  .dispenser-section > div {
    display: flex;
    flex-basis: 50%;
    padding: 4%;
    justify-content: center;
    align-items: center; }
  @media screen and (max-width: 719px) {
    .dispenser-section {
      flex-wrap: wrap; }
      .dispenser-section > div {
        flex-basis: 100%;
        padding: 42px; }
      .dispenser-section.reverse {
        flex-wrap: wrap-reverse; } }
  @media screen and (max-width: 479px) {
    .dispenser-section > div {
      padding: 42px 0px; } }
  .dispenser-section .int-dispenser {
    width: 250px;
    margin-bottom: 42px; }
    @media screen and (max-width: 1023px) {
      .dispenser-section .int-dispenser {
        width: 200px; } }
    @media screen and (max-width: 479px) {
      .dispenser-section .int-dispenser {
        width: 160px; } }
  .dispenser-section .dispenser {
    width: 160px;
    margin-bottom: 42px; }
    @media screen and (max-width: 1023px) {
      .dispenser-section .dispenser {
        width: 100px; } }
    @media screen and (max-width: 479px) {
      .dispenser-section .dispenser {
        width: 60px; } }
  .dispenser-section .machine-div {
    text-align: center; }
    .dispenser-section .machine-div h3 {
      color: #888;
      text-transform: uppercase; }
      @media screen and (max-width: 479px) {
        .dispenser-section .machine-div h3 {
          font-size: 14px; } }
    .dispenser-section .machine-div .machines {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .dispenser-section .machine-div .machines > div {
        margin: 0 24px; }
        @media screen and (max-width: 479px) {
          .dispenser-section .machine-div .machines > div {
            margin: 0 14px; } }
  .dispenser-section .content {
    position: relative;
    background: #FFD100;
    text-align: left; }
    .dispenser-section .content .content-wrapper {
      max-width: 70%; }
      @media screen and (max-width: 1023px) {
        .dispenser-section .content .content-wrapper {
          max-width: 80%; } }
    .dispenser-section .content h2 {
      color: #006C39;
      font-size: 32px;
      margin-bottom: 42px; }
      @media screen and (max-width: 1023px) {
        .dispenser-section .content h2 {
          font-size: 24px;
          margin-bottom: 28px; } }
    .dispenser-section .content p {
      font-size: 20px;
      line-height: 2.2; }
      @media screen and (max-width: 1023px) {
        .dispenser-section .content p {
          font-size: 18px;
          line-height: 2; } }
    .dispenser-section .content li {
      list-style: disc;
      font-size: 20px;
      line-height: 2.2; }
      @media screen and (max-width: 1023px) {
        .dispenser-section .content li {
          font-size: 18px;
          line-height: 2; } }
    .dispenser-section .content.right:after {
      content: '';
      position: absolute;
      left: -18px;
      top: 48%;
      width: 0;
      height: 0;
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
      border-right: 18px solid #FFD100; }
    .dispenser-section .content.left:after {
      content: '';
      position: absolute;
      right: -18px;
      top: 48%;
      width: 0;
      height: 0;
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
      border-left: 18px solid #FFD100; }
    @media screen and (max-width: 719px) {
      .dispenser-section .content.left:after, .dispenser-section .content.right:after {
        left: 50%;
        top: -18px;
        margin-left: -9px;
        border-top: none;
        border-bottom: 18px solid #FFD100;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent; } }

.products-section {
  padding: 100px;
  background: #f5f5f5;
  display: flex; }
  .products-section > div {
    flex-basis: 33.3333%;
    text-align: center; }
    .products-section > div h2 {
      font-size: 32px;
      color: #006C39; }
    .products-section > div:nth-child(even) {
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8; }
  .products-section ul {
    margin-top: 42px; }
    .products-section ul li {
      margin-bottom: 32px;
      color: #888; }
      .products-section ul li h4 {
        text-transform: uppercase; }
  .products-section .img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: transparent url("images/chai.jpg") no-repeat center;
    background-size: 100px auto;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 16px; }
    .products-section .img.filter-coffee {
      background-image: url("images/filter-coffee.jpg"); }
    .products-section .img.green-tea {
      background-image: url("images/green-tea.jpg"); }
    .products-section .img.black-tea {
      background-image: url("images/black-tea.jpg"); }
    .products-section .img.hot-chocolate {
      background-image: url("images/hot-chocolate.jpg"); }
    .products-section .img.badam-turmeric {
      background-image: url("images/badam-turmeric.jpg"); }
  @media screen and (max-width: 1023px) {
    .products-section {
      padding: 42px; }
      .products-section > div h2 {
        font-size: 24px; } }
  @media screen and (max-width: 719px) {
    .products-section {
      padding: 24px;
      flex-wrap: wrap; }
      .products-section > div {
        flex-basis: 100%;
        margin-bottom: 24px; }
        .products-section > div:nth-child(even) {
          border: 0; }
      .products-section ul {
        display: flex;
        justify-content: space-around; }
        .products-section ul li {
          flex-basis: 40%; }
      .products-section .img {
        width: 85px;
        height: 85px;
        background-size: 85px auto; } }

.thanks-section {
  padding: 8%;
  background: #f5f5f5;
  text-align: center; }
  .thanks-section h1 {
    font-size: 32px;
    color: #006C39;
    line-height: 3; }
    @media screen and (max-width: 1023px) {
      .thanks-section h1 {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 24px; } }
  .thanks-section p {
    color: #888; }
  .thanks-section hr {
    width: 8%;
    height: 2px;
    background: #FFD100;
    margin: 24px auto 42px auto;
    outline: 0;
    border: 0; }
  .thanks-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .thanks-section ul li {
      flex-basis: 25%;
      padding: 24px;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end; }
      @media screen and (max-width: 1023px) {
        .thanks-section ul li {
          flex-basis: 85%;
          margin-bottom: 42px;
          padding: 24px 6px; } }
      .thanks-section ul li img {
        width: 116px;
        margin-bottom: 32px; }
      .thanks-section ul li h4 {
        flex-basis: 100%;
        text-transform: uppercase;
        color: #888; }
        .thanks-section ul li h4 span {
          display: inline-block;
          width: 24px;
          height: 24px;
          background: transparent url("images/go.png") no-repeat center;
          background-size: 24px auto;
          vertical-align: middle;
          margin-left: 2px; }

footer {
  display: flex;
  justify-content: space-between;
  padding: 4%;
  line-height: 2;
  background: #000;
  color: #fff; }
  footer .footer-about {
    flex-shrink: 1;
    max-width: 320px; }
    footer .footer-about a {
      color: #FFD100; }
  footer .footer-contact {
    min-width: 240px; }
  footer .footer-products {
    min-width: 160px; }
    footer .footer-products a:hover {
      color: #FFD100; }
  footer .footer-brochure {
    min-width: 200px; }
  @media screen and (max-width: 1023px) {
    footer {
      flex-wrap: wrap; }
      footer .footer-about {
        max-width: none; }
      footer .footer-contact {
        min-width: auto; }
      footer .footer-brochure {
        min-width: auto; } }
  @media screen and (max-width: 599px) {
    footer {
      justify-content: center; } }
  footer ul {
    list-style: none; }
  footer > div {
    padding: 1%; }
    @media screen and (max-width: 1023px) {
      footer > div {
        flex-basis: 40%; } }
    @media screen and (max-width: 599px) {
      footer > div {
        flex-basis: 90%; } }
  footer h3 {
    font-size: 24px;
    margin-bottom: 24px; }
  footer .brochure-form {
    color: #fff; }
    footer .brochure-form .btn {
      padding: 8px 0; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .modal:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .modal .content {
    display: flex;
    width: 800px;
    height: 470px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 42px -2px rgba(0, 0, 0, 0.5);
    z-index: 1; }
    .modal .content .img {
      flex-basis: 45%; }
    .modal .content .form-wrapper {
      flex-basis: 55%;
      padding: 42px;
      position: relative; }
      .modal .content .form-wrapper .close-btn {
        position: absolute;
        right: 20px;
        top: 18px;
        width: 10px;
        height: 10px;
        background: transparent url("images/close-btn.png") no-repeat center;
        background-size: 10px auto;
        cursor: pointer; }
      .modal .content .form-wrapper h2 {
        color: #006C39;
        line-height: 1.6; }
      .modal .content .form-wrapper p {
        margin-top: 12px;
        color: #888; }
      .modal .content .form-wrapper hr {
        border: 0;
        width: 20%;
        height: 2px;
        background: #FFD100; }
      .modal .content .form-wrapper .form {
        margin-top: 24px; }
    @media screen and (max-width: 799px) {
      .modal .content .img {
        display: none; }
      .modal .content .form-wrapper {
        flex-basis: 100%; } }
    @media screen and (max-width: 479px) {
      .modal .content h2 {
        font-size: 18px; }
      .modal .content .form {
        margin-top: 14px; }
      .modal .content .form-wrapper {
        padding: 24px; } }
  .modal #modalDemoBtn {
    margin-top: 14px; }

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