/*
$primaryColor: #3b3989;
$primaryColorDark: #262557;
$primaryColorLight: #4947ad;
*/
body.materialize {
  background-color: #f6f6f6; }
  body.materialize nav#nav_bg {
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    box-shadow: none;
    transition: all 0.4s linear; }
    body.materialize nav#nav_bg.show-bg {
      background-color: transparent; }
      @media only screen and (min-width: 993px) {
        body.materialize nav#nav_bg.show-bg {
          background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/images/main/home/bg/office2_compressed.jpg"); } }
    body.materialize nav#nav_bg.transparent-bg {
      background-color: transparent; }
  body.materialize .page-section {
    min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding: 10px; }
    body.materialize .page-section .page-section-title {
      text-align: center;
      font-size: 36px;
      padding-bottom: 30px; }
    body.materialize .page-section[spy-id=home] {
      padding: 100px 0 0 0;
      background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("/images/main/home/bg/office2_compressed.jpg"); }
      body.materialize .page-section[spy-id=home] .img-container {
        padding-top: 40px; }
        body.materialize .page-section[spy-id=home] .img-container img.devices-img {
          width: auto;
          max-height: 300px !important;
          transition: all 0.2s linear;
          /* &:hover {
            cursor: pointer;
            opacity: 0.9;
          } */ }
          @media only screen and (max-width: 992px) {
            body.materialize .page-section[spy-id=home] .img-container img.devices-img {
              width: auto; } }
          @media only screen and (max-width: 600px) {
            body.materialize .page-section[spy-id=home] .img-container img.devices-img {
              width: 70%; } }
      body.materialize .page-section[spy-id=home] .home-info {
        padding: 10px; }
        body.materialize .page-section[spy-id=home] .home-info .header {
          color: white;
          font-size: 32px;
          margin-top: 50px;
          margin-bottom: 50px; }
          @media only screen and (max-width: 992px) {
            body.materialize .page-section[spy-id=home] .home-info .header {
              margin-top: 10px;
              margin-bottom: 10px;
              font-size: 24px; } }
        body.materialize .page-section[spy-id=home] .home-info .action-button {
          width: 285px;
          margin: 5px; }
        body.materialize .page-section[spy-id=home] .home-info #watch-button {
          background-color: #007d6e; }
        body.materialize .page-section[spy-id=home] .home-info #get-started-button {
          background-color: white;
          color: #007d6e;
          border-radius: 5px;
          font-weight: 600; }
        body.materialize .page-section[spy-id=home] .home-info #login-button {
          background-color: transparent;
          border: 3px solid white;
          line-height: 50px;
          border-radius: 5px; }
          body.materialize .page-section[spy-id=home] .home-info #login-button:hover {
            background-color: white;
            color: black; }
      @media only screen and (max-width: 600px) {
        body.materialize .page-section[spy-id=home] {
          padding-top: 70px; } }
    body.materialize .page-section[spy-id=features] {
      padding-top: 50px; }
      body.materialize .page-section[spy-id=features] .features-row {
        margin-top: 30px; }
      body.materialize .page-section[spy-id=features] .feature_container {
        padding: 0 0.75rem; }
        body.materialize .page-section[spy-id=features] .feature_container i.material-icons {
          font-size: 46px; }
        body.materialize .page-section[spy-id=features] .feature_container .heading {
          padding: 10px; }
        body.materialize .page-section[spy-id=features] .feature_container .info {
          padding: 20px;
          font-size: 16px;
          line-height: 30px; }
        body.materialize .page-section[spy-id=features] .feature_container .card {
          border-radius: 16px; }
          body.materialize .page-section[spy-id=features] .feature_container .card .card-action {
            background-color: transparent; }
      body.materialize .page-section[spy-id=features] {
        /*@media only screen and (max-width : 600px){
          .col:nth-child(1n+1) {
            clear: left;
          }
        }*/ }
        @media only screen and (min-width: 601px) and (max-width: 992px) {
          body.materialize .page-section[spy-id=features] .col:nth-child(2n+1) {
            clear: left; } }
        @media only screen and (min-width: 993px) {
          body.materialize .page-section[spy-id=features] .col:nth-child(4n+1) {
            clear: left; } }
    body.materialize .page-section[spy-id=downloads] {
      background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("/images/main/home/bg/strings_compressed.jpg");
      min-height: auto;
      padding-top: 150px;
      padding-bottom: 150px; }
      body.materialize .page-section[spy-id=downloads] .page-section-title {
        padding-bottom: 20px; }
      body.materialize .page-section[spy-id=downloads] .downloads-info {
        margin-left: auto;
        margin-right: auto;
        color: white;
        padding-top: 50px; }
        body.materialize .page-section[spy-id=downloads] .downloads-info .download-btn {
          font-size: 20px;
          font-weight: 100;
          color: #fff;
          cursor: pointer;
          display: inline-block;
          line-height: 45px;
          margin: 0 2.2em 2em 2.2em;
          position: relative;
          text-decoration: none;
          vertical-align: middle;
          padding-left: 10px;
          padding-right: 20px;
          transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
          /*@media(min-width: 400px) {
            display: inline-block;
            margin-right: 2.5em;

            &:nth-of-type(even) {
              margin-right: 0;
            }
          }

          @media(min-width: 600px) {

            &:nth-of-type(even) {
              margin-right: 2.5em;
            }

            &:nth-of-type(5) {
              margin-right: 0;
            }

          }*/ }
          @media only screen and (max-width: 600px) {
            body.materialize .page-section[spy-id=downloads] .downloads-info .download-btn {
              margin-left: 0em;
              margin-right: 0em;
              font-size: 18px; } }
          body.materialize .page-section[spy-id=downloads] .downloads-info .download-btn svg {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%; }
          body.materialize .page-section[spy-id=downloads] .downloads-info .download-btn rect {
            fill: none;
            stroke: #fff;
            stroke-width: 2;
            stroke-dasharray: 422, 0;
            transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1); }
          body.materialize .page-section[spy-id=downloads] .downloads-info .download-btn i.material-icons {
            line-height: inherit;
            margin-left: 10px;
            margin-right: 20px;
            transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
          body.materialize .page-section[spy-id=downloads] .downloads-info .download-btn:hover {
            font-weight: 900; }
            body.materialize .page-section[spy-id=downloads] .downloads-info .download-btn:hover rect {
              stroke-width: 5;
              stroke-dasharray: 300, 420;
              stroke-dashoffset: 100; }
            body.materialize .page-section[spy-id=downloads] .downloads-info .download-btn:hover i.material-icons {
              margin-left: 5px; }
    body.materialize .page-section[spy-id=pricing] {
      padding-top: 50px; }
      body.materialize .page-section[spy-id=pricing] > .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
      body.materialize .page-section[spy-id=pricing] .section-header {
        text-align: center;
        font-size: 36px;
        color: white; }
      body.materialize .page-section[spy-id=pricing] .section-header-divider {
        display: inline-block;
        width: 90%;
        max-width: 400px;
        height: 2px;
        background-color: white; }
      body.materialize .page-section[spy-id=pricing] .pricing-info {
        text-align: center;
        color: #009688;
        margin-top: 50px; }
        body.materialize .page-section[spy-id=pricing] .pricing-info .one-month-text {
          font-weight: 600;
          font-size: 34px;
          color: #009688;
          text-decoration: underline;
          padding-bottom: 10px;
          cursor: pointer; }
          @media only screen and (max-width: 992px) {
            body.materialize .page-section[spy-id=pricing] .pricing-info .one-month-text {
              font-size: 30px; } }
        body.materialize .page-section[spy-id=pricing] .pricing-info .save-text {
          font-size: 26px;
          margin-top: 20px; }
          @media only screen and (max-width: 992px) {
            body.materialize .page-section[spy-id=pricing] .pricing-info .save-text {
              font-size: 22px; } }
      body.materialize .page-section[spy-id=pricing] .cards-container-row {
        padding: 20px;
        margin-top: 40px; }
        body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card {
          border-radius: 16px; }
          body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-header {
            text-align: center;
            padding: 20px;
            background-color: #009688;
            color: white;
            font-weight: 600;
            font-size: 30px;
            border-radius: 16px 16px 0 0; }
            @media only screen and (max-width: 992px) {
              body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-header {
                font-size: 26px; } }
          body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-content {
            text-align: center;
            padding: 30px;
            color: #007d6e; }
            body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-content .sub-heading {
              font-size: 26px; }
            body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-content .price-text {
              font-size: 22px; }
              @media only screen and (max-width: 992px) {
                body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-content .price-text {
                  font-size: 20px; } }
              body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-content .price-text .fee-text {
                font-weight: 600;
                font-size: 32px; }
                @media only screen and (max-width: 992px) {
                  body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-content .price-text .fee-text {
                    font-size: 32px; } }
            body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-content .startup-fee-text {
              color: grey;
              font-size: 26px; }
              @media only screen and (max-width: 992px) {
                body.materialize .page-section[spy-id=pricing] .cards-container-row .price-card .price-content .startup-fee-text {
                  font-size: 22px; } }
      body.materialize .page-section[spy-id=pricing] .startup-fee-explanation {
        color: grey;
        font-size: 24px; }
    body.materialize .page-section[spy-id=contact_us] {
      background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("/images/main/home/bg/table_compressed.jpg");
      min-height: auto;
      padding-top: 150px;
      padding-bottom: 150px; }
      body.materialize .page-section[spy-id=contact_us] .page-section-title {
        padding-bottom: 20px; }
      body.materialize .page-section[spy-id=contact_us] .contact-info-table {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        color: white; }
        body.materialize .page-section[spy-id=contact_us] .contact-info-table .contact-icon {
          font-size: 24px;
          float: left;
          padding-right: 30px; }
          @media only screen and (max-width: 600px) {
            body.materialize .page-section[spy-id=contact_us] .contact-info-table .contact-icon {
              font-size: 18px;
              padding-right: 15px; } }
        body.materialize .page-section[spy-id=contact_us] .contact-info-table .contact-content {
          font-size: 22px; }
          @media only screen and (max-width: 600px) {
            body.materialize .page-section[spy-id=contact_us] .contact-info-table .contact-content {
              font-size: 16px; } }
  body.materialize footer.page-footer {
    background-image: linear-gradient(rgba(0, 125, 110, 0.9), rgba(0, 125, 110, 0.9)), url("/images/main/home/bg/table_compressed.jpg"); }
  body.materialize #cboxOverlay {
    opacity: 0.3 !important; }
  body.materialize #colorbox #cboxLoadedContent {
    width: 100% !important;
    height: 100% !important; }
