/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  height: 100%;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

section {
  font-family: "Lato", sans-serif;
  padding: 75px 0;
  width: 100%; }
  @media (max-device-width: 550px), (max-width: 767px) {
    section {
      padding: 50px 0; }
      section:first-of-type, section:last-of-type {
        padding-bottom: 0; } }
  section .content {
    margin: 0 auto;
    max-width: 960px;
    padding: 0px 10px;
    text-align: center; }
    @media (max-device-width: 550px), (max-width: 767px) {
      section .content {
        padding: 0; } }
    section .content .ss-full {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 90%;
      margin: 2em 5% 2em 5%; }
      @media (max-device-width: 550px), (max-width: 767px) {
        section .content .ss-full {
          margin: 25px auto 5px auto;
          width: 95%; } }
    section .content .logo {
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        section .content .logo {
          width: 80%; } }

section:first-of-type {
  padding-top: 25px; }

.blue {
  background: #2E3445;
  color: white; }

.gray {
  background: #e2e5eb;
  color: #525252; }

@media (max-device-width: 550px), (max-width: 767px) {
  .hide {
    display: none; } }

h1 {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-device-width: 550px), (max-width: 767px) {
    h1 {
      margin: 0 auto;
      margin-bottom: 20px;
      font-size: 48px;
      width: 98%; } }

h2 {
  color: #525252;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
  width: 98%; }

p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 10px; }
  @media (max-device-width: 550px), (max-width: 767px) {
    p {
      font-size: 18px;
      line-height: 22px; } }

button {
  background: #5AAF64;
  border: none;
  border-radius: 2px;
  color: white;
  font-family: "Lato";
  margin-top: 25px;
  outline: 0;
  padding: 10px 15px;
  transition: all .25s; }
  button:hover {
    background: #46904f;
    cursor: pointer; }
  @media (max-device-width: 550px), (max-width: 767px) {
    button {
      font-weight: bold;
      margin-bottom: 0;
      margin-top: 35px;
      padding: 30px 0;
      width: 100%; } }

.bold {
  font-weight: bold; }

.login {
  margin-right: 50px;
  text-align: right; }
  .login .loginLink {
    background: #4B94BD;
    border-radius: 2px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 25px;
    text-decoration: none;
    transition: all .25s; }
    .login .loginLink:hover {
      background: #3d80a5; }
    @media (max-device-width: 550px), (max-width: 767px) {
      .login .loginLink {
        font-size: 22px;
        padding: 30px 0;
        margin-top: -25px;
        text-align: center;
        width: 100%; } }
  @media (max-device-width: 550px), (max-width: 767px) {
    .login {
      margin-bottom: 30px;
      margin-right: none;
      text-align: center;
      width: 100%; } }

.sellingPoint {
  margin: 55px 0;
  width: 100%; }
  .sellingPoint .sellingImage {
    display: inline-block;
    margin-top: 15px;
    width: 25%;
    vertical-align: top; }
    .sellingPoint .sellingImage img {
      margin-top: -25px;
      width: 100%;
      height: auto; }
    @media (max-device-width: 550px), (max-width: 767px) {
      .sellingPoint .sellingImage {
        margin: 15px 0;
        width: 45%; }
        .sellingPoint .sellingImage .sellingImage {
          min-width: 250px; } }
  .sellingPoint .sellingDetail {
    display: inline-block;
    margin-left: 4%;
    width: 70%;
    vertical-align: top; }
    .sellingPoint .sellingDetail p {
      text-align: left; }
    @media (max-device-width: 550px), (max-width: 767px) {
      .sellingPoint .sellingDetail {
        margin-left: 0;
        width: 90%; }
        .sellingPoint .sellingDetail h2 {
          text-align: center; }
        .sellingPoint .sellingDetail p {
          text-align: justify; } }

.processItem {
  margin: 50px auto;
  width: 80%; }
  .processItem h3 {
    font-size: 36px;
    text-align: left; }
    .processItem h3 .number {
      background: #4B94BD;
      border-radius: 50%;
      font-weight: bold;
      margin-right: 10px;
      padding: 10px 21.5px; }
  .processItem p {
    margin-left: 80px;
    margin-top: 20px;
    text-align: left; }
  @media (max-device-width: 550px), (max-width: 767px) {
    .processItem .pageBreak {
      display: block;
      height: 30px; }
    .processItem h3 {
      text-align: center; }
    .processItem p {
      margin: 20px 0 !important;
      text-align: justify; } }

.table {
  margin: 50px auto; }
  @media (max-width: 767px), (max-device-width: 550px) {
    .table {
      margin: 0 auto;
      margin-top: 100px;
      width: 95%; } }
  .table h4 {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.5em; }
  .table table {
    width: 100%;
    border: solid 1px #d2d2d2; }
    .table table td {
      font-size: 18px;
      text-align: center;
      background: #eee;
      color: #999;
      vertical-align: middle;
      font-size: 1.1rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1em; }
      .table table td.title {
        background: #2E3445;
        color: #fff;
        text-align: right;
        font-weight: bold;
        height: 4em;
        width: 200px;
        font-size: 1.3rem;
        line-height: 1.1; }
  @media (max-width: 980px) {
    .table .hTable {
      display: none; } }
  .table .vTable {
    display: none; }
    .table .vTable .title {
      text-align: center; }
    @media (max-width: 980px) {
      .table .vTable {
        display: block; } }
  .table .price {
    border-top: 1px solid rgba(200, 200, 200, 0.1); }
    .table .price td {
      font-weight: bold;
      background: #fff;
      font-size: 1.4em;
      color: #333; }
      .table .price td span {
        color: #999;
        font-weight: normal;
        font-size: 0.8em; }
  .table .priceTD {
    font-weight: bold;
    background: #fff;
    font-size: 1.4em;
    color: #333; }
    .table .priceTD span {
      color: #999;
      font-weight: normal;
      font-size: 0.8em; }

#form {
  margin-top: 100px; }
  #form h2 {
    text-align: center; }
  #form .formItem {
    margin-top: 15px; }
  #form form {
    margin: 0 auto;
    width: 70%; }
    @media (max-device-width: 550px), (max-width: 767px) {
      #form form {
        width: 100%; } }
    #form form input, #form form textarea {
      border: none;
      font-family: inherit;
      font-size: 20px;
      padding: 10px;
      width: 100%;
      -webkit-appearance: none; }
    #form form textarea {
      height: 150px;
      resize: none; }
    #form form #sendMessage {
      background: #4B94BD;
      border: none;
      color: white;
      font-weight: bold;
      outline: 0;
      padding: 15px 0;
      width: 100%;
      transition: all .25s; }
      #form form #sendMessage:hover {
        background: #39789c;
        cursor: pointer; }
      @media (max-device-width: 550px), (max-width: 767px) {
        #form form #sendMessage {
          border-radius: 0;
          font-size: 22px;
          padding: 30px 0; } }

.slider-wrapper {
  position: relative;
  margin: 0 auto; }
  @media (max-width: 1050px) {
    .slider-wrapper {
      width: 90%; }
      .slider-wrapper .ss-slider {
        width: 100%; } }
  @media (max-width: 768px) {
    .slider-wrapper {
      width: 80%; }
      .slider-wrapper .ss-slider {
        width: 100%; }
        .slider-wrapper .ss-slider ul li {
          padding-bottom: 20px; }
      .slider-wrapper .dots {
        bottom: 0px; } }
  @media (max-width: 475px) {
    .slider-wrapper .unslider-arrow {
      top: 30%; } }

.ss-slider {
  position: relative;
  overflow: auto; }
  .ss-slider li {
    list-style: none; }
  .ss-slider ul li {
    float: left; }

.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #525252;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s; }
    .dots li.active {
      background: #525252;
      opacity: 1; }

.unslider-arrow {
  position: absolute;
  top: 40%;
  font-size: 80px;
  color: #525252;
  opacity: 0.5;
  transition: all 200ms ease;
  max-width: 960px; }
  .unslider-arrow:hover {
    opacity: 1; }
  .unslider-arrow.prev {
    left: -30px; }
  .unslider-arrow.next {
    right: -30px; }

.flex-content {
  align-items: center;
  margin-top: 50px;
  display: flex; }
  @media (max-width: 767px) {
    .flex-content {
      display: block; } }

.howto-video {
  overflow: hidden; }

.partners-list {
  align-items: center;
  display: flex;
  margin-top: 20px;
  justify-content: center;
  padding-bottom: 30px;
  width: 100%; }
  .partners-list .bullybag_logo {
    width: 300px; }

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