/*******************************
IMPORT FONTS
********************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans");
/*******************************
GENERAL STYLES
********************************/
body {
  font-family: "Helvetica Neue", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #565b73;
  background-size: 100% 1300px;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    body {
      background-size: 100% 1300px; } }
  @media only screen and (max-width: 767px) {
    body {
      background-size: cover; } }

.msuccess {
  border-left: 4px solid #5C9ACF;
  background: #f2f6f9;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  color: #458AC3;
  padding-left: 10px;
  margin: 30px 0px 10px; }

.merror {
  border-left: 4px solid #e7505a;
  background: #f2f6f9;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  color: #e73d4a;
  padding-left: 10px;
  margin: 30px 0px 10px; }

.clean {
  padding: 0 !important;
  margin: 0 !important; }

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input:active,
input:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*******************************
FRONTEND STYLES
********************************/
header .navbar {
  height: 62px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 15px 0;
  border-radius: 0; }
  header .navbar .navbar-brand {
    font-family: 'Pacifico', cursive;
    font-size: 25px; }
  header .navbar a img {
    max-height: 35px; }
  header .navbar a.login-btn {
    color: #ffffff;
    display: inline-block;
    height: 32px;
    padding: 0 11px;
    font-size: 14px;
    line-height: 29px;
    margin-right: 10px; }
  header .navbar a.signup-btn {
    color: #fff;
    fill: currentColor !important;
    background-color: #3cb46e;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    padding: 7px 15px; }
  header .navbar .dropdown-menu-right {
    min-width: initial;
    right: 15px; }
    header .navbar .dropdown-menu-right .dropdown-item {
      font-size: 15px; }
  @media screen and (max-width: 500px) {
    header .navbar nav {
      width: 100%; }
      header .navbar nav a {
        display: block;
        width: 45%;
        text-align: center; }
        header .navbar nav a:first-child {
          float: left; }
        header .navbar nav a:last-child {
          float: left; }
    header .navbar .navbar-brand {
      margin-top: 60px;
      margin-bottom: 10px;
      display: block;
      width: 100%;
      text-align: center; } }

@media screen and (min-width: 500px) {
  body.single-page .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 62px;
    background-color: white;
    padding: 0 15px;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05); }
    body.single-page .navbar .navbar-brand {
      color: #3cb46e; }
    body.single-page .navbar .login-btn {
      color: #6c757d; }
    body.single-page .navbar .signup-btn {
      padding: 7px 15px;
      margin-top: 3px; } }
main section.welcome-text {
  height: 480px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  border-radius: 0; }
  main section.welcome-text h1 {
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 40px; }
  main section.welcome-text p.after-heading {
    margin-top: 32px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #ffffff;
    padding: 2rem 12rem 2rem; }
  main section.welcome-text p.reminder {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300; }
  main section.welcome-text a {
    cursor: pointer;
    text-decoration: none;
    font-size: 22px;
    background: #ff4546;
    padding: 15px 35px;
    color: #fff;
    border-radius: 0;
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: box-shadow 0.2s ease,-webkit-transform 0.1s ease;
    -webkit-transition: box-shadow 0.2s ease,transform 0.1s ease;
    transition: box-shadow 0.2s ease,transform 0.1s ease; }
    main section.welcome-text a:hover {
      text-decoration: none;
      background-color: #f57373;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  @media screen and (max-width: 992px) {
    main section.welcome-text h1 {
      font-size: 36px; }
    main section.welcome-text p.after-heading {
      margin-top: 0;
      font-size: 18px;
      line-height: 28px;
      font-weight: 300;
      color: #ffffff;
      padding: 1rem 4rem 1rem; } }
  @media screen and (max-width: 768px) {
    main section.welcome-text h1 {
      font-size: 26px; }
    main section.welcome-text p.after-heading {
      margin-top: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 300;
      color: #ffffff;
      padding: 1rem 1rem 1rem; } }
  @media screen and (max-width: 500px) {
    main section.welcome-text h1 {
      font-size: 18px;
      margin-top: 60px; }
    main section.welcome-text p.after-heading {
      margin-top: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 300;
      color: #ffffff;
      padding: 0 1rem 1rem; }
    main section.welcome-text a {
      padding: 7px 15px;
      font-size: 18px; } }
main section.signup-features {
  padding: 50px 0 90px; }
  main section.signup-features .signup-features-header {
    margin-top: 15px;
    line-height: 32px;
    font-weight: 300;
    padding: 0 12rem;
    margin-bottom: 20px; }
    main section.signup-features .signup-features-header h2 {
      font-size: 40px;
      font-weight: 300;
      font-family: "Open Sans", sans-serif; }
    main section.signup-features .signup-features-header p {
      color: #6c757d;
      font-weight: 400;
      font-size: 15px; }
  main section.signup-features .content-area {
    border: 1px solid #e7e9eb;
    border-radius: 3px;
    min-height: 250px;
    padding: 0 25px;
    margin-bottom: 20px; }
    main section.signup-features .content-area h1 {
      font-size: 70px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      margin-top: 10px;
      color: #71767a; }
      main section.signup-features .content-area h1 span.currency {
        font-size: 30px;
        padding-top: 10px;
        position: absolute;
        margin-left: -20px;
        font-weight: 400; }
      main section.signup-features .content-area h1 span.decimals {
        font-size: 25px;
        margin-left: -15px; }
    main section.signup-features .content-area h2 {
      font-size: 16px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      margin-top: 10px;
      text-align: center;
      text-transform: uppercase; }
    main section.signup-features .content-area h3 {
      font-size: 16px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      margin-top: 20px;
      color: #525558; }
    main section.signup-features .content-area h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      padding-top: 10px; }
      main section.signup-features .content-area h4 a {
        border-radius: 4px;
        height: 40px;
        padding: 10px 20px;
        border: none;
        background: none;
        font-weight: 300;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        color: #fff;
        background-color: #26ab7a;
        border-color: #26ab7a;
        text-shadow: none;
        text-transform: uppercase; }
        main section.signup-features .content-area h4 a:hover {
          background-color: #1d815c;
          border-color: #1b7956;
          color: #fff; }
    main section.signup-features .content-area ul {
      margin: 0;
      padding: 0;
      margin-top: 10px; }
      main section.signup-features .content-area ul li {
        list-style: none;
        font-size: 15px;
        line-height: 32px;
        color: #777; }
        main section.signup-features .content-area ul li:before {
          content: "\f00c";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 12px;
          color: #3cb46e;
          margin: 3px; }
  @media screen and (max-width: 992px) {
    main section.signup-features .signup-features-header {
      margin-top: 15px;
      line-height: 32px;
      font-weight: 300;
      padding: 0 4rem;
      margin-bottom: 20px; }
      main section.signup-features .signup-features-header h2 {
        font-size: 24px;
        font-weight: 300;
        font-family: "Open Sans", sans-serif; }
      main section.signup-features .signup-features-header p {
        color: #6c757d;
        font-weight: 400;
        font-size: 15px; } }
main section.guides-list {
  background-color: #fafbfc;
  padding: 50px 0 50px;
  min-height: 250px; }
  main section.guides-list img {
    width: 100%;
    height: 250px; }
  main section.guides-list h3 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding-top: 10px; }
    main section.guides-list h3 a {
      color: #111111; }
  main section.guides-list p {
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
main section.contact-area {
  background-color: #ffffff;
  padding: 50px 0 50px;
  min-height: 250px; }
  main section.contact-area h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif; }
  main section.contact-area p {
    padding: 1rem 14rem;
    line-height: 40px;
    font-size: 20px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif; }
    main section.contact-area p a {
      display: inline-block;
      margin: 0;
      min-width: 100px;
      padding: 10px 32px;
      border: 1px solid;
      border-color: #3ec9cb;
      border-radius: 2px;
      background: #3ec9cb;
      color: white;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      text-align: center;
      text-transform: capitalize;
      text-decoration: none;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-transition-property: border-color, background-color, color;
      transition-property: border-color, background-color, color; }
      main section.contact-area p a:hover {
        background: #2ac9cc;
        border-color: #2ac9cc; }
  @media screen and (max-width: 992px) {
    main section.contact-area .col-lg-6, main section.contact-area .col-lg-3 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    main section.contact-area p {
      padding: 0; } }
main section.header-single-pages {
  height: 180px;
  background-color: #FFFFFF;
  margin-bottom: 0;
  border-radius: 0; }
  main section.header-single-pages h1 {
    font-size: 35px;
    line-height: 50px;
    color: #222222;
    font-weight: 300;
    margin-top: 70px;
    font-family: 'Open Sans', sans-serif; }
  @media screen and (max-width: 575px) {
    main section.header-single-pages h1 {
      line-height: 100px; } }
main section.guides-list-gallery {
  min-height: 700px;
  padding: 50px 0; }
  main section.guides-list-gallery .col-lg-4.guide-area {
    margin-bottom: 30px; }
    main section.guides-list-gallery .col-lg-4.guide-area > div {
      min-height: 250px;
      padding: 15px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px rgba(0, 0, 0, 0.04); }
      main section.guides-list-gallery .col-lg-4.guide-area > div img {
        width: 100%;
        height: 180px; }
      main section.guides-list-gallery .col-lg-4.guide-area > div h3 {
        font-size: 14px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        padding-top: 10px; }
        main section.guides-list-gallery .col-lg-4.guide-area > div h3 a {
          color: #111111; }
main section.terms-page {
  min-height: 700px;
  padding: 50px 0; }
  main section.terms-page .col-lg-4.guide-area {
    margin-bottom: 30px; }
    main section.terms-page .col-lg-4.guide-area > div {
      min-height: 250px;
      padding: 15px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px rgba(0, 0, 0, 0.04); }
      main section.terms-page .col-lg-4.guide-area > div img {
        width: 100%;
        height: 180px; }
      main section.terms-page .col-lg-4.guide-area > div h3 {
        font-size: 14px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        padding-top: 10px; }
        main section.terms-page .col-lg-4.guide-area > div h3 a {
          color: #111111; }
  main section.terms-page .col-lg-12 h2, main section.terms-page .col-lg-12 h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 100px; }
  main section.terms-page .col-lg-12 p, main section.terms-page .col-lg-12 li {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
main section.our-mission {
  min-height: 700px;
  padding: 50px 0; }
  main section.our-mission img {
    max-width: 100%; }
  main section.our-mission .col-lg-5 {
    padding-right: 5%;
    padding-bottom: 20px; }
    main section.our-mission .col-lg-5 h2 {
      font-size: 40px;
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 30px; }
    main section.our-mission .col-lg-5 h4 {
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 20px; }
    main section.our-mission .col-lg-5 p {
      line-height: 28px;
      font-size: 16px;
      font-weight: 300;
      font-family: "Open Sans", sans-serif; }
main section.contact-us {
  min-height: 700px;
  padding: 50px 0; }
main section.member-access-page {
  background-color: #ffffff;
  width: 100%;
  display: table; }
  main section.member-access-page .left-side {
    width: 35%;
    height: 100vh;
    background-size: cover;
    display: table-cell; }
  main section.member-access-page .right-side {
    margin: 0 auto;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 28%;
    width: 50%;
    vertical-align: top;
    display: table-cell; }
    main section.member-access-page .right-side p {
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 14px; }
      main section.member-access-page .right-side p.legal-link {
        text-transform: initial; }
      main section.member-access-page .right-side p a {
        text-decoration: none;
        color: #2c2c2f;
        font-weight: 500; }
        main section.member-access-page .right-side p a.reset-password {
          float: right;
          display: block;
          text-transform: none; }
        main section.member-access-page .right-side p a:hover {
          text-decoration: underline; }
      main section.member-access-page .right-side p span {
        vertical-align: middle;
        text-transform: initial; }
    main section.member-access-page .right-side h1 {
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 20px; }
    main section.member-access-page .right-side h3 {
      margin-bottom: 40px; }
    main section.member-access-page .right-side .full-input {
      display: inline-block;
      padding: 5px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 2px;
      width: 100%; }
    main section.member-access-page .right-side input[type="text"],
    main section.member-access-page .right-side input[type="password"],
    main section.member-access-page .right-side input[type="email"],
    main section.member-access-page .right-side select {
      outline: none;
      border: none;
      font-size: 14px;
      padding: 3px 0;
      width: 100%; }
    main section.member-access-page .right-side input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px white inset; }
    main section.member-access-page .right-side input:-webkit-autofill {
      -webkit-text-fill-color: #6c757d !important; }
    main section.member-access-page .right-side label {
      display: block;
      font-size: 11px;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 0; }
    main section.member-access-page .right-side .btn {
      margin-top: 15px;
      cursor: pointer;
      text-decoration: none;
      font-size: 16px;
      background: #ff4546;
      padding: 5px 35px;
      color: #fff;
      border-radius: 0;
      margin: 0 auto;
      display: inline-block;
      -webkit-transition: box-shadow 0.2s ease,-webkit-transform 0.1s ease;
      -webkit-transition: box-shadow 0.2s ease,transform 0.1s ease;
      transition: box-shadow 0.2s ease,transform 0.1s ease; }
      main section.member-access-page .right-side .btn:hover, main section.member-access-page .right-side .btn:focus {
        text-decoration: none;
        background-color: #f57373;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px); }
      main section.member-access-page .right-side .btn.btn-facebook, main section.member-access-page .right-side .btn.btn-twitter {
        background: transparent;
        border: 1px solid #DBDBDB;
        padding: 5px 20px 5px 15px;
        color: #FFFFFF;
        margin-top: 5px; }
      main section.member-access-page .right-side .btn.btn-facebook {
        background-color: #3b5998;
        border-color: #3b5998; }
      main section.member-access-page .right-side .btn.btn-twitter {
        background-color: #55acee;
        border-color: #55acee; }
      main section.member-access-page .right-side .btn.btn-facebook:hover, main section.member-access-page .right-side .btn.btn-facebook:focus, main section.member-access-page .right-side .btn.btn-twitter:hover, main section.member-access-page .right-side .btn.btn-twitter:focus {
        opacity: 0.7;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        box-shadow: none; }
      main section.member-access-page .right-side .btn i {
        margin-right: 5px; }
  @media screen and (max-width: 1366) {
    main section.member-access-page .left-side {
      width: 15%;
      height: 100vh;
      background-size: cover;
      display: table-cell; }
    main section.member-access-page .right-side {
      margin: 0 auto;
      padding-top: 70px;
      padding-left: 50px;
      padding-right: 25%;
      width: 50%;
      display: table-cell; } }
  @media screen and (max-width: 768px) {
    main section.member-access-page .left-side {
      display: none; }
    main section.member-access-page .right-side {
      margin: 0 auto;
      padding: 70px 0 0;
      width: 100%;
      display: table-cell; } }
main section.plans {
  min-height: 800px;
  padding: 100px 0; }
  main section.plans .box-shadow {
    border: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #009bcc;
    border-radius: 0; }
    main section.plans .box-shadow h4 {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      line-height: 40px;
      font-size: 18px;
      text-transform: uppercase;
      color: #222222; }
    main section.plans .box-shadow p {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 13px;
      text-align: center;
      padding-top: 20px; }
    main section.plans .box-shadow .card-header {
      padding: .75rem 1.25rem;
      margin-bottom: 0;
      background-color: #ffffff;
      border: 0;
      min-height: 130px; }
    main section.plans .box-shadow .card-body {
      text-align: center;
      padding-top: 0;
      color: #657886; }
      main section.plans .box-shadow .card-body .card-title {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px; }
        main section.plans .box-shadow .card-body .card-title small {
          font-family: 'Open Sans', sans-serif; }
        main section.plans .box-shadow .card-body .card-title:after {
          background-color: #DDDDDD;
          height: 25px;
          width: 100px; }
      main section.plans .box-shadow .card-body .btn {
        border-radius: 4px;
        height: 40px;
        line-height: 28px;
        padding: 5px 20px;
        border: none;
        background: none;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        color: #ffffff;
        background-color: #26ab7a;
        border-color: #26ab7a;
        text-shadow: none;
        text-transform: uppercase; }
        main section.plans .box-shadow .card-body .btn:hover, main section.plans .box-shadow .card-body .btn:focus, main section.plans .box-shadow .card-body .btn:active {
          background-color: #1d815c;
          border-color: #1b7956;
          color: #fff;
          box-shadow: none; }
      main section.plans .box-shadow .card-body ul {
        margin: 0;
        padding: 0;
        min-height: 180px; }
        main section.plans .box-shadow .card-body ul li {
          line-height: 35px;
          font-size: 15px; }
    main section.plans .box-shadow.most-popular {
      border-top-color: #006c90; }
main section.gateways {
  min-height: 900px;
  padding-top: 70px; }
  main section.gateways .gateway-body {
    padding: 15px 30px;
    margin-top: 30px;
    background-color: #ffffff;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-animation: write 1.3s;
    animation: write 1.3s; }
  main section.gateways .gateway-body .the-price {
    width: 100%;
    background-color: #f8f8f8;
    padding: 10px 20px;
    margin: 0;
    color: #605d5b;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e5e5e5; }
  main section.gateways .gateway-body .the-price h3 {
    font-size: 24px;
    line-height: 40px;
    padding-top: 10px; }
    main section.gateways .gateway-body .the-price h3 span {
      float: right; }
  main section.gateways .gateway-body .coupon-code {
    background-color: #fdfdfd;
    border: 1px solid #eaeaea;
    margin-top: 10px;
    padding: 15px 0; }
  main section.gateways .gateway-body input[type="text"],
  main section.gateways .gateway-body button {
    width: 100%;
    height: 35px; }
  main section.gateways .gateway-body input[type="text"] {
    border: 1px solid #eaeaea !important;
    padding: 5px; }
  main section.gateways .gateway-body button.btn-primary {
    color: #fff;
    background-color: #cfc4b7;
    border-color: #cfc4b7; }
  main section.gateways .gateway-body button.btn-primary:hover {
    color: #fff;
    background-color: #d8cec3;
    border-color: #d8cec3; }
  main section.gateways .gateway-body ul {
    margin: 10px 0;
    padding: 0; }
  main section.gateways .gateway-body ul li {
    list-style: none;
    height: 70px;
    border-bottom: 1px solid #f0f2f3; }
    main section.gateways .gateway-body ul li h3 {
      font-size: 22px;
      line-height: 70px; }
  main section.gateways .gateway-body ul li:first-child {
    border-top: 1px solid #f0f2f3; }
  main section.gateways .gateway-body ul li img {
    margin-top: 20px; }
  main section.gateways .gateway-body ul li .pay-now {
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #012d8a;
    white-space: nowrap;
    margin-top: 20px; }
  main section.gateways .gateway-body .discount-price {
    color: #7ac3ff;
    margin-right: 5px; }

footer {
  background-color: #fafbfc;
  min-height: 250px;
  padding: 25px 0; }
  footer h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  footer p {
    padding: 0 30% 0 0;
    line-height: 28px;
    font-size: 13px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif; }
  footer a {
    margin-right: 10px; }
    footer a.footer-logo {
      font-family: 'Pacifico', cursive;
      font-size: 25px;
      color: #6c757d; }
    footer a i {
      font-size: 32px;
      color: #CCCCCC; }
    footer a:hover {
      color: #999999; }
      footer a:hover i {
        color: #999999; }
  footer ul {
    margin: 10px 0;
    padding: 0; }
    footer ul li {
      list-style: none;
      font-size: 14px;
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 15px; }
      footer ul li a {
        color: #999; }
  @media screen and (max-width: 992px) {
    footer .col-lg-6, footer .col-lg-3 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    footer .col-lg-6, footer .col-lg-3 {
      text-align: center; }
      footer .col-lg-6 p, footer .col-lg-3 p {
        padding: 0; } }

.modal-backdrop.fade.in {
  opacity: 0.7; }

.md-message {
  min-height: 20px;
  width: 40%;
  margin-right: -40%;
  min-width: 250px;
  margin: auto;
  bottom: 15px;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  padding: 15px;
  font-size: 17px;
  border-radius: 3px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  -webkit-animation: mdmess 0.3s;
  animation: mdmess 0.3s; }
  .md-message.subi {
    color: #FFFFFF;
    background-color: #00a28a;
    border-color: #00a28a; }
  .md-message.sube {
    color: #FFFFFF;
    background-color: #ea6759;
    border-color: #ea6759; }
  .md-message i {
    font-size: 25px;
    margin-right: 13px;
    float: left; }

.cookie-window {
  width: 300px;
  height: 150px;
  padding: 15px;
  position: fixed;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5em;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  bottom: 1em;
  left: 1em;
  color: #525252;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  display: none; }
  .cookie-window p {
    margin-bottom: 10px;
    font-size: 14px; }
    .cookie-window p a {
      color: #565b73;
      text-decoration: underline; }
    .cookie-window p a.cookie-button {
      display: block;
      padding: .4em .8em;
      font-size: .9em;
      font-weight: 700;
      border-width: 2px;
      border-style: solid;
      text-align: center;
      white-space: nowrap;
      background-color: #91D558;
      border-color: #91D558;
      color: #ffffff;
      text-decoration: none; }

@-webkit-keyframes mdmess {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes mdmess {
  0% {
    opacity: 0.5;
    transform: scale(0.7); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
