.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.grid-section {
  clear: both;
  padding: 0px;
  margin: 0px; }

.group:before, .group:after {
  content: "";
  display: table; }

.col:first-child {
  margin-left: 0; }

.span_1_of_2 {
  width: 49%; }

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
  box-sizing: border-box; }

@media (max-width: 768px) {
  .col-sm-1:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-2:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-3:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-4:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-5:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-6:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-7:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-8:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-9:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-10:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-11:not(:last-child) {
    margin-bottom: 40px; }

  .col-sm-12:not(:last-child) {
    margin-bottom: 40px; } }
@media (max-width: 992px) {
  .col-md-1:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-2:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-3:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-4:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-5:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-6:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-7:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-8:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-9:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-10:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-11:not(:last-child) {
    margin-bottom: 40px; }

  .col-md-12:not(:last-child) {
    margin-bottom: 40px; } }
@media (max-width: 1000px) {
  .col {
    width: 100%;
    display: inline;
    float: none; } }
.two-col {
  margin-top: 30px; }

.col-centered {
  float: none;
  margin: 0 auto; }

@media (min-width: 992px) {
  .container-tight {
    width: 990px; }

  .container-tighter {
    width: 550px; } }
html {
  overflow-x: hidden; }

body {
  font-family: "Avenir Next W01";
  overflow-x: hidden;
  color: #767676; }

input, select {
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ }

cite {
  font-style: normal; }

ul {
  list-style-position: outside;
  padding-left: 0; }

ul.styled {
  padding-left: 20px; }

h3 {
  margin-bottom: 8px; }

.bold {
  font-weight: 600; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.half-width {
  width: 50%; }

.full-width {
  width: 100%; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: .2em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.va-top {
  vertical-align: top; }

.va-bot {
  vertical-align: bottom; }

.zx1 {
  z-index: 1; }

.zx2 {
  z-index: 2; }

.zx3 {
  z-index: 3; }

.zx4 {
  z-index: 4; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.section-separator, .section-separator-tight {
  height: 1px;
  background: #484848;
  margin: 0 auto; }

.section-separator-tight {
  width: 30%; }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.m10 {
  margin: 10px; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.m20 {
  margin: 20px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.m30 {
  margin: 30px; }

.mt30 {
  margin-top: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.m40 {
  margin: 40px; }

.mt40 {
  margin-top: 40px; }

.mr40 {
  margin-right: 40px; }

.mb40 {
  margin-bottom: 40px; }

.ml40 {
  margin-left: 40px; }

.m50 {
  margin: 50px; }

.mt50 {
  margin-top: 50px; }

.mr50 {
  margin-right: 50px; }

.mb50 {
  margin-bottom: 50px; }

.ml50 {
  margin-left: 50px; }

.mxn4 {
  margin-left: -2px;
  margin-right: -2px; }

.mxn10 {
  margin-left: -5px;
  margin-right: -5px; }

.mxn20 {
  margin-left: -10px;
  margin-right: -10px; }

.mxn30 {
  margin-left: -15px;
  margin-right: -15px; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.p1 {
  padding: 0.5rem; }

.py1 {
  padding-top: .5rem;
  padding-bottom: 0.5rem; }

.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.p2 {
  padding: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.px10 {
  padding-left: 10%;
  padding-right: 10%; }

.p0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.p10 {
  padding: 10px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pl10 {
  padding-left: 10px; }

.p20 {
  padding: 20px; }

.pt20 {
  padding-top: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pl20 {
  padding-left: 20px; }

.bt {
  border-top: 1px solid #eee; }

.bb {
  border-bottom: 1px solid #eee; }

.bt-dark {
  border-top: 1px solid #484848; }

.bb-dark {
  border-bottom: 1px solid #484848; }

.block-center {
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

.block-center {
  margin: 0 auto; }

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

@media only screen and (max-width: 992px) {
  .desktop-only {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important; } }

.full-width-img {
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .img-responsive-mobile {
    max-width: 100%; }
    .img-responsive-mobile.right, .img-responsive-mobile.left {
      float: none; } }

.overflow-hidden {
  overflow: hidden; }

.overflow-hidden-bg {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }

.element-block {
  display: block; }

.visibly-hidden {
  visibility: hidden; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container, span[class^="skype_pnh_print_container"] {
  display: inline !important; }

.title-large, .title-mini, .parag-title, .contact-partner-modal div.wpcf7-mail-sent-ok, .cpt-page .features-sidebar .cat-item a, .footer-widget-area .widget-area .widget-title, .apps-page .features-sidebar .cat-item a, .apps-page .app-content-section h3, .section-title, .sub-title, .nav-tabs.mobile-dropdown-tabs > li > a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .tagline, .title, .icon-heading, .subheading, .quotes-names, .quotes-text, .link-text {
  text-transform: uppercase;
  font-family: "Brandon Grotesque W01";
  font-weight: 500;
  line-height: 1.2em;
  color: #2f66a2; }

.title-large {
  font-size: 36px;
  letter-spacing: 2.5px;
  line-height: 58px;
  margin-bottom: 17px; }
  .title-large.title-large-spacing {
    margin-top: 150px;
    margin-bottom: 150px; }
  @media only screen and (max-width: 768px) {
    .title-large {
      line-height: 40px;
      font-size: 26px; } }

.title-mini {
  font-size: 14px;
  letter-spacing: 4.5px;
  line-height: 28px;
  margin-bottom: 25px; }

.parag-title, .contact-partner-modal div.wpcf7-mail-sent-ok, .cpt-page .features-sidebar .cat-item a, .footer-widget-area .widget-area .widget-title, .apps-page .features-sidebar .cat-item a, .apps-page .app-content-section h3 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 0; }

.section-title, .sub-title, .nav-tabs.mobile-dropdown-tabs > li > a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu a {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 2.5px;
  line-height: 35px;
  font-weight: 600; }

.tagline {
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 35px; }
  @media screen and (min-width: 992px) {
    .tagline {
      font-size: 20px;
      padding: 0; } }

.section-title-sm {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }

.subtitle-large {
  font-size: 20px;
  line-height: 24px; }

.section-title-desc {
  font-size: 19px;
  margin: 10px 0 15px 0; }

.quotes-text {
  font-family: "Avenir Next W01";
  font-size: 16px;
  font-weight: 500; }

.signup-icons-block {
  display: block; }
  .signup-icons-block .col-md-4 {
    margin-top: 50px; }

.icon-heading {
  font-size: 17px; }

.subheading {
  font-size: 28px; }

.text-orange {
  color: #faa21b; }

.link-learn-more {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600; }

.section-parag-lg, .section-parag-md, .apps-page .check-list li, .section-parag-sm, .feature-parag, .pix-tabs.nav li a, .cpt-page .cpt-loop-elem li {
  color: #464545; }

.section-parag-lg {
  font-size: 19px;
  line-height: 30px; }

.section-parag-md, .apps-page .check-list li {
  font-size: 18px;
  line-height: 30px; }
  @media only screen and (max-width: 768px) {
    .section-parag-md, .apps-page .check-list li {
      line-height: 26px; } }

.section-parag-sm, .feature-parag, .pix-tabs.nav li a, .cpt-page .cpt-loop-elem li {
  font-size: 16px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .section-parag-sm, .feature-parag, .pix-tabs.nav li a, .cpt-page .cpt-loop-elem li {
      line-height: 24px; } }

.feature-parag {
  line-height: 22px; }

.quote-text {
  font-size: 16px; }

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

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

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

.text-uppercase {
  text-transform: uppercase; }

.white {
  color: #fff; }
  .white .title-large,
  .white .parag-title,
  .white .contact-partner-modal div.wpcf7-mail-sent-ok,
  .contact-partner-modal .white div.wpcf7-mail-sent-ok,
  .white .cpt-page .features-sidebar .cat-item a,
  .cpt-page .features-sidebar .cat-item .white a,
  .white .footer-widget-area .widget-area .widget-title,
  .footer-widget-area .widget-area .white .widget-title,
  .white .apps-page .features-sidebar .cat-item a,
  .apps-page .features-sidebar .cat-item .white a,
  .white .apps-page .app-content-section h3,
  .apps-page .app-content-section .white h3,
  .white .tagline,
  .white .section-title,
  .white .sub-title,
  .white .nav-tabs.mobile-dropdown-tabs > li > a,
  .white .nav-tabs.mobile-dropdown-tabs .dropdown-menu a,
  .nav-tabs.mobile-dropdown-tabs .dropdown-menu .white a,
  .white .subtitle-large,
  .white .section-parag-md,
  .white .apps-page .check-list li,
  .apps-page .check-list .white li,
  .white .section-parag-sm,
  .white .feature-parag,
  .white .pix-tabs.nav li a,
  .pix-tabs.nav li .white a,
  .white .cpt-page .cpt-loop-elem li,
  .cpt-page .cpt-loop-elem .white li,
  .white .section-parag-lg,
  .white .pix-list li,
  .white p {
    color: #fff; }

a:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
a:visited, a:focus {
  text-decoration: none;
  outline: 0; }

.section-link {
  display: block;
  text-transform: uppercase;
  font-weight: 600; }

.pix-link-info {
  color: #1ecbd2; }

.base-link {
  color: #65b4b3; }

.base-link:hover {
  color: #5DA8A7; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

.tooltip-question {
  background: url(../../images/temp-images/icons/info-icon.png) no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .tooltip-question {
      display: none; } }

.tooltip-trigger {
  cursor: help; }

.tooltip {
  font-size: 13px;
  font-weight: 300;
  position: fixed;
  padding: 20px;
  background: #F5F4F0;
  border: 1px solid #F5F4F0;
  width: 270px;
  z-index: 1000;
  line-height: normal; }

.no-bullets {
  list-style: none; }

.pix-list {
  margin-left: 60px; }
  .pix-list li {
    padding: 5px 0; }

ol.legal-list,
ol.legal-list ol {
  padding: 0;
  list-style: none;
  counter-reset: section; }

ol.legal-list {
  padding-left: 10px; }
  ol.legal-list li {
    position: relative;
    padding-left: 8px;
    margin-left: 30px; }
    ol.legal-list li:before {
      counter-increment: section;
      content: counters(section,".") " ";
      position: absolute;
      right: 100%; }
  ol.legal-list > li {
    margin-left: 0; }
    ol.legal-list > li:before {
      counter-increment: section;
      content: counter(section) ". "; }
  ol.legal-list ol.letter-list {
    counter-reset: list; }
    ol.legal-list ol.letter-list li:before {
      content: "(" counter(list,lower-alpha) ") ";
      counter-increment: list; }

ol.letter-list {
  list-style: lower-alpha; }
  ol.letter-list li:before {
    counter-increment: '';
    content: ''; }

ol.uc-letter-list {
  list-style: upper-alpha; }
  ol.uc-letter-list li:before {
    counter-increment: '';
    content: ''; }

.background-spinner {
  background: url(../../images/temp-images/loader.gif) center center no-repeat;
  background-size: contain;
  height: 60px;
  margin: 10px 0 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/icomoon.eot?vx94b9");
  src: url("../../fonts/icomoon/icomoon.eot?vx94b9#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?vx94b9") format("truetype"), url("../../fonts/icomoon/icomoon.woff?vx94b9") format("woff"), url("../../fonts/icomoon/icomoon.svg?vx94b9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="pix-icon-"], [class*=" pix-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pix-icon-mountain:before {
  content: "\e608"; }

.pix-icon-learn:before {
  content: "\e612"; }

.pix-icon-partners:before {
  content: "\e613"; }

.pix-icon-spinner3:before {
  content: "\e97c"; }

.pix-icon-sell:before {
  content: "\e611"; }

.pix-icon-automate:before {
  content: "\e600"; }

.pix-icon-cart:before {
  content: "\e601"; }

.pix-icon-demo:before {
  content: "\e602"; }

.pix-icon-display:before {
  content: "\e603"; }

.pix-icon-easy:before {
  content: "\e604"; }

.pix-icon-email:before {
  content: "\e605"; }

.pix-icon-grow:before {
  content: "\e606"; }

.pix-icon-international:before {
  content: "\e607"; }

.pix-icon-phone:before {
  content: "\e609"; }

.pix-icon-powerful:before {
  content: "\e60a"; }

.pix-icon-scales:before {
  content: "\e60b"; }

.pix-icon-support:before {
  content: "\e60c"; }

.pix-icon-technical:before {
  content: "\e60d"; }

.pix-icon-thumbs-up:before {
  content: "\e60e"; }

.pix-icon-trial:before {
  content: "\e60f"; }

.pix-icon-up:before {
  content: "\e610"; }

.pix-icon-linked-in:before {
  content: "\e900"; }

.pix-icon-facebook:before {
  content: "\e631"; }

.pix-icon-twitter:before {
  content: "\e619"; }

.pix-icon-mail3:before {
  content: "\e901"; }

.pix-icon-spinner {
  display: inline-block;
  font-size: 4em;
  height: 1em;
  line-height: 1;
  margin: .5em;
  animation: anim-rotate 2s infinite linear;
  color: #fff;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3); }

.spinner--steps2 {
  animation: anim-rotate 1s infinite steps(12); }

@keyframes anim-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.section-icon-sm:before {
  font-size: 60px; }

.pix-form-modal {
  padding: 4% 16%; }

/*Signup form*/
.signup-form-element .signup-email {
  width: 252px;
  background: transparent; }
.signup-form-element .submit {
  padding: 11px 45px 9px;
  margin-left: -3px; }
.signup-form-element .loader {
  display: none; }
.signup-form-element input {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-right: 0;
  padding: 5px; }
  .signup-form-element input:focus {
    outline: none; }

.input-field, .input-box {
  vertical-align: top;
  display: inline-block;
  height: 40px; }

/*Free Trial Modal*/
.wait-msg .success {
  margin-bottom: 20px;
  font-size: 21px;
  color: #FFFF99; }
  .wait-msg .success a {
    color: #FFFF99; }

.loading-trial-btn {
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  width: 45%;
  height: 55px;
  display: block;
  margin: 0 auto;
  position: relative;
  box-shadow: none;
  border: none;
  background-color: #999;
  margin-bottom: 30px;
  cursor: pointer; }

.trial-success-link {
  text-decoration: none !important; }

.success-trial-btn {
  float: none;
  margin: 0 auto;
  background: #00bc9c; }

.float-container:before {
  content: '';
  display: block;
  clear: both; }

/* Any modal on the site goes under .modal */
.modal {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../images/temp-images/contact-form-bg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .modal input:not(.submit), .modal select, .modal textarea {
    border: 1px solid #ccc;
    padding-left: 10px;
    height: 40px; }
    .modal input:not(.submit)::-webkit-input-placeholder, .modal select::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
      color: #8B8B8B;
      opacity: 1; }
    .modal input:not(.submit):-moz-placeholder, .modal select:-moz-placeholder, .modal textarea:-moz-placeholder {
      color: #8B8B8B;
      opacity: 1; }
    .modal input:not(.submit)::-moz-placeholder, .modal select::-moz-placeholder, .modal textarea::-moz-placeholder {
      color: #8B8B8B;
      opacity: 1; }
    .modal input:not(.submit):-ms-input-placeholder, .modal select:-ms-input-placeholder, .modal textarea:-ms-input-placeholder {
      color: #8B8B8B;
      opacity: 1; }
  .modal textarea {
    width: 100%;
    height: 130px; }
  .modal input:focus,
  .modal select:focus {
    -moz-box-shadow: 0 0 1px #32669E;
    -webkit-box-shadow: 0 0 1px #32669E;
    box-shadow: 0 0 1px #32669E; }
  .modal .missing {
    -moz-box-shadow: 0 0 1px #32669E;
    -webkit-box-shadow: 0 0 1px #32669E;
    box-shadow: 0 0 1px #32669E; }
  .modal .tooltip-question {
    position: absolute;
    right: 10px;
    top: 12px; }
  .modal .input-group {
    margin-bottom: 15px;
    width: 100%; }
    .modal .input-group.last {
      margin-bottom: 40px; }
    .modal .input-group input, .modal .input-group select {
      width: 100%; }
    .modal .input-group input[type="checkbox"] {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
  .modal .submit {
    width: 100%; }
    .modal .submit.pix-btn:disabled, .modal .contact-partner-modal .wpcf7-form input.submit[type="submit"]:disabled, .contact-partner-modal .wpcf7-form .modal input.submit[type="submit"]:disabled {
      background-color: #636363;
      border-color: #636363; }
  .modal .tight-field {
    width: 49%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .modal .free-trial-real-modal {
    padding: 70px 90px;
    width: 100%;
    background: none;
    box-shadow: none;
    font-weight: 500;
    color: #333; }
    .modal .free-trial-real-modal input.signup-telephone {
      padding-left: 49px; }
    .modal .free-trial-real-modal input.error {
      -moz-box-shadow: 0 0 1px #DF1B6D;
      -webkit-box-shadow: 0 0 1px #DF1B6D;
      box-shadow: 0 0 1px #DF1B6D; }
    .modal .free-trial-real-modal .tel-input-val-msg {
      position: absolute;
      top: 9px;
      right: -105px; }
      .modal .free-trial-real-modal .tel-input-val-msg#error-msg {
        color: #DF1B6D; }
      .modal .free-trial-real-modal .tel-input-val-msg#valid-msg {
        color: #1BB9C2;
        right: -54px; }
    .modal .free-trial-real-modal .signup-form-container {
      max-width: 395px;
      margin: 0 auto; }
    .modal .free-trial-real-modal .inner {
      margin: 0 auto; }
    .modal .free-trial-real-modal .input-field, .modal .free-trial-real-modal .input-box {
      display: block; }
    .modal .free-trial-real-modal .modal-close {
      right: 30px;
      top: 30px; }
    .modal .free-trial-real-modal .input-group:after, .modal .free-trial-real-modal .float-container:after {
      content: '';
      clear: both;
      display: block; }
  .modal .free-trial-email-modal .submit {
    height: 100%;
    padding: 11px 45px 9px;
    margin-left: -8px; }
  .modal .contact-form {
    float: none;
    width: 620px; }
    .modal .contact-form textarea {
      height: 100px;
      padding-top: 8px; }
      .modal .contact-form textarea::-webkit-input-placeholder {
        color: #8B8B8B;
        opacity: 1; }
      .modal .contact-form textarea:-moz-placeholder {
        color: #8B8B8B;
        opacity: 1; }
      .modal .contact-form textarea::-moz-placeholder {
        color: #8B8B8B;
        opacity: 1; }
      .modal .contact-form textarea:-ms-input-placeholder {
        color: #8B8B8B;
        opacity: 1; }
    .modal .contact-form .input-field, .modal .contact-form .input-box {
      display: block; }
  .modal .signup-form-element .signup-required-error, .modal .contact-form-element .signup-required-error {
    text-align: left;
    color: #8B8B8B; }
  .modal .signup-form-element input::-webkit-input-placeholder, .modal .contact-form-element input::-webkit-input-placeholder {
    color: #8B8B8B;
    opacity: 1; }
  .modal .signup-form-element input:-moz-placeholder, .modal .contact-form-element input:-moz-placeholder {
    color: #8B8B8B;
    opacity: 1; }
  .modal .signup-form-element input::-moz-placeholder, .modal .contact-form-element input::-moz-placeholder {
    color: #8B8B8B;
    opacity: 1; }
  .modal .signup-form-element input:-ms-input-placeholder, .modal .contact-form-element input:-ms-input-placeholder {
    color: #8B8B8B;
    opacity: 1; }
  .modal .free-trial-after-modal .checkbox-group, .modal .free-trial-after-modal .other-input {
    display: none; }
  .modal .free-trial-after-modal .signup-form-element .submit {
    margin-left: 0; }
  .modal .free-trial-after-modal #progressTimer {
    width: 80%;
    margin: 20px auto; }
  .modal .free-trial-after-modal .signup-form-element, .modal .free-trial-after-modal .required-field {
    width: 80%;
    margin: 0 auto; }
  .modal .free-trial-after-modal .pix-icon-spinner3 {
    width: 60px;
    margin: 0 auto 40px; }
    .modal .free-trial-after-modal .pix-icon-spinner3:before {
      font-size: 60px;
      color: #2f66a2; }
  .modal .free-trial-after-modal .required-field {
    margin-top: 10px;
    color: #32669E; }

.iti-flag {
  background-image: url(../../images/temp-images/icons/flags.png); }

.intl-tel-input {
  width: 100%; }

.modal-content {
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  position: absolute; }
  .modal-content.full-screen-modal {
    left: 0px !important;
    top: 0px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; }
  .modal-content .signup-form {
    background: #fff;
    padding: 65px 185px; }
  .modal-content .free-trial-inner {
    text-align: center;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    min-height: 105px; }

.modal-close {
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 26px;
  left: 94%;
  display: block;
  top: 14px;
  z-index: 100090;
  background: url(../../images/temp-images/icons/modal-close-button-black.png) no-repeat; }

.free-trial-after-modal {
  background: #fff; }
  .free-trial-after-modal .container, .free-trial-after-modal .container-tight, .free-trial-after-modal .container-tighter {
    padding: 0;
    width: 100%; }
    .free-trial-after-modal .container .create-store, .free-trial-after-modal .container-tight .create-store, .free-trial-after-modal .container-tighter .create-store {
      text-align: left; }
    .free-trial-after-modal .container .inner, .free-trial-after-modal .container-tight .inner, .free-trial-after-modal .container-tighter .inner {
      width: 768px;
      margin: 0 auto; }
  .free-trial-after-modal .modal-close {
    display: none; }
  .free-trial-after-modal .wait-msg {
    width: 500px;
    margin: 90px auto; }

.hbspt-form {
  width: 650px; }

.hbspt-form div {
  width: 100%;
  float: left;
  margin-bottom: 16px; }

.hs-form-field label {
  float: left;
  padding: 15px; }

.hbspt-form .hs-button {
  border: solid;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #c2454e; }

.hs-form-field .input, .hs-form-field select {
  border-radius: 4px;
  padding: 7px;
  margin-left: 10px;
  width: 25%;
  float: right;
  border: #999 solid 1px; }

.hs-form-field select {
  float: right;
  width: 51.5%; }

input#email {
  width: 51.5%; }

.signup-error h2 {
  color: #fff;
  padding: 27px; }

.descrip, .hubspot-form .descrip {
  margin-top: 30px;
  margin-bottom: 30px; }

.free-trial-section .section-title, .free-trial-section .sub-title, .free-trial-section .nav-tabs.mobile-dropdown-tabs > li > a, .free-trial-section .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .free-trial-section a, .homepage-feat-customers .section-title, .homepage-feat-customers .sub-title, .homepage-feat-customers .nav-tabs.mobile-dropdown-tabs > li > a, .homepage-feat-customers .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .homepage-feat-customers a {
  margin-bottom: 0; }

.free-trial-section .signup-required-error {
  width: initial; }

.contact-form .required-field {
  color: #32669E; }

.contact-form input.error, .contact-form select.error {
  -moz-box-shadow: 0 0 2px 2px #32669E;
  -webkit-box-shadow: 0 0 2px 2px #32669E;
  box-shadow: 0 0 2px 2px #32669E;
  opacity: 0.75;
  color: #666; }

.contact-form-modal {
  padding: 4% 15%; }

/*======================================*/
.get-app-form-modal {
  padding: 50px; }
  .get-app-form-modal .signup-form-element .signup-email {
    border: 1px solid #ccc;
    width: 320px; }
  .get-app-form-modal .signup-form-element .submit {
    width: 246px;
    margin-left: -4px;
    padding-left: 10px;
    padding-right: 10px; }
  .get-app-form-modal .signup-form-element .submit:not(.login) {
    background: #D99138;
    border: 1px solid #D99138; }
    .get-app-form-modal .signup-form-element .submit:not(.login):hover {
      background-color: #BF8032;
      border: 1px solid #BF8032; }
  .get-app-form-modal .signup-required-error {
    left: 17px; }
  .get-app-form-modal .top-modal-block {
    padding: 0; }
    .get-app-form-modal .top-modal-block .signup-required-error {
      bottom: -6px; }
  .get-app-form-modal .contact-form input[type='text'] {
    margin: 0;
    height: 100%; }
  .get-app-form-modal .contact-form input[type="submit"] {
    padding: 0; }
  .get-app-form-modal .parag-title, .get-app-form-modal .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .get-app-form-modal div.wpcf7-mail-sent-ok, .get-app-form-modal .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .get-app-form-modal a, .get-app-form-modal .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .get-app-form-modal .widget-title, .get-app-form-modal .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .get-app-form-modal a, .get-app-form-modal .apps-page .app-content-section h3, .apps-page .app-content-section .get-app-form-modal h3 {
    margin-top: 0; }
  .get-app-form-modal .form-wrap {
    display: block; }
  .get-app-form-modal .form-wrap-bottom {
    padding-top: 50px; }

.contact-partner-modal .wpcf7-form input, .contact-partner-modal .wpcf7-form textarea {
  width: 100%; }
  .contact-partner-modal .wpcf7-form input::-webkit-input-placeholder, .contact-partner-modal .wpcf7-form textarea::-webkit-input-placeholder {
    color: #8B8B8B;
    opacity: 1; }
  .contact-partner-modal .wpcf7-form input:-moz-placeholder, .contact-partner-modal .wpcf7-form textarea:-moz-placeholder {
    color: #8B8B8B;
    opacity: 1; }
  .contact-partner-modal .wpcf7-form input::-moz-placeholder, .contact-partner-modal .wpcf7-form textarea::-moz-placeholder {
    color: #8B8B8B;
    opacity: 1; }
  .contact-partner-modal .wpcf7-form input:-ms-input-placeholder, .contact-partner-modal .wpcf7-form textarea:-ms-input-placeholder {
    color: #8B8B8B;
    opacity: 1; }
.contact-partner-modal .wpcf7-form input[type="submit"] {
  margin-top: 20px; }
.contact-partner-modal span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #767676;
  position: absolute;
  bottom: -18px; }
.contact-partner-modal div.wpcf7-validation-errors, .contact-partner-modal div.wpcf7-mail-sent-ok {
  margin: 0;
  border: none; }
.contact-partner-modal div.wpcf7-mail-sent-ok {
  text-align: center; }
.contact-partner-modal span.wpcf7-form-control-wrap {
  display: block; }

.instant-migration-trial.pix-content-block .infoWrap h5 {
  font-size: 41px; }

.pix-content-block .base-form .infoDesc p {
  font-size: 26px;
  font-weight: 500;
  opacity: 0.8; }

.green-bg .infoDesc p, .green-bg .infoAnimate {
  color: #fff; }

.pix-content-block .signup-form .infoDesc {
  padding-bottom: 27px; }

.migration-signup-form .signup-form .input-field input[type=text] {
  background: transparent;
  text-transform: none;
  border: 2px solid #fff;
  box-shadow: none;
  color: #fff;
  height: 47px;
  border-radius: 0;
  color: #fff; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45); }

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45); }

.migration-signup-form .signup-form input.submit {
  border: 2px solid #fff;
  font-size: 16px;
  font-family: "Avenir Next W01";
  height: 47px;
  background: #fff;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none;
  color: #32669e;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.migration-signup-form .signup-form input.submit:hover {
  background: #32669e;
  color: #fff;
  border: 2px solid #fff; }

.migration-signup-form.green-bg .container, .migration-signup-form.green-bg .container-tight, .migration-signup-form.green-bg .container-tighter {
  padding: 100px 0; }

.signup-form input {
  vertical-align: top; }

.signup-required-error {
  position: absolute;
  bottom: -15px;
  left: 0;
  color: #fff;
  font-size: 11px;
  width: 300px; }

.base-form .input-field {
  display: inline-block;
  position: relative; }

.transition, .pix-btn, .contact-partner-modal .wpcf7-form input[type="submit"], .pix-btn:hover, .pricing-toggle-switch, .pricing-toggle-switch .switch, .pricing-toggle-period.blue, .pix-tabs.nav li a, .features-top-section .section-nav-button a, .features-top-section .section-nav-button a.active, .features-top-section .section-nav-button a:hover, .cpt-loop-elem a:hover .cpt-loop-hover-opacity, .cpt-loop-elem a:hover .cpt-loop-elem-link-text--center, .cpt-loop-elem a:hover .cpt-loop-elem-link-text--additional, .cpt-loop-hover-opacity, .cpt-loop-elem a:hover .cpt-loop-elem-link-text .cpt-elem-title, .cpt-loop-elem-link-text--center, .cpt-page #carousel li:not(.flex-active-slide), .cpt-page .flex-direction-nav a:hover, .dropdown-filters.active, .dropdown-filters .dropdown-filter, .dropdown-filters .cat-item, .dropdown-filters .dropdown-filter:hover a, .dropdown-filters .cat-item:hover a, .navbar-nav > li > a, .nav-dark .navbar-nav > li > a, .single-theme-page .hover-image, .single-theme-page .hover-image:hover .cpt-loop-hover-opacity, .single-theme-page .single-theme-top-mobile-screenshot:hover, .single-theme-page .single-theme-top-screenshot:hover, .cpt-loop-hover--app, .apps-page .snippet-element-link, .apps-page .snippet-element-link:hover .app-tag, .apps-page .snippet-element-link:hover, .apps-page .snippet-element-link:hover .cpt-loop-elem__excerpt, .apps-page .snippet-element-link:hover .cpt-loop-hover--app, .apps-page #carousel li:not(.flex-active-slide), .apps-page .flex-direction-nav a:hover, .app-tag-wrapper {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.pix-btn, .contact-partner-modal .wpcf7-form input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 11px 75px 9px;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1.6px;
  color: #fff;
  font-size: 13px;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .pix-btn, .contact-partner-modal .wpcf7-form input[type="submit"] {
      padding: 11px 40px 9px; } }
  @media only screen and (max-width: 992px) {
    .pix-btn, .contact-partner-modal .wpcf7-form input[type="submit"] {
      padding: 11px 50px 9px; } }
  .pix-btn:hover, .contact-partner-modal .wpcf7-form input[type="submit"]:hover {
    background-color: #fff;
    color: #767676;
    text-decoration: none; }
  .pix-btn.pix-btn-transparent-blue, .contact-partner-modal .wpcf7-form input.pix-btn-transparent-blue[type="submit"] {
    border: 1px solid #112C3E;
    color: #112C3E; }
    .pix-btn.pix-btn-transparent-blue:hover, .contact-partner-modal .wpcf7-form input.pix-btn-transparent-blue[type="submit"]:hover {
      background: #112C3E;
      color: #fff;
      opacity: 1; }
  .pix-btn.pix-btn-transparent-orange, .contact-partner-modal .wpcf7-form input.pix-btn-transparent-orange[type="submit"] {
    border: 1px solid #faa21b;
    color: #fff; }
    .pix-btn.pix-btn-transparent-orange:hover, .contact-partner-modal .wpcf7-form input.pix-btn-transparent-orange[type="submit"]:hover {
      background: #faa21b;
      opacity: 1; }
  .pix-btn.btn-tight, .contact-partner-modal .wpcf7-form input.btn-tight[type="submit"] {
    padding: 11px 45px 9px; }

.pix-btn.blue, .contact-partner-modal .wpcf7-form input.blue[type="submit"] {
  background: #32669E;
  border: 1px solid #32669E;
  color: #fff; }
  .pix-btn.blue:hover, .contact-partner-modal .wpcf7-form input.blue[type="submit"]:hover {
    background-color: #2A5685;
    border: 1px solid #2A5685;
    color: #fff; }

.pix-btn.black, .contact-partner-modal .wpcf7-form input.black[type="submit"] {
  background: #202121;
  border: 1px solid #202121;
  color: #fff; }
  .pix-btn.black:hover, .contact-partner-modal .wpcf7-form input.black[type="submit"]:hover {
    background-color: #393B3B;
    border: 1px solid #393B3B;
    color: #fff; }

.pix-btn.orange, .contact-partner-modal .wpcf7-form input[type="submit"] {
  color: #fff;
  background-color: #faa21b;
  border: 1px solid #faa21b; }
  .pix-btn.orange:hover, .contact-partner-modal .wpcf7-form input[type="submit"]:hover {
    background-color: #e5b011;
    border: 1px solid #e5b011;
    color: #fff; }

.pix-btn.white, .contact-partner-modal .wpcf7-form input.white[type="submit"] {
  color: #32669E;
  background-color: #fff;
  border: 1px solid #fff; }
  .pix-btn.white:hover, .contact-partner-modal .wpcf7-form input.white[type="submit"]:hover {
    background-color: #f9fafb;
    border: 1px solid #f9fafb; }

.pix-btn.light-blue, .contact-partner-modal .wpcf7-form input.light-blue[type="submit"] {
  background-color: #2f66a2;
  border: 1px solid #2f66a2; }
  .pix-btn.light-blue:hover, .contact-partner-modal .wpcf7-form input.light-blue[type="submit"]:hover {
    background-color: #5785B3;
    border: 1px solid #5785B3;
    color: #fff; }

.section-btn {
  display: inline-block;
  margin-top: 32px; }

.pricing-toggle-switch {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: pointer;
  width: 225px;
  height: 28px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px; }

.pricing-toggle-switch .switch {
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 115px;
  height: 26px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px; }

.pricing-toggle-switch.left .switch {
  left: 108px; }

.pricing-toggle-switch.left {
  float: none; }

.pricing-toggle-switch {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.pricing-toggle-switch .annual {
  position: absolute;
  right: 0;
  padding: 5px 30px 0 0; }

.pricing-toggle-switch .monthly {
  position: absolute;
  left: 0;
  padding: 5px 0px 0px 26px; }

.pricing-toggle-period.blue {
  color: #32669E;
  z-index: 9; }

.toggle-plus {
  position: relative;
  height: 25px;
  width: 25px;
  display: block;
  cursor: pointer;
  float: right; }

.toggle-plus .vertical {
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  opacity: 1;
  left: 45%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  top: 0; }

.toggle-plus .vertical.flat {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.toggle-plus .horizontal {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  top: 44%; }

.pix-tabs.nav {
  border-bottom: none;
  margin-top: 40px; }
  .pix-tabs.nav li {
    margin-bottom: 0; }
    .pix-tabs.nav li.active a {
      background: #fff;
      border: none;
      border-top: 3px solid #2f66a2;
      color: #767676;
      border-bottom: 1px solid #fff; }
    .pix-tabs.nav li a {
      color: #fff;
      margin-right: 0;
      padding: 20px 0;
      border-top: 3px solid #112C3E;
      background: #112C3E;
      border-radius: 0; }
      .pix-tabs.nav li a.active {
        opacity: 1; }
      .pix-tabs.nav li a:hover, .pix-tabs.nav li a:focus, .pix-tabs.nav li a:active {
        background: #fff;
        border: none;
        border-top: 3px solid #2f66a2;
        border-bottom: 1px solid #fff;
        color: #767676; }
  .pix-tabs.nav.privacy-sub-menu li a {
    font-size: 14px;
    padding: 20px 10px; }
  .pix-tabs.nav.privacy-sub-menu li.active {
    color: #767676; }
  .pix-tabs.nav.dark-bg {
    background-color: #202121; }
    .pix-tabs.nav.dark-bg li a:focus {
      color: #fff; }
  .pix-tabs.nav.light-bg {
    background-color: #D8D8D8; }
    .pix-tabs.nav.light-bg a {
      color: #4A4A4A; }

.mobile-dropdown-tabs {
  display: none; }

.nav-tabs.mobile-dropdown-tabs > li {
  width: 100%; }
  .nav-tabs.mobile-dropdown-tabs > li > a {
    color: #fff;
    font-size: 13px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 1px;
    margin-right: 0;
    padding: 20px 100px 20px 10px;
    border-radius: 0; }
    .nav-tabs.mobile-dropdown-tabs > li > a:hover {
      color: #fff; }
    .nav-tabs.mobile-dropdown-tabs > li > a:focus {
      background-color: #333F50;
      color: #fff;
      border-color: #333F50; }
    .nav-tabs.mobile-dropdown-tabs > li > a:after {
      background: url(../../images/temp-images/icons/arrow_white.svg) right no-repeat;
      height: 9px;
      width: 14px;
      display: inline-block;
      content: '';
      right: 48px;
      top: 24px;
      position: absolute; }
.nav-tabs.mobile-dropdown-tabs.dark-bg {
  background-color: #202121;
  border-color: #202121; }
  .nav-tabs.mobile-dropdown-tabs.dark-bg li.active a {
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .nav-tabs.mobile-dropdown-tabs.dark-bg a:hover {
    background-color: #333F50;
    border-color: #333F50; }
.nav-tabs.mobile-dropdown-tabs.light-bg {
  background-color: #D8D8D8;
  border-color: #D8D8D8; }
  .nav-tabs.mobile-dropdown-tabs.light-bg li.active a {
    background-color: #767171;
    border-color: #767171; }
  .nav-tabs.mobile-dropdown-tabs.light-bg a:hover {
    background-color: #767171;
    border-color: #767171; }
.nav-tabs.mobile-dropdown-tabs.second-feat-tabs li a {
  padding: 20px 40px; }
.nav-tabs.mobile-dropdown-tabs .dropdown-menu {
  width: 100%; }
  .nav-tabs.mobile-dropdown-tabs .dropdown-menu a {
    font-size: 13px;
    padding: 20px 100px 20px 10px; }
  .nav-tabs.mobile-dropdown-tabs .dropdown-menu li.active a {
    color: #fff; }
  .nav-tabs.mobile-dropdown-tabs .dropdown-menu li a {
    color: #fff;
    margin-bottom: 0; }
  .nav-tabs.mobile-dropdown-tabs .dropdown-menu:after {
    background-image: none; }

@media only screen and (max-width: 768px) {
  .desktop-tabs {
    display: none; }

  .mobile-dropdown-tabs {
    display: block; } }
.z-top-section .z-top-img {
  padding-top: 30px;
  padding-bottom: 30px; }
@media screen and (max-width: 768px) {
  .z-top-section .z-top-img-wrapper {
    display: none; } }
.z-top-section .z-top-text-block {
  padding: 50px 0 0; }
  @media screen and (min-width: 992px) {
    .z-top-section .z-top-text-block {
      padding: 0; } }

.grey-bg {
  background: #f5f6f6;
  color: #5A5A5C; }

.dark-grey-bg {
  background: #D8D8D8; }

.dark-bg {
  background-color: #32669e;
  color: #FFFFFF; }
  .dark-bg .title-large,
  .dark-bg .parag-title,
  .dark-bg .contact-partner-modal div.wpcf7-mail-sent-ok,
  .contact-partner-modal .dark-bg div.wpcf7-mail-sent-ok,
  .dark-bg .cpt-page .features-sidebar .cat-item a,
  .cpt-page .features-sidebar .cat-item .dark-bg a,
  .dark-bg .footer-widget-area .widget-area .widget-title,
  .footer-widget-area .widget-area .dark-bg .widget-title,
  .dark-bg .apps-page .features-sidebar .cat-item a,
  .apps-page .features-sidebar .cat-item .dark-bg a,
  .dark-bg .apps-page .app-content-section h3,
  .apps-page .app-content-section .dark-bg h3,
  .dark-bg .section-title,
  .dark-bg .sub-title,
  .dark-bg .nav-tabs.mobile-dropdown-tabs > li > a,
  .dark-bg .nav-tabs.mobile-dropdown-tabs .dropdown-menu a,
  .nav-tabs.mobile-dropdown-tabs .dropdown-menu .dark-bg a,
  .dark-bg .section-parag-md,
  .dark-bg .apps-page .check-list li,
  .apps-page .check-list .dark-bg li,
  .dark-bg .section-parag-sm,
  .dark-bg .feature-parag,
  .dark-bg .pix-tabs.nav li a,
  .pix-tabs.nav li .dark-bg a,
  .dark-bg .cpt-page .cpt-loop-elem li,
  .cpt-page .cpt-loop-elem .dark-bg li,
  .dark-bg .section-parag-lg {
    color: #fff; }

.white-bg {
  background-color: #fff;
  color: #000; }
  .white-bg .title-large,
  .white-bg .parag-title,
  .white-bg .contact-partner-modal div.wpcf7-mail-sent-ok,
  .contact-partner-modal .white-bg div.wpcf7-mail-sent-ok,
  .white-bg .cpt-page .features-sidebar .cat-item a,
  .cpt-page .features-sidebar .cat-item .white-bg a,
  .white-bg .footer-widget-area .widget-area .widget-title,
  .footer-widget-area .widget-area .white-bg .widget-title,
  .white-bg .apps-page .features-sidebar .cat-item a,
  .apps-page .features-sidebar .cat-item .white-bg a,
  .white-bg .apps-page .app-content-section h3,
  .apps-page .app-content-section .white-bg h3,
  .white-bg .section-title,
  .white-bg .sub-title,
  .white-bg .nav-tabs.mobile-dropdown-tabs > li > a,
  .white-bg .nav-tabs.mobile-dropdown-tabs .dropdown-menu a,
  .nav-tabs.mobile-dropdown-tabs .dropdown-menu .white-bg a,
  .white-bg .section-parag-md,
  .white-bg .apps-page .check-list li,
  .apps-page .check-list .white-bg li,
  .white-bg .section-parag-sm,
  .white-bg .feature-parag,
  .white-bg .pix-tabs.nav li a,
  .pix-tabs.nav li .white-bg a,
  .white-bg .cpt-page .cpt-loop-elem li,
  .cpt-page .cpt-loop-elem .white-bg li,
  .white-bg .section-parag-lg {
    color: #000; }

.cta-block.cta-block-last {
  border-bottom: 1px solid #484848; }

.teal-bg {
  background-color: #65b4b3;
  color: #fff; }

.dark-stone-bg {
  background-color: #112C3E;
  color: #FFFFFF; }
  .dark-stone-bg .title-large,
  .dark-stone-bg .section-parag-lg {
    color: #fff; }
  .dark-stone-bg .flex-control-paging li a {
    border-color: #fff; }
    .dark-stone-bg .flex-control-paging li a.flex-active {
      background-color: #fff; }

.green-bg {
  background-color: #01BC9B;
  color: #fff; }
  .green-bg .title-large,
  .green-bg .parag-title,
  .green-bg .contact-partner-modal div.wpcf7-mail-sent-ok,
  .contact-partner-modal .green-bg div.wpcf7-mail-sent-ok,
  .green-bg .cpt-page .features-sidebar .cat-item a,
  .cpt-page .features-sidebar .cat-item .green-bg a,
  .green-bg .footer-widget-area .widget-area .widget-title,
  .footer-widget-area .widget-area .green-bg .widget-title,
  .green-bg .apps-page .features-sidebar .cat-item a,
  .apps-page .features-sidebar .cat-item .green-bg a,
  .green-bg .apps-page .app-content-section h3,
  .apps-page .app-content-section .green-bg h3,
  .green-bg .section-title,
  .green-bg .sub-title,
  .green-bg .nav-tabs.mobile-dropdown-tabs > li > a,
  .green-bg .nav-tabs.mobile-dropdown-tabs .dropdown-menu a,
  .nav-tabs.mobile-dropdown-tabs .dropdown-menu .green-bg a,
  .green-bg .section-parag-md,
  .green-bg .apps-page .check-list li,
  .apps-page .check-list .green-bg li,
  .green-bg .section-parag-sm,
  .green-bg .feature-parag,
  .green-bg .pix-tabs.nav li a,
  .pix-tabs.nav li .green-bg a,
  .green-bg .cpt-page .cpt-loop-elem li,
  .cpt-page .cpt-loop-elem .green-bg li,
  .green-bg .section-parag-lg {
    color: #fff; }

.lynch-bg {
  background-color: #5e7287; }

.light-blue-bg {
  background-color: #2f66a2; }

.img-bg {
  background-size: cover; }

.img-homepage-top {
  background-image: url(../../images/temp-images/backgrounds/homepage-bg.jpg); }

.img-design-page-top {
  background-image: url(../../images/temp-images/backgrounds/design-page-bg.jpg); }

.img-infrastructure-page-top {
  background-image: url(../../images/temp-images/backgrounds/infrastructure-page-bg.jpg); }

.img-marketing-page-top {
  background-image: url(../../images/temp-images/backgrounds/traffic-bg.jpg); }

.img-operations-page-top {
  background-image: url(../../images/temp-images/backgrounds/operations-female-bg.png); }

.img-partners-page-top {
  background-image: url(../../images/temp-images/backgrounds/ferris-wheel-bg.jpg); }

.img-bigcommerce-top {
  background-image: url(../../images/temp-images/backgrounds/bigcommerce-bg.jpg); }

.img-shopify-top {
  background-image: url(../../images/temp-images/backgrounds/shopify-bg.jpg); }

.img-volusion-top {
  background-image: url(../../images/temp-images/backgrounds/volusion-bg.jpg); }

.img-zoey-analytics-top {
  background-image: url(../../images/temp-images/backgrounds/analytics-meeting-bg.jpg); }

.img-zoey-seo-top {
  background-image: url(../../images/temp-images/backgrounds/people-with-phone.jpg); }

.img-city-connected {
  background-image: url(../../images/temp-images/backgrounds/city-connected.jpg); }

.img-product-tools-top {
  background-image: url(../../images/temp-images/backgrounds/product-tools-bg.jpg); }

.img-internationalization-top {
  background-image: url(../../images/temp-images/backgrounds/internationalization-bg.jpg); }

.img-windows-bg {
  background-image: url(../../images/temp-images/backgrounds/windows-bg.jpg); }

.img-about-us-top {
  background-image: url(../../images/temp-images/backgrounds/about-us-bg.jpg); }

.img-magento-story-top {
  background-image: url(../../images/temp-images/backgrounds/magento-page-top.png); }

.img-themes-bg {
  background-image: url(../../images/temp-images/backgrounds/themes-page-bg.jpg); }

.img-themes-details-bg {
  background-image: url(../../images/temp-images/backgrounds/theme-details-bg.jpg); }

.img-pricing-top-bg {
  background-image: url(../../images/temp-images/backgrounds/pricing-top-bg.jpg); }

.img-payment-gateway-bg {
  background-image: url(../../images/temp-images/backgrounds/payment-gateways.jpg); }

.img-case-studies-bg {
  background-image: url(../../images/temp-images/backgrounds/case-studies-page.jpg); }

.img-servers-bg {
  background-image: url(../../images/temp-images/backgrounds/servers-bg.jpg); }

.img-groupoffice-bg {
  background-image: url(../../images/temp-images/backgrounds/groupoffice_croppeddark.png); }

.img-coupleworking-bg {
  background-image: url(../../images/temp-images/backgrounds/coupleworking_headerdark.png); }

.img-modernapt-bg {
  background-image: url(../../images/temp-images/backgrounds/modernapt_headerdark.png); }

.img-church-bg {
  background-image: url(../../images/temp-images/backgrounds/church_headerdark.jpg); }

.img-deskoffice-bg {
  background-image: url(../../images/temp-images/backgrounds/deskoffice_headerdark.jpg); }

.img-fireworks-bg {
  background-image: url(../../images/temp-images/backgrounds/fireworks_headercroppeddark.png); }

.img-curvyoffice-bg {
  background-image: url(../../images/temp-images/backgrounds/curvyoffice_headerdark.png); }

.separated-two-col-section [class^="col-"]:first-child {
  border-right: 1px solid; }
  @media only screen and (max-width: 768px) {
    .separated-two-col-section [class^="col-"]:first-child {
      border-right: none; } }

.link-transition-effect {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .link-transition-effect:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.container-top {
  padding: 130px 0 50px; }

.quote-section strong {
  color: #4A4A4A; }

.no-padding {
  padding: 0; }

.half-block-text {
  padding: 0 6%; }

.container, .container-tight, .container-tighter {
  padding: 50px 15px; }

.top-img-wrapper {
  padding-top: 100px; }

.mobile-call-to-action {
  display: none; }

.mobile-call-to-action a {
  color: #fff; }

@media only screen and (min-width: 992px) {
  .container, .container-tight, .container-tighter {
    display: table;
    table-layout: fixed; }

  .row:before, .container:before, .container-tight:before, .container-tighter:before {
    display: none; }

  .row {
    display: table-row; }

  .row-regular {
    display: block;
    position: relative; }

  .pix-col {
    float: none;
    display: table-cell;
    vertical-align: middle; }
    .pix-col.va-top {
      vertical-align: top; }

  .text-wrapper {
    width: 400px;
    margin: 0 auto; }

  .top-section .text-wrapper {
    margin: 0; }

  .text-wrapper-not-centered {
    margin: 0; }

  .img-wrapper-right {
    float: left; }

  .img-wrapper-left {
    float: right; } }
@media only screen and (max-width: 992px) {
  .pix-col {
    text-align: center; }

  .pix-col ul {
    text-align: left; }

  .no-padding {
    padding: 0; } }
@media only screen and (max-width: 768px) {
  .top-section .img-wrapper {
    padding: 0 50px; }
  .top-section .container, .top-section .container-tight, .top-section .container-tighter {
    padding-top: 100px; }

  .mobile-call-to-action {
    position: fixed;
    bottom: 0;
    display: block;
    text-align: center;
    color: #fff;
    background: #1BB9C2;
    padding: 10px;
    width: 100%;
    z-index: 12;
    opacity: 0.9; } }
@media only screen and (min-width: 768px) {
  .container, .container-tight, .container-tighter {
    padding: 50px 0; }

  .container-top {
    padding: 130px 0 50px; }

  .top-section .pix-col {
    text-align: left; }

  .no-padding {
    padding: 0; } }
.navbar .container, .navbar .container-tight, .navbar .container-tighter {
  padding: 0 15px; }

.navbar-static-top {
  z-index: 10; }

.pix-content-block:last-child, .pix-content-block.last {
  border-bottom: none; }

.core-feat .section-parag {
  margin: 0 auto; }

.core-feat .icon-magento-community img, .core-feat .icon-two-cog img, .core-feat .icon-growth img {
  width: 92px;
  height: 92px;
  margin: 0 auto; }

.no-padding {
  padding: 0; }

/* ===============6 feautres list from paypal page ============================*/
.features-list li {
  display: inline-block;
  width: 32%;
  padding: 0 0 35px 0;
  text-align: left;
  font-size: 14px;
  vertical-align: top; }

.features-list li:nth-child(3) {
  padding-right: 0; }

.features-list li:nth-child(6) {
  padding-right: 0; }

.magento-lander .features-list > li::before {
  background: #32669e;
  border-color: #32669e; }

.features-list > li::before {
  left: 0;
  top: 0;
  float: left;
  display: inline-block;
  position: relative;
  background: #01BC9B;
  border: 1px solid #01BC9B;
  border-radius: 50%;
  height: 71px;
  width: 71px;
  margin-right: 10px; }

.features-list h6 {
  font-weight: 700;
  padding-bottom: 6px;
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #4A4A4A; }

.features-list p {
  line-height: 18px;
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 71%; }

.features-list > .design::before {
  content: url(../../images/temp-images/instant/instant-migration/5themes.png); }

.features-list > .add-to-cart::before {
  content: url(../../images/temp-images/instant/features-design-icons/icon_Cart_t.png); }

.light-bg.features-list > .one-click::before {
  content: url(../../images/temp-images/icons/one-click-migration.png); }

.light-bg.features-list > .design::before {
  content: url(../../images/temp-images/icons/icon_customize_71x71.png); }

.light-bg.features-list > .catalog::before {
  content: url(../../images/temp-images/icons/icon_products_71x71.png); }

.light-bg.features-list > .seo::before {
  content: url(../../images/temp-images/icons/marketingseo.png); }

.light-bg.features-list > .translate::before {
  content: url(../../images/temp-images/icons/translate.png); }

.light-bg.features-list > .reporting::before {
  content: url(../../images/temp-images/icons/reporting.png); }

.light-bg.features-list > .support::before {
  content: url(../../images/temp-images/icons/icon_support_71x71.png); }

.light-bg.features-list > .world::before {
  content: url(../../images/temp-images/icons/icon_world_71x71.png); }

.light-bg.features-list > .marketing::before {
  content: url(../../images/temp-images/icons/icon_marketing_71x71.png); }

.light-bg.features-list > .cart::before {
  content: url(../../images/temp-images/icons/icon_cart_71x71.png); }

.light-bg.features-list > .mobile::before {
  content: '';
  background: url(../../images/temp-images/gateway-imgs.png) no-repeat -189px -68px transparent;
  border: none; }

.light-bg.features-list > .in-store::before {
  content: '';
  background: url(../../images/temp-images/gateway-imgs.png) no-repeat -111px -68px transparent;
  border: none; }

/*==========================Testimonials Section ========================*/
.instant-testimonials .two-col {
  display: inline-block;
  margin-bottom: 30px; }

.instant-testimonials .two-col .infoWrap.left {
  /* padding-top: 6%; */
  padding-top: 10px;
  width: 48%; }

.instant-testimonials.no-frame .one-col .infoWrap, .instant-testimonials.no-frame .testimonials-container {
  margin: 0; }

.instant-testimonials .testimonials-container {
  background: transparent; }

.testimonials-container {
  padding: 20px;
  position: relative; }

.instant-testimonials.no-frame .testimonials-container .flexslider {
  height: 200px;
  border: 0;
  padding: 0 22px; }

.flexslider {
  margin: 0;
  position: relative; }

.instant-testimonials.no-frame .flex-control-nav {
  display: none; }

.instant-testimonials.no-frame .flexslider .slides img {
  float: right;
  width: auto; }

.instant-testimonials.no-frame .testimonials-container .testimonial-text {
  padding: 0 7px 0 16px;
  width: 60%;
  font-size: 18px;
  color: #333;
  font-weight: 500; }

.testimonials-container li .testimonial-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4em;
  box-sizing: border-box; }

.instant-testimonials.no-frame .testimonials-container .customer-block {
  padding: 0;
  height: auto;
  width: 36%;
  float: left; }

.instant-testimonials.no-frame .customer-name {
  margin-top: 18px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase; }

.testimonials-container .flex-direction-nav {
  width: 100%;
  margin: -21px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0; }

.testimonials-container .flex-direction-nav li:first-child {
  left: -22px; }

.testimonials-container .flex-direction-nav li {
  position: absolute;
  float: none;
  margin: 0;
  padding: 10px;
  width: 20px;
  height: 30px; }

.testimonials-container li:before, .testimonials-container li:after {
  content: '';
  clear: both;
  display: block; }

.testimonials-container .flex-direction-nav li:last-child {
  right: -22px; }

.testimonials {
  margin-top: 40px; }
  @media only screen and (max-width: 992px) {
    .testimonials {
      text-align: center; } }

/* ======================================= Pricing Section ======================================= */
.pricing-box-wrap-light {
  background: #4D81B8; }

.pricing-box-wrap-med {
  background: #1D4F85; }

.pricing-box-wrap-dark {
  background: #22456B; }

.pricing-price-wrapper {
  display: inline-block; }

.pricing-price {
  font: 60px/46px "Brandon Grotesque W01"; }

.pricing-time {
  font: 16px "Avenir Next W01"; }

.package-desc {
  padding-bottom: 20px;
  padding: 20px 0 25px; }

.pricing-currency {
  font: 19px "Avenir Next W01";
  vertical-align: top; }

.pricing-elem {
  display: inline; }

.pricing-toggle-wrap .pricing-toggle {
  text-align: left;
  margin-top: 15px; }

.pricing-box-wrap {
  padding: 15% 8%;
  text-align: center; }

.pricing-section .row {
  display: block;
  text-align: center; }
.pricing-section .pricing-box-wrap {
  padding: 15% 8%; }
.pricing-section .pricing-toggle {
  height: 30px;
  text-align: center; }
.pricing-section .pricing-toggle-wrap {
  height: auto;
  padding: 0; }
.pricing-section .pricing-toggle-switch {
  border: 1px solid #32669E;
  background: #32669E;
  color: white; }
.pricing-section .pricing-promo-code {
  margin-top: 5px;
  width: 100%; }
.pricing-section .section-title, .pricing-section .sub-title, .pricing-section .nav-tabs.mobile-dropdown-tabs > li > a, .pricing-section .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .pricing-section a {
  margin-bottom: 10px; }

.pricing-starting-at {
  display: block;
  margin-bottom: 3px;
  margin-top: -18px;
  font-size: 11px; }

@media only screen and (min-width: 768px) {
  .pricing-section .col-pricing-package {
    width: 30%; }
  .pricing-section .col-pricing-package {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    padding: 0; } }
@media only screen and (min-width: 1200px) {
  .pricing-section .col-pricing-package {
    width: 25%; } }
@media only screen and (min-width: 992px) {
  .pricing-box-wrap {
    padding: 10%;
    text-align: center; } }
@media only screen and (max-width: 992px) {
  .pricing-section .pricing-toggle {
    text-align: center; }
  .pricing-section .pricing-box-wrap .section-title, .pricing-section .pricing-box-wrap .sub-title, .pricing-section .pricing-box-wrap .nav-tabs.mobile-dropdown-tabs > li > a, .pricing-section .pricing-box-wrap .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .pricing-section .pricing-box-wrap a {
    font-size: 24px; } }
.features-top-section {
  border-bottom: none; }
  .features-top-section .section-nav-button a {
    display: block;
    text-align: center;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5); }
    .features-top-section .section-nav-button a.active, .features-top-section .section-nav-button a:hover {
      background-color: #fff;
      color: #2f66a2; }

.cpt-loop-elem a {
  height: 100%;
  display: block;
  border: 1px solid #eee;
  position: relative;
  background-size: cover;
  padding-top: 124px; }

.col-md-8 .cpt-loop-elem--theme:nth-child(3n+3) {
  margin-right: 0; }

.cpt-loop-elem {
  margin-bottom: 30px; }
  .cpt-loop-elem a:hover .cpt-loop-hover-opacity {
    opacity: 0.7; }
  .cpt-loop-elem a:hover .cpt-loop-elem-link-text--center, .cpt-loop-elem a:hover .cpt-loop-elem-link-text--additional {
    opacity: 1; }

.cpt-loop-elem-core {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0 15px;
  background: #fff;
  height: 52px; }

.cpt-loop-hover-opacity {
  display: block;
  height: 88%;
  padding-top: 160px;
  background: #000;
  text-align: center;
  opacity: 0; }

.cpt-loop-elem a:hover .cpt-loop-elem-link-text .cpt-elem-title {
  color: #32669E;
  padding-bottom: 2px;
  border-bottom: 1px solid #32669E; }

.cpt-loop-elem-link-text {
  display: inline-block; }
  .cpt-loop-elem-link-text .parag-title, .cpt-loop-elem-link-text .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .cpt-loop-elem-link-text div.wpcf7-mail-sent-ok, .cpt-loop-elem-link-text .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .cpt-loop-elem-link-text a, .cpt-loop-elem-link-text .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .cpt-loop-elem-link-text .widget-title, .cpt-loop-elem-link-text .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .cpt-loop-elem-link-text a, .cpt-loop-elem-link-text .apps-page .app-content-section h3, .apps-page .app-content-section .cpt-loop-elem-link-text h3 {
    margin-top: 10px; }

.cpt-loop-elem-link-text .parag-title, .cpt-loop-elem-link-text .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .cpt-loop-elem-link-text div.wpcf7-mail-sent-ok, .cpt-loop-elem-link-text .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .cpt-loop-elem-link-text a, .cpt-loop-elem-link-text .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .cpt-loop-elem-link-text .widget-title, .cpt-loop-elem-link-text .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .cpt-loop-elem-link-text a, .cpt-loop-elem-link-text .apps-page .app-content-section h3, .apps-page .app-content-section .cpt-loop-elem-link-text h3 {
  font-size: 14px; }

.cpt-loop-hover-text-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 178px;
  text-align: center; }

.cpt-loop-elem-link-text--center {
  display: inline;
  text-transform: uppercase;
  font-family: "Brandon Grotesque W01";
  text-align: center;
  padding: 8px 20px;
  opacity: 0; }

.cpt-loop-elem-link-text--additional {
  color: #fff;
  opacity: 0; }

.cpt-page-single-desktop-logo {
  width: 22.3333%;
  float: right;
  display: block;
  position: inherit; }

.cpt-page-single-mobile-logo {
  display: none; }

.cpt-page .container, .cpt-page .container-tight, .cpt-page .container-tighter {
  position: relative; }
.cpt-page .features-sidebar .cat-item a {
  font-size: 14px;
  text-transform: uppercase; }
.cpt-page .flexslider {
  width: 80%;
  margin-bottom: 15px; }
  .cpt-page .flexslider:last-child {
    margin: 0; }
.cpt-page #carousel .flex-direction-nav {
  display: none; }
.cpt-page #carousel li:not(.flex-active-slide) {
  opacity: 0.5; }
.cpt-page #carousel li {
  margin-right: 20px;
  cursor: pointer; }
  .cpt-page #carousel li:hover {
    opacity: 1; }
.cpt-page .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 34%;
  height: 27px;
  padding: 0;
  cursor: pointer; }
  .cpt-page .flex-direction-nav .flex-next {
    background: url(../../images/temp-images/icons/bg_direction_nav.png) right;
    width: 27px;
    height: 27px;
    right: 10px;
    opacity: 0.7; }
  .cpt-page .flex-direction-nav .flex-prev {
    background: url(../../images/temp-images/icons/bg_direction_nav.png) left;
    width: 27px;
    height: 27px;
    left: 10px;
    opacity: 0.7; }
  .cpt-page .flex-direction-nav a {
    display: block;
    position: absolute;
    z-index: 5;
    text-indent: -9999px;
    cursor: pointer; }
    .cpt-page .flex-direction-nav a:hover {
      opacity: 1; }
.cpt-page .cpt-loop-elem .snippet-element-link {
  border: 1px solid #eee; }
.cpt-page .cpt-loop-elem li {
  list-style-type: none; }
.cpt-page .cpt-loop-elem img {
  width: 100%; }
.cpt-page .cpt-loop-elem a {
  padding-top: 0;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .cpt-page .cpt-loop-elem a:hover .cpt-elem-title {
    color: #32669E;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.cpt-page .cpt-loop-elem .cpt-loop-elem-desc {
  padding: 30px 20px; }
  .cpt-page .cpt-loop-elem .cpt-loop-elem-desc::after {
    clear: both;
    content: '';
    display: block; }
.cpt-page .cpt-loop-elem .flexslider {
  width: 100%;
  margin: 0; }

.flex-control-paging li a {
  background: none;
  border: 1px solid #4A4A4A; }

.cpt-page-single .cpt-content-block {
  padding: 30px 0 30px;
  border-top: 1px solid #e6e6e7;
  margin: 0; }
  .cpt-page-single .cpt-content-block:first-child {
    border: none;
    padding-top: 0; }
.cpt-page-single .cpt-content-image img {
  max-width: 100%; }

.cpt-single-sidebar .cpt-single-sidebar-cta {
  padding: 11px 5px 9px; }

@media only screen and (max-width: 992px) {
  .cpt-page-single-desktop-logo {
    display: none; }

  .cpt-page-single-mobile-logo {
    display: block; } }
.dropdown-filters {
  position: relative;
  border: 2px solid #eee;
  -webkit-appearance: none;
  height: auto;
  float: left;
  top: 28px;
  left: -2px;
  width: 254px;
  background: #fff;
  z-index: 10;
  display: none;
  position: absolute; }
  .dropdown-filters.active {
    display: block;
    pointer-events: auto;
    height: auto; }
  .dropdown-filters .dropdown-filter, .dropdown-filters .cat-item {
    background: #fff;
    text-align: left; }
    .dropdown-filters .dropdown-filter:hover a, .dropdown-filters .cat-item:hover a {
      color: #fff;
      background: #32669E; }
  .dropdown-filters .cat-item a {
    display: block;
    width: 100%;
    color: #767676; }
  .dropdown-filters li {
    list-style-type: none;
    padding: 0;
    width: 100%; }
  .dropdown-filters li a {
    width: 100%;
    padding: 12px 11px; }

.dropdown-wrapper {
  text-align: left;
  border: 2px solid #eee;
  cursor: pointer;
  display: block;
  position: relative;
  width: 92%;
  padding: 10px;
  padding: 6px 10px; }
  .dropdown-wrapper::before {
    content: url(../../images/temp-images/icons/blue_dropdown_arrow.png);
    padding-top: 7px;
    text-align: center;
    position: absolute;
    height: 30px;
    background: #eee;
    right: 0;
    width: 32px;
    top: 0; }

.dropdown-sidebar.sticky {
  display: block;
  position: fixed;
  top: 120px;
  background: #fff;
  z-index: 10;
  height: 50px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 4px 8px rgba(102, 102, 102, 0.3);
  -moz-box-shadow: 1px 4px 8px rgba(102, 102, 102, 0.3);
  box-shadow: 1px 4px 8px rgba(102, 102, 102, 0.3); }
.dropdown-sidebar select {
  margin-top: 15px; }

@media only screen and (max-width: 992px) {
  .dropdown-sidebar.sticky {
    top: 0;
    padding-left: 15px;
    padding-right: 15px; } }
/* ======================================= Pricing Section ======================================= */
.panel-default > .panel-heading {
  color: #767676;
  background-color: transparent;
  border-bottom: 1px solid #f3f6f9;
  cursor: pointer; }

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: transparent; }

.panel-collapse {
  padding: 10px 15px; }

.panel-heading > div {
  display: inline-block; }

.faq-section .toggle-plus {
  width: 20px;
  height: 20px; }
.faq-section .horizontal, .faq-section .vertical {
  background-color: #767676; }
.faq-section .horizontal {
  height: 2px; }
.faq-section .vertical {
  width: 2px; }

.breadcrumbs {
  text-align: left;
  text-transform: uppercase; }

.desktop-frame {
  position: absolute;
  width: 84%;
  padding-bottom: 73%; }

.sticky-sidebar.fixed {
  top: 100px;
  position: fixed; }
.sticky-sidebar.bottom {
  top: inherit;
  bottom: 50px;
  position: absolute; }

.custom-post-template [class^="pix-icon-"], .custom-post-template [class*=" pix-icon-"] {
  font-size: 80px; }
.custom-post-template .pix-icon-vertical {
  float: left;
  margin-right: 25px; }
.custom-post-template.core-feat .feat-element {
  margin-top: 30px; }

.two-column-cta-section .col-md-6 {
  padding: 0 15%; }

.two-column-features-section .logo-img-lg {
  margin-bottom: 30px; }
.two-column-features-section .feat-list {
  padding: 0 5%; }
  .two-column-features-section .feat-list .icon {
    margin-right: 15px; }
.two-column-features-section .feat-title {
  margin-top: 0;
  text-align: left; }
.two-column-features-section .feat-desc, .two-column-features-section .feat-title {
  width: 70%; }
.two-column-features-section .feat-list-item {
  padding: 20px 0; }
  .two-column-features-section .feat-list-item:last-child {
    padding-bottom: 0; }
  .two-column-features-section .feat-list-item:after {
    display: block;
    clear: both;
    content: ''; }

@media only screen and (max-width: 992px) {
  .two-column-features-section .feat-desc {
    width: 70%; } }
@media only screen and (max-width: 768px) {
  .two-column-features-section .feat-desc, .two-column-features-section .feat-title {
    width: 100%; }
  .two-column-features-section [class*=" pix-icon-"] {
    float: none;
    text-align: center;
    margin-bottom: 20px; }
  .two-column-features-section .feat-title {
    text-align: center;
    float: none; } }
.careers-top {
  background: url(../../images/temp-images/backgrounds/careers_top.png) no-repeat;
  background-size: cover; }
  .careers-top .container, .careers-top .container-tight, .careers-top .container-tighter {
    padding: 12% 0 8%; }
  .careers-top.open-positions .container, .careers-top.open-positions .container-tight, .careers-top.open-positions .container-tighter {
    padding: 9% 0 7%; }

.careers-page .job-title {
  color: #2f66a2; }
.careers-page.philosophy .col-md-4 {
  padding: 0 8%; }
.careers-page.slideshow-section .pix-btn, .careers-page.slideshow-section .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .careers-page.slideshow-section input[type="submit"] {
  margin-top: 60px; }

@media only screen and (min-width: 992px) {
  .careers-page.slideshow-section .text-wrapper {
    width: 408px; } }
@media only screen and (min-width: 768px) {
  .careers-page.feat-people .feat-people-block {
    padding: 0 13%; }
  .careers-page.feat-people img {
    width: 100%; } }
@media only screen and (max-width: 992px) {
  .careers-page .text-left {
    text-align: center; } }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.pix-table {
  width: 100%;
  text-align: left; }
  .pix-table td, .pix-table th {
    padding: 12px 25px 12px 0; }
  .pix-table .light {
    background: #f8f7e8;
    border-bottom: 1px solid #e9e9e6; }
  .pix-table .dark {
    background: #e7e3ac;
    border-bottom: 1px solid #e9e9e6; }
  .pix-table .blue {
    background: #A0C4DA;
    border-bottom: 1px solid #eee; }
  .pix-table .light-blue {
    background: #E9F2F8;
    border-bottom: 1px solid #DDD; }
  .pix-table .section-title-sm {
    color: #4A4A4A;
    padding: 20px 25px 10px 40px; }
  .pix-table tr th:first-child {
    width: 70%; }
  .pix-table .table-section-title {
    padding-top: 60px; }
    .pix-table .table-section-title.first {
      padding-top: 20px; }
  .pix-table .check, .pix-table .dot {
    background: url(../../images/temp-images/sprites/pricing_checks.png) center no-repeat;
    height: 20px;
    width: 28px;
    margin: 0 auto; }
  .pix-table .check {
    background-position: -5px -5px; }
  .pix-table .dot {
    background-position: 3px -29px; }

.quote-section strong {
  float: right; }

.quote-section .logo-img-sm {
  width: 80px; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .quote-section .col-md-2 {
    width: 20%;
    float: left; }

  .quote-section .col-md-8 {
    width: 75%;
    float: left; }

  .quote-section .mobile-only-block {
    display: none; }

  .quote-section .desktop-only-block {
    display: block; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quote-section .col-md-8 {
    width: 60%; } }
@media only screen and (min-width: 992px) {
  .quote-section .logo-img-sm {
    float: right; }

  .quote-section .col-md-2 {
    width: 20%; }

  .quote-section .col-md-8 {
    padding-left: 45px; }

  .quote-section .col-md-8 {
    width: 68.666667%; } }
@media only screen and (min-width: 500px) {
  .quote-section .mobile-only-block {
    display: none; }

  .quote-section strong {
    float: right; } }
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .quote-section .desktop-only-block {
    display: block; }

  .quote-section .col-md-8 {
    width: 75%;
    float: left;
    text-align: left; }

  .quote-section .col-md-2 {
    width: 20%;
    float: left; } }
@media only screen and (max-width: 500px) {
  .quote-section strong {
    float: none; } }
@media only screen and (min-width: 299px) and (max-width: 1200px) {
  .quote-section strong {
    display: block; }

  .quote-section .mobile-only-block {
    margin: 5% 0 0 0;
    float: none; } }
.privacy-sub-menu li.open a {
  opacity: 1;
  background-color: inherit; }
  .privacy-sub-menu li.open a:hover, .privacy-sub-menu li.open a:focus {
    background-color: transparent; }
.privacy-sub-menu .dropdown-menu {
  position: absolute;
  width: 100%;
  background: #112C3E; }
  .privacy-sub-menu .dropdown-menu:after {
    display: none; }
  .privacy-sub-menu .dropdown-menu > li {
    text-align: center; }

.legal-content .content-container {
  padding-top: 0; }
.legal-content .section-title, .legal-content .sub-title, .legal-content .nav-tabs.mobile-dropdown-tabs > li > a, .legal-content .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .legal-content a {
  text-align: center; }

.video-modal {
  padding: 40px 60px 60px 60px; }

@media only screen and (max-width: 768px) {
  .video-modal iframe {
    width: 100%; } }
.cards .card {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 500px; }
  @media only screen and (max-width: 992px) {
    .cards .card {
      width: 100%; }
      .cards .card:last-child {
        margin-top: 40px; } }
  @media only screen and (max-width: 992px) and (max-width: 768px) {
    .cards .card .section-parag-sm, .cards .card .feature-parag, .cards .card .pix-tabs.nav li a, .pix-tabs.nav li .cards .card a, .cards .card .cpt-page .cpt-loop-elem li, .cpt-page .cpt-loop-elem .cards .card li {
      padding: 0;
      margin: 0; } }

  .cards .card:after {
    padding-top: 75.25%;
    display: block;
    content: ""; }
  .cards .card.card-text {
    padding: 0 7%;
    width: 49.6%; }
    @media only screen and (max-width: 992px) {
      .cards .card.card-text {
        width: 100%;
        padding: 5% 0;
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      .cards .card.card-text {
        padding: 0; } }
    .cards .card.card-text:after {
      padding: 0; }
  .cards .card.hand-pen-sketches {
    background-image: url(../../images/temp-images/photos/hand-pen-sketches.jpg); }
  .cards .card.woman-wall-laptop {
    background-image: url(../../images/temp-images/photos/woman-wall-laptop.jpg); }
  .cards .card.man-walking-servers {
    background-image: url(../../images/temp-images/photos/man-walking-servers.jpg); }
  .cards .card.security-logos {
    background-image: url(../../images/temp-images/logos/security-logos.png); }
  .cards .card.cart-empty-street {
    background-image: url(../../images/temp-images/photos/cart-empty-street.jpg); }
  .cards .card.cosmos-earth {
    background-image: url(../../images/temp-images/photos/cosmos-earth.jpg); }
  .cards .card.collection-posts {
    background-image: url(../../images/temp-images/photos/collection-posts.jpg); }
  .cards .card.victory {
    background-image: url(../../images/temp-images/photos/victory-bg.jpg); }
  .cards .card.car-speed {
    background-image: url(../../images/temp-images/photos/car-speed.jpg); }
  .cards .card.ship {
    background-image: url(../../images/temp-images/photos/ship.jpg); }
  .cards .card.selling-anything {
    background-image: url(../../images/temp-images/photos/selling-anything.jpg); }
  .cards .card.city-connected {
    background-image: url(../../images/temp-images/photos/city-connected.jpg); }
  .cards .card.flags {
    background-image: url(../../images/temp-images/photos/flags.jpg); }
  .cards .card.smiling-dude {
    background-image: url(../../images/temp-images/photos/smiling-dude.png); }
  .cards .card.hard-working-woman {
    background-image: url(../../images/temp-images/photos/hard-working-woman.png); }
  .cards .card.iceberg {
    background-image: url(../../images/temp-images/photos/iceberg.png); }
  .cards .card.zoey-mac-screen {
    background-image: url(../../images/temp-images/photos/mac-screen-zoey.png); }
  .cards .card.phone-hands-notes {
    background-image: url(../../images/temp-images/photos/phone-hands-notes.png); }
  .cards .card.laptops-hands-notes {
    background-image: url(../../images/temp-images/photos/laptops-hands-notes.png); }
  .cards .card.man-desk-laptop {
    background-image: url(../../images/temp-images/photos/man-desk-laptop.jpg); }

.col-tight {
  padding: 0 7%; }

.feat-block {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .feat-block {
      margin-top: 0; } }
  .feat-block .col-sm-6 {
    margin-bottom: 0; }
  .feat-block .feat-block-item {
    padding: 0 48px; }
    @media screen and (max-width: 992px) {
      .feat-block .feat-block-item {
        padding: 0 20px; } }
    .feat-block .feat-block-item a:hover {
      text-decoration: underline; }
    .feat-block .feat-block-item .feat-block-item-cta {
      margin-top: 30px;
      color: #2f66a2;
      font-size: 17px; }

.marketing-platform-logos .marketing-platform-logo {
  padding: 8px 16px 0;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .marketing-platform-logos .marketing-platform-logo {
      padding: 8px 0 0; } }

.case-study-logo-wrap a {
  display: block;
  padding: 30px 0; }

.hover-feature .hover-feature-gif {
  display: none; }
.hover-feature:hover .hover-feature-gif {
  display: block; }

.page-template-design .tooltip-trigger {
  cursor: pointer; }
.page-template-design .tooltip {
  width: 600px;
  background: none;
  border: none; }
  .page-template-design .tooltip img {
    max-width: 600px; }

.designpage-block .parag-title, .designpage-block .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .designpage-block div.wpcf7-mail-sent-ok, .designpage-block .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .designpage-block a, .designpage-block .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .designpage-block .widget-title, .designpage-block .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .designpage-block a, .designpage-block .apps-page .app-content-section h3, .apps-page .app-content-section .designpage-block h3 {
  text-decoration: underline; }
  .designpage-block .parag-title.no-underline, .designpage-block .contact-partner-modal div.no-underline.wpcf7-mail-sent-ok, .contact-partner-modal .designpage-block div.no-underline.wpcf7-mail-sent-ok, .designpage-block .cpt-page .features-sidebar .cat-item a.no-underline, .cpt-page .features-sidebar .cat-item .designpage-block a.no-underline, .designpage-block .footer-widget-area .widget-area .no-underline.widget-title, .footer-widget-area .widget-area .designpage-block .no-underline.widget-title, .designpage-block .apps-page .features-sidebar .cat-item a.no-underline, .apps-page .features-sidebar .cat-item .designpage-block a.no-underline, .designpage-block .apps-page .app-content-section h3.no-underline, .apps-page .app-content-section .designpage-block h3.no-underline {
    text-decoration: none; }

.infrastructure-security-logos {
  width: 60%; }
  @media only screen and (max-width: 768px) {
    .infrastructure-security-logos {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .page-template-infrastructure-story .img-wrapper {
    display: none; }
  .page-template-infrastructure-story .content-block:not(.z-top-section) .pix-col {
    text-align: left; } }

.collapsible-table-elem {
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
  display: block;
  padding-top: 12px; }
  @media only screen and (max-width: 992px) {
    .collapsible-table-elem {
      height: auto; }
      .collapsible-table-elem .col-md-4 {
        margin-bottom: 0; } }
  .collapsible-table-elem:first-child {
    border-top: none; }
  .collapsible-table-elem.top-row {
    height: 80px; }
    @media only screen and (max-width: 992px) {
      .collapsible-table-elem.top-row {
        height: auto; } }
  .collapsible-table-elem.expanded .collapsible-table-elem-trigger:before {
    background-image: url(../../images/temp-images/icons/circle-minus.png); }
    @media only screen and (max-width: 992px) {
      .collapsible-table-elem.expanded .collapsible-table-elem-trigger:before {
        display: none; } }
  .collapsible-table-elem.expanded .collapsible-table-elem-content {
    display: block; }
  .collapsible-table-elem .collapsible-table-elem-logo-wrap {
    text-align: center; }
  .collapsible-table-elem .collapsible-table-elem-logo {
    max-width: 100px; }
    .collapsible-table-elem .collapsible-table-elem-logo.magento {
      max-width: 150px;
      padding-top: 5px; }
  .collapsible-table-elem .collapsible-table-elem-trigger {
    font-size: 17px;
    cursor: pointer;
    padding-top: 10px; }
    .collapsible-table-elem .collapsible-table-elem-trigger:before {
      content: '';
      width: 22px;
      height: 28px;
      display: inline-block;
      margin-right: 12px;
      vertical-align: middle;
      background-image: url(../../images/temp-images/icons/circle-filled-plus.png);
      background-repeat: no-repeat; }
      @media only screen and (max-width: 992px) {
        .collapsible-table-elem .collapsible-table-elem-trigger:before {
          display: none; } }
  .collapsible-table-elem .collapsible-table-elem-content {
    display: none; }
  .collapsible-table-elem .section-parag-sm, .collapsible-table-elem .feature-parag, .collapsible-table-elem .pix-tabs.nav li a, .pix-tabs.nav li .collapsible-table-elem a, .collapsible-table-elem .cpt-page .cpt-loop-elem li, .cpt-page .cpt-loop-elem .collapsible-table-elem li {
    padding-bottom: 0; }
  .collapsible-table-elem .short-desciption {
    min-height: 70px; }

.faq-table .nav-tabs {
  padding-bottom: 15px; }
  .faq-table .nav-tabs li {
    float: none; }
    .faq-table .nav-tabs li.active a {
      background: #2f66a2;
      color: #fff;
      border: none;
      border-radius: 0; }
    .faq-table .nav-tabs li a {
      border: none;
      text-align: left; }
      .faq-table .nav-tabs li a:hover, .faq-table .nav-tabs li a:focus, .faq-table .nav-tabs li a:active, .faq-table .nav-tabs li a:visited {
        background: #2f66a2;
        color: #fff;
        border: none;
        border-radius: 0; }
.faq-table .section-title, .faq-table .sub-title, .faq-table .nav-tabs.mobile-dropdown-tabs > li > a, .faq-table .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .faq-table a {
  display: inline-block;
  border-bottom: 1px solid #ccc; }
.faq-table .collapsible-table-elem {
  border: none;
  margin-bottom: 0; }
.faq-table .collapsible-table {
  padding-left: 25px; }

/*Footer*/
footer {
  background: #0e2b3e;
  color: #fff; }
  footer .footer-main {
    border-bottom: 1px solid #484848; }
  footer .logo {
    height: 38px; }
  footer .widget_text .your-email {
    display: inline-block;
    width: 75%; }
    footer .widget_text .your-email input {
      width: 100%;
      border: none;
      height: 29px;
      color: #767676; }
  footer .widget_text .wpcf7-submit {
    display: inline-block;
    width: 24%;
    margin-left: -4px;
    background: #61b4b4;
    border: none;
    height: 29px;
    margin-top: 0px;
    vertical-align: top;
    font-size: 13px; }
  footer br {
    display: none; }
  footer .footer-bottom a {
    color: #fff; }
  footer .footer-bottom .copyright {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28px; }
    @media only screen and (max-width: 768px) {
      footer .footer-bottom .copyright {
        text-align: center; } }
  footer .footer-bottom .footer-phone-num {
    display: none; }
  @media only screen and (max-width: 992px) {
    footer .footer-top .col-md-6 {
      text-align: center;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 768px) {
    footer .footer-top .col-md-6 .cta-label {
      margin: 0; } }
  footer .footer-top .col-md-6 .pix-btn, footer .footer-top .col-md-6 .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form footer .footer-top .col-md-6 input[type="submit"] {
    margin-top: 10px; }

footer .parag-title, footer .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal footer div.wpcf7-mail-sent-ok, footer .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item footer a, footer .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area footer .widget-title, footer .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item footer a, footer .apps-page .app-content-section h3, .apps-page .app-content-section footer h3 {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 2px;
  opacity: 1; }

footer ul {
  padding: 0; }

footer li {
  padding: 2px 0;
  list-style: none; }

footer .copyright {
  font-size: 12px; }

.footer-bottom {
  background: #0e2b3e; }
  .footer-bottom .container, .footer-bottom .container-tight, .footer-bottom .container-tighter {
    padding: 20px 0; }
    .footer-bottom .container p, .footer-bottom .container-tight p, .footer-bottom .container-tighter p {
      margin-bottom: 0; }

.footer-widget-area .widget-area .widget-title {
  margin-top: 25px; }
.footer-widget-area .widget-area .menu li {
  line-height: 1.42857143; }
  .footer-widget-area .widget-area .menu li[class^="pix-icon-"]:before {
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    text-align: center; }
  .footer-widget-area .widget-area .menu li a {
    opacity: 0.8;
    font-family: "Avenir Next W01";
    letter-spacing: 1px;
    font-size: 12px;
    -webkit-font-smoothing: auto; }
    .footer-widget-area .widget-area .menu li a:hover {
      opacity: 1; }

footer .copyright {
  opacity: 0.8; }

footer a, footer .parag-title, footer .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal footer div.wpcf7-mail-sent-ok, footer .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item footer a, footer .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area footer .widget-title, footer .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item footer a, footer .apps-page .app-content-section h3, .apps-page .app-content-section footer h3 {
  color: #fff; }

footer a:hover, footer a:active, footer a:visited {
  color: #fff; }

.footer-main .col-sm-3 {
  width: 17%; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; }

  .footer-main .col-sm-3 {
    width: 17%; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; }

  .footer-main .col-sm-3 {
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; }

  .footer-main .col-sm-3 {
    width: 20%; } }
/*========================== Navigation ==================================*/
.nav-link, .nav-link-mobile, .phone-num {
  font-weight: 600;
  color: #fff;
  font-size: 14px; }

.nav-right-group {
  display: inline-block;
  vertical-align: top;
  float: right; }
  @media (max-width: 992px) {
    .nav-right-group {
      display: none; } }
  .nav-right-group a:hover {
    text-decoration: none;
    opacity: 0.7; }

.nav-left-group {
  display: inline-block;
  vertical-align: top;
  float: left; }

.navbar-right {
  padding: 28px 0; }

.nav-cta-wrap {
  margin-right: 0;
  padding: 18px 0; }

.nav-element {
  color: #fff;
  margin-right: 30px; }

.navbar-nav {
  font-weight: 600;
  color: #fff; }
  @media (max-width: 992px) {
    .navbar-nav {
      display: none; } }
  .navbar-nav > li {
    position: initial; }
    .navbar-nav > li > a {
      font-size: 14px;
      padding: 28px 15px; }
      .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
        background: none;
        opacity: 0.6; }
  .navbar-nav .sub-menu {
    background: #0e2b3e;
    position: absolute;
    width: 100%;
    display: block;
    list-style-type: none;
    left: 0;
    top: 76px;
    text-align: center;
    display: none; }
    .navbar-nav .sub-menu li {
      font-size: 14px;
      letter-spacing: 1.2px;
      display: inline-block;
      padding: 20px 34px; }
      .navbar-nav .sub-menu li a {
        color: #fff;
        opacity: 0.7;
        display: block; }
        .navbar-nav .sub-menu li a:hover, .navbar-nav .sub-menu li a:focus {
          opacity: 1; }
        .navbar-nav .sub-menu li a img, .navbar-nav .sub-menu li a span {
          display: block; }
        .navbar-nav .sub-menu li a img {
          max-width: 22px;
          height: auto;
          margin: 0 auto 10px; }
      .navbar-nav .sub-menu li.current-menu-item a {
        opacity: 1; }

.navbar-right ~ .navbar-right {
  margin-right: 15px; }

.navbar > .container .navbar-brand, .navbar > .container-tight .navbar-brand, .navbar > .container-tighter .navbar-brand {
  margin-left: 0; }

.nav-dark {
  background-color: #112C3E; }
  .nav-dark .navbar-nav > li > a {
    color: #fff; }
    .nav-dark .navbar-nav > li > a:hover, .nav-dark .navbar-nav > li > a:active, .nav-dark .navbar-nav > li > a:focus {
      background: none;
      opacity: 0.6; }
  .nav-dark .nav-link {
    color: #fff; }
    .nav-dark .nav-link:hover {
      color: #fff;
      opacity: 0.6; }

.main-nav .pix-btn, .main-nav .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .main-nav input[type="submit"] {
  padding: 8px 17px;
  font-size: 12px;
  font-weight: 600; }

@media (max-width: 768px) {
  .main-nav .btn-login {
    display: none; }

  .main-nav .pix-btn, .main-nav .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .main-nav input[type="submit"] {
    float: right; } }
.scrolled-nav .pix-btn.btn-login, .scrolled-nav .contact-partner-modal .wpcf7-form input.btn-login[type="submit"], .contact-partner-modal .wpcf7-form .scrolled-nav input.btn-login[type="submit"] {
  background: #202121;
  color: #fff; }
  .scrolled-nav .pix-btn.btn-login:hover, .scrolled-nav .contact-partner-modal .wpcf7-form input.btn-login[type="submit"]:hover, .contact-partner-modal .wpcf7-form .scrolled-nav input.btn-login[type="submit"]:hover {
    background: #393B3B; }

.phone-icon {
  background: url(../../images/temp-images/icons/icon-tel.png) no-repeat;
  background-size: 10px;
  width: 13px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle; }

.transparent {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 56px;
  opacity: 0.11;
  z-index: -1; }

.navbar {
  width: 100%;
  margin-bottom: 0; }

.top-bar-announcement {
  position: fixed;
  z-index: 10; }

.navbar-brand {
  width: 85px;
  height: 70px;
  background: transparent url("../../images/temp-images/logos/logo.png") center center no-repeat;
  background-size: contain;
  margin-right: 20px;
  margin-top: 2px; }
  @media only screen and (max-width: 992px) {
    .navbar-brand {
      height: 40px; } }

.navbar-brand-lg {
  width: 100px;
  height: 60px;
  padding: 0; }

#nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  margin: 12px 14px;
  float: left;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 10px; }

#nav-icon span:nth-child(4) {
  top: 20px; }

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.desktop-nav .phone-num {
  line-height: 20px; }

.desktop-nav a {
  letter-spacing: 0.3px; }

.dropdown-menu {
  position: relative;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 0; }

.dropdown-menu:after {
  background: url(../../images/temp-images/icons/arrow_white.svg) no-repeat right;
  height: 9px;
  width: 14px;
  display: inline-block;
  content: '';
  right: 84px;
  top: 24px;
  position: absolute; }

.scrolled-nav .dropdown-menu:after {
  background: url(../../images/temp-images/icons/arrow_grey.svg) no-repeat right; }

.dropdown-menu:hover .secondary-menu {
  opacity: 1;
  visibility: visible; }

.secondary-menu {
  text-align: left;
  position: absolute;
  left: -20px;
  width: 190px;
  background: #fff;
  color: #666;
  padding: 10px 0;
  border: 2px solid #eee;
  opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

ul.secondary-menu:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 17px;
  margin: 0 auto;
  top: -16.5px;
  left: 80px;
  background: url(../../images/temp-images/top-arrow-white.png) no-repeat right; }

.secondary-menu li {
  list-style: none; }

.secondary-menu a {
  color: #666;
  text-transform: none;
  font-size: 12px;
  display: block;
  padding: 10px 20px; }

.secondary-menu a:hover {
  background: #1BB9C2;
  color: #fff; }

.mobile-nav, .mobile-nav-wrapper {
  display: none; }

.mobile-nav-wrapper {
  z-index: 12; }

.mobile-nav {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.mobile-navbar-nav li {
  list-style: none;
  text-transform: uppercase;
  border-top: 1px solid #eee; }
  .mobile-navbar-nav li > a:hover {
    color: #fff;
    background: #1bb9c2; }
  .mobile-navbar-nav li a {
    color: #4A4A4A;
    font-weight: 900;
    padding: 10px 10px 10px; }
.mobile-navbar-nav .sub-menu {
  padding-left: 5px; }
  .mobile-navbar-nav .sub-menu a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: none;
    color: #4A4A4A; }
    .mobile-navbar-nav .sub-menu a img {
      display: none; }

.mobile-nav-wrapper .contact {
  padding: 8% 10%;
  margin: 0 auto;
  text-align: center; }

.mobile-nav-wrapper #nav-toggle {
  margin: 15px 0;
  padding-left: 20px;
  display: block; }

.mobile-nav-wrapper.active {
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  position: absolute;
  width: 245px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.mobile-nav-wrapper.active #nav-icon span {
  background: #4A4A4A; }

.mobile-nav-wrapper.active .mobile-nav {
  display: block;
  float: right;
  width: 100%; }

.opacity-modal {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  opacity: 0.4;
  z-index: 11; }

@media (max-width: 992px) {
  .mobile-nav-wrapper {
    display: inline-block;
    width: 55px;
    left: 0;
    top: 0;
    position: absolute; }

  .desktop-nav {
    display: none; }

  .navbar-header {
    position: absolute;
    left: 46%; }

  .navbar > .container .navbar-brand, .navbar > .container-tight .navbar-brand, .navbar > .container-tighter .navbar-brand, .navbar > .container-tight .navbar-brand {
    padding: 0; } }
@media (max-width: 480px) {
  .mobile-nav-wrapper {
    width: 35%; } }
.scrolled-nav, .nav-white {
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .scrolled-nav .phone-icon, .nav-white .phone-icon {
    background: url(../../images/temp-images/icons/icon-tel-black.svg) no-repeat; }
  .scrolled-nav #nav-icon span, .nav-white #nav-icon span {
    background: #397398; }
  .scrolled-nav .nav-link, .scrolled-nav p, .scrolled-nav a.phone-num, .nav-white .nav-link, .nav-white p, .nav-white a.phone-num {
    color: #397398; }
  .scrolled-nav .navbar-brand, .nav-white .navbar-brand {
    background: url("../../images/temp-images/logos/zoey-logo-blue.png") center center no-repeat;
    background-size: contain; }

.navbar {
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*======================================*/
/* ========  Homepage  ======== */
.competitor-logo {
  display: block;
  width: 138px;
  height: 48px;
  margin: 0 auto;
  transition: none; }
  .competitor-logo.competitor-logo-bigcommerce, .competitor-logo.competitor-logo-shopify, .competitor-logo.competitor-logo-volusion, .competitor-logo.competitor-logo-magento {
    transition: none; }
  .competitor-logo.competitor-logo-bigcommerce {
    background: url(../../images/temp-images/logos/competitors-logos.png) no-repeat -2px -46px; }
    .competitor-logo.competitor-logo-bigcommerce:hover {
      background: url(../../images/temp-images/logos/competitors-logos.png) no-repeat -2px 5px; }
  .competitor-logo.competitor-logo-shopify {
    background: url(../../images/temp-images/logos/competitors-logos.png) no-repeat -151px -51px; }
    .competitor-logo.competitor-logo-shopify:hover {
      background: url(../../images/temp-images/logos/competitors-logos.png) no-repeat -151px 0px; }
  .competitor-logo.competitor-logo-volusion {
    width: 110px;
    background: url(../../images/temp-images/logos/competitors-logos.png) no-repeat -300px -53px; }
    .competitor-logo.competitor-logo-volusion:hover {
      background: url(../../images/temp-images/logos/competitors-logos.png) no-repeat -300px -2px; }
  .competitor-logo.competitor-logo-magento {
    background: url(../../images/temp-images/logos/competitors-logos.png) no-repeat -419px -50px; }
    .competitor-logo.competitor-logo-magento:hover {
      background: url(../../images/temp-images/logos/competitors-logos.png) no-repeat -419px 1px; }

.mountain-img-bg, .lpq-room-img-bg {
  position: relative; }

.mountain-img-bg {
  float: right; }

.mountain-img-bg img {
  position: relative;
  width: 100%;
  right: 0; }

.trusted-merchants {
  padding: 30px 0;
  background: #fff;
  max-width: 990px;
  margin: 0 auto; }

.trusted-merchant {
  display: block;
  width: 136px;
  height: 55px;
  margin: 27px auto; }
  .trusted-merchant.trusted-one {
    background: url(../../images/temp-images/logos/client-logos.png) no-repeat -35px 0;
    width: 53px; }
  .trusted-merchant.trusted-two {
    background: url(../../images/temp-images/logos/client-logos.png) no-repeat -244px -1px; }
  .trusted-merchant.trusted-three {
    background: url(../../images/temp-images/logos/client-logos.png) no-repeat -500px 0; }
  .trusted-merchant.trusted-four {
    background: url(../../images/temp-images/logos/client-logos.png) no-repeat -790px -2px;
    width: 53px; }
  .trusted-merchant.trusted-five {
    background: url(../../images/temp-images/logos/client-logos.png) no-repeat 0 -144px; }
  .trusted-merchant.trusted-six {
    background: url(../../images/temp-images/logos/client-logos.png) no-repeat -253px -144px; }
  .trusted-merchant.trusted-seven {
    background: url(../../images/temp-images/logos/client-logos.png) no-repeat -507px -147px; }
  .trusted-merchant.trusted-eight {
    background: url(../../images/temp-images/logos/client-logos.png) no-repeat -774px -137px; }

.homepage-block .flexslider p {
  color: #2f66a2; }

.lpq-room-img-bg img {
  position: relative;
  left: 0; }

.signup-icons-block a {
  color: #1BB9C2;
  font-weight: 700; }

.signup-icons-block a:hover {
  color: #1EA2A9; }

.core-feat, .homepage-block .icon {
  text-align: center; }

/*Homepage top*/
.homepage-top .signup-email {
  width: 236px; }

.top-title-wrap {
  width: 70%; }

.homepage-top .signup-block {
  width: 100%;
  margin-top: 70px; }

.homepage-top .signup-block .subtitle-large {
  margin-bottom: 20px; }

.homepage-top .container, .homepage-top .container-tight, .homepage-top .container-tighter {
  padding: 103px 0 50px 0; }

.homepage-top .slide-images .phone-frame, .homepage-top .slide-images .tablet-frame, .homepage-top .slide-images .laptop-frame {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0; }

.homepage-top .section-parag-md, .homepage-top .apps-page .check-list li, .apps-page .check-list .homepage-top li {
  font-size: 18px; }

@media (max-width: 992px) {
  .homepage-top .container, .homepage-top .container-tight, .homepage-top .container-tighter {
    padding: 70px 0 70px 16px; }

  .homepage-top.top-section .pix-col {
    text-align: left; } }
@media (max-width: 768px) {
  .homepage-top.top-section .pix-col {
    text-align: center; } }
@media (max-width: 550px) {
  .homepage-top .submit {
    width: 205px; } }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-top .signup-email {
    width: 216px; }

  .homepage-top .top-title-wrap {
    width: 100%; }

  .homepage-top .signup-block {
    margin-top: 63px;
    text-align: left; } }
.homepage-block.free-trial-section {
  border-bottom: none; }

.parag-text-sm.client-comp {
  color: #4a4a4a; }

.testimonials-section .parag-title, .testimonials-section .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .testimonials-section div.wpcf7-mail-sent-ok, .testimonials-section .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .testimonials-section a, .testimonials-section .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .testimonials-section .widget-title, .testimonials-section .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .testimonials-section a, .testimonials-section .apps-page .app-content-section h3, .apps-page .app-content-section .testimonials-section h3 {
  margin-bottom: 5px; }

.testimonials-section .parag-text-sm {
  margin-top: 5px; }

.testimonials-section .client-comp {
  text-transform: none; }

.homepage-quote .logo-img-sm {
  margin: 0 14px 0 100px; }

.homepage-quote strong {
  float: right; }

.coinshop-cite strong {
  color: #666; }

.homepage-quote .container, .homepage-quote .container-tight, .homepage-quote .container-tighter {
  padding: 40px 0; }

.customer-tetimonial-info {
  margin-top: 30px; }

.testimonials-section .col-md-4 {
  padding: 0 30px; }

.testimonials-section .customer-logo-med {
  display: block;
  margin: 0 auto; }

.homepage-block .section-parag {
  display: block; }

/*=============== Homepage Magento Feat Section ==================== */
.homepage-magento-feat .section-title, .homepage-magento-feat .sub-title, .homepage-magento-feat .nav-tabs.mobile-dropdown-tabs > li > a, .homepage-magento-feat .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .homepage-magento-feat a {
  margin-bottom: 50px; }

.homepage-magento-feat .magento-logo {
  width: 180px;
  position: relative;
  bottom: 5px;
  margin: 0 8px; }

.homepage-magento-feat {
  position: relative; }

.homepage-magento-feat .outer-block {
  position: absolute;
  left: 0;
  right: 0; }

.homepage-magento-feat .outer-block .col-md-6 {
  text-align: center; }

.homepage-magento-feat .empty-block {
  display: block;
  padding: 0; }

.homepage-magento-feat .inner-block .blurp {
  margin: 27px 0 40px;
  width: 60%; }

.create-store .section-link {
  margin-top: 40px; }

.create-store li {
  list-style-position: inside; }

.create-store ul {
  padding-left: 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage-magento-feat .inner-block .blurp {
    margin: 37px auto;
    width: 30%; } }
@media only screen and (min-width: 328px) and (max-width: 767px) {
  .homepage-magento-feat .inner-block .blurp {
    margin: 37px auto;
    width: 50%; } }
@media (min-width: 992px) {
  .homepage-quote .quote-block {
    width: 53.7%; }

  .power-magento {
    float: right;
    padding: 80px 55px 0px 134px; }

  .inner-block .container, .inner-block .container-tight, .inner-block .container-tighter {
    padding: 0; } }
@media (max-width: 992px) {
  .homepage-magento-feat .feat-client-img {
    width: 100%; } }
.footer-top .col-md-8 {
  padding-right: 0; }

/*Homepage Grid Adjustments*/
@media only screen and (min-width: 740px) {
  .core-feat .col-md-4, .homepage-block.free-trial-section .col-md-4 {
    width: 33.33333333%;
    float: left;
    padding: 0 7.3%; }

  .core-feat .col-md-4 {
    padding: 0 4%; }

  .homepage-quote .col-md-3 {
    width: 20%;
    float: left; }

  .homepage-quote .quote-block {
    width: 79.7%;
    float: left;
    padding-left: 8px;
    padding-right: 31px; }

  .homepage-quote img.logo-img-sm {
    margin: 0; } }
.slideshow-testimonials {
  display: none; }

@media only screen and (max-width: 992px) {
  .text-wrapper {
    margin: 0 0 5% 0; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    overflow-x: hidden; }

  .homepage-top .container, .homepage-top .container-tight, .homepage-top .container-tighter {
    padding: 70px 0 40px 16px; }

  .homepage-top .top-img-wrap {
    position: absolute;
    /*    top: 37px;*/
    left: 270px;
    width: 97%; }

  .homepage-top .top-img {
    width: 100%; }

  .homepage-top .row {
    position: relative; }

  .homepage-top .top-title-wrap {
    text-align: left;
    width: 100%;
    margin-top: 30px; }

  .homepage-top .top-text {
    width: 100%;
    float: left; }

  .homepage-top .signup-block {
    margin-top: 30%;
    text-align: center; }

  .core-feat .col-md-4, .homepage-block.free-trial-section .col-md-4 {
    padding: 0 3.3%; }

  .instant-testimonials .infoWrap.right img {
    width: 100%; }

  .instant-testimonials.no-frame .testimonials-container .flexslider {
    height: auto; }

  .full-testimonials {
    display: none; }

  .slideshow-testimonials {
    display: block; }

  .modal .signup-form-element .submit {
    width: 252px;
    margin-top: 12px;
    display: block; }

  .modal .signup-form-element .input-field {
    display: block; }

  .footer-main .col-sm-3 {
    width: 40%;
    height: 206px;
    float: left; }

  .features-list > li::before {
    display: none; }

  .footer-links-wrap {
    width: 83%;
    float: right; }

  .footer-icons {
    margin-top: 50px;
    margin-left: 20%; }

  .modal .signup-form-element .signup-required-error {
    width: 100%;
    left: 0;
    text-align: center; }

  .modal .signup-form-element .submit {
    margin-top: 16px; }

  .mountain-img-bg {
    float: none; }

  .paypal-magento-section p, .pix-content-block .two-col .infoWrap.left {
    width: 74%;
    margin: 0 auto; }

  .pix-content-block .two-col .infoWrap.left {
    text-align: center;
    display: block;
    float: none; }

  .instant-testimonials.paypal-page h5 {
    width: 100%; }

  .pix-content-block.instant-testimonials .left ul {
    text-align: left; }

  .pix-content-block .two-col .infoWrap {
    width: 100%;
    padding-top: 20px; }

  .homepage-block .magento-logo-lg {
    margin-top: 20px; }

  .lpq-case-study .logo-img-sm {
    margin: 0 auto;
    margin-bottom: 15px; }

  .img-wrapper {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  html {
    overflow-x: hidden; }

  .homepage-top .container, .homepage-top .container-tight, .homepage-top .container-tighter {
    padding: 10% 4%; }

  .homepage-top .signup-block {
    margin-top: 55%; }

  .homepage-top .row {
    position: relative; }

  .homepage-top .container, .homepage-top .container-tight, .homepage-top .container-tighter {
    padding: 90px 15px 70px 15px;
    overflow: hidden; }

  .top-title-wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto; }

  .top-img-wrap {
    position: absolute;
    top: 210px;
    width: 74%;
    left: 15%; }

  .lpq-case-study .top-img-wrap {
    position: relative;
    width: 100%;
    margin: 7% auto 0;
    top: inherit;
    left: inherit; }

  .top-img-wrap img {
    width: 100%; }

  .img-wrapper img {
    width: 100%; }

  .homepage-top .signup-block {
    width: 100%;
    margin-top: 57%;
    text-align: center; }

  .homepage-top .bix-btn {
    padding: 10px 55px; }

  .homepage-top .base-form {
    display: none; }

  .homepage-top .free-trial-action {
    display: inline-block; }

  .free-trial-section .section-title, .free-trial-section .sub-title, .free-trial-section .nav-tabs.mobile-dropdown-tabs > li > a, .free-trial-section .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .free-trial-section a {
    font-size: 26px; }

  .footer-top .section-parag-sm, .footer-top .feature-parag, .footer-top .pix-tabs.nav li a, .pix-tabs.nav li .footer-top a, .footer-top .cpt-page .cpt-loop-elem li, .cpt-page .cpt-loop-elem .footer-top li {
    padding-top: 120px; }
  .footer-top .row {
    position: relative; }
  .footer-top .logo-img-md {
    position: absolute;
    top: 25px; }
  .footer-top .footer-pixafy.logo-img-md {
    left: 0; }
  .footer-top .footer-magento.logo-img-md {
    right: 0; }

  .pix-content-block .two-col .infoWrap {
    width: 100% !important;
    display: inline; }

  .instant-testimonials .infoWrap.right img {
    width: 100%; }

  .instant-testimonials.no-frame .testimonials-container .customer-block img {
    margin: 0 auto; }

  .instant-testimonials.no-frame .testimonials-container .customer-block {
    width: 100%; }

  .instant-testimonials.no-frame .testimonials-container .testimonial-text {
    text-align: center; }

  .instant-testimonials.no-frame .customer-name {
    text-align: center; }

  .instant-testimonials.no-frame .testimonials-container .flexslider {
    height: auto; }

  .pix-content-block .two-col .infoWrap.left {
    text-align: center; }

  .instant-testimonials.paypal-page h5 {
    width: 100%; }

  .pix-content-block.instant-testimonials .left ul {
    text-align: left; }

  .full-testimonials {
    display: none; }

  .slideshow-testimonials {
    display: block; }

  .signup-form-element .input-field, .signup-form-element .input-box {
    display: block;
    width: 50%;
    margin: 0 auto; }

  .signup-form-element input {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    margin-bottom: 0; }

  .modal .signup-form-element .input-field, .modal .signup-form-element .input-box {
    display: block; }

  .signup-form-element .signup-email,
  .signup-form-element .submit {
    width: 100%;
    display: block;
    margin-left: 0; }

  .modal-content .signup-form {
    padding: 12%; }

  .footer-main .col-sm-3 {
    width: 50%;
    float: left; }

  .features-list > li::before {
    display: none; }

  .features-list li {
    width: 48%; }

  .features-list p {
    width: 92%; }

  .footer-links-wrap {
    width: 100%;
    float: none; }

  .footer-icons {
    margin-left: 0; }

  .core-feat .logo-img-sm, .free-trial-section .logo-img-sm {
    margin: 30px auto 0; }

  .homepage-top .section-parag-md, .homepage-top .apps-page .check-list li, .apps-page .check-list .homepage-top li {
    font-size: 0.95em; }

  .modal-close {
    left: 86%;
    position: absolute; }

  .modal-content {
    overflow: auto; }

  .modal-content .signup-form .infoDesc p {
    font-size: 18px; }

  .modal-content .signup-form h5 {
    font-size: 26px; }

  .modal .signup-form-element .input-field, .modal .signup-form-element .input-box {
    display: block;
    width: 98%; }

  .modal .signup-form-element .signup-required-error {
    width: 100%;
    left: 0;
    font-size: 9px; }

  .modal .signup-form-element .submit {
    margin-top: 16px; }

  .lpq-room-img-bg img {
    width: 100%; }

  .free-trial-modal-white .tight-field, .free-trial-modal-white input[type='submit'] {
    width: 100%; }

  #free-trial-real-modal .free-trial-modal-white .modal-title {
    font-size: 17px;
    margin: 10px 0; }

  #free-trial-real-modal .free-trial-modal-white {
    padding: 12%; }

  #free-trial-real-modal .modal-content .signup-form .infoDesc p {
    font-size: 14px; }

  .free-trial-modal-white label {
    font-size: 13px; }

  .free-trial-modal-white .input-group .inputs .comment {
    font-size: 12px; }

  .free-trial-modal-white .input-group {
    margin-bottom: 20px; }

  .free-trial-modal-white .signup-form-element .input-group.last {
    margin-bottom: 0; }

  .modal-content .signup-form {
    box-shadow: none; }

  #free-trial-real-modal .modal-close, #free-trial-modal .modal-close {
    top: 20px; }

  #free-trial-after-modal .modal-content-container .wait-msg {
    padding: 80px 20px 0;
    width: auto; }

  .paypal-lander .free-trial-action:hover {
    background: #2A5685; }

  .paypal-lander .free-trial-action {
    background: #32669e; }

  .content-block.paypal-page-logo-section .icon img {
    margin-top: 30px; }

  .content-block.paypal-page-logo-section .icon-paypal img {
    margin-top: 0; }

  .core-feat .icon-magento-community .logo-img-sm {
    margin-top: 0; }

  .feat-customer .side-img {
    width: 100%; }

  .feat-customer .text-wrapper ul {
    width: 66%;
    text-align: left;
    margin: 0 auto 30px; }

  .feat-customer .text-wrapper {
    text-align: center; }

  .price-section .pricing-toggle {
    display: none; }

  .feat-customer .text-wrapper {
    margin-bottom: 30px; }

  .instant-testimonials.no-frame .flexslider .slides img {
    float: none; }

  .modal .contact-form, .contact-form input[type='text'], .contact-form select, .contact-form textarea {
    width: 100%; }

  .lpq-case-study .logo-img-sm {
    margin: 0 auto;
    margin-bottom: 15px; }

  .core-feat .col-md-4.last {
    margin-bottom: 0; } }
@media only screen and (max-width: 768px) {
  .signup-form-element .input-field, .signup-form-element .input-box {
    margin-bottom: 30px; }

  .instant-testimonials.no-frame .testimonials-container .testimonial-text {
    width: auto; }

  .homepage-block .col-md-6 img, .homepage-block .col-sm-6 img {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .free-trial-section .signup-form-element .signup-email {
    width: 278px; }

  .abs-img-left {
    float: left; }
    .abs-img-left img {
      position: absolute;
      right: 0; } }
@media only screen and (max-width: 500px) {
  .signup-form-element .input-field, .signup-form-element .input-box {
    width: 80%; }

  .navbar-header {
    left: 40%; }

  .top-img-wrap {
    top: 234px; }

  .feat-customer .text-wrapper ul {
    width: 100%; }

  .lpq-case-study .top-img {
    width: 74%; }

  .lpq-case-study .top-img-wrap {
    text-align: center; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-top .top-img-wrap {
    position: absolute;
    top: 37px; }

  .homepage-magento-feat .col-md-6 {
    text-align: center; }

  .core-feat .col-md-4 {
    padding: 0 4%; }

  .feat-customer .text-wrapper {
    margin-bottom: 30px; }

  .feat-customer .text-wrapper ul {
    width: 66%;
    text-align: left;
    margin: 0 auto; }

  .feat-customer .text-wrapper {
    text-align: center; }

  .feat-customer .side-img {
    width: 100%; }

  .magento-lander.feat-customer ul {
    width: 100%;
    padding-bottom: 10px; }

  .magento-lander.feat-customer .text-wrapper {
    padding: 0 115px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homepage-top .container, .homepage-top .container-tight, .homepage-top .container-tighter {
    padding: 103px 0 94px 0; }

  .core-feat .col-md-4 {
    padding: 0 4%; }

  .homepage-top .col-md-5 {
    width: 50%; }

  .homepage-top .row {
    position: relative; }

  .homepage-top .top-img {
    width: 100%; }

  .homepage-top .top-img-wrap {
    position: absolute;
    /*    top: -10px;*/
    left: 497px;
    width: 800px; }

  .homepage-top .signup-block {
    width: 90%;
    margin-top: 60px;
    text-align: left; }

  .homepage-top .signup-email {
    width: 100%; }

  .power-magento {
    padding: 15px 55px 0px 112px; }

  .instant-testimonials .infoWrap.right img {
    width: 170%; }

  .feat-customer .text-wrapper {
    margin-top: 8%; } }
.homepage-block .z-top-img {
  max-height: 400px; }

.features-page .parag-title, .features-page .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .features-page div.wpcf7-mail-sent-ok, .features-page .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .features-page a, .features-page .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .features-page .widget-title, .features-page .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .features-page a, .features-page .apps-page .app-content-section h3, .apps-page .app-content-section .features-page h3 {
  text-align: left; }

.iframe-video-container {
  display: none; }

.features-page .magento-logo {
  width: 35%; }
.features-page .section-title, .features-page .sub-title, .features-page .nav-tabs.mobile-dropdown-tabs > li > a, .features-page .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .features-page a {
  margin-bottom: 0; }
.features-page .features-block {
  border-bottom: 1px solid #eee;
  display: block;
  padding: 50px 0;
  margin: 0; }
  .features-page .features-block img, .features-page .features-block .feat-video {
    margin-top: 20px; }
  .features-page .features-block:first-child {
    padding-top: 0; }
  .features-page .features-block:last-child {
    border: none; }

.features-sidebar {
  position: absolute;
  top: 0px; }
  .features-sidebar.fixed {
    top: 100px;
    position: fixed; }
  .features-sidebar.bottom {
    top: inherit;
    bottom: 0;
    position: absolute; }
  .features-sidebar li {
    margin-bottom: 8px;
    line-height: 35px; }
  .features-sidebar li a {
    letter-spacing: 0.5px;
    font-size: 14px;
    webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s; }
    .features-sidebar li a.last {
      color: #A7A7A7; }
  .features-sidebar .active {
    border-left: 3px solid #32669E; }
    .features-sidebar .active a {
      color: #32669E;
      padding-left: 15px; }

.dropdown-sidebar {
  display: block; }

.features-sidebar {
  display: none; }

@media only screen and (max-width: 600px) {
  .features-page img {
    width: 100%; } }
@media (min-width: 992px) {
  .features-page .features-block .short-content:not(:last-child) {
    padding-left: 0; }

  .features-sidebar {
    display: block; }

  .dropdown-sidebar {
    display: none; } }
.themes-page .cpt-loop-elem--theme {
  height: 368px; }
  @media only screen and (min-width: 992px) {
    .themes-page .cpt-loop-elem--theme {
      padding: 0 100px; } }
.themes-page .cpt-loop-elem-link-text--center {
  background: #fff; }
.themes-page .cpt-loop-elem a {
  padding-top: 0;
  border: none; }
.themes-page .cpt-loop-elem-core {
  background: #f5f6f6; }
.themes-page .cpt-loop-elem-link-text.right h3 {
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 0; }
.themes-page .themes-page-main-container {
  margin-top: 0; }
.themes-page.dust-bg {
  background-image: url(../../images/temp-images/backgrounds/dust.png); }
.themes-page.mountains-bg {
  background-image: url(../../images/temp-images/backgrounds/mountains.png); }
.themes-page.cactus-bg {
  background-image: url(../../images/temp-images/backgrounds/cactus.png); }
.themes-page.shapes-bg {
  background-image: url(../../images/temp-images/backgrounds/shapes.png); }
.themes-page.chair-bg {
  background-image: url(../../images/temp-images/backgrounds/chair-lamp.png); }

.go-back--theme {
  padding-top: 20px; }

.single-theme-page.top-secton {
  background: #f5f6f6; }
.single-theme-page .flexslider {
  margin: 10px auto; }
.single-theme-page .cpt-content .flexslider {
  width: 100%; }
.single-theme-page .pix-col {
  overflow: hidden; }
.single-theme-page .theme-main-content {
  margin-bottom: 50px;
  max-width: 697px; }
.single-theme-page .cpt-loop {
  padding-top: 50px; }
.single-theme-page .single-theme-top-screenshot {
  display: block;
  padding-bottom: 57%;
  width: 94%;
  overflow: hidden;
  position: relative;
  margin-bottom: 28%; }
  .single-theme-page .single-theme-top-screenshot .cpt-loop-hover-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 186px; }
.single-theme-page .btn-action {
  padding: 12px; }
.single-theme-page .hover-image:hover .cpt-loop-hover-opacity {
  opacity: 0.7; }
.single-theme-page .hover-image:hover .cpt-loop-elem-link-text--center, .single-theme-page .hover-image:hover .cpt-loop-elem-link-text--additional {
  opacity: 1; }
.single-theme-page .single-theme-top-mobile-frame {
  position: absolute;
  width: 152px;
  top: 342px;
  right: 16px;
  z-index: 2; }
.single-theme-page .single-theme-top-mobile-screenshot {
  position: absolute;
  top: 378px;
  right: 22px;
  width: 139px;
  height: 221px;
  overflow: hidden;
  z-index: 2; }
  .single-theme-page .single-theme-top-mobile-screenshot img {
    width: 100%; }
  .single-theme-page .single-theme-top-mobile-screenshot .cpt-loop-hover-opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .single-theme-page .single-theme-top-mobile-screenshot .cpt-loop-hover-text-wrap {
    cursor: pointer;
    padding-top: 105px; }
  .single-theme-page .single-theme-top-mobile-screenshot:hover .cpt-loop-elem-link-text--center {
    opacity: 1; }
  .single-theme-page .single-theme-top-mobile-screenshot:hover .cpt-loop-hover-opacity {
    opacity: 0.7; }
.single-theme-page .single-theme-top-mobile-screenshot:hover, .single-theme-page .single-theme-top-screenshot:hover {
  background-color: #fff; }
.single-theme-page .cpt-loop {
  text-align: center; }
.single-theme-page .opacity-one a:after, .single-theme-page .opacity-one .hover-dark-opacity-text p {
  opacity: 1; }
.single-theme-page .hover-image {
  width: 94.5%;
  padding-bottom: 26%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 2.6%;
  top: 18px;
  z-index: 2; }

.theme-features-list {
  list-style-position: inside; }

.theme-screenshot-overlay {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 1111; }
  .theme-screenshot-overlay img {
    max-width: 100%; }
  .theme-screenshot-overlay .section-title, .theme-screenshot-overlay .sub-title, .theme-screenshot-overlay .nav-tabs.mobile-dropdown-tabs > li > a, .theme-screenshot-overlay .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .theme-screenshot-overlay a {
    margin: 0; }
  .theme-screenshot-overlay .parag-title, .theme-screenshot-overlay .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .theme-screenshot-overlay div.wpcf7-mail-sent-ok, .theme-screenshot-overlay .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .theme-screenshot-overlay a, .theme-screenshot-overlay .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .theme-screenshot-overlay .widget-title, .theme-screenshot-overlay .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .theme-screenshot-overlay a, .theme-screenshot-overlay .apps-page .app-content-section h3, .apps-page .app-content-section .theme-screenshot-overlay h3 {
    line-height: 34px; }
  .theme-screenshot-overlay .pix-btn, .theme-screenshot-overlay .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .theme-screenshot-overlay input[type="submit"] {
    padding: 10px 30px; }
  .theme-screenshot-overlay .container, .theme-screenshot-overlay .container-tight, .theme-screenshot-overlay .container-tighter {
    padding: 0; }

.themes-sidebar .parag-title, .themes-sidebar .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .themes-sidebar div.wpcf7-mail-sent-ok, .themes-sidebar .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .themes-sidebar a, .themes-sidebar .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .themes-sidebar .widget-title, .themes-sidebar .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .themes-sidebar a, .themes-sidebar .apps-page .app-content-section h3, .apps-page .app-content-section .themes-sidebar h3 {
  text-align: left; }
.themes-sidebar .section-parag-md, .themes-sidebar .apps-page .check-list li, .apps-page .check-list .themes-sidebar li {
  margin-bottom: 20px; }

.theme-overlay-buttons {
  margin-top: 78px; }

.single-theme-title {
  margin-bottom: 5px;
  margin-top: 0; }

.desktop-theme-img {
  width: 80%;
  float: left;
  -webkit-box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.3);
  box-shadow: 1px 1px 8px; }

.theme-screenshot-action {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 124px;
  z-index: 1; }

.theme-screenshots-container {
  background: #EDF7F5;
  border-bottom: #eee 1px solid; }

.theme-screenshot-overlay-content {
  position: relative;
  display: block;
  margin: 0 auto; }

.iphone-frame-img {
  position: fixed;
  right: 288px;
  bottom: 0;
  width: 274px;
  z-index: 2; }

.mobile-theme-screenshot-outer {
  position: fixed;
  overflow: scroll;
  width: 267px;
  display: block;
  height: 472px;
  right: 283px;
  bottom: 0; }

.mobile-theme-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.theme-demo-link {
  color: #fff; }
  .theme-demo-link:hover {
    border-bottom: 1px solid #fff;
    color: #fff; }
  .theme-demo-link:visited {
    color: #fff; }

.theme-screenshot-action {
  z-index: 4; }

.desktop-frame--themes {
  background: url(../../images/temp-images/devices/desktop_frame_black.png) no-repeat;
  background-size: 100%;
  z-index: 1; }

@media only screen and (max-width: 1400px) {
  .iphone-frame-img {
    right: 150px; }

  .mobile-theme-screenshot-outer {
    right: 147px; } }
@media only screen and (max-width: 1200px) {
  .iphone-frame-img {
    width: 240px; }

  .mobile-theme-screenshot-outer {
    width: 232px;
    height: 414px; }

  .single-theme-page .single-theme-top-mobile-frame {
    top: 285px; }
  .single-theme-page .single-theme-top-mobile-screenshot {
    top: 321px; }
  .single-theme-page .hover-image {
    top: 15px;
    width: 88.5%; } }
@media only screen and (max-width: 992px) {
  .single-theme-page .hover-image {
    top: 12px;
    width: 89.5%; }
  .single-theme-page .single-theme-top-mobile-frame {
    width: 110px; }
  .single-theme-page .single-theme-top-mobile-screenshot {
    right: 21px;
    width: 100px;
    height: 160px;
    top: 311px; } }
@media only screen and (max-width: 768px) {
  .themes-sidebar .parag-title, .themes-sidebar .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .themes-sidebar div.wpcf7-mail-sent-ok, .themes-sidebar .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .themes-sidebar a, .themes-sidebar .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .themes-sidebar .widget-title, .themes-sidebar .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .themes-sidebar a, .themes-sidebar .apps-page .app-content-section h3, .apps-page .app-content-section .themes-sidebar h3, .themes-sidebar .section-parag-md, .themes-sidebar .apps-page .check-list li, .apps-page .check-list .themes-sidebar li {
    text-align: center; }

  .themes-page .cpt-loop-elem--theme {
    width: 43%;
    float: left; }

  .single-theme-page .hover-image {
    top: 7px; } }
@media only screen and (max-width: 520px) {
  .themes-page .cpt-loop-elem--theme {
    display: block;
    float: none;
    margin: 20px auto;
    width: 100%; }

  .single-theme-page .hover-image {
    width: 93.1%; }
  .single-theme-page .single-theme-top-mobile-frame, .single-theme-page .single-theme-top-mobile-screenshot {
    display: none; } }
@media only screen and (max-width: 500px) {
  .mobile-theme-screenshot-outer, .iphone-frame-img {
    display: none; }

  .desktop-theme-img {
    width: 100%; } }
.pricing-feat-list-item {
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #DEDCDC;
  height: 40px;
  color: #333; }
  .pricing-feat-list-item:last-child {
    border-bottom: 0; }

.pricing-feat-group {
  margin-top: 30px;
  font-size: 16px; }

.pricing-feat-group.last {
  margin-bottom: 30px; }

.pricing-faq-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px 55px; }

.pricing-check {
  background: url("../../images/temp-images/sprites/pricing_checks.png") no-repeat;
  height: 20px;
  width: 28px;
  margin: 0 auto; }

.check-professional {
  background-position: -5px -5px; }

.check-business {
  background-position: -38px -5px; }

.check-premium {
  background-position: -71px -5px; }

.dot-professional {
  background-position: 3px -29px; }

.dot-business {
  background-position: -30px -29px; }

.dot-premium {
  background-position: -5px -35px; }

.pricing-feat-light {
  background: #f5f6f6; }

.pricing-feat-med {
  background: #f9fafb; }

.pricing-feat-dark {
  background: #f3f6f9; }

.pricing-promo-code {
  margin-top: 20px;
  width: 80%; }

.col-pricing-box {
  vertical-align: top; }
  .col-pricing-box .sub-text {
    color: #333;
    font-size: 16px; }

.pricing-toggle-wrap {
  padding: 45px 0 0 0; }

.col-pricing-promo-code {
  height: 690px; }

.col-pricing-promo-code.height-auto {
  height: auto; }

.col-pricing-promo-text {
  padding: 15% 5% 0 25%;
  text-align: left; }

.col-pricing-package {
  vertical-align: bottom; }

.discount-desc {
  margin-top: 10px;
  display: block;
  margin-bottom: 20px; }

.pricing-plus-box {
  display: none;
  height: 30px; }

.highlight-bar {
  color: #fff;
  background: #faa21b;
  padding: 2% 10%; }

.pricing-box-wrap {
  border: 1px solid #c3c3c3; }

.pricing-page .pricing-box-wrap .pix-btn, .pricing-page .pricing-box-wrap .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .pricing-page .pricing-box-wrap input[type="submit"] {
  padding: 10px 35px;
  width: 100%; }
.pricing-page .tooltip-question {
  margin-left: 5px;
  vertical-align: middle; }
.pricing-page .package-desc {
  padding-top: 0; }
.pricing-page .container-top {
  padding-top: 50px; }
.pricing-page.pricing-features {
  background-color: #f0f0f0; }
  .pricing-page.pricing-features ul {
    list-style: none;
    margin-top: 50px; }
    .pricing-page.pricing-features ul:after {
      content: '';
      display: block;
      clear: both; }
    .pricing-page.pricing-features ul li {
      display: inline-block;
      width: 49%;
      padding: 0 55px; }
      .pricing-page.pricing-features ul li .title {
        font-weight: normal; }
.pricing-page.upgrade-page .container, .pricing-page.upgrade-page .container-tight, .pricing-page.upgrade-page .container-tighter {
  padding: 50px 0; }
.pricing-page.upgrade-page .no-padding {
  padding: 0; }
.pricing-page.pricing-feat-list .container, .pricing-page.pricing-feat-list .container-tight, .pricing-page.pricing-feat-list .container-tighter {
  padding-top: 0; }
.pricing-page.pricing-faq .section-title, .pricing-page.pricing-faq .sub-title, .pricing-page.pricing-faq .nav-tabs.mobile-dropdown-tabs > li > a, .pricing-page.pricing-faq .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .pricing-page.pricing-faq a {
  margin-bottom: 40px; }

.upgrade-page .container-top {
  padding-top: 0; }

@media (max-width: 1200px) {
  .pricing-page .pricing-box-wrap .section-title, .pricing-page .pricing-box-wrap .sub-title, .pricing-page .pricing-box-wrap .nav-tabs.mobile-dropdown-tabs > li > a, .pricing-page .pricing-box-wrap .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .pricing-page .pricing-box-wrap a {
    font-size: 25px; }

  .pricing-toggle-switch {
    width: 214px; }

  .pricing-toggle-switch.left .switch {
    right: 97px; }

  ul.pricing-feat-group {
    width: 100%; } }
@media (max-width: 992px) {
  .pricing-page .pricing-box-wrap .section-title, .pricing-page .pricing-box-wrap .sub-title, .pricing-page .pricing-box-wrap .nav-tabs.mobile-dropdown-tabs > li > a, .pricing-page .pricing-box-wrap .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .pricing-page .pricing-box-wrap a {
    font-size: 22px; }

  .pricing-toggle-switch {
    width: 170px; }

  .pricing-toggle-switch .monthly {
    padding: 5px 0px 0px 13px; }

  .pricing-toggle-switch .annual {
    padding: 5px 15px 0 0; }

  .pricing-toggle-switch .switch {
    width: 50%; }

  .pricing-toggle-switch.left .switch {
    left: 84px; }

  .pricing-feat-list-item.parag-title, .contact-partner-modal div.pricing-feat-list-item.wpcf7-mail-sent-ok, .cpt-page .features-sidebar .cat-item a.pricing-feat-list-item, .footer-widget-area .widget-area .pricing-feat-list-item.widget-title, .apps-page .features-sidebar .cat-item a.pricing-feat-list-item, .apps-page .app-content-section h3.pricing-feat-list-item {
    font-size: 14px; }

  .pricing-feat-list-item {
    font-size: 12px; } }
@media (min-width: 768px) {
  .col-pricing-promo-code {
    display: none; }

  .pricing-page .container-top {
    padding-bottom: 250px; }
  .pricing-page .container-info {
    margin-top: -250px; } }
@media (max-width: 768px) {
  .pricing-toggle-wrap {
    height: 130px;
    padding: 0; }

  .pricing-toggle-wrap .pricing-toggle {
    text-align: center; }

  .pricing-feat {
    display: none; }

  .pricing-feat-titles {
    padding-left: 25px; }

  .pricing-feat-list-item {
    font-size: 16px; }

  .pricing-plus-box {
    display: block;
    padding-top: 10px; }

  .pricing-faq-block {
    padding: 10px 30px; }

  .col-pricing-box {
    padding: 0 10%; }
    .col-pricing-box .sub-text {
      font-size: 16px; }

  .pricing-promo-code {
    width: 100%;
    margin-top: 5px;
    text-align: center; }

  .pricing-page .container-top {
    padding-bottom: 80px; }
  .pricing-page .container-info {
    margin-top: 0; }
  .pricing-page.pricing-features ul li {
    float: none;
    width: 100%;
    margin-bottom: 40px; }
    .pricing-page.pricing-features ul li:nth-child(odd), .pricing-page.pricing-features ul li:nth-child(even) {
      padding: 0; }
  .pricing-page .visibly-hidden {
    display: none; } }
@media (max-width: 500px) {
  .pricing-page .pricing-box-wrap .pix-btn, .pricing-page .pricing-box-wrap .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .pricing-page .pricing-box-wrap input[type="submit"] {
    padding: 10px 0; }
  .pricing-page .pricing-box-wrap .section-parag-sm, .pricing-page .pricing-box-wrap .feature-parag, .pricing-page .pricing-box-wrap .pix-tabs.nav li a, .pix-tabs.nav li .pricing-page .pricing-box-wrap a, .pricing-page .pricing-box-wrap .cpt-page .cpt-loop-elem li, .cpt-page .cpt-loop-elem .pricing-page .pricing-box-wrap li {
    font-size: 12px; }
  .pricing-page .pricing-box-wrap .section-title, .pricing-page .pricing-box-wrap .sub-title, .pricing-page .pricing-box-wrap .nav-tabs.mobile-dropdown-tabs > li > a, .pricing-page .pricing-box-wrap .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu .pricing-page .pricing-box-wrap a {
    font-size: 18px;
    padding-top: 10px; }
  .pricing-page .pricing-price {
    font: 45px/35px "Brandon Grotesque W01"; } }
.cpt-loop-elem--app a, .cpt-loop-elem--app__current a {
  background-size: contain !important; }

.cpt-loop-elem--app, .cpt-loop-elem--app__current {
  width: 260px;
  height: 273px;
  margin: 0 65px 40px; }

.cpt-loop-hover--app {
  display: block;
  text-align: left;
  padding: 0 20px;
  overflow: hidden;
  line-height: 1.3;
  height: 88%; }

.single-app-cta-box {
  width: 230px; }

.app-partner-request-modal {
  padding: 4% 16%; }
  .app-partner-request-modal input[type='text'].contact-company-url {
    width: 100%; }

.apps-page--main .cpt-loop-elem--app, .apps-page--main .cpt-loop-elem--app__current {
  margin: 0 65px 40px; }

.apps-page .breadcrumbs {
  margin: 0;
  margin-left: 65px; }
.apps-page .snippet-element-link:hover .app-tag {
  opacity: 0.8; }
.apps-page .snippet-element-link:hover {
  padding-top: 76px;
  text-decoration: none; }
.apps-page .snippet-element-link:hover .cpt-loop-elem__excerpt {
  height: 100%; }
.apps-page .snippet-element-link:hover .cpt-loop-hover--app {
  height: 78%;
  background: rgba(255, 255, 255, 0.9); }
.apps-page .snippet-element-link p {
  line-height: 1.3;
  padding: 0;
  padding-top: 3px;
  margin-bottom: 0; }
.apps-page .snippet-element-link .parag-title, .apps-page .snippet-element-link .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .apps-page .snippet-element-link div.wpcf7-mail-sent-ok, .cpt-page .features-sidebar .cat-item .apps-page .snippet-element-link a, .apps-page .snippet-element-link .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .apps-page .snippet-element-link .widget-title, .apps-page .snippet-element-link .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .snippet-element-link a, .apps-page .snippet-element-link .app-content-section h3, .apps-page .app-content-section .snippet-element-link h3 {
  letter-spacing: 0.5px;
  line-height: 17px; }
.apps-page .snippet-element-link .cpt-loop-elem__excerpt, .apps-page .snippet-element-link .cpt-loop-elem-link-text--center, .apps-page .snippet-element-link .cpt-loop-elem-link-text .parag-title, .apps-page .snippet-element-link .cpt-loop-elem-link-text .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .apps-page .snippet-element-link .cpt-loop-elem-link-text div.wpcf7-mail-sent-ok, .cpt-page .features-sidebar .cat-item .apps-page .snippet-element-link .cpt-loop-elem-link-text a, .apps-page .snippet-element-link .cpt-loop-elem-link-text .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .apps-page .snippet-element-link .cpt-loop-elem-link-text .widget-title, .apps-page .snippet-element-link .cpt-loop-elem-link-text .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .snippet-element-link .cpt-loop-elem-link-text a, .apps-page .snippet-element-link .cpt-loop-elem-link-text .app-content-section h3, .apps-page .app-content-section .snippet-element-link .cpt-loop-elem-link-text h3, .apps-page .snippet-element-link .app-price {
  font-size: 15px; }
.apps-page .snippet-element-link .cpt-loop-elem__excerpt {
  overflow: hidden;
  margin-bottom: 0;
  height: 48%; }
.apps-page .app-price-free {
  text-transform: capitalize; }
@media only screen and (max-width: 992px) {
  .apps-page .cpt-loop {
    text-align: center; }
  .apps-page .cpt-loop-elem--app, .apps-page .cpt-loop-elem--app__current {
    margin: 30px 0; }
  .apps-page .breadcrumbs {
    text-align: center;
    margin: 0; } }
@media only screen and (max-width: 500px) {
  .apps-page .cpt-loop-elem--app, .apps-page .cpt-loop-elem--app__current {
    margin: 30px auto; } }
.apps-page .cpt-loop-elem-core {
  bottom: 3px; }
  .apps-page .cpt-loop-elem-core .cpt-loop-elem-link-text--center {
    display: block; }
.apps-page .cpt-elem-title {
  padding-top: 20px;
  display: inline-block;
  margin-bottom: 4px; }
.apps-page .cpt-loop-elem-link-text.left {
  padding-top: 10px; }
.apps-page .cpt-loop-elem-link-text.right {
  padding-top: 5px; }
.apps-page .cpt-loop-elem-link-text--cat {
  display: inline;
  text-transform: uppercase;
  font-family: "Brandon Grotesque W01";
  text-align: center;
  padding: 4px 12px;
  border: 1px solid #32669E;
  font-size: 13px; }
.apps-page .sidebar-wrapper {
  min-height: 600px;
  position: initial; }
  @media only screen and (max-width: 992px) {
    .apps-page .sidebar-wrapper {
      min-height: auto; } }
.apps-page .features-sidebar .cat-item a {
  font-size: 14px;
  text-transform: uppercase; }
.apps-page .flexslider {
  width: 80%;
  margin-bottom: 15px; }
.apps-page #carousel .flex-direction-nav {
  display: none; }
.apps-page #carousel li:not(.flex-active-slide) {
  opacity: 0.5; }
.apps-page #carousel li {
  margin-right: 20px;
  cursor: pointer; }
  .apps-page #carousel li:hover {
    opacity: 1; }
.apps-page .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 34%;
  height: 27px;
  padding: 0;
  cursor: pointer; }
  .apps-page .flex-direction-nav .flex-next {
    background: url(../../images/temp-images/icons/bg_direction_nav.png) right;
    width: 27px;
    height: 27px;
    right: 10px;
    opacity: 0.7; }
  .apps-page .flex-direction-nav .flex-prev {
    background: url(../../images/temp-images/icons/bg_direction_nav.png) left;
    width: 27px;
    height: 27px;
    left: 10px;
    opacity: 0.7; }
  .apps-page .flex-direction-nav a {
    display: block;
    position: absolute;
    z-index: 5;
    text-indent: -9999px;
    cursor: pointer; }
    .apps-page .flex-direction-nav a:hover {
      opacity: 1; }
.apps-page .check-list {
  margin: 30px 0; }
.apps-page .check-list li {
  margin-left: 50px;
  margin-bottom: 10px;
  font-size: 16px; }
.apps-page .app-content-section {
  padding: 20px 0 30px;
  border-top: 1px solid #e6e6e7;
  margin: 0; }
  .apps-page .app-content-section.row {
    display: block; }
  .apps-page .app-content-section:last-child {
    border-bottom: 1px solid #e6e6e7; }
  .apps-page .app-content-section:first-child {
    border: none;
    padding-top: 0; }
  .apps-page .app-content-section h3 {
    text-align: left; }
.apps-page .app-list-block li {
  list-style-position: outside;
  margin: 0 0 5px 50px;
  line-height: 1.65; }
@media (min-width: 992px) {
  .apps-page .features-sidebar {
    padding-left: 110px; } }

.features-sidebar .pix-btn, .features-sidebar .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .features-sidebar input[type="submit"] {
  padding: 11px 30px 9px; }

.apps-page--single .dropdown-wrapper, .apps-page--single .dropdown-filters {
  width: 230px; }
.apps-page--single .apps-breadcrumbs {
  margin-left: 0; }
@media only screen and (max-width: 992px) {
  .apps-page--single.top-section h1 {
    margin-top: 0; }
  .apps-page--single.top-section .section-lower, .apps-page--single.top-section .get-app-cta {
    text-align: center; }
  .apps-page--single.top-section .section-upper .container, .apps-page--single.top-section .section-upper .container-tight, .apps-page--single.top-section .section-upper .container-tighter {
    padding: 0 15px; }
  .apps-page--single.top-section .section-lower {
    padding: 50px 15px; }
  .apps-page--single .apps-breadcrumbs {
    text-align: left; }
  .apps-page--single .apps-single-main-container {
    margin: 0 auto; } }
.apps-page--single .single-app-cta-box {
  margin: 0 auto; }
.apps-page--single .container, .apps-page--single .container-tight, .apps-page--single .container-tighter {
  position: relative; }

.apps-page-sidebar--r {
  width: 29%;
  float: right;
  padding-right: 0; }

.app-page-single-logo {
  margin-top: 8px; }

.cpt-loop-elem--app__current {
  height: 127px;
  margin-bottom: 5px;
  width: 230px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0; }

.cpt-loop--app-bottom {
  margin-top: 30px; }
  .cpt-loop--app-bottom .cpt-loop-elem--app, .cpt-loop--app-bottom .cpt-loop-elem--app__current {
    margin: 0 0 40px; }

.parag-contact-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #48484a;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-right: 5px; }
  .parag-contact-icon.icon-phone {
    background-size: 8px;
    background-image: url("../../images/temp-images/icons/phone_icon-sm.svg"); }
  .parag-contact-icon.icon-email {
    background-size: 11px;
    background-image: url("../../images/temp-images/icons/icon-email2.png"); }

.app-logo-desktop {
  width: 22.3333%;
  float: right;
  display: block;
  position: inherit; }

.app-logo-mobile {
  display: none; }

.app-tag-wrapper {
  padding: 10px 0;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 20px; }

.app-tag {
  background: rgba(0, 0, 0, 0.1);
  color: #2f66a2;
  opacity: 0;
  display: inline-block;
  border-radius: 5px;
  font-size: 9px;
  padding: 1px 5px; }

.pre-installed {
  margin-left: 5px; }

#imgModal .modal-content-container {
  max-width: 900px; }
#imgModal img {
  width: 100%; }
#imgModal .modal-close {
  background-image: url("../../images/temp-images/icons/modal-close-button.png");
  left: 102%;
  top: 0;
  width: 31px;
  height: 31px; }

@media only screen and (max-width: 992px) {
  .app-logo-desktop {
    display: none; }

  .app-logo-mobile {
    display: block; } }
@media only screen and (max-width: 768px) {
  .dropdown-wrapper, .dropdown-filters {
    width: 100%; }

  .cpt-loop-elem--app, .cpt-loop-elem--app__current {
    float: left; }

  .partners-page .single-app-cta-box {
    margin: 0 auto; }
  .partners-page .cpt-loop-elem--app, .partners-page .cpt-loop-elem--app__current {
    display: block;
    float: none;
    margin: 0 auto; } }
@media only screen and (max-width: 520px) {
  .cpt-loop-elem--app, .cpt-loop-elem--app__current {
    display: block;
    float: none;
    margin: 0 auto; }

  .section-nav-buttons {
    display: none; } }
/* new comparison chart with filter */
.instant-comparison-filter-table {
  color: #666;
  text-align: left;
  position: relative; }

.instant-comparison-filter-table.stuck {
  width: 984px; }

.instant-comparison-filter-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: table;
  width: 100%; }

#instant-comparison-filter > ul {
  margin-bottom: 50px; }

#instant-comparison-titlewrap .section-title, #instant-comparison-titlewrap .sub-title, #instant-comparison-titlewrap .nav-tabs.mobile-dropdown-tabs > li > a, #instant-comparison-titlewrap .nav-tabs.mobile-dropdown-tabs .dropdown-menu a, .nav-tabs.mobile-dropdown-tabs .dropdown-menu #instant-comparison-titlewrap a {
  margin-bottom: 10px; }

.instant-comparison-filter-table li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*    background: #f9f9f9; */
  font-size: 15px; }

#instant-comparison-label {
  display: table;
  width: 100%; }

.instant-comparison-filter-table.stuck #instant-comparison-label {
  position: fixed;
  top: 39px;
  width: auto;
  border-bottom: 1px solid #F3F3F3; }

#instant-comparison-searchwrap {
  overflow: hidden;
  position: relative;
  top: 23px; }

#instant-comparison-label #instant-comparison-searchwrap .collapsible-search,
#instant-comparison-label #instant-comparison-searchwrap input[type=text] {
  width: 430px; }

#instant-comparison-label #instant-comparison-searchwrap input[type=submit] {
  float: none; }

#instant-comparison-label ul {
  background: #fff; }

#instant-comparison-label li {
  width: 423px;
  display: table-cell;
  height: 100%;
  border-right: 2px solid #fff;
  line-height: normal; }

#instant-comparison-label li.company {
  width: 82px;
  text-align: center; }

#instant-comparison-label li.pixafy h6 {
  color: #30b387;
  font-weight: 700; }

#instant-comparison-label li.company.c-2,
#instant-comparison-label li.company.c-4,
#instant-comparison-label li.company.c-5 {
  width: 83px; }

#instant-comparison-label li.company:last-child {
  border-right: 0; }

#instant-comparison-label li.company img {
  max-width: 90%;
  height: auto; }

#instant-comparison-label li > div {
  padding: 10px 0; }

.instant-comparison-filter-label {
  /*    background: #30b387;*/
  color: #333;
  font-size: 18px;
  font-weight: 600; }

#instant-comparison-filter .expand-more-features,
.instant-comparison-filter-label > div:first-child,
#instant-comparison-label li:first-child > div,
#instant-comparison-filter li > div:first-child {
  padding: 13px 30px 13px 0; }

.instant-comparison-filter-table.stuck #instant-comparison-filter {
  padding-top: 125px; }

#instant-comparison-filter li:not(.instant-comparison-header) > div:first-child {
  /*background: #e8e9ec;*/ }

.instant-comparison-header > div {
  font-size: 20px;
  font-weight: 600;
  color: #333; }

#instant-comparison-filter .expand-more-features {
  text-align: center;
  color: #30b387;
  font-weight: 600;
  width: 922px; }

#instant-comparison-filter .expand-more-features span {
  cursor: pointer;
  padding-left: 25px;
  background: url("../images/less-features.png") 0px 1px no-repeat;
  background: url("../images/more-features.png") 0px 1px no-repeat; }

#instant-comparison-filter .show-all .expand-more-features span {
  background: url("../images/less-features.png") 0px 1px no-repeat; }

#instant-comparison-label li h6 {
  font-weight: 500;
  font-size: 15px;
  color: #767676;
  margin-top: 10px;
  line-height: normal; }

#instant-comparison-filter li:not(.instant-comparison-header) > div {
  font-size: 16px;
  font-weight: 500;
  color: #767676; }

#instant-comparison-filter .collapsible-search {
  display: none; }

.instant-comparison-filter-label,
#instant-comparison-filter li {
  width: 1184px;
  display: table;
  /*border-top: 1px solid #d3d3d4;*/
  line-height: 1.2; }

#instant-comparison-filter > ul:last-child {
  margin-bottom: 0; }

#instant-comparison-filter li.hidden {
  display: none; }

#instant-comparison-filter .show-all li.hidden,
.instant-comparison-filter-table.searching #instant-comparison-filter li.hidden {
  display: table; }

.instant-comparison-filter-table.searching .expand-more-features {
  display: none !important; }

#instant-comparison-filter li.instant-comparison-header {
  /*background: #0bd490;*/
  border-bottom: 1px solid #F3F3F3;
  color: #666;
  font-weight: 600;
  font-size: 19px; }

#instant-comparison-filter li.instant-comparison-header.stuck {
  position: fixed;
  top: 200px; }

#instant-comparison-filter li.instant-comparison-header ~ ul {
  clear: both; }

.instant-comparison-filter-label > div,
#instant-comparison-filter li > div {
  display: table-cell;
  width: 450px;
  border-right: 2px solid #fff; }

#instant-comparison-filter li.more-features > div {
  width: 505px; }

.instant-comparison-filter-label > div:not(:first-child),
#instant-comparison-filter li > div.cost,
#instant-comparison-filter li > div.check {
  width: 87px;
  text-align: center; }

#instant-comparison-filter li > div.cost.pixafy {
  color: #30b387;
  font-weight: 700; }

#instant-comparison-filter li.more-features > div.check:not(:first-child) {
  width: 83px; }

#instant-comparison-filter li > div.check.checked {
  background: url(../../images/temp-images/icons/check_green_icon.png) center no-repeat; }

#instant-comparison-filter li > div.check {
  background: url(../../images/temp-images/icons/grey_dot_icon.png) center no-repeat; }

#instant-comparison-filter li > div:last-child,
.instant-comparison-filter-label > div:last-child {
  border-right: 0; }

.pixafy-payment-gateways .features-list,
.pixafy-payment-gateways .features-list li {
  padding-bottom: 0; }

.pixafy-payment-gateways .features-list {
  padding-top: 70px; }

.pixafy-payment-gateways .section-subtitle {
  text-align: center;
  font-weight: 500;
  color: #767676; }

@media only screen and (max-width: 992px) {
  .pixafy-payment-gateways .grid-section {
    padding-left: 72px; }
  .pixafy-payment-gateways .links-list-item {
    padding: 0 10px 15px 0; }
  .pixafy-payment-gateways .links-list-item {
    display: inline-block;
    float: left; } }

.world-map {
  margin: 75px auto;
  background: url(../../images/temp-images/gateway-imgs.png) no-repeat -39px -421px;
  width: 641px;
  height: 312px; }

.featured-payment-image {
  margin: 75px auto;
  background: url(../../images/temp-images/gateway-imgs.png) no-repeat -33px -148px;
  width: 532px;
  height: 267px; }

.country-item {
  padding: 0 10px 25px 0;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  list-style: none; }

.links-list {
  height: 476px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3; }

.links-list-item {
  padding: 0 10px 28px 0;
  vertical-align: top;
  font-size: 16px;
  width: 308px;
  font-weight: 600; }

.links-list-item {
  list-style: none; }

.links-list-item a {
  color: #01bc9b; }

.gateway-partners .col:last-child {
  width: 20%;
  margin-left: 12%; }

.gateway-partners .col:first-child {
  padding-left: 0;
  margin-left: 0; }

.gateway-partners .span_1_of_3 {
  width: 24.2%; }

.gateway-partners .col {
  padding-left: 19%; }

.payment-countries .col {
  margin-right: 0.6%; }

.payment-countries .col:last-child {
  width: 11.1%;
  margin-right: 0; }

.payment-countries .span_1_of_6 {
  width: 15.5%; }

.pixafy-payment-gateways .features-list li {
  padding: 0 10px 50px 0; }

.horizontal-image-boxes {
  text-align: center;
  margin-bottom: 0; }

.horizontal-image-box {
  display: inline-block;
  margin-right: 92px;
  vertical-align: middle; }
  @media only screen and (max-width: 992px) {
    .horizontal-image-box {
      margin: 25px;
      display: inline-block; }
      .horizontal-image-box.last-child {
        margin: 25px auto; } }

.horizontal-image-box.paypal {
  background: url(../../images/gateway-imgs.png) no-repeat -23px -12px;
  width: 50px;
  height: 48px; }

.horizontal-image-box.sagepay {
  background: url(../../images/gateway-imgs.png) no-repeat -89px -35px;
  width: 111px;
  height: 26px; }

.horizontal-image-box.robokassa {
  background: url(../../images/gateway-imgs.png) no-repeat -232px -40px;
  width: 103px;
  height: 12px; }

.horizontal-image-box.eway {
  background: url(../../images/gateway-imgs.png) no-repeat -355px -22px;
  width: 96px;
  height: 43px; }

.horizontal-image-box.amazon-payments {
  background: url(../../images/gateway-imgs.png) no-repeat -265px -89px;
  width: 73px;
  height: 39px; }

.horizontal-image-box.cartgate {
  background: url(../../images/gateway-imgs.png) no-repeat -353px -83px;
  width: 66px;
  height: 52px; }

.horizontal-image-box.authorize-net {
  background: url(../../images/gateway-imgs.png) no-repeat -464px -40px;
  width: 104px;
  height: 13px; }

.horizontal-image-box.first-data {
  background: url(../../images/gateway-imgs.png) no-repeat -429px -88px;
  width: 115px;
  height: 26px; }

.last-child {
  margin: 0; }

/*========================== LPQ Case Study ============================================*/
.chartreuse-bg {
  background: #a8a364;
  color: #fff; }

.lpq-case-study .logo-img-sm {
  width: 80px; }

.lpq-table {
  width: 100%;
  text-align: left; }

.lpq-table .price, .lpq-table .work {
  padding: 10px 25px 10px 40px;
  border-bottom: 1px solid #e9e9e6; }

.lpq-table .price {
  background: #e7e3ac; }

.lpq-table .work {
  background: #f8f7e8; }

.lpq-table .section-title-sm {
  color: #4A4A4A;
  padding: 20px 25px 10px 40px; }

.core-feat .col-md-4 {
  padding: 0 4%;
  text-align: center; }

.core-feat .icon {
  width: 92px;
  height: 92px;
  margin: 0 auto; }

.core-feat .pix-btn, .core-feat .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .core-feat input[type="submit"] {
  margin-top: 20px; }

.lpq-case-study.top-section .logo-img-md {
  margin-bottom: 10px; }

.lpq-case-study.core-feat .phone-num {
  font-weight: 700;
  font-size: 16px;
  color: #767676;
  margin-top: 20px;
  display: block; }

.phone-num, .phone-num:hover, .phone-num:visited, .phone-num:focus, .phone-num:active {
  cursor: default;
  text-decoration: none; }

.lpq-case-study.desktop-section ul {
  padding-left: 0;
  list-style-position: inside; }

.mobile-only-block, .lpq-case-study .mobile-only-block {
  display: none; }

@media only screen and (max-width: 992px) {
  .lpq-case-study.top-section .logo-img-md {
    width: 73px; }

  .desktop-only-block {
    display: none; }

  .mobile-only-block, .lpq-case-study .mobile-only-block {
    display: block; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .lpq-case-study.top-section .top-img-wrap {
    width: 86%; } }
@media only screen and (max-width: 992px) {
  .lpq-case-study.top-section .container, .lpq-case-study.top-section .container-tight, .lpq-case-study.top-section .container-tighter {
    padding-top: 130px; } }
/*=====================================================================================*/
/*========================== Affordable Magento Page (Magento Lander) =========================*/
/*.magento-lander .section-title {
  font-size: 36px;
  margin-bottom: 62px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 400;
  padding: 0 13%;
}*/
.subtitle-large.discount-info {
  font-size: 15px; }

.paypal-page-logo-section .icon {
  margin: 0 auto; }

.magento-lander ul {
  padding-left: 0;
  list-style-position: inside; }

.paypal-page-logo-section .icon.icon-pixafy img {
  height: 40px; }

.paypal-page-logo-section .icon.icon-magento img {
  height: 35px;
  margin-top: 3px; }

.paypal-page-logo-section .icon.icon-paypal img {
  height: 30px;
  margin-top: 6px; }

.magento-lander .features-list {
  padding: 20px 0 0 0; }

.magento-lander.features-list-section .two-col {
  margin: 0 0 20px 0; }

.magento-lander .logos-block {
  width: 255px; }

@media only screen and (min-width: 992px) {
  .magento-lander .text-wrapper {
    width: 415px; } }
/*===========================================================================================================*/
/*==========================  Paypal Page =========================*/
.paypal-magento-section .span_1_of_2 {
  width: 42%;
  text-align: center; }

.main-nav .btn.blue-btn:hover {
  background: #2A5685; }

.paypal-lander .green-bg, .paypal-lander.green-bg {
  background: #01BC9B; }

.main-nav .btn.blue-btn {
  background: #32669e;
  color: #fff; }

.paypal-lander .signup-form-element .submit:hover {
  background: #2A5685; }

.paypal-lander .signup-form-element .submit {
  background: #32669e;
  border-color: #32669e; }

.paypal-page-logo-section .paypal-logo-sm {
  background: url(../../images/temp-images/sprites/paypal-page.png) no-repeat -274px -56px;
  width: 111px;
  height: 73px; }

.paypal-page-logo-section .pixafy-logo-sm {
  background: url(../../images/temp-images/sprites/paypal-page.png) no-repeat -167px -56px;
  width: 76px;
  height: 73px; }

.paypal-page-logo-section .magento-logo-sm {
  background: url(../../images/temp-images/sprites/paypal-page.png) no-repeat -23px -58px;
  width: 109px;
  height: 73px; }

.logo-sm {
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  box-sizing: content-box;
  border-right: 1px solid #ccc; }

.paypal-page-logo-section .container, .paypal-page-logo-section .container-tight, .paypal-page-logo-section .container-tighter {
  padding: 40px 0; }

.logos-block {
  margin: 0 auto;
  width: 427px; }

.logo-sm:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0; }

.paypal-page-logo-section.core-feat .icon {
  width: 50%;
  margin: 0 auto;
  height: auto; }

.paypal-lander .instant-migration-trial.pix-content-block .infoWrap h5, .magento-lander .instant-migration-trial.pix-content-block .infoWrap h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 28px;
  margin-bottom: 10px; }

.feat-customer .section-btn {
  margin-top: 20px; }

.paypal-logo-lg {
  background: url(../../images/temp-images/sprites/paypal-page.png) no-repeat -463px -208px;
  width: 238px;
  height: 79px; }

.paypal-magento-section h4 {
  text-align: center; }

.paypal-magento-section .infoAnimate {
  line-height: 40px;
  margin-bottom: 20px; }

.magento-logo-lg {
  background: url(../../images/temp-images/sprites/paypal-page.png) no-repeat -463px -92px;
  width: 259px;
  height: 79px; }

.paypal-magento-section p {
  line-height: 26px; }

.paypal-lander .migration-signup-form .signup-form input.submit {
  color: #01BC9B; }

.paypal-lander .migration-signup-form .signup-form input.submit:hover {
  background: #01BC9B; }

@media only screen and (min-width: 992px) {
  .paypal-page.paypal-magento-section .col-md-6 {
    padding: 0 2%; } }
@media only screen and (min-width: 1200px) {
  .paypal-page.paypal-magento-section .col-md-6 {
    padding: 0 5%; } }
/*==========================================================================================*/
@media only screen and (min-width: 992px) {
  .agency-partners-page.desktop-section .text-wrapper {
    width: 430px; } }
.partners-page .cpt-loop-elem-partners {
  height: 380px;
  width: 360px;
  margin: 0 0 60px 60px; }
  @media only screen and (max-width: 1200px) {
    .partners-page .cpt-loop-elem-partners {
      width: 330px;
      margin: 0 0 60px 28px; } }
  @media only screen and (max-width: 768px) {
    .partners-page .cpt-loop-elem-partners {
      margin: 0 auto 28px; } }
@media only screen and (max-width: 992px) {
  .partners-page .pix-col {
    text-align: left; } }
.partners-page .cpt-loop-elem li, .partners-page .cpt-loop-elem p {
  line-height: 1.42;
  padding: 0;
  font-size: 15px; }
.partners-page .cpt-loop-elem .parag-title, .partners-page .cpt-loop-elem .contact-partner-modal div.wpcf7-mail-sent-ok, .contact-partner-modal .partners-page .cpt-loop-elem div.wpcf7-mail-sent-ok, .partners-page .cpt-loop-elem .cpt-page .features-sidebar .cat-item a, .cpt-page .features-sidebar .cat-item .partners-page .cpt-loop-elem a, .partners-page .cpt-loop-elem .footer-widget-area .widget-area .widget-title, .footer-widget-area .widget-area .partners-page .cpt-loop-elem .widget-title, .partners-page .cpt-loop-elem .apps-page .features-sidebar .cat-item a, .apps-page .features-sidebar .cat-item .partners-page .cpt-loop-elem a, .partners-page .cpt-loop-elem .apps-page .app-content-section h3, .apps-page .app-content-section .partners-page .cpt-loop-elem h3 {
  padding-left: 15px; }
.partners-page .cpt-loop-elem .cpt-loop-elem-desc {
  padding: 30px 5px; }
.partners-page .features-sidebar {
  padding-left: 80px; }
  @media only screen and (max-width: 1200px) {
    .partners-page .features-sidebar {
      padding-left: 55px; } }
  .partners-page .features-sidebar .pix-btn, .partners-page .features-sidebar .contact-partner-modal .wpcf7-form input[type="submit"], .contact-partner-modal .wpcf7-form .partners-page .features-sidebar input[type="submit"] {
    padding: 11px 16px 9px; }
.partners-page .cpt-single-sidebar .section-parag-sm, .partners-page .cpt-single-sidebar .feature-parag, .partners-page .cpt-single-sidebar .pix-tabs.nav li a, .pix-tabs.nav li .partners-page .cpt-single-sidebar a, .partners-page .cpt-single-sidebar .cpt-page .cpt-loop-elem li, .cpt-page .cpt-loop-elem .partners-page .cpt-single-sidebar li {
  padding: 0; }
.partners-page .cpt-single-sidebar ul {
  list-style-position: inside;
  padding-left: 20px; }
.partners-page .cpt-content-partners ul {
  padding-left: 60px; }

/*# sourceMappingURL=zoeycommerce-0.1.0.css.map */
