/**
 * If you want font size fallback for IE8 create two styles mainIE8.scss and main.scss
 * IF $px is true @import mainIE8.scss ELSE main.scss
 *
 * @param {Number} $size - font-size
 * @param {Number} $size - line-height
 */
/**
 * Create styles for list with inline list-items and separator between them.
 * It's useful when you're creating breadcrumbs, navigations, etc.
 *
 * @param {Number} $spacing - Spacing between list items
 * @param {String} $divider - Sign used for divider between list items
 */
@import url(../../../css/bootstrap.min.css);
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-center {
  text-align: center; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

input[type="text"], input[type="number"], input[type="email"], input[type="password"], select {
  border: 0 none;
  border-bottom: 3px solid #e7e7e7;
  width: 100%;
  height: 33px;
  text-indent: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

textarea {
  border: 0 none;
  border-bottom: 3px solid #e7e7e7;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  resize: none; }

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  outline: none;
  background: #e9e9fc;
  border-color: #25257e; }

label sup {
  color: #e7e7e7; }

img {
  max-width: 100%; }

.sprite {
  background-image: url("../../../images/sprite.png");
  background-repeat: no-repeat;
  background-color: transparent; }

html {
  font-size: 17px; }

body {
  font-size: 17px;
  font-family: "Average Sans", Helvetica, Arial, sans-serif;
  color: #222; }

.button, a.button {
  background: #f56744 !important;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: "Average Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

a {
  color: #25257e;
  text-decoration: none; }

a:link {
  outline: none; }

a:hover, a:focus {
  color: #25257e;
  text-decoration: none; }

a.button:hover, .button:hover {
  background: #d95433;
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-family: "Fjalla One", "Average Sans", Helvetica, Arial, sans-serif;
  font-size: 3.375rem;
  color: #25257e;
  margin: 0 0 1rem;
  font-weight: normal;
  text-transform: uppercase; }

h2 {
  font-family: "Fjalla One", "Average Sans", Helvetica, Arial, sans-serif;
  font-size: 1.79rem;
  line-height: 3rem;
  color: #25257e;
  margin: 0 0 1rem;
  font-weight: normal;
  text-transform: uppercase; }

.home h3 {
  font-family: "Fjalla One", "Average Sans", Helvetica, Arial, sans-serif;
  font-size: 1.193rem;
  color: #f56744;
  margin: 0 0 5px;
  text-transform: uppercase; }

h3 {
  font-family: "Average Sans", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #f56744;
  margin: 0 0 5px; }

h4 {
  font-family: "Fjalla One", "Average Sans", Helvetica, Arial, sans-serif;
  color: #222;
  margin: 0 0 5px;
  text-transform: uppercase; }

p, .content-editor {
  font-size: 1rem;
  line-height: 1.79rem;
  margin: 0 0 1.79rem; }

.srb, .eng, .user {
  background-position: -248px -151px;
  display: inline-block;
  width: 23px;
  height: 15px;
  margin: 0 0 10px 5px;
  float: right; }

.eng {
  background-position: -276px -151px; }

.user {
  background-position: -276px -291px;
  height: 23px !important;
  margin-left: 20px;
  margin-right: 10px; }

header {
  padding: 7px 0 17px; }
  header .menu-button {
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    background-position: 5px -81px;
    cursor: pointer; }

nav {
  position: fixed;
  background: url(../../../images/bg-menu.png) no-repeat top center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none; }
  @media only screen and (max-width: 40em) {
    nav {
      background-position: top right; } }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    padding: 10% 10% 0 0; }
  nav ul li a {
    display: block;
    font-family: "Fjalla One", "Average Sans", Helvetica, Arial, sans-serif;
    font-size: 2.685rem;
    margin-bottom: 1.79rem;
    text-align: right;
    text-transform: uppercase;
    color: #fff; }
    @media only screen and (max-width: 48em) {
      nav ul li a {
        font-size: 2.25rem;
        margin-bottom: 1.193rem; } }
    @media only screen and (max-width: 40em) {
      nav ul li a {
        font-size: 1.5rem; } }
  nav ul li a.active, nav ul li a:hover {
    color: #31315d; }
  nav ul li:last-child {
    font-size: 1rem;
    color: #a3a3e0;
    text-align: right; }
    nav ul li:last-child a {
      color: #a3a3e0;
      font-size: 1.193rem; }
  nav .ico-close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }

footer {
  background: #181818;
  color: #fff;
  padding: 40px 0; }
  footer p {
    margin: 0; }
  footer p a {
    color: #fff;
    display: inline-block;
    margin: 0 3px; }
  footer p a:hover {
    color: #fff;
    text-decoration: underline; }
  footer .copyright {
    color: #636768; }

#site {
  margin-bottom: 40px; }

.ico-design {
  background-position: 0 0; }

.ico-front {
  background-position: -87px 0; }

.ico-backend {
  background-position: -170px 0; }

.ico-ios {
  background-position: -249px 5px; }

.ico-scroll {
  background-position: -70px -86px; }

.ico-airplane {
  background-position: 0 -290px; }

.ico-bolus {
  background-position: 0 -149px; }

.ico-screenshot {
  background-position: -138px -149px; }

.ico-close {
  background-position: -138px -290px; }

.ico-download {
  background-position: 1px -416px; }

.header-img {
  position: relative;
  margin-bottom: 2.685rem; }
  @media only screen and (max-width: 40em) {
    .header-img {
      background: #25257e;
      min-height: 200px; } }
  @media only screen and (max-width: 40em) {
    .header-img img {
      display: none; } }
  .header-img .container {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -585px; }
    @media only screen and (max-width: 75em) {
      .header-img .container {
        top: 15%;
        margin-left: -485px; } }
    @media only screen and (max-width: 62em) {
      .header-img .container {
        top: 10%;
        margin-left: -365px; } }
    @media only screen and (max-width: 48em) {
      .header-img .container {
        margin-left: 0;
        left: 0;
        width: 100%; } }
  .header-img h1 {
    color: #fff;
    margin: 0; }
    @media only screen and (max-width: 62em) {
      .header-img h1 {
        font-size: 2.685rem; } }
    @media only screen and (max-width: 48em) {
      .header-img h1 {
        font-size: 1.5rem; } }
  .header-img h2 {
    font-family: "Average Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: none;
    margin-bottom: 30px; }
    @media only screen and (max-width: 62em) {
      .header-img h2 {
        font-size: 1.5rem;
        line-height: 2.25rem; } }
    @media only screen and (max-width: 48em) {
      .header-img h2 {
        font-size: 1.193rem;
        line-height: 1.3;
        margin-bottom: 10px; } }
  @media only screen and (max-width: 40em) {
    .header-img .button {
      display: none; } }
  .header-img .button em {
    width: 18px;
    height: 26px;
    display: inline-block;
    line-height: 21px;
    float: left; }
  .header-img .button span {
    display: inline-block;
    line-height: 21px; }

.dev-boxes {
  text-align: center;
  margin-bottom: 15px; }
  .dev-boxes h2 {
    margin-bottom: 35px; }
  .dev-boxes h3 {
    color: #25257e; }
  .dev-boxes .ico {
    width: 56px;
    height: 51px;
    display: block;
    margin: 0 auto 10px; }

.home-banner {
  background: #e0e0fa;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 62em) {
    .home-banner {
      text-align: center; } }
  .home-banner h2 {
    padding-top: 20px;
    margin: 0; }
  .home-banner .ico-airplane {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    right: 50px;
    top: 50px; }
    @media only screen and (max-width: 62em) {
      .home-banner .ico-airplane {
        display: none; } }
  @media only screen and (max-width: 62em) {
    .home-banner img {
      display: block;
      margin: 0 auto; } }
  @media only screen and (max-width: 40em) {
    .home-banner a.button {
      margin-bottom: 10px; } }

.home-products {
  text-align: center; }
  .home-products .content-editor {
    padding: 0 15%; }
    @media only screen and (max-width: 62em) {
      .home-products .content-editor {
        padding: 0; } }
  .home-products h2 {
    margin: 0; }
  .home-products h3 {
    margin: 0 0 15px; }
  .home-products h3.subtitle {
    margin: 0 0 50px;
    color: #222;
    font-family: "Average Sans", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    text-transform: none; }
  .home-products .ico {
    margin: 0 auto 10px;
    display: block;
    width: 96px;
    height: 96px; }
  @media only screen and (max-width: 40em) {
    .home-products a.button {
      margin-bottom: 60px; } }

.service-box {
  margin-bottom: 1.79rem; }
  .service-box em {
    float: left;
    margin-right: -100%;
    width: 65px;
    height: 65px;
    display: block; }
  .service-box .info {
    margin-left: 85px; }
  .service-box h2 {
    margin-bottom: 0; }

.mac-wrap {
  margin-top: -15%;
  position: relative; }
  @media (max-width: 1440px) {
    .mac-wrap {
      margin-top: -13%; } }
  @media only screen and (max-width: 75em) {
    .mac-wrap {
      margin-top: -12%; } }
  @media only screen and (max-width: 48em) {
    .mac-wrap {
      margin-top: -15%; } }
  @media only screen and (max-width: 40em) {
    .mac-wrap {
      margin-top: -20%; } }
  @media only screen and (max-width: 30em) {
    .mac-wrap {
      margin-top: -25%; } }
  .mac-wrap .mac {
    display: block;
    margin: 0 auto;
    position: relative; }
  .mac-wrap .portfolio-img {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 3;
    top: 30px; }
    .mac-wrap .portfolio-img img {
      display: inline-block; }
      @media only screen and (max-width: 62em) {
        .mac-wrap .portfolio-img img {
          padding: 0 20px; } }

.prev-case, .next-case {
  text-transform: uppercase; }

.prev-case em {
  width: 25px;
  height: 16px;
  display: inline-block;
  background-position: -125px -92px; }

.next-case em {
  width: 25px;
  height: 16px;
  display: inline-block;
  background-position: -200px -92px; }

.qode_clients .qode_client_holder {
  display: inline-block;
  margin: 0 -2px 35px;
  text-align: center; }

.qode_clients.four_columns .qode_client_holder {
  width: 25%; }
  @media only screen and (max-width: 48em) {
    .qode_clients.four_columns .qode_client_holder {
      width: 33%; } }
  @media only screen and (max-width: 40em) {
    .qode_clients.four_columns .qode_client_holder {
      width: 50%; } }
  @media only screen and (max-width: 30em) {
    .qode_clients.four_columns .qode_client_holder {
      width: 100%; } }

.qode_clients .qode_client_holder_inner {
  position: relative;
  margin: 0 20px; }

.qode_clients .qode_client_holder_inner:before, .qode_clients .qode_client_holder_inner:after {
  display: block;
  content: "";
  position: absolute; }

.qode_clients .qode_client_holder_inner:before {
  height: 100%;
  right: -20px;
  width: 1px;
  border-right: 1px solid #eaeaea; }
  @media only screen and (max-width: 30em) {
    .qode_clients .qode_client_holder_inner:before {
      border-right: 0 none; } }

.qode_clients .qode_client_holder_inner:after {
  width: 100%;
  bottom: -20px;
  height: 1px;
  border-bottom: 1px solid #eaeaea; }

.qode_clients .qode_client_holder.border-bottom-none .qode_client_holder_inner:after {
  border-bottom: 0; }

.qode_clients.two_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before, .qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder:nth-child(4n) .qode_client_holder_inner:before, .qode_clients.five_columns .qode_client_holder:nth-child(5n) .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder:nth-child(6n) .qode_client_holder_inner:before {
  border-right-width: 0; }

.qode_clients .qode_client_holder a {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  line-height: 0; }

.qode_clients .qode_client_holder a:hover {
  opacity: 0.4; }

.qode_clients {
  margin-bottom: 85px !important; }

@media only screen and (max-width: 48em) {
  .bolus .thumb {
    display: none; } }

.screen-tool .thumb {
  width: 48%; }
  @media only screen and (max-width: 48em) {
    .screen-tool .thumb {
      width: 100%;
      text-align: center;
      float: none !important; } }
@media only screen and (max-width: 48em) {
  .screen-tool .thumb img {
    display: inline-block; } }
.screen-tool .info {
  width: 48%; }
  @media only screen and (max-width: 48em) {
    .screen-tool .info {
      width: 100%;
      float: none !Important; } }

.sep {
  margin: 1.79rem 0;
  height: 2px;
  width: 100%;
  background: #e7e7e7; }

.download-button {
  font-size: 1.79rem;
  font-family: "Fjalla One", "Average Sans", Helvetica, Arial, sans-serif;
  color: #f56744;
  text-transform: uppercase;
  display: inline-block;
  line-height: 60px;
  margin-top: 30px; }
  @media only screen and (max-width: 48em) {
    .download-button {
      float: none !important; } }
  .download-button em {
    display: block;
    width: 66px;
    height: 60px;
    margin-left: 15px; }

.download-box-wrap {
  position: relative; }
  .download-box-wrap a:hover {
    color: #f56744; }

.download-dropbox {
  position: absolute;
  top: 85px;
  left: 0;
  padding: 10px;
  background: #f56744;
  width: 100%;
  z-index: 5;
  display: none;
  -webkit-box-shadow: 0 2px 3px #ccc;
  -moz-box-shadow: 0 2px 3px #ccc;
  -ms-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc; }
  .download-dropbox h3 {
    color: #fff; }
  .download-dropbox a {
    color: #fff;
    display: block;
    text-decoration: underline;
    padding: 10px 0; }
  .download-dropbox a:hover {
    color: #FFC6B8; }

@media only screen and (max-width: 48em) {
  .video {
    margin: 1.79rem 0; } }

.buy-wrap form {
  display: inline-block;
  margin-right: 10px; }

.title {
  margin-bottom: 1.79rem; }

.contact-info h3 {
  font-size: 1rem;
  font-family: "Fjalla One", "Average Sans", Helvetica, Arial, sans-serif;
  color: #25257e;
  text-transform: uppercase; }

.contact-form input {
  margin-bottom: 1.79rem; }
.contact-form textarea {
  height: 150px;
  margin-bottom: 1rem; }

.submitted-wrap {
  display: none; }

.submitted {
  background: #D6ECD0;
  padding: 10px;
  color: #1D4B0F;
  text-align: center;
  font-size: 1.5rem; }

@media screen and (max-width: 639px) {
  .home-products .col-xs-6 {
    width: 100%; } }
.login-container form {
  max-width: 300px; }
.login-container input {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  color: #000000; }

.profile-header-img {
  width: 100%;
  max-height: 100px;
  overflow: hidden; }

.tdx-wrap {
  --bg:#f5f7fb;
  --card:#fff;
  --text:#1f2937;
  --muted:#6b7280;
  --border:#e5e7eb;
  --head:#f9fafb;
  --accent:#2563eb;
  --accent-ink:#1e3a8a; }

/* Layout wrapper */
.tdx-wrap {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text); }

.tdx-container {
  width: 100%;
  margin-bottom: 20px; }

/* Card shell */
.tdx-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  overflow: hidden; }

.tdx-header {
  padding: 20px 0px 12px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--card), var(--head)); }

.tdx-title {
  margin: 0;
  font-weight: 800;
  font-size: 20px; }

.tdx-sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px; }

/* Controls */
.tdx-controls {
  display: flex;
  gap: 12px;
  padding: 12px 20px 0;
  flex-wrap: wrap; }

.tdx-input {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  min-width: 220px; }

.tdx-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  cursor: pointer; }

.tdx-btn:hover {
  background: #1e40af; }

/* Table */
.tdx-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }

.tdx-table thead th {
  text-align: left;
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #4b5563;
  background: var(--head);
  padding: 12px 16px;
  border-bottom: 1px solid var(--border); }

.tdx-table tbody td {
  padding: 14px 16px;
  border-top: 1px solid var(--border);
  vertical-align: top; }

.tdx-table tbody tr:nth-child(even) td {
  background: #fbfdff; }

.tdx-table tbody tr:hover td {
  background: #f3f6ff; }

.tdx-cell-actions {
  white-space: nowrap; }

/* Badges / pills */
.tdx-badge {
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600; }

.tdx-badge-trial {
  color: #a16207;
  background: #fffbeb;
  border-color: #fde68a; }

.tdx-badge-ready {
  color: #065f46;
  background: #ecfdf5;
  border-color: #a7f3d0; }

.tdx-badge-expired {
  color: #5f0616;
  background: #fdecec;
  border-color: #f3a7a7; }

.tdx-badge-cancelled {
  color: #f4ecee;
  background: #e81010;
  border-color: #5c0a0a; }

/* Pagination */
.tdx-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid var(--border); }

.tdx-pager .info {
  color: var(--muted);
  font-size: 13px; }

/* Links */
.tdx-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600; }

.tdx-link:hover {
  text-decoration: underline; }

.subscription-details {
  display: none;
  text-align: center; }

/* ====== Optional: responsive tweaks ====== */
@media (max-width: 640px) {
  .tdx-table thead {
    display: none; }

  .tdx-table, .tdx-table tbody, .tdx-table tr, .tdx-table td {
    display: block;
    width: 100%; }

  .tdx-table tbody tr {
    border-top: 1px solid var(--border); }

  .tdx-table tbody td {
    display: flex;
    justify-content: space-between;
    gap: 12px; }

  .tdx-table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #374151; }

  .tdx-cell-actions {
    display: flex;
    gap: 8px; } }
/* ====== DIV/Card version ====== */
.tdx-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 12px 20px 20px; }

.tdx-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  background: var(--card); }

.tdx-item h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700; }

.tdx-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px; }

.tdx-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px; }

@media (max-width: 920px) {
  .tdx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .tdx-grid {
    grid-template-columns: 1fr; } }
.paypal-subscription-form {
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: Arial, sans-serif; }

.form-group {
  margin-bottom: 15px; }

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; }

.paypal-button {
  background-color: #0070ba;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.paypal-button:hover {
  background-color: #005ea6; }

/*# sourceMappingURL=main.css.map */
