*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  text-align: left;
  background-color: #FFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #03679a;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #02354f;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

.btn-patreon {
  background-color: #f96854;
  color: white;
}

.btn-patreon:hover {
  background-color: #f9715e;
  color: white;
}

.mdi.is-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  font-size: 40px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.35);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.35);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mdi.is-button:hover {
  color: #fff;
}

.fp-text-red {
  color: #ef5350;
}

.fp-text-green {
  color: #66bb6a;
}

.fp-text-lblue {
  color: #7fe8ff;
}

.fp-text-blue, .fp-overview .header-title {
  color: #03679a;
}

.strong, #fp-home .countdown > span {
  font-weight: bolder;
}

.fp-overlay-blue-90,
.fp-overlay-blue-70 {
  position: relative;
}

.fp-overlay-blue-90:before,
.fp-overlay-blue-70:before {
  content: '';
  background: #03679a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.fp-overlay-blue-90:before {
  opacity: .9;
}

.fp-overlay-blue-70:before {
  opacity: .7;
}

.fp-banner {
  position: relative;
  overflow: hidden;
  /*padding-bottom: 30px;*/
}

.fp-banner:after {
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 78px;
  background: url("../images/banner-b-lg.png") no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  position: absolute;
}

.fp-banner .banner-text {
  z-index: 9;
  position: relative;
  margin-top: 7%;
  /*margin-top: 13%;*/
}

.fp-overview {
  padding: 50px 0;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

.fp-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fp-backdrop .backdrop-object-01 {
  position: absolute;
  top: 0;
  left: 5%;
}

.fp-backdrop .backdrop-object-01.is-rt {
  top: 10%;
  right: 35%;
  left: auto !important;
}

.fp-backdrop .backdrop-object-02 {
  position: absolute;
  bottom: 30%;
  left: 15%;
}

.fp-backdrop .backdrop-object-02.is-rt {
  right: 10%;
  left: auto !important;
}

.fp-backdrop .backdrop-object-03 {
  left: 5%;
  height: 350px;
  width: 350px;
  position: absolute;
  top: 0;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.fp-backdrop .backdrop-object-03.is-rt {
  right: 5%;
  left: auto !important;
}

.fp-pricing {
  display: inline-block;
  width: 100%;
  border: 1px solid #ededed;
  background: #fff;
}

.fp-pricing .fp-banner {
  background: url("../images/pricing-bg.jpg") no-repeat 0 center;
  background-size: cover;
}

.fp-pricing .fp-banner:after {
  bottom: 0;
  background: url("../images/banner-b-sm.png") no-repeat center bottom;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

.fp-pricing .price-title {
  padding: 20px 0px;
}

.fp-pricing .price-title > span {
  position: relative;
}

.fp-pricing .price-title h1 {
  line-height: 60px;
  font-size: 50px;
  font-weight: bolder;
  color: #fff;
}

.fp-pricing .price-title h1 small {
  font-size: 16px;
  vertical-align: super;
}

.fp-pricing .price-title h1 small:first-child {
  font-size: 24px;
}

.fp-pricing .price-footer {
  padding: 30px 0;
}

.fp-pricing ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.fp-pricing ul li {
  line-height: 50px;
}

#fp-back-to-top.show .top {
  opacity: 1;
}

#fp-back-to-top .top {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  color: #fff;
  background: #333333;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  opacity: 0;
}

#fp-back-to-top .top:hover {
  background-color: #03679a;
}

.product-price .price-old {
  font-size: 14px;
  color: #8b9198;
  font-weight: 400;
  text-decoration: line-through;
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#fp-store {
  /*.product-labels{
        display: flex;
        align-items: center;

        .label{
            //display: inline-block;

        }
    }*/
}

#fp-store .product {
  background-color: #fcfcfd;
  border: 1px solid #edf0f2;
  -webkit-transition: -webkit-box-shadow .25s ease-in-out;
  transition: -webkit-box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
}

#fp-store .product:hover {
  -webkit-box-shadow: 0 3px 7px 0 #a6a9ab;
          box-shadow: 0 3px 7px 0 #a6a9ab;
}

#fp-store .product-image {
  background-color: #fff;
}

#fp-store .label {
  height: 23px;
  padding: 2px 6px;
  font-size: 13px;
  line-height: 21px;
  color: #FFF;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}

#fp-store .label.label-sale {
  background-color: #dc2a2a;
  color: #e0ffff;
}

#fp-store .label.label-featured {
  background-color: #A82A00;
}

#fp-store .label.label-preorder {
  background-color: #ffeeba;
  color: #856404;
}

#fp-store .label.label-prerelease {
  background-color: #042485;
}

#fp-store .label.label-new {
  background-color: #42a5f6;
  color: #3d2f5b;
}

#fp-store .label.label-no-stock {
  color: #dc2a2a;
  border: 1px solid #dc2a2a;
  background-color: #FFF;
}

#fp-store .label.label-charity {
  background-color: #71008E;
}

#fp-store .product-content {
  padding: 20px 10px;
  border-top: 1px solid #edf0f2;
}

#fp-store .product-title a {
  color: #141414;
}

#fp-store .product-price {
  font-size: 17px;
  color: #141414;
  font-weight: bold;
}

#fp-store .product-price .price-sale span:first-child {
  color: #858585;
  font-weight: normal;
  font-size: 13px;
  text-decoration: line-through;
}

#fp-store .product-price .product-stock {
  color: #141414;
}

.layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100vh;
}

.fp-header {
  width: 100%;
  z-index: 100;
}

.fp-header .nav-item:not(.disabled) {
  color: #FFF;
}

.fp-header .navbar-brand {
  color: #FFF;
}

.fp-header .navbar-brand .site-logo {
  max-width: 48px;
}

#fp-nav {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  #fp-nav {
    background-color: rgba(3, 103, 154, 0.9);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    /*.nav-item {
      &:hover {
        background-color: rgba($white, .2);
      }
    }*/
  }
}

#fp-nav.nav-bg {
  background-color: rgba(3, 103, 154, 0.9);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

#fp-nav .nav-link {
  position: relative;
  /*&.active,*/
}

#fp-nav .nav-link:hover:before {
  width: 100%;
}

#fp-nav .nav-link.disabled {
  color: #FFF;
  opacity: .5;
  pointer-events: none;
}

#fp-nav .nav-link.disabled:before {
  width: 0;
}

#fp-nav .nav-link:before {
  background: #fff;
  bottom: 0;
  width: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#fp-nav .nav-item {
  margin: 0 10px 0 0;
}

#fp-home {
  background: url("../images/bg01.jpg") no-repeat center left;
  background-size: cover;
}

@media (min-width: 768px) {
  #fp-home.has-carousel {
    height: 700px;
  }
}

#fp-home .logo > img {
  max-width: 200px;
}

#fp-home .countdown > span.days {
  color: #fbc25c;
}

#fp-home .countdown > span.hours {
  color: #ef5350;
}

#fp-home .countdown > span.minutes {
  color: #7fe8ff;
}

#fp-home .countdown > span.seconds {
  color: #ddec54;
}

#fp-home #fp-open-next-datetime .timezone {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  #fp-home-carousel {
    margin-top: -300px;
  }
}

#fp-home-carousel .carousel-inner {
  -webkit-box-shadow: 0px 5px 50px 1px rgba(102, 102, 102, 0.25);
          box-shadow: 0px 5px 50px 1px rgba(102, 102, 102, 0.25);
}

#fp-pricing {
  background-color: #f5f7fb;
}

#fp-tos li {
  margin-bottom: 16px;
}

.main-content {
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fp-footer {
  z-index: 1;
  margin-top: 50px;
  background: url("../images/footer-bg.png");
  padding: 40px 0 20px;
  color: #b3b2b2;
}

.fp-footer .social-badges {
  margin-top: -74px;
  margin-bottom: 10px;
}

.social-badges .mdi.mdi-facebook {
  background-color: #3b5998;
}

.social-badges .mdi.mdi-facebook:hover {
  background-color: #2d4373;
}

.social-badges .mdi.mdi-twitter {
  background-color: #1da1f2;
}

.social-badges .mdi.mdi-twitter:hover {
  background-color: #0c85d0;
}

.social-badges .mdi.mdi-patreon {
  background-color: #f96854;
}

.social-badges .mdi.mdi-patreon:hover {
  background-color: #f73c23;
}

.plan-price h3 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 25px;
  color: #606060;
  font-weight: 600;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
}

.plan-price {
  font-size: 36px;
  font-weight: 300;
  color: #606060;
  text-align: center;
  padding: 0 0 22px;
  position: relative;
  background-color: #f6f6f6;
}

.plan.recommended .plan-price {
  background-color: #19719D;
}

.plan-price .value {
  font-weight: 600;
  letter-spacing: -1px;
}

.plan-currency {
  font-size: 22px;
  opacity: .7;
  position: relative;
  margin: 0 -5px 0 0;
  top: -4px;
  font-weight: 300;
}

.period {
  display: block;
  font-size: 16px;
  margin: 2px 0 0;
  opacity: .7;
}

.plan-features {
  background: #fff;
  border-top: none;
  padding: 12px 0 0;
}

.plan-features ul li {
  padding: 8px 0;
  text-align: center;
}

.recommended .plan-price,
.recommended .plan-price h3,
.recommended .plan-price .plan-currency {
  color: #fff;
}

.recommended .plan-price h3 {
  background-color: rgba(0, 0, 0, 0.05);
}
