/* Text Elements */

h2 span.heading-text-1 {
  color: #f6f3f3;
}

h3 {
  font-family: 'Roboto', sans-serif;
}

h3.card-title {
  font-family: 'Khand', sans-serif;
  line-height: 1.1;
}

h3.table-header {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #616161;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h4.footer-text {
  color: #fceaea;
  font-family: 'Roboto', sans-serif;
}

h5.feature-heading {
  padding-top: 26px;
  color: #777;
  text-align: center;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

h5.first {
  padding-top: 0;
}

p.paragraph {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-bottom: 5px;
  color: #5e5955;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

p.paragraph.three-elements-paragraph {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 330px;
  color: #b57c4a;
  text-align: center;
}

p.paragraph.flex-card-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p.paragraph.card-text {
  display: block;
  margin-left: 0;
  max-width: none;
  text-align: left;
}

p.paragraph.menu-toggle-text {
  margin-bottom: 0;
  font-size: 16px;
}

p.paragraph.feature-description {
  margin-bottom: 0;
  color: #5b5b5b;
  text-align: center;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

p.paragraph span.small {
  font-size: .875rem;
}

p.paragraph span.red {
  color: #ff341f;
  font-weight: 700;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: .8rem .6363636363636364rem .9rem;
  background-color: #fff;
  color: rgba(37, 37, 37, .85);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: 'Ropa Sans', sans-serif;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-text.nav-item:hover {
  background-color: #4b4b4b;
  color: #fdfdfd;
}

ul.link-list.menu {
  background-color: #2c3840;
}

ul.link-list.medium-horizontal.menu.simple.vertical {
  background-color: #060d11;
}

/* Interaction Elements */

a.link-button {
  font-family: 'Roboto', sans-serif;
}

a.link-button.buy-button {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 7px;
  padding: 14px 18px 12px;
  border-width: 0;
  border-radius: 4px;
  background-color: #5e1e12;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Khand', sans-serif;
  line-height: 1.6;
}

a.link-button.button-cstm {
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  min-width: 140px;
  border-radius: 5px;
  background-color: #ff341f;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.secondary {
  border-color: #5b5b5b;
  background-color: transparent;
  color: #5b5b5b;
}

/* Layout Elements */

.container.top-bar-responsive {
  padding: .75rem;
  background-color: #2c3840;
}

.container.top-bar-title {
  position: relative;
  width: 100%;
}

.container.icon-container {
  position: absolute;
  top: 50%;
  right: 7px;
  padding: .25rem .45rem;
  border: .0625rem solid #fefefe;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container#topbar-responsive {
  display: none;
}

.container.topbar-responsive-links {
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.container.flexomagic {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px .625rem;
  min-height: 20px;
  background-color: #100909;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.card {
  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: start;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 280px;
     -moz-box-flex: 1;
      -ms-flex: 1 280px;
          flex: 1 280px;
}

.container.top-bar.top-bar-responsive {
  background-color: #090e12;
}

.container.nav-col {
  position: static;
  margin-top: 0;
  background-color: transparent;
}

.container.mobile-menu-toggle {
  margin-bottom: 0;
  background-color: rgba(37, 37, 37, .7);
}

.container.menu-wrapper {
  z-index: 10;
  display: none;
  box-shadow: none;
}

.container.sd-three-cols {
  display: grid;

  grid-template-columns: repeat(3 , auto);
  grid-template-rows: auto;
}

.container.container-1 {
  background-color: #050505;
}

.container.feature {
  padding: 14px 15px 12px;
  width: 100%;
}

.container.feature-check {
  padding: 16px 16px 16px 0;
  width: 50%;
  background-color: rgba(255, 189, 189, .2);
}

.container.feature-check.right {
  text-align: right;
}

span.glyph.menu-icon-toggle {
  position: static;
  display: inline-block;
  margin: 2px auto;
  width: auto;
  color: #fefefe;
  font-size: 20px;
  line-height: 1;
}

li.list-item-link.menu-link > a {
  color: #fefefe;
}

li.list-item-link.menu-link {
  padding-top: .875rem;
  padding-bottom: .875rem;
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

a.link-button-glyph.social {
  margin-right: .25rem;
}

a.link-button-glyph.facebook {
  background-color: #3b5998;
}

span.glyph-for-button.fa {
  display: inline-block;
  margin-right: .25rem;
  font-size: 16px;
}

ul.list-container.orbit-container {
  height: auto;
}

li.list-item-container.orbit-slide {
  opacity: 0;
}

li.list-item-container.is-active.orbit-slide {
  display: block;
  opacity: 1;
}

div.responsive-picture.orbit-image {
  max-width: none;
}

button.slide-indicator {
  margin-right: 1.1%;
  margin-left: 1.1%;
}

.rule.menu-line hr {
  border-top-width: 2px;
}

.rule.menu-line {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.list-container.menu {
  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: stretch;
  padding: 1.25rem;
  background-color: rgba(37, 37, 37, .7);

  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
  padding: .625rem;

  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

a.link-button-glyph.insta-gram {
  background-color: #125688;
}

a.responsive-picture.thumbnail {
  background-color: #fdfafa;
}

ul.list-container.feature-list {
  margin-top: 20px;
  margin-left: 0;
  list-style-type: none;
}

li.list-item-container.button-col-creator {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

li.list-item-container.feature-group-header {
  border-bottom: .0625rem dotted #929292;
}

li.list-item-container.feature-row {
  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;
}

span.glyph.feature-mark {
  display: inline-block;
  margin-left: 20%;
  color: #59b13f;
  font-size: 16px;
}

span.glyph.right {
  margin-right: 20%;
}

span.glyph.fail {
  color: #f6c007;
}

li.list-item-container.table-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #ff341f;
}

li.list-item-link.menu-link:hover > a {
  color: #c7c7c7;
}

@media screen and (min-width: 23.0625rem) {
  /* Text Elements */

  h2 span.heading-text-1 {
    color: #faf7f7;
  }

  h3.card-title {
    min-height: 60px;
    font-size: 28px;
  }

  p.paragraph.three-elements-paragraph {
    display: block;
  }

  /* Interaction Elements */

  a.link-button.buy-button {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 28px;
  }

  /* Layout Elements */

  .container.top-bar.top-bar-responsive {
    background-color: #060c10;
  }

  .container.flexomagic {
    background-color: #130f0f;
  }

  .container.container-1 {
    background-color: #090707;
  }

  a.responsive-picture.thumbnail {
    background-color: #faf8f8;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2 span.heading-text-1 {
    color: #f6f1f1;
  }

  h5.feature-heading {
    text-align: left;
  }

  p.paragraph.feature-description {
    text-align: left;
  }

  a.link-text.nav-item {
    padding-right: .5rem;
    padding-bottom: .6666666666666666rem;
    padding-left: .5rem;
    font-size: 1.125rem;
  }

  ul.link-list.menu.simple.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    width: auto;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  ul.link-list.medium-horizontal.menu.simple.vertical {
    -ms-flex-pack: start;
    -ms-flex-align: center;

    -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-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  /* Interaction Elements */

  a.link-button.button-cstm {
    margin-right: 0;
  }

  /* Layout Elements */

  .container.top-bar.top-bar-responsive {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    background-color: #050d13;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.top-bar-title {
    position: static;
    width: auto;
  }

  .container.icon-container {
    display: none;
  }

  .container.topbar-responsive-links {
    display: block;
    width: auto;
  }

  .container#topbar-responsive {
    display: block;
  }

  .container.top-bar-right {
    max-width: none;
  }

  .container.mobile-menu-toggle {
    display: none;
  }

  .container.menu-wrapper {
    display: block;
  }

  .container.flexomagic {
    background-color: #110f0f;
  }

  .container.container-1 {
    background-color: #090909;
  }

  .container.feature {
    width: 50%;
    background-color: transparent;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .container.feature-check {
    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;
    padding-right: 0;
    width: 146px;
    background-color: transparent;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.right {
    text-align: center;
  }

  li.list-item-link.menu-link {
    max-width: none;
    width: auto;
  }

  button.slide-indicator {
    margin-right: .1%;
    margin-left: .1%;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .9375rem;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-wrapper {
    padding: .5rem;
    background-color: transparent;
  }

  a.responsive-picture.thumbnail {
    background-color: #f7f5f5;
  }

  li.list-item-container.button-col-creator {
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  li.list-item-container.feature-row {
    border-bottom: .0625rem dotted rgba(96, 96, 96, .2);
  }

  span.glyph.feature-mark {
    margin-left: 0;
    text-align: center;
  }

  span.glyph.right {
    margin-right: 0;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2 span.heading-text-1 {
    color: #f6f4f4;
  }

  a.link-text.nav-item {
    font-size: 1.375rem;
  }

  ul.link-list.medium-horizontal.menu.simple.vertical {
    background-color: #070d11;
    list-style-position: outside;
    list-style-type: none;
  }

  /* Interaction Elements */

  a.link-button.button-cstm {
    min-width: 220px;
  }

  /* Layout Elements */

  .container.top-bar.top-bar-responsive {
    background-color: #080f14;
  }

  .container.flexomagic {
    background-color: #120707;
  }

  .container.sd-three-cols {
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .container.container-1 {
    background-color: #0a0808;
  }

  .container.feature-check {
    width: 228px;
  }

  a.responsive-picture.thumbnail {
    background-color: #fcf5f5;
  }
}

@media screen and (min-width: 87.5rem) {
  /* Text Elements */

  p.paragraph {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.flexomagic {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 380px;
       -moz-box-flex: 0;
        -ms-flex: 0 380px;
            flex: 0 380px;
  }
}

@media screen and (min-width: 88rem) {
  /* Text Elements */

  h2 span.heading-text-1 {
    background-color: transparent;
    color: #f5eeee;
  }

  h3 span.heading-text-2 {
    color: #5a4848;
  }

  p.paragraph {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.flexomagic {
    -ms-flex-pack: center;
    background-color: #0d0707;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.card {
    position: static;
    display: grid;
    padding-top: 18px;
    min-width: 6px;
    background-color: #f6f1f1;

    -webkit-box-flex: 1;
    -webkit-flex: 1 408px;
       -moz-box-flex: 1;
        -ms-flex: 1 408px;
            flex: 1 408px;
  }

  .container.container-1 {
    background-color: #0f0a0a;
  }

  a.responsive-picture.thumbnail {
    background-color: #fbf4f4;
  }
}