/* Text Elements */

h1.main-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 100;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
}

h1.h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

h1.hero-heading {
  color: #4d4d4e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

h1 {
  margin-top: 0;
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h1.plans-price {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 24px;
  line-height: 1;
}

h1 span.pink-h {
  color: #ca85cd;
}

h1.hdr-title {
  padding-right: 20px;
  padding-left: 20px;
  color: #4d4d4e;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;

  -webkit-text-stroke-color: #616161;
}

h1.heading-1 {
  color: #f2f2f2;
  text-align: left;
  font-weight: 400;
  font-style: italic;
}

h1 span.heading-text-2 {
  color: #616161;
}

h4 {
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h4.price-heading {
  margin-top: 5px;
  color: #065bee;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}

h4#gold {
  color: #c6a100;
}

h4#platinum {
  color: #92bad7;
}

h4#heading-1 {
  color: #9f9f9f;
}

h6.contact-heading {
  margin-top: 0;
  color: #555;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.header-paragraph {
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #f2f2f2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

p.paragraph.lighter-p {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

p.paragraph.pricing-description {
  margin-top: 10px;
  margin-bottom: 10px;
}

p.paragraph.footer-copyright {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

p.paragraph span.paragraph-text-1 {
  font-size: 10px;
}

ul.unorder-list.dropdown-menu {
  margin-right: auto;
  margin-left: auto;
  min-width: 135px;
  border-bottom-style: none;
  background-color: #bbb;
}

a.link-text.footer-nav-link {
  visibility: visible;
  padding: 5px;
  color: #5b5b5b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

a.link-text.footer-nav-link:hover {
  color: #828282;
}

/* Interaction Elements */

a.link-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.btn.btn-primary {
  margin-top: 30px;
  margin-bottom: -.81rem;
  padding: 10px 5px;
  border-width: 0;
  border-color: #065bee;
  border-radius: 20px;
  background-color: #9f9f9f;
}

a.link-button#gold-price {
  background-color: #dfb619;
}

a.link-button#platinum-price {
  background-color: #6f96b2;
}

a.link-button.btn.btn-primary2 {
  margin-top: 30px;
  margin-bottom: -.81rem;
  padding: 10px 5px;
  border-width: 0;
  border-color: #065bee;
  border-radius: 20px;
  background-color: #9f9f9f;
  color: #f2f2f2;
}

.container-grid.heading-highlight {
  margin-top: 25vw;
  margin-bottom: 25vw;
  padding: 3vw 5vw 5vw;
}

.container-grid.price-container {
  margin-bottom: 50px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
}

.container-grid.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.dropdown {
  float: right;
  padding-top: 5px;
  padding-right: 60px;
  max-width: 1200px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container-grid.navmenu {
  max-width: 1200px;
}

a.glyph.btn.btn-default.dropdown-toggle {
  border-width: 0;
  border-style: none;
  background-color: #121212;
  color: #f2f2f2;
  font-size: 24px;
}

.container-grid.company-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 40px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.nav-container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: auto;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

span.glyph.contact-icon {
  padding-top: 20px;
  color: #6ca6ed;
  text-align: center;
  font-size: 30px;
}

.container-grid.contact-container {
  margin-bottom: 10px;
  padding-bottom: 20px;
  width: 180px;
}

.container-grid.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.column-4 {
  padding-bottom: 40px;
}

li.list-item.nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

li.list-item a.nav-link {
  background-color: transparent;
}

.container-grid.nav-container {
  background-color: #121212;
}

.container-grid.container-fluid.heading-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25vw;
  padding-bottom: 25vw;
}

.container-grid.head-container {
  background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
}

.container-grid.offer-section {
  padding-top: 10vw;
  padding-bottom: 5vw;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.container-grid.feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1200px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.blog-section {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.container-fluid.price-wrapper {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, .76);
}

.container-grid.price-section {
  padding-top: 10vw;
  padding-bottom: 5vw;
  background-image: url('../images/stkgraphGrn.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
  opacity: .99;

  background-blend-mode: normal;
}

.container-grid.container-fluid.nav-container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-grid.footer-section {
  background-color: #151515;
}

.container-grid.copyright-section {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #000;
}

.container-grid.contact.head-container {
  background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/busAnalyticsTeam2.jpg');
  background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/busAnalyticsTeam2.jpg');
  background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/busAnalyticsTeam2.jpg');
  background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/busAnalyticsTeam2.jpg');
  background-attachment: scroll, fixed;
  background-position: 0 0, center center;
  background-size: auto, cover;
}

.container-grid.stay-social-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 4vw;
  padding-bottom: 5vw;
  max-width: 1400px;
  background-color: #fafafa;
}

.container-grid.head-container.head-pic {
  background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('../images/1068608363-preview.gif');
  background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('../images/1068608363-preview.gif');
  background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('../images/1068608363-preview.gif');
  background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('../images/1068608363-preview.gif');
  background-attachment: scroll, fixed;
}

.container-grid.hdr-row {
  padding-top: 2vh;
  padding-bottom: 2vh;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

li.list-item.list-item-1 {
  color: #f2f2f2;
}

li.list-item.list-item-3 {
  color: #f2f2f2;
}

li.list-item.list-item-2 {
  color: #f2f2f2;
}

.container-grid.container-1 {
  background-color: rgba(0, 0, 0, .76);
}

div.responsive-picture.picture-3 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
}

div.responsive-picture.picture-3 {
  display: block;
  float: none;
  width: 35%;
}

.container-grid.container-fluid.price-container {
  margin-right: 30px;
  margin-left: 30px;
}

.container-grid.container-2 {
  float: none;
  clear: none;
  padding-right: 15px;
  padding-left: 15px;
}

a.responsive-picture.picture-link-3 {
  max-width: 100px;
  width: 50%;
}

a.responsive-picture.picture-link-4 {
  max-width: 100px;
  width: 50%;
}

.container-grid.offer-section2 {
  padding-top: 5vw;
  padding-bottom: 7vw;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;
}

li.list-item.nav-item:hover {
  background-color: #838383;
}

li.list-item a.nav-link:hover {
  background-color: transparent;
  color: #c4c4c4;
}

@media screen and (min-width: 321px) {
  /* Text Elements */

  h1.main-heading {
    font-size: 32px;
  }

  h1.hero-heading {
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
    letter-spacing: 2px;
    font-size: 24px;
  }

  h1.h1 {
    text-align: left;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
  }

  h1.hdr-title {
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
    letter-spacing: 2px;
    font-size: 24px;
  }

  h1.heading-1 {
    color: #f2f2f2;
    font-weight: 400;
    font-style: italic;
  }

  h4.price-heading {
    font-weight: 400;
  }

  p.paragraph.header-paragraph {
    font-size: 16px;
  }

  p.paragraph.lighter-p {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }

  p.paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  p.paragraph.footer-copyright {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }

  ul.unorder-list.unordered-list-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  a.link-text.footer-nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-grid.nav-container-footer {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.blog-section {
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
    background-attachment: scroll, fixed;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container-grid.head-container {
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('../images/1068608363-preview.gif');
    background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('../images/1068608363-preview.gif');
    background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('../images/1068608363-preview.gif');
    background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .25) 100%), url('../images/1068608363-preview.gif');
  }

  .container-grid.feature-section {
    -ms-flex-align: start;
    padding: 2vw 0;
    max-width: none;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container-grid.hdr-row {
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
  }

  li.list-item.list-item-1 {
    color: #f2f2f2;
  }

  li.list-item.list-item-2 {
    color: #f2f2f2;
  }

  li.list-item.list-item-3 {
    color: #f2f2f2;
  }

  .container-grid.price-section {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-attachment: scroll, fixed;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.container-1 {
    padding-top: 20px;
    background-color: rgba(0, 0, 0, .76);
  }

  .container-grid.container-fluid.price-wrapper {
    max-width: none;
    background-color: rgba(0, 0, 0, .76);

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.offer-section {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-attachment: scroll, fixed;
  }

  .container-grid.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
    -ms-flex-align: center;
    padding-right: 15px;
    padding-left: 15px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
  }

  .container-grid.head-container.head-pic {
    background-attachment: scroll, fixed;
  }

  div.responsive-picture.picture-3 {
    width: 25%;
  }

  .container-grid.copyright-section {
    background-color: #000;
  }

  a.responsive-picture.picture-link-1 {
    max-width: none;
  }

  a.responsive-picture.picture-link-2 {
    max-width: none;
  }

  .container-grid.container-fluid.price-container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-grid.offer-section2 {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-attachment: scroll, fixed;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1.main-heading {
    letter-spacing: 15px;
    font-size: 50px;
  }

  h1.hero-heading {
    letter-spacing: 4px;
    font-size: 30px;
  }

  h1.h1 {
    font-size: 30px;
  }

  h1.hdr-title {
    letter-spacing: 4px;
    font-size: 30px;
  }

  p.paragraph.header-paragraph {
    letter-spacing: 6px;
  }

  p.paragraph.lighter-p {
    font-size: 16px;
    line-height: 24px;
  }

  p.paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  p.paragraph.footer-copyright {
    font-size: 16px;
    line-height: 24px;
  }

  .container-grid.price-container {
    width: 30%;
  }

  .container-grid.container-fluid.heading-highlight {
    padding-top: 20vw;
  }

  .container-grid.offer-section {
    background-attachment: scroll, fixed;
  }

  .container-grid.blog-section {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    background-attachment: scroll, fixed;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container-grid.price-section {
    background-image: url('../images/stkgraphGrn.jpg');
    background-attachment: fixed;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container-grid.head-container {
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }

  .container-grid.offer-section2 {
    background-attachment: scroll, fixed;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  h1.main-heading {
    letter-spacing: 20px;
    font-size: 56px;
  }

  h1.h1 {
    text-align: left;
  }

  h1.hero-heading {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  h1.heading-1 {
    color: #f2f2f2;
    font-weight: 400;
  }

  h1 span.heading-text-1 {
    color: #616161;
  }

  h1.hdr-title {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  h4.price-heading {
    font-weight: 400;
  }

  p.paragraph.lighter-p {
    padding-top: 20px;
    text-align: left;
    font-size: 16px;
  }

  p.paragraph.paragrapg-1a {
    max-width: 950px;
    color: #f2f2f2;
    text-align: left;
  }

  p.paragraph.footer-copyright {
    padding-top: 20px;
    text-align: left;
    font-size: 16px;
  }

  ul.unorder-list.unordered-list-1 {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  a.link-text.text-link-1 {
    padding-top: 10px;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-primary {
    margin-top: 30px;
    margin-bottom: -3rem;
  }

  a.link-button.btn.btn-primary2 {
    margin-top: 30px;
    margin-bottom: -2rem;
    color: #f2f2f2;

    -webkit-text-stroke-color: #f2f2f2;
  }

  .container-grid.heading-highlight {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .container-grid.offer-section {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-attachment: fixed, fixed;
  }

  .container-grid.price-section {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-attachment: scroll, fixed;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, repeat;
    box-shadow: none;
    opacity: 1;

    background-blend-mode: normal, normal;
  }

  .container-grid.head-container {
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/1068608363-preview.gif');
    background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/1068608363-preview.gif');
    background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/1068608363-preview.gif');
    background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/1068608363-preview.gif');
  }

  .container-grid.blog-section {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .65) 0%, rgba(45, 45, 45, .4) 100%), url('../images/download%20%281%29.jpg');
  }

  li.list-item.list-item-1 {
    color: #f2f2f2;
  }

  li.list-item.list-item-2 {
    color: #f2f2f2;
  }

  li.list-item.list-item-3 {
    color: #f2f2f2;
  }

  .container-grid.container-1 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 90vw;
    background-color: rgba(0, 0, 0, .76);
  }

  .container-grid.container-fluid.price-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 10px;
    min-width: 0;
    max-width: none;
    background-color: rgba(0, 0, 0, .76);

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.feature-section {
    -ms-flex-align: start;
    padding: 2vw 0;
    min-width: 0;
    max-width: none;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container-grid.hdr-row {
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
  }

  .container-grid.container-fluid.price-container {
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .container-grid.copyright-section {
    background-color: #000;
  }

  .container-grid.container-4 {
    padding-top: 20px;
  }

  .container-grid.offer-section2 {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .35) 100%), url('../images/IMG_0479.JPG');
    background-attachment: fixed, fixed;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1.main-heading {
    color: #fff;
    letter-spacing: 35px;
    font-size: 100px;
  }

  h1.h1 {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph.header-paragraph {
    padding-top: 22px;
    color: #f2f2f2;
    font-size: 24px;
  }

  p.paragraph.disabled.pricing-description {
    color: #616161;
  }

  ul.unorder-list.unordered-list-1 {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .container-grid.heading-highlight {
    margin-top: 25vh;
    margin-bottom: 25vh;
  }

  a.glyph.btn.btn-default.dropdown-toggle {
    background-color: #121212;
    color: #f2f2f2;
  }

  .container-grid.price-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container-grid.container-fluid.heading-highlight {
    padding-top: 20vw;
    padding-bottom: 25vw;
  }

  .container-grid.head-container {
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/1068608363-preview.gif');
    background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/1068608363-preview.gif');
    background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/1068608363-preview.gif');
    background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/1068608363-preview.gif');
    background-attachment: fixed;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.offer-text {
    float: none;
    padding-top: 5px;
  }

  .container-grid.feature-section {
    padding-top: 2vw;
  }

  .container-grid.blog-section {
    background-color: rgba(0, 0, 0, .75);
  }

  .container-grid.price-section {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .07) 50%, rgba(0, 0, 0, .5) 50%), url('../images/stkgraphGrn.jpg');
    background-attachment: scroll, fixed;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.contact.head-container {
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/busAnalyticsTeam2.jpg');
    background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/busAnalyticsTeam2.jpg');
    background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/busAnalyticsTeam2.jpg');
    background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .35) 100%), url('../images/busAnalyticsTeam2.jpg');
  }

  .container-grid.column-2 {
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container-grid.hdr-row {
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .79) 15%, rgba(0, 0, 0, .76) 100%);
  }

  .container-grid.container-fluid.price-wrapper {
    margin-right: 1vw;
    margin-left: 1vw;
    padding-top: 10px;
    min-width: 5px;
    max-width: none;
  }

  .container-grid.container-fluid.price-container {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 20px;
    min-width: 20px;
    width: 30%;
  }
}