/* Minification failed. Returning unminified contents.
(2428,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2429,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2430,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2431,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
.landing-support-customers {
  top: 170px;
  right: 100px;
  width: 352px;
  height: 312px;
  position: absolute;
  background: url(img/landing/support@1x.png) center center no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-support-customers {
    background-image: url("img/landing/support@2x.png");
    background-size: 352px 312px;
  }
}
@media (max-width: 1300px) {
  .landing-support-customers {
    background-size: 90%;
  }
}
@media (max-width: 1200px) {
  .landing-support-customers {
    top: 280px;
    right: 50px;
  }
}
@media (max-width: 900px) {
  .landing-support-customers {
    position: relative;
    margin: 0 50px -100px auto;
    right: 0;
    top: 0;
  }
}

/* Support */
.landing-support-section {
  padding-bottom: 0;
  overflow: hidden;
}

.landing-support-bg {
  background: #dcf2fc;
}

.landing-support {
  position: relative;
  padding: 80px 0 200px 0;
  background: -webkit-linear-gradient(#fff, #dcf2fc);
  background: -moz-linear-gradient(#fff, #dcf2fc);
  background: linear-gradient(#fff, #dcf2fc);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1200px) and (min-width: 900px) {
  .landing-support {
    padding-bottom: 300px;
  }
}

.landing-support-background {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
  width: 685px;
  height: 336px;
  max-width: 100%;
  background: url(img/landing/support-bck@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-support-background {
    background-image: url("img/landing/support-bck@2x.png");
    background-size: 100% auto;
  }
}

.home-page-support-section .landing-support,
.products-support-section .landing-support {
  background: none;
}

.landing-support-img {
  display: block;
  margin-bottom: 50px;
  padding-bottom: 210px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 200px;
}
@media (min-width: 768px) {
  .landing-support-img {
    min-height: 380px;
  }
}
@media (max-width: 480px) {
  .landing-support-img {
    padding-bottom: 110px;
    background-size: auto 100px;
  }
}

.landing-support-img:hover,
.landing-support-img:focus {
  text-decoration: none;
}

.landing-support-img p {
  color: #4d4d4d;
}

.landing-support-img-download {
  background-image: url(img/landing/support-download.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-support-img-download {
    background-image: url("img/landing/support-download@2x.png");
  }
}

.landing-support-img-buoy {
  background-image: url(img/landing/support-buoy.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-support-img-buoy {
    background-image: url("img/landing/support-buoy@2x.png");
  }
}

.landing-support-img-stackoverflow {
  background-image: url(img/landing/support-stackoverflow.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-support-img-stackoverflow {
    background-image: url("img/landing/support-stackoverflow@2x.png");
  }
}

/* Navigation buttons - Support section*/
.customers-nav-btn {
  position: absolute;
  z-index: 2;
  top: 254px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  border-radius: 48px;
  font-size: 40px;
  color: #4d4d4d;
  cursor: pointer;
}
@media (max-width: 768px) {
  .customers-nav-btn {
    display: none;
  }
}

.customers-nav-btn:before {
  font-size: 50px;
}

.customers-nav-btn.customers-nav-disabled {
  opacity: 0.3;
  background: none;
  cursor: not-allowed;
}

.customers-nav-right {
  right: 432px;
}
@media (max-width: 1200px) {
  .customers-nav-right {
    right: 282px;
  }
}
@media (max-width: 900px) {
  .customers-nav-right {
    right: 75px;
  }
}

.customers-nav-left {
  left: 82px;
}
@media (max-width: 1200px) {
  .customers-nav-left {
    left: 32px;
  }
}
@media (max-width: 900px) {
  .customers-nav-left {
    left: 82px;
  }
}

/*# sourceMappingURL=landing.support.css.map */

/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
.landing-support-customers {
  top: 170px;
  right: 100px;
  width: 352px;
  height: 312px;
  position: absolute;
  background: url(img/landing/support@1x.png) center center no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-support-customers {
    background-image: url("img/landing/support@2x.png");
    background-size: 352px 312px;
  }
}
@media (max-width: 1300px) {
  .landing-support-customers {
    background-size: 90%;
  }
}
@media (max-width: 1200px) {
  .landing-support-customers {
    top: 280px;
    right: 50px;
  }
}
@media (max-width: 900px) {
  .landing-support-customers {
    position: relative;
    margin: 0 50px -100px auto;
    right: 0;
    top: 0;
  }
}

body {
  text-align: center;
}

/* Header */
.landing-home .page-planet {
  min-height: 800px;
}

.landing-home .page-planet-fix {
  height: 400px;
  margin-bottom: -400px;
}

.landing-home .page-planet-c {
  top: 0;
  margin-top: -54px;
}

.landing-frameworks {
  padding: 0 30px;
  min-height: 197px;
}

.landing-home-main {
  max-width: 1600px;
}

.landing-home .header-sticky-nav {
  float: none;
}

.page-section .landing-home-p {
  color: #777;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.03rem;
  line-height: 35px;
}

.page-section .landing-main-p {
  color: #777;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.05rem;
}

.page-section .landing-main-title {
  color: #0D3A5F;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -0.1rem;
  line-height: 1.1;
}

.purple-gray-bg {
  background-color: #edf0ff;
}

.page-section-old-way {
  padding-top: 0;
}
.page-section-old-way .light-bck-top {
  padding-top: 70px;
}

/* Mobile view main section */
.landing-home-problem-c-mobile {
  margin: 50px 0 50px -15%;
}
@media (min-width: 992px) {
  .landing-home-problem-c-mobile {
    margin: 0 0 0 -15%;
  }
}

.landing-home-problem-mobile {
  max-width: 745px;
  max-height: 500px;
  margin: 0 auto;
  padding-top: 67.11%;
  background: url(img/landing/problem@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-problem-mobile {
    background-image: url("img/landing/problem@2x.png");
  }
}

.landing-home-solution-c-mobile {
  margin: 50px -20% 50px 0;
}
@media (min-width: 992px) {
  .landing-home-solution-c-mobile {
    margin: 0 -20% 0 0;
  }
}

.landing-home-solution-mobile {
  max-width: 702px;
  max-height: 457px;
  padding-top: 65.09%;
  margin: 0 auto;
  background: url(img/landing/solution@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-solution-mobile {
    background-image: url("img/landing/solution@2x.png");
  }
}

/***************************/
.landing-home-problem-c {
  height: 509px;
  margin: 150px 0 0 0;
  position: relative;
}
@media (max-width: 992px) {
  .landing-home-problem-c {
    margin-top: 130px;
  }
}

.landing-home-problem {
  width: 882px;
  height: 100%;
  margin: 0 auto;
  background: url(img/home/problem@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-problem {
    background-image: url("img/home/problem@2x.png");
  }
}
@media (max-width: 1090px) {
  .landing-home-problem {
    width: 700px;
  }
}
@media (max-width: 990px) {
  .landing-home-problem {
    width: auto;
  }
}
@media (max-width: 515px) {
  .landing-home-problem {
    width: 600px;
    margin-left: -60px;
  }
}

.home-switch {
  position: relative;
  top: -80px;
  left: 430px;
  width: 196px;
  height: 57px;
  background: url(img/home/switch@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-switch {
    background-image: url("img/home/switch@2x.png");
  }
}
@media (max-width: 1090px) {
  .home-switch {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .home-switch {
    visibility: hidden;
  }
}

.home-to-this {
  position: relative;
  top: 0;
  left: 0;
  width: 114px;
  height: 56px;
  background: url(img/home/to-this@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-to-this {
    background-image: url("img/home/to-this@2x.png");
  }
}
@media (max-width: 767px) {
  .home-to-this {
    visibility: hidden;
  }
}

.landing-home-abandoned {
  position: relative;
  top: -115px;
  right: 140px;
  width: 417px;
  height: 130px;
  background: url(img/home/abandoned@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-abandoned {
    background-image: url("img/home/abandoned@2x.png");
  }
}
@media (max-width: 1090px) {
  .landing-home-abandoned {
    top: -90px;
    right: 150px;
  }
}
@media (max-width: 992px) {
  .landing-home-abandoned {
    top: -140px;
    right: -40px;
  }
}

.landing-home-deadline {
  position: relative;
  top: -155px;
  right: -630px;
  width: 397px;
  height: 129px;
  background: url(img/home/deadline@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-deadline {
    background-image: url("img/home/deadline@2x.png");
  }
}
@media (max-width: 1180px) {
  .landing-home-deadline {
    top: -130px;
    right: -590px;
  }
}
@media (max-width: 1090px) {
  .landing-home-deadline {
    top: -100px;
    right: -490px;
  }
}
@media (max-width: 1060px) {
  .landing-home-deadline {
    top: -140px;
    right: -410px;
  }
}
@media (max-width: 870px) {
  .landing-home-deadline {
    visibility: hidden;
  }
}

.landing-home-platform {
  position: relative;
  top: 40px;
  right: 50px;
  width: 306px;
  height: 79px;
  background: url(img/home/platform@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-platform {
    background-image: url("img/home/platform@2x.png");
  }
}
@media (max-width: 1090px) {
  .landing-home-platform {
    top: 10px;
    right: 30px;
  }
}
@media (max-width: 750px) {
  .landing-home-platform {
    visibility: hidden;
  }
}

.home-arrow-solution {
  position: relative;
  top: 80px;
  left: 680px;
  width: 48px;
  height: 92px;
  background: url(img/home/arrow-solution@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-arrow-solution {
    background-image: url("img/home/arrow-solution@2x.png");
  }
}
@media (max-width: 1090px) {
  .home-arrow-solution {
    top: 50px;
    left: 530px;
  }
}
@media (max-width: 767px) {
  .home-arrow-solution {
    display: none;
  }
}

.home-amazing {
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-amazing .container {
    width: auto;
  }
}

@media (max-width: 767px) {
  .home-amazing .landing-home-p {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .home-start-trial {
    text-align: center;
  }
}

.landing-home-solution-small {
  display: none;
}
@media (max-width: 767px) {
  .landing-home-solution-small {
    display: block;
  }
}

@media (max-width: 767px) {
  .landing-home-solution-large {
    display: none;
  }
}

.home-solution {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .home-solution {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .home-solution {
    padding-top: 140px;
  }
}

.landing-home-solution-c {
  height: 313px;
  position: relative;
}

.landing-home-solution {
  width: 505px;
  height: 100%;
  margin: 0 auto;
  background: url(img/home/solution@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-solution {
    background-image: url("img/home/solution@2x.png");
  }
}
@media (max-width: 1090px) and (min-width: 767px) {
  .landing-home-solution {
    width: auto;
  }
}
@media (max-width: 515px) {
  .landing-home-solution {
    width: auto;
  }
}

.landing-home-polished {
  position: relative;
  top: -50px;
  right: -315px;
  width: 252px;
  height: 89px;
  background: url(img/home/polished@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-polished {
    background-image: url("img/home/polished@2x.png");
  }
}
@media (max-width: 1320px) {
  .landing-home-polished {
    top: -56px;
    right: -300px;
  }
}
@media (max-width: 1280px) {
  .landing-home-polished {
    top: -90px;
    right: -260px;
  }
}
@media (max-width: 1090px) {
  .landing-home-polished {
    right: -50%;
  }
}
@media (max-width: 992px) {
  .landing-home-polished {
    right: -40%;
    top: -96px;
  }
}
@media (max-width: 767px) {
  .landing-home-polished {
    right: -240px;
    top: -130px;
  }
}
@media (max-width: 515px) {
  .landing-home-polished {
    top: -170px;
    margin: 0 auto;
    right: auto;
  }
}

.landing-home-professional {
  position: relative;
  top: 130px;
  right: -20px;
  width: 226px;
  height: 103px;
  background: url(img/home/professional@1x.png) center top no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-home-professional {
    background-image: url("img/home/professional@2x.png");
  }
}

.landing-frameworks-plug {
  background: url(img/landing/plug@1x.png) center right no-repeat;
  background-size: 41.66666667% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-frameworks-plug {
    background-image: url("img/landing/plug@2x.png");
  }
}
@media (min-width: 1600px) {
  .landing-frameworks-plug {
    background-size: 678px auto;
  }
}
@media (max-width: 991px) {
  .landing-frameworks-plug {
    padding-bottom: 217px;
    background-position: bottom right;
    background-size: 678px auto;
  }
}
@media (max-width: 700px) {
  .landing-frameworks-plug {
    padding-bottom: 32%;
    background-size: 96% auto;
  }
}

/* Phones */
.sample-phone-ios {
  position: relative;
  left: 50%;
  width: 265px;
  height: 541px;
  padding-top: 66px;
  padding-left: 17px;
  margin-left: -132px;
  background: url(img/landing/phone-ios.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-ios {
    background-image: url("img/landing/phone-ios@2x.png");
  }
}

.sample-phone-android {
  position: relative;
  left: 50%;
  width: 287px;
  height: 580px;
  padding-top: 56px;
  padding-left: 12px;
  margin-left: -144px;
  background: url(img/landing/phone-android.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-android {
    background-image: url("img/landing/phone-android@2x.png");
  }
}

.sample-phone-wp {
  position: relative;
  left: 50%;
  width: 290px;
  height: 568px;
  padding-top: 64px;
  padding-left: 15px;
  margin-left: -145px;
  background: url(img/landing/phone-wp.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-wp {
    background-image: url("img/landing/phone-wp@2x.png");
  }
}

.sample-phone-img {
  position: absolute;
  display: block;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sample-phone-ios .sample-phone-img {
  width: 230px;
  height: 410px;
}

.sample-phone-android .sample-phone-img {
  width: 261px;
  height: 462px;
}

.sample-phone-wp .sample-phone-img {
  width: 256px;
  height: 453px;
}

.sample-desktop {
  position: relative;
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 24px solid #666;
  border-radius: 10px;
}

.sample-desktop-btn {
  position: absolute;
  top: -16px;
  left: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
}

.sample-desktop-btn:nth-child(1) {
  left: 24px;
}

.sample-desktop-btn:nth-child(2) {
  left: 40px;
}

.sample-desktop-img {
  width: 100%;
  padding-top: 56.47%;
  background-size: contain;
}

.sample-phone-img-simple {
  background-image: url(img/landing/code-simple.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-img-simple {
    background-image: url("img/landing/code-simple@2x.png");
  }
}

.sample-phone-img-complex {
  background-image: url(img/landing/code-complex.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-img-complex {
    background-image: url("img/landing/code-complex@2x.png");
  }
}

.sample-phone-img-calendar {
  background-image: url(img/landing/calendar@1x.jpg);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-img-calendar {
    background-image: url("img/landing/calendar@2x.jpg");
  }
}

/* Code samples */
.page-section .code-sample {
  max-height: 400px;
  margin: 50px 0;
  padding: 15px;
  border: 0;
  border-radius: 0;
  text-align: left;
  word-wrap: normal;
}

/* Tabs */
.landing-tabs {
  display: inline-block;
  padding: 30px 0;
  font-weight: 400;
}

.landing-tabs > .landing-tab {
  display: inline-block;
  float: none;
}

.landing-tabs > .landing-tab > a,
.landing-tabs > .landing-tab > a:hover,
.landing-tabs > .landing-tab > a:focus {
  margin: 0 10px;
  padding: 10px 5px;
  background: none;
  border-radius: 0;
  color: #4d4d4d;
  text-transform: uppercase;
}

.landing-tabs > .landing-tab.active > a,
.landing-tabs > .landing-tab.active > a:hover,
.landing-tabs > .landing-tab.active > a:focus {
  color: #b80602;
  background: url(img/landing/subnav-active.png) center bottom repeat-x;
}

.landing-tabs > .gen-btn {
  display: inline-block;
  float: none;
  margin: 5px;
  padding: 0;
}

.landing-tabs > .gen-btn > a,
.landing-tabs > .gen-btn > a:hover,
.landing-tabs > .gen-btn > a:focus {
  padding: 6px 12px;
  background: none;
  color: inherit;
}

/* Get started */
.landing-section {
  margin: 50px 0;
  position: relative;
}
.landing-section p {
  color: #495061;
}
.landing-section .landing-hero-signature {
  font-size: 20px;
  margin-top: 35px;
}
.landing-section .tom {
  background: url(img/landing/clouds.png) center 80% no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-section .tom {
    background-image: url("img/landing/clouds@2x.png");
    background-size: 3000px 161px;
  }
}
.landing-section .testim {
  position: absolute;
}
.landing-section .testim-bg {
  top: -40px;
  left: -40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .landing-section .testim-bg {
    left: 10%;
  }
}
.landing-section .testim-1 {
  bottom: -15px;
  left: 210px;
}
@media (max-width: 992px) {
  .landing-section .testim-1 {
    left: 140px;
  }
}
@media (max-width: 767px) {
  .landing-section .testim-1 {
    left: 55%;
  }
}
.landing-section .testim-2 {
  bottom: -60px;
  left: 260px;
}
@media (max-width: 992px) {
  .landing-section .testim-2 {
    left: 180px;
  }
}
@media (max-width: 767px) {
  .landing-section .testim-2 {
    left: 60%;
  }
}
.landing-section .testim-3 {
  bottom: 0;
  right: 150px;
}
.landing-section .testim-4 {
  bottom: 70px;
  right: 0;
}
.landing-section .testim-tom-img {
  width: 252px;
  height: 307px;
}
@media (max-width: 1100px) {
  .landing-section .testim-tom-img {
    width: 176px;
    height: 215px;
  }
}
@media (max-width: 767px) {
  .landing-section .testim-txt {
    margin: 70px 20px 0 20px;
  }
}

.landing-code {
  background: url(img/landing/clouds.png) center 80% no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-code {
    background-image: url("img/landing/clouds@2x.png");
    background-size: 3000px 161px;
  }
}

.landing-code .landing-benefit {
  margin: 0;
}

.landing-benefit .read-more-btn {
  border-radius: 10px;
  margin: 50px auto 0 auto;
  font-weight: 600;
}
.landing-benefit .read-more-btn .micons {
  padding-right: 0;
  padding-left: 12px;
}

.landing-code .code-sample {
  margin: 20px 0;
}

.landing-hero {
  margin-top: 70px;
  background: url(img/landing/hero-tom.png) bottom right no-repeat #00cef2;
  background-size: auto 100%;
}
@media (max-width: 1100px) {
  .landing-hero {
    padding-bottom: 46.65%;
    background-size: 100% auto, auto;
  }
}

.landing-hero-logo {
  width: 190px;
  height: 41px;
  margin-bottom: 30px;
  background: url(img/clients/blueleaf@1x.png);
  background-size: 190px 41px;
}

.landing-hero .landing-hero-signature {
  margin-top: 30px;
  color: #fff;
  font-size: 28px;
}

/* Features */
.landing-features {
  padding: 30px 50px;
  background: #011742;
}
@media (max-width: 480px) {
  .landing-features {
    padding: 30px;
    text-align: left;
  }
}

.landing-features h2,
.landing-features h3,
.landing-features p {
  color: #fff;
}

.landing-features h3 {
  font-size: 17px;
  font-weight: 400;
}

.landing-feature-group {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: left;
}

.landing-feature-group p {
  font-size: 15px;
}

.landing-features .landing-feature {
  display: block;
  padding: 20px 30px;
  border: 1px solid transparent;
  text-decoration: none;
}
@media (max-width: 767px) {
  .landing-features .landing-feature {
    width: 50%;
    float: left;
  }
  .landing-features .landing-feature:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) {
  .landing-features .landing-feature {
    width: 100%;
    float: none;
    margin: 5px 0;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .landing-features .landing-feature:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .landing-features .landing-feature:nth-child(3n+1) {
    clear: none;
  }
  .landing-features .landing-feature:nth-child(4n+1) {
    clear: left;
  }
}

.landing-features .landing-feature-large {
  padding-top: 1px;
  margin-top: -11px;
}

.landing-feature p {
  color: #d6eeff;
}

.landing-feature-tag {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.landing-features .home-pricing-btn {
  border-color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  margin: 20px 0;
}

.landing-features .home-pricing-btn:hover {
  background: #fff;
  color: #011742;
}

.landing-features .landing-feature-group p {
  font-size: 15px;
}

.no-touch a.landing-feature:hover {
  border: 1px solid #fff;
  border-radius: 6px;
  text-decoration: none;
}
.no-touch a.landing-feature:hover p, .no-touch a.landing-feature:hover h3,
.no-touch a.landing-feature:hover .feature:before {
  color: #fff;
}

.page-section-components {
  padding-bottom: 0;
}

/* Testimonials */
.landing-testim .customers-love-cont {
  padding: 50px 0;
}

.landing-testim .cust-op {
  font-size: 18px;
}

/* CTA Bottom */
.landing-bottom {
  padding-top: 200px;
  background: -webkit-linear-gradient(#fff, #dcf2fc);
  background: -moz-linear-gradient(#fff, #dcf2fc);
  background: linear-gradient(#fff, #dcf2fc);
}
.landing-bottom .testim {
  position: absolute;
}

.landing-cta-bottom {
  padding-bottom: 314px;
  background: url(img/landing/customers-bottom.png) center bottom no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landing-cta-bottom {
    background-image: url("img/landing/customers-bottom@2x.png");
    background-size: 638px 264px;
  }
}
@media (max-width: 600px) {
  .landing-cta-bottom {
    padding-bottom: 60.31%;
    background-size: 100% auto;
  }
}

@media (min-width: 1000px) {
  .landing-demos .container-fluid {
    width: 90%;
    max-width: 1800px;
  }
}
.landing-demos .mbsc-grid {
  padding-left: 100px;
  text-align: left;
}
@media (max-width: 1850px) {
  .landing-demos .mbsc-grid {
    max-width: 850px;
  }
  .landing-demos .mbsc-grid .mbsc-col-xl-6 {
    flex: auto;
    max-width: initial;
  }
}
.landing-demos svg {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -80px;
  top: -16px;
}
.landing-demos svg path {
  fill: #011742;
  stroke-width: 0;
  opacity: 1;
}
.landing-demos h3 {
  color: #011742;
  margin: 100px 0 20px 0;
}
.landing-demos .landing-demos-title {
  position: relative;
}
.landing-demos .landing-demos-btn {
  border-radius: 10px;
  font-weight: 600;
  margin: 10px 20px 10px 0;
}
.landing-demos .landing-demos-btn .micons {
  padding-right: 0;
  padding-left: 12px;
}
@media (max-width: 880px) {
  .landing-demos .landing-demos-btn {
    display: table;
    margin-bottom: 20px;
  }
}

/* Preorder */
.bullet-list {
  font-family: "myriad-pro", sans-serif, verdana;
  font-size: 17px;
}
.bullet-list li {
  margin-bottom: 7px;
}

.page-main .bullet-list {
  text-align: left;
}

.bottom-space-m {
  margin-bottom: 70px;
}

.preorder-cta-cont {
  text-align: left;
  margin: 40px 0 0 20px;
}

.preorder-btn-big {
  padding: 0.9em 4em;
  font-size: 19px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: normal;
}

.ember-example-section {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ember-example-section .bottom-right-sample {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ember-example-section .bottom-right-sample {
    padding-top: 270px;
  }
}
.ember-example-section .bottom-right-sample > .phone-sample {
  bottom: -100px;
  position: absolute;
  right: 0;
  left: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .ember-example-section .bottom-right-sample > .phone-sample {
    display: none;
  }
}
.ember-example-section .bottom-right-sample > .code-sample {
  position: absolute;
  right: 230px;
  bottom: 0;
  margin-bottom: 0;
  padding-right: 70px;
  min-width: 700px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ember-example-section .bottom-right-sample > .code-sample {
    min-width: 0;
    right: 263px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .ember-example-section .bottom-right-sample > .code-sample {
    position: static;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 0;
  }
}

.split-section {
  border-top: 1px solid #DEDEDE;
}

h2.title-sm {
  font-size: 28px;
}

p.minuscule-text {
  font-size: 16px;
  margin: 0;
}

.blue-love {
  background-color: #f6fbfd;
}

.heading-btn {
  cursor: default;
  margin: 10px;
}
@media (min-width: 403px) {
  .heading-btn {
    margin: -5px 0 0 15px;
  }
}
.heading-btn.gen-btn:hover {
  background: none;
  color: #011742;
}

/* Toolset */
.home-toolset-section {
  margin: 50px auto;
  max-width: 1300px;
}

.home-bubble {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 35px;
  background: url(img/home/dot@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-bubble {
    background-image: url("img/home/dot@2x.png");
  }
}

.home-comp-toolset {
  padding: 50px 0;
  height: 715px;
}
.home-comp-toolset .feature:before {
  color: white;
  font-size: 28px;
}
.home-comp-toolset h3 {
  display: inline-block;
  color: #011742;
  margin: 10px;
}
.home-comp-toolset p {
  font-size: 16px;
  color: #777;
  font-weight: 500;
  margin-bottom: 20px;
  min-height: 44px;
}
.home-comp-toolset .gen-btn {
  padding: 2px 5px;
}
@media (max-width: 767px) {
  .home-comp-toolset .gen-btn {
    margin-bottom: 100px;
  }
}

@media (max-width: 1005px) {
  .home-toolset-section .home-comp-toolset {
    width: 50%;
  }
}

.home-comp-toolset:hover,
.home-comp-toolset:active,
.home-comp-toolset:focus {
  text-decoration: none;
  cursor: pointer;
}

.home-toolset-images {
  overflow: hidden;
  padding-bottom: 0;
}

.home-toolset-images:after {
  display: none;
  content: url(img/home/toolset/calendar@1x.png) url(img/home/toolset/calendar@2x.png) url(img/home/toolset/calendar-hover@1x.png) url(img/home/toolset/calendar-hover@2x.png) url(img/home/toolset/color@1x.png) url(img/home/toolset/color@2x.png) url(img/home/toolset/color-hover@1x.png) url(img/home/toolset/color-hover@2x.png) url(img/home/toolset/datetime@1x.png) url(img/home/toolset/datetime@2x.png) url(img/home/toolset/datetime-hover@1x.png) url(img/home/toolset/datetime-hover@2x.png) url(img/home/toolset/eventcalendar@1x.png) url(img/home/toolset/eventcalendar@2x.png) url(img/home/toolset/eventcalendar-hover@1x.png) url(img/home/toolset/eventcalendar-hover@2x.png) url(img/home/toolset/forms@1x.png) url(img/home/toolset/forms@2x.png) url(img/home/toolset/forms-hover@1x.png) url(img/home/toolset/forms-hover@2x.png) url(img/home/toolset/grid-layout@1x.png) url(img/home/toolset/grid-layout@2x.png) url(img/home/toolset/grid-layout-hover@1x.png) url(img/home/toolset/grid-layout-hover@2x.png) url(img/home/toolset/image@1x.png) url(img/home/toolset/image@2x.png) url(img/home/toolset/image-hover@1x.png) url(img/home/toolset/image-hover@2x.png) url(img/home/toolset/listview@1x.png) url(img/home/toolset/listview@2x.png) url(img/home/toolset/listview-hover@1x.png) url(img/home/toolset/listview-hover@2x.png) url(img/home/toolset/measurement@1x.png) url(img/home/toolset/measurement@2x.png) url(img/home/toolset/measurement-hover@1x.png) url(img/home/toolset/measurement-hover@2x.png) url(img/home/toolset/navigation@1x.png) url(img/home/toolset/navigation@2x.png) url(img/home/toolset/navigation-hover@1x.png) url(img/home/toolset/navigation-hover@2x.png) url(img/home/toolset/number@1x.png) url(img/home/toolset/number@2x.png) url(img/home/toolset/number-hover@1x.png) url(img/home/toolset/number-hover@2x.png) url(img/home/toolset/numpad@1x.png) url(img/home/toolset/numpad@2x.png) url(img/home/toolset/numpad-hover@1x.png) url(img/home/toolset/numpad-hover@2x.png) url(img/home/toolset/optionlist@1x.png) url(img/home/toolset/optionlist@2x.png) url(img/home/toolset/optionlist-hover@1x.png) url(img/home/toolset/optionlist-hover@2x.png) url(img/home/toolset/range@1x.png) url(img/home/toolset/range@2x.png) url(img/home/toolset/range-hover@1x.png) url(img/home/toolset/range-hover@2x.png) url(img/home/toolset/rating@1x.png) url(img/home/toolset/rating@2x.png) url(img/home/toolset/rating-hover@1x.png) url(img/home/toolset/rating-hover@2x.png) url(img/home/toolset/scroller@1x.png) url(img/home/toolset/scroller@2x.png) url(img/home/toolset/scrollview-hover@1x.png) url(img/home/toolset/scrollview-hover@2x.png) url(img/home/toolset/scrollview@1x.png) url(img/home/toolset/scrollview@2x.png) url(img/home/toolset/scroller-hover@1x.png) url(img/home/toolset/scroller-hover@2x.png) url(img/home/toolset/select@1x.png) url(img/home/toolset/select@2x.png) url(img/home/toolset/select-hover@1x.png) url(img/home/toolset/select-hover@2x.png) url(img/home/toolset/timer@1x.png) url(img/home/toolset/timer@2x.png) url(img/home/toolset/timer-hover@1x.png) url(img/home/toolset/timer-hover@2x.png) url(img/home/toolset/timespan@1x.png) url(img/home/toolset/timespan@2x.png) url(img/home/toolset/timespan-hover@1x.png) url(img/home/toolset/timespan-hover@2x.png) url(img/home/toolset/treelist@1x.png) url(img/home/toolset/treelist@2x.png) url(img/home/toolset/treelist-hover@1x.png) url(img/home/toolset/treelist-hover@2x.png) url(img/home/toolset/widget@1x.png) url(img/home/toolset/widget@2x.png) url(img/home/toolset/widget-hover@1x.png) url(img/home/toolset/widget-hover@2x.png);
}

.toolset-comp {
  margin: -15px auto;
  height: 440px;
  width: 335px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 183px auto;
}

/* Toolset */
.home-toolset-calendar {
  background-image: url(img/home/toolset/calendar@1x.png);
}

.home-toolset-calendar:hover {
  background-image: url(img/home/toolset/calendar-hover@1x.png);
}

.home-toolset-cards {
  background-image: url(img/home/toolset/cards@1x.png);
}

.home-toolset-cards:hover {
  background-image: url(img/home/toolset/cards-hover@1x.png);
}

.home-toolset-color {
  background-image: url(img/home/toolset/color@1x.png);
}

.home-toolset-color:hover {
  background-image: url(img/home/toolset/color-hover@1x.png);
}

.home-toolset-datetime {
  background-image: url(img/home/toolset/datetime@1x.png);
}

.home-toolset-datetime:hover {
  background-image: url(img/home/toolset/datetime-hover@1x.png);
}

.home-toolset-eventcalendar {
  background-image: url(img/home/toolset/eventcalendar@1x.png);
}

.home-toolset-eventcalendar:hover {
  background-image: url(img/home/toolset/eventcalendar-hover@1x.png);
}

.home-toolset-forms {
  background-image: url(img/home/toolset/forms@1x.png);
}

.home-toolset-forms:hover {
  background-image: url(img/home/toolset/forms-hover@1x.png);
}

.home-toolset-grid-layout {
  background-image: url(img/home/toolset/grid-layout@1x.png);
}

.home-toolset-grid-layout:hover {
  background-image: url(img/home/toolset/grid-layout-hover@1x.png);
}

.home-toolset-image {
  background-image: url(img/home/toolset/image@1x.png);
}

.home-toolset-image:hover {
  background-image: url(img/home/toolset/image-hover@1x.png);
}

.home-toolset-listview {
  background-image: url(img/home/toolset/listview@1x.png);
}

.home-toolset-listview:hover {
  background-image: url(img/home/toolset/listview-hover@1x.png);
}

.home-toolset-measurement {
  background-image: url(img/home/toolset/measurement@1x.png);
}

.home-toolset-measurement:hover {
  background-image: url(img/home/toolset/measurement-hover@1x.png);
}

.home-toolset-navigation {
  background-image: url(img/home/toolset/navigation@1x.png);
}

.home-toolset-navigation:hover {
  background-image: url(img/home/toolset/navigation-hover@1x.png);
}

.home-toolset-number {
  background-image: url(img/home/toolset/number@1x.png);
}

.home-toolset-number:hover {
  background-image: url(img/home/toolset/number-hover@1x.png);
}

.home-toolset-numpad {
  background-image: url(img/home/toolset/numpad@1x.png);
}

.home-toolset-numpad:hover {
  background-image: url(img/home/toolset/numpad-hover@1x.png);
}

.home-toolset-optionlist {
  background-image: url(img/home/toolset/optionlist@1x.png);
}

.home-toolset-optionlist:hover {
  background-image: url(img/home/toolset/optionlist-hover@1x.png);
}

.home-toolset-range {
  background-image: url(img/home/toolset/range@1x.png);
}

.home-toolset-range:hover {
  background-image: url(img/home/toolset/range-hover@1x.png);
}

.home-toolset-rating {
  background-image: url(img/home/toolset/rating@1x.png);
}

.home-toolset-rating:hover {
  background-image: url(img/home/toolset/rating-hover@1x.png);
}

.home-toolset-scroller {
  background-image: url(img/home/toolset/scroller@1x.png);
}

.home-toolset-scroller:hover {
  background-image: url(img/home/toolset/scroller-hover@1x.png);
}

.home-toolset-scrollview {
  background-image: url(img/home/toolset/scrollview@1x.png);
}

.home-toolset-scrollview:hover {
  background-image: url(img/home/toolset/scrollview-hover@1x.png);
}

.home-toolset-select {
  background-image: url(img/home/toolset/select@1x.png);
}

.home-toolset-select:hover {
  background-image: url(img/home/toolset/select-hover@1x.png);
}

.home-toolset-timer {
  background-image: url(img/home/toolset/timer@1x.png);
}

.home-toolset-timer:hover {
  background-image: url(img/home/toolset/timer-hover@1x.png);
}

.home-toolset-timespan {
  background-image: url(img/home/toolset/timespan@1x.png);
}

.home-toolset-timespan:hover {
  background-image: url(img/home/toolset/timespan-hover@1x.png);
}

.home-toolset-treelist {
  background-image: url(img/home/toolset/treelist@1x.png);
}

.home-toolset-treelist:hover {
  background-image: url(img/home/toolset/treelist-hover@1x.png);
}

.home-toolset-widget {
  background-image: url(img/home/toolset/widget@1x.png);
}

.home-toolset-widget:hover {
  background-image: url(img/home/toolset/widget-hover@1x.png);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-toolset-calendar {
    background-image: url(img/home/toolset/calendar@2x.png);
  }

  .home-toolset-calendar:hover {
    background-image: url(img/home/toolset/calendar-hover@2x.png);
  }

  .home-toolset-cards {
    background-image: url(img/home/toolset/cards@2x.png);
  }

  .home-toolset-cards:hover {
    background-image: url(img/home/toolset/cards-hover@2x.png);
  }

  .home-toolset-color {
    background-image: url(img/home/toolset/color@2x.png);
  }

  .home-toolset-color:hover {
    background-image: url(img/home/toolset/color-hover@2x.png);
  }

  .home-toolset-datetime {
    background-image: url(img/home/toolset/datetime@2x.png);
  }

  .home-toolset-datetime:hover {
    background-image: url(img/home/toolset/datetime-hover@2x.png);
  }

  .home-toolset-eventcalendar {
    background-image: url(img/home/toolset/eventcalendar@2x.png);
  }

  .home-toolset-eventcalendar:hover {
    background-image: url(img/home/toolset/eventcalendar-hover@2x.png);
  }

  .home-toolset-forms {
    background-image: url(img/home/toolset/forms@2x.png);
  }

  .home-toolset-forms:hover {
    background-image: url(img/home/toolset/forms-hover@2x.png);
  }

  .home-toolset-grid-layout {
    background-image: url(img/home/toolset/grid-layout@2x.png);
  }

  .home-toolset-grid-layout:hover {
    background-image: url(img/home/toolset/grid-layout-hover@2x.png);
  }

  .home-toolset-image {
    background-image: url(img/home/toolset/image@2x.png);
  }

  .home-toolset-image:hover {
    background-image: url(img/home/toolset/image-hover@2x.png);
  }

  .home-toolset-listview {
    background-image: url(img/home/toolset/listview@2x.png);
  }

  .home-toolset-listview:hover {
    background-image: url(img/home/toolset/listview-hover@2x.png);
  }

  .home-toolset-measurement {
    background-image: url(img/home/toolset/measurement@2x.png);
  }

  .home-toolset-measurement:hover {
    background-image: url(img/home/toolset/measurement-hover@2x.png);
  }

  .home-toolset-navigation {
    background-image: url(img/home/toolset/navigation@2x.png);
  }

  .home-toolset-navigation:hover {
    background-image: url(img/home/toolset/navigation-hover@2x.png);
  }

  .home-toolset-number {
    background-image: url(img/home/toolset/number@2x.png);
  }

  .home-toolset-number:hover {
    background-image: url(img/home/toolset/number-hover@2x.png);
  }

  .home-toolset-numpad {
    background-image: url(img/home/toolset/numpad@2x.png);
  }

  .home-toolset-numpad:hover {
    background-image: url(img/home/toolset/numpad-hover@2x.png);
  }

  .home-toolset-optionlist {
    background-image: url(img/home/toolset/optionlist@2x.png);
  }

  .home-toolset-optionlist:hover {
    background-image: url(img/home/toolset/optionlist-hover@2x.png);
  }

  .home-toolset-range {
    background-image: url(img/home/toolset/range@2x.png);
  }

  .home-toolset-range:hover {
    background-image: url(img/home/toolset/range-hover@2x.png);
  }

  .home-toolset-rating {
    background-image: url(img/home/toolset/rating@2x.png);
  }

  .home-toolset-rating:hover {
    background-image: url(img/home/toolset/rating-hover@2x.png);
  }

  .home-toolset-scroller {
    background-image: url(img/home/toolset/scroller@2x.png);
  }

  .home-toolset-scroller:hover {
    background-image: url(img/home/toolset/scroller-hover@2x.png);
  }

  .home-toolset-scrollview {
    background-image: url(img/home/toolset/scrollview@2x.png);
  }

  .home-toolset-scrollview:hover {
    background-image: url(img/home/toolset/scrollview-hover@2x.png);
  }

  .home-toolset-select {
    background-image: url(img/home/toolset/select@2x.png);
  }

  .home-toolset-select:hover {
    background-image: url(img/home/toolset/select-hover@2x.png);
  }

  .home-toolset-timer {
    background-image: url(img/home/toolset/timer@2x.png);
  }

  .home-toolset-timer:hover {
    background-image: url(img/home/toolset/timer-hover@2x.png);
  }

  .home-toolset-timespan {
    background-image: url(img/home/toolset/timespan@2x.png);
  }

  .home-toolset-timespan:hover {
    background-image: url(img/home/toolset/timespan-hover@2x.png);
  }

  .home-toolset-treelist {
    background-image: url(img/home/toolset/treelist@2x.png);
  }

  .home-toolset-treelist:hover {
    background-image: url(img/home/toolset/treelist-hover@2x.png);
  }

  .home-toolset-widget {
    background-image: url(img/home/toolset/widget@2x.png);
  }

  .home-toolset-widget:hover {
    background-image: url(img/home/toolset/widget-hover@2x.png);
  }
}
/* Toolset hover position + size */
.home-toolset-calendar:hover {
  background-size: 309px 375px;
}

.home-toolset-cards:hover {
  background-size: 238px 374px;
}

.home-toolset-color:hover {
  background-size: 244px 388px;
}

.home-toolset-datetime:hover {
  background-size: 243px 378px;
}

.home-toolset-eventcalendar:hover {
  background-size: 272px 375px;
}

.home-toolset-forms:hover {
  background-size: 312px 432px;
}

.home-toolset-image:hover {
  background-size: 248px 427px;
  position: relative;
  left: 10px;
}

.home-toolset-listview:hover {
  background-size: 291px 375px;
}

.home-toolset-measurement:hover {
  background-size: 270px 375px;
}

.home-toolset-navigation:hover {
  background-size: 262px 401px;
}

.home-toolset-number:hover {
  background-size: 335px 377px;
  position: relative;
  left: -10px;
}

.home-toolset-numpad:hover {
  background-size: 264px 394px;
}

.home-toolset-optionlist:hover {
  background-size: 252px 413px;
  position: relative;
  top: -10px;
}

.home-toolset-range:hover {
  background-size: 264px 394px;
}

.home-toolset-rating:hover {
  background-size: 315px 395px;
  position: relative;
  left: 60px;
  top: -5px;
}

.home-toolset-scroller:hover {
  background-size: 264px 394px;
}

.home-toolset-scrollview:hover {
  background-size: 255px 406px;
  position: relative;
  top: -10px;
}

.home-toolset-select:hover {
  background-size: 264px 394px;
}

.home-toolset-timer:hover {
  background-size: 264px 394px;
}

.home-toolset-timespan:hover {
  background-size: 264px 394px;
}

.home-toolset-treelist:hover {
  background-size: 264px 394px;
}

.home-toolset-widget:hover {
  background-size: 264px 394px;
}

.toolset-subtitle {
  font-size: 20px;
  margin-bottom: 15px;
  color: #b80602;
}

/* reviews page */
.customers-opinions {
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fbfbfb;
  color: #135A92;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 30px 10px;
  font-weight: normal;
}

.hippo-logo {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 218px;
  height: 48px;
  background: url(img/reviews/hippopunk-logo@1x.png) center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .hippo-logo {
    background-image: url("img/reviews/hippopunk-logo@2x.png");
  }
}
@media (max-width: 1130px) and (min-width: 992px) {
  .hippo-logo {
    bottom: 30px;
  }
}
@media (max-width: 670px) {
  .hippo-logo {
    position: relative;
    left: 0;
  }
}

.blueleaf-logo {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 213px;
  height: 47px;
  background: url(img/reviews/blueleaf-logo@1x.png) center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .blueleaf-logo {
    background-image: url("img/reviews/blueleaf-logo@2x.png");
  }
}
@media (max-width: 1130px) and (min-width: 992px) {
  .blueleaf-logo {
    bottom: 30px;
  }
}
@media (max-width: 670px) {
  .blueleaf-logo {
    position: relative;
    left: 0;
  }
}

.quotation-marks-img {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 140px;
  height: 128px;
  background: url(img/reviews/quote@1x.png) center center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .quotation-marks-img {
    background-image: url("img/reviews/quote@1x.png");
  }
}

.reviews-trial-form .trial-starter-container {
  max-width: 700px;
}
.reviews-trial-form .trial-starter-input {
  width: 45%;
}
.reviews-trial-form .trial-starter-submit-btn {
  width: 55%;
}

/* rating section */
.page-section.rating-section {
  overflow: hidden;
  color: #fff;
  background: #011742;
  padding: 30px 0;
}
.page-section.rating-section .container {
  max-width: 900px;
}
.page-section.rating-section .gen-btn.gen-btn-default {
  margin-top: 20px;
  border-color: #fff;
  background: #fff;
}
@media (max-width: 767px) {
  .page-section.rating-section .gen-btn.gen-btn-default {
    margin-bottom: 30px;
  }
}
.page-section.rating-section .gen-btn.gen-btn-default:hover {
  color: #fff;
  background: #011742;
}

.rating-guy {
  position: absolute;
  top: 4px;
  left: 30px;
  width: 155px;
  height: 155px;
  background-image: url(img/landing/daniel@1x.png);
  background-size: 100%;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .rating-guy {
    background-image: url("img/landing/daniel@2x.png");
  }
}

/*# sourceMappingURL=landing.css.map */

/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
/* Pricing */
.landing-pricing {
  overflow: hidden;
}

.landing-price {
  margin-top: 40px;
  font-size: 44px;
  font-weight: normal;
}

.landing-pricing-btn {
  margin: 30px;
  padding: 8px 40px;
  background: none;
  border: 2px solid #f77f7f;
  color: #f77f7f;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.landing-pricing-btn:hover {
  background: #f77f7f;
  color: #fff;
}

.landing-pricing-lnk {
  color: #011742;
}

.landing-pricing-table {
  max-width: 500px;
  margin: 50px auto 0 auto;
  text-align: left;
  line-height: 26px;
}

.landing-pricing-row {
  position: relative;
  padding: 8px 16px;
  border-top: 1px solid #b6b6b6;
  font-size: 17px;
  font-weight: 400;
}

.landing-pricing-row:first-child {
  border-top: 0;
}

.landing-pricing-row:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
  font-size: 40px;
  line-height: 40px;
}

.landing-pricing-row.mbsc-ic-material-close:before {
  font-size: 22px;
  color: #b80602;
  right: 24px;
}

/*# sourceMappingURL=landing.pricing.css.map */

/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
/* Platforms */
.landing-platforms .svg,
.landing-frameworks .svg {
  display: inline-block;
  width: 25%;
  min-width: 80px;
  max-width: 130px;
  height: 110px;
  margin: 40px -2px;
}

.landing-platforms svg,
.landing-frameworks svg {
  height: 100%;
  width: 100%;
}

.landing-platforms .svg path,
.landing-frameworks .svg path {
  stroke-width: 0;
  fill: #c3d7fe;
  opacity: 1;
}

.landing-frameworks .svg.no-fill .st0 {
  fill: none;
  stroke-width: 2;
  stroke: #c3d7fe;
}

/*# sourceMappingURL=landing.platforms.css.map */

/* new-mobiscroll */
/* Theme select */
.demo-fullscreen .demo-theme-icons {
  display: inline-block;
  float: left;
  padding: 3px 0;
  margin: 0 15px;
}
.demo-fullscreen .demo-theme-icons .svg {
  position: relative;
  margin: 0 7px;
}
.demo-fullscreen .demo-theme-icons .svg-ios {
  top: -2px;
  margin-left: 0;
}
.demo-fullscreen .demo-theme-icons .svg-android {
  top: -1px;
}
.demo-fullscreen .demo-theme-icons .svg-mobiscroll {
  top: 3px;
}
.demo-fullscreen .demo-theme-icons .svg-wp {
  top: -2px;
  margin-right: 0;
}
.demo-fullscreen .demo-theme-select {
  display: inline-block;
}
.demo-fullscreen .demo-theme-light,
.demo-fullscreen .demo-theme-dark {
  display: inline-block;
  float: left;
  border-radius: 4px;
  margin: 0 3px;
}

.demo-theme-icons .svg-ios {
  width: 22px;
  height: 22px;
}
.demo-theme-icons .svg-android {
  width: 26px;
  height: 26px;
}
.demo-theme-icons .svg-mobiscroll {
  width: 30px;
  height: 30px;
}
.demo-theme-icons .svg-wp {
  width: 22px;
  height: 22px;
}

.demo-theme-icons svg {
  width: 100%;
  height: 100%;
}

.demo-theme-icons .svg path {
  fill: #adbcda;
  stroke: #adbcda;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.demo-switch-cont {
  display: inline-block;
  float: left;
  position: relative;
  top: 6px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

.demo-theme-switch {
  float: left;
  padding: 2px 0;
  border: 1px solid #777;
  border-radius: 6px;
}

.demo-theme-light,
.demo-theme-dark {
  cursor: pointer;
  text-transform: uppercase;
  color: #fcfdff;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.demo-switch-active,
.demo-theme-light:hover,
.demo-theme-dark:hover {
  background: #4e679a;
  color: #fcfdff;
}

.demo-theme-active .svg path,
.demo-theme-icons .svg:hover path {
  fill: #fcfdff;
  stroke: #fcfdff;
}

.demo-theme-icons .svg:hover,
.demo-theme-switch:hover {
  cursor: pointer;
}

/* Demo fullscreen view */
.demo-fullscreen {
  overflow-y: auto;
}

.demo-fullscreen,
.demo-fullscreen .empty-wrapper {
  height: 100%;
}

.demo-fullscreen .demo-wrapper,
.demo-fullscreen .demo-wrapper > input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.demo-fullscreen .demo-comp-agenda .demo-wrapper,
.demo-fullscreen .demo-comp-scheduler .demo-wrapper,
.demo-fullscreen .demo-comp-timeline .demo-wrapper,
.demo-fullscreen .demo-comp-eventcalendar .demo-wrapper {
  height: 100%;
}

.demo-fullscreen .download-demo-free {
  display: none;
}

.screenshot-mode .demo-wrapper {
  padding-bottom: 0 !important;
}

.screenshot-mode .toolbar-container {
  display: none;
}

/* bottom menu bar */
.fullscreen-demo-bar {
  background: #253849;
  height: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px;
  border-top: 1px solid #476a88;
  z-index: 7;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .fullscreen-demo-bar {
    display: none;
  }
}
.fullscreen-demo-bar .demo-theme-light, .fullscreen-demo-bar .demo-theme-dark,
.fullscreen-demo-bar .dropdown .toolbar-dropdown-quicknav {
  color: #fff;
}
.fullscreen-demo-bar .fullscreen-go-back-btn {
  float: right;
  text-transform: uppercase;
  top: 4px;
  border-color: #fff;
  color: #fff;
}
.fullscreen-demo-bar .demo-theme-icons .svg:hover path,
.fullscreen-demo-bar .demo-theme-active .svg path {
  fill: #fff;
  stroke: #fff;
}
.fullscreen-demo-bar .demo-switch-active, .fullscreen-demo-bar .demo-theme-light:hover, .fullscreen-demo-bar .demo-theme-dark:hover {
  color: #253849;
  background: #fff;
}
.fullscreen-demo-bar .fullscreen-go-back-btn:hover {
  color: #253849;
  border-color: #253849;
  background: #fff;
}

.toolbar-container .fullscreen-demo-bar .dropdown.open {
  border-radius: 0 0 5px 5px;
}

.toolbar-container .fullscreen-demo-bar .dropdown .toolbar-quicknav {
  top: auto;
  bottom: 100%;
  position: absolute;
  width: 410px;
  margin-bottom: -1px;
  border-radius: 5px 5px 5px 0;
  background: #fff;
}

.toolbar-container .fullscreen-demo-bar .dropdown .toolbar-dropdown-quicknav {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.toolbar-container .fullscreen-demo-bar .toolbar-dropdown-quicknav:hover,
.toolbar-container .fullscreen-demo-bar .toolbar-quicknav-item:hover {
  text-decoration: none;
}

.toolbar-container .fullscreen-demo-bar .toolbar-dropdown-quicknav:hover {
  border-radius: 5px;
  color: #253849;
}

.toolbar-container .fullscreen-demo-bar .open .toolbar-dropdown-quicknav:hover {
  border-radius: 0 0 5px 5px;
}

.flag-ca {
  background-position: 0 2.066116%;
}

/* Demo content generic styles */
.demo-wrapper {
  font-size: 16px;
  /* Remove safe area styling from embedded mbsc-page */
  --mbsc-safe-top: 0;
  --mbsc-safe-right: 0;
  --mbsc-safe-bottom: 0;
  --mbsc-safe-left: 0;
}

.demo-wrapper:before, .demo-wrapper:after {
  /* prevent child's margin to push down the wrapper */
  content: "";
  display: table;
}

.demo-wrapper-padding {
  padding: 10px;
}

.demo-wrapper .micons:before {
  font-family: "icons_general";
}

.demo-wrapper > .mbsc-sel-input-wrap > input,
.demo-wrapper > input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: "myriad-pro", sans-serif, verdana;
  font-size: 14px;
  -webkit-appearance: none;
}

.demo-wrapper > .mbsc-sel-input-wrap .mbsc-sel-filter-clear {
  right: 0;
  color: #454545;
}

.demo-wrapper > .mbsc-sel-input-wrap,
.demo-wrapper > input {
  margin: 0 0 10px 0;
}

.demo-wrapper > .mbsc-color-input {
  margin-bottom: 10px;
  background: #fff;
  color: #000;
  font-family: "myriad-pro", sans-serif, verdana;
}

.demo-button {
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  outline: 0;
  border: 0;
  cursor: pointer;
  background: #011742;
  color: #fff;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif, verdana;
  font-size: 14px;
  font-weight: 100;
}

/* Component based styles */
.demo-comp-menustrip .demo-phone-screen,
.demo-comp-navigation .demo-phone-screen {
  position: static;
}

.demo-comp-forms .demo-wrapper,
.demo-comp-listview .demo-wrapper,
.demo-comp-menustrip .demo-wrapper,
.demo-comp-navigation .demo-wrapper,
.demo-comp-eventcalendar .demo-wrapper,
.demo-comp-scheduler .demo-wrapper,
.demo-comp-agenda .demo-wrapper {
  padding: 0;
}

.demo-comp-eventcalendar .demo-phone-content .mbsc-page,
.demo-comp-scheduler .demo-phone-content .mbsc-page {
  height: 100%;
}

.demo-placeholder .mbsc-eventcalendar-schedule,
.demo-placeholder .mbsc-eventcalendar {
  max-height: 750px;
}

.demo-localization .mbsc-eventcalendar-schedule,
.demo-localization .mbsc-eventcalendar {
  max-height: 700px;
}

.demo-searching-events-in-sidebar .mbsc-page,
.demo-searching-events-in-popup .mbsc-page {
  height: 650px;
}

@media (min-width: 768px) {
  .demo-fullscreen .demo-wrapper {
    padding-bottom: 50px;
  }
}
.demo-wrapper > .mbsc-form {
  min-height: 100%;
}

/* Demo specific fixes */
.demo-stars .md-product,
.demo-cards .md-card-cont .mbsc-ms-item-i-c {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#demo-navigate .demo-phone-screen,
#demo-desktop-month-view .demo-content-visible {
  position: static;
}

/* Boostrap fixes */
body {
  font-family: "myriad-pro", sans-serif, verdana;
  line-height: normal;
}

label {
  font-weight: normal;
  margin: 0;
}

.demo-phone .mbsc-select option {
  color: initial;
}

/* jQuery Mobile Fixes */
.demo-phone .ui-page {
  position: static;
  display: block;
  background: none;
  border: 0;
  text-align: start;
}

.mbsc-lv-jqm .mbsc-lv .mbsc-lv-item .mbsc-lv-img {
  top: 50%;
  left: 1.25em;
  max-height: 2.8em;
  max-width: 2.8em;
}

/* Fix for iOS9 until fixed in product */
.mbsc-scv,
.mbsc-ms-sc {
  -webkit-flex-shrink: 0;
}

.fullscreen-try-now-btn {
  float: right;
  top: 4px;
  position: relative;
  margin-left: 10px;
}

/* demo download window */
.demo-download-frameworks {
  width: 100%;
  background: #eee;
  text-align: center;
  padding: 25px 10px;
}
.demo-download-frameworks a, .demo-download-frameworks a:hover, .demo-download-frameworks a:focus {
  text-decoration: none;
  border: 1px solid #011742;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 3px;
}
.demo-download-frameworks a.active-framework,
.demo-download-frameworks a.active-framework:hover,
.demo-download-frameworks a.active-framework:focus {
  text-decoration: none;
  padding: 4px 8px;
}
.demo-download-frameworks a:hover {
  cursor: pointer;
  background: #011742;
  color: #fff;
}

.download-framework-title {
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
}

.demo-code-cont .code-snippet {
  float: none;
}

.demo-code-btn-cont {
  height: 48px;
  background: #cadce9;
  padding: 0 15px;
  overflow: hidden;
}

.demo-code-btn-cont-overflow {
  overflow: visible;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.demo-code-cont .code-snippet-btn {
  z-index: 1;
  float: right;
}

.demo-code-event-handler .code-snippet-btn {
  color: #4d4d4d;
}

.demo-code-cont .code-snippet-btn,
.demo-code-cont .code-snippet-btn:focus {
  border: 1px solid #4d4d4d;
  background: transparent;
  outline: none;
}

.demo-code-cont .code-snippet-link:focus {
  color: inherit;
}

.demo-code-cont .demo-code-js,
.demo-code-cont .demo-code-markup {
  margin-bottom: 50px;
}

.demo-code-cont .code-snippet:last-child {
  margin: 0;
}

.demo-code-cont .demo-code {
  position: relative;
  overflow: visible;
  min-height: 600px;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}

.show-more {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(237, 245, 251, 0), #EDF5FB 40%);
  padding-bottom: 10px;
  padding-top: 30px;
}
.show-more .gen-btn {
  background: #90acc3;
}
.show-more .gen-btn:hover {
  background: #6f899e;
}

.demo-code-tab-content {
  -webkit-box-flex: 0 1;
  -moz-box-flex: 0 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background: #EDF5FB;
  border-radius: 0 0 12px 12px;
  max-height: 500px;
  overflow-y: hidden;
  position: relative;
}

.demo-code .code-snippet-link {
  color: #618ba9;
  border: 0;
  text-decoration: none;
  background: none;
  border-bottom: 1px dotted #618ba9;
}
.demo-code .code-snippet-link:hover {
  margin: 0;
  padding: 0;
  color: #304d62;
  border-color: #304d62;
}

.demo-code-tab-content.show-full-content {
  overflow: auto;
}

.demo-code-tab-content.demo-scroll-hide {
  overflow-x: hidden;
}

.demo-code-tabs > .gen-btn {
  float: left;
  padding: 10px 5px;
  line-height: 14px;
}

.demo-code-tabs > li > a,
.copy-code-btn,
.github-btn {
  color: #618ba9;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 5px 8px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-decoration: none;
}

.demo-code-tabs > li.active > a,
.demo-code-tabs > li:hover > a {
  background: #f8fcff;
  outline: none;
}

.gen-btn-github {
  font-size: 16px;
  top: -2px;
  padding: 7px 25px;
  margin: 10px 0;
}

.gen-btn-github-dropdown.gen-btn:hover {
  background: #fff;
  color: #011742;
}

.gen-btn-github > .micons {
  padding: 0 0 0 8px;
}

.copy-code-btn:hover,
.copy-code-btn:active,
.github-btn:hover,
.github-btn:active {
  background: #fff;
}

.demo-code-tabs .demo-source-framework {
  float: right;
  margin: 8px 5px;
  padding: 0;
}

.demo-code-tabs .demo-download-submit {
  width: 200px;
  margin: 1px;
}

.demo-code-tabs .open .demo-download-submit {
  border-radius: 4px 4px 0 0;
}

.demo-source-framework.open .dropdown-menu {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.toolbar-container a.demo-fr-cat-link {
  color: #4d4d4d;
}

.toolbar-container a.demo-fr-cat-link:hover {
  text-decoration: none;
}

.toolbar-container .demo-fr-cat-link.active {
  color: #2682CE;
  display: list-item;
  list-style-type: initial;
  margin-left: 40px;
  padding-left: 0;
}

.demo-code-tabs .demo-source-framework.open > a,
.demo-code-tabs .demo-source-framework.open > a:focus,
.demo-code-tabs .demo-source-framework.open > a:hover,
.demo-code-tabs > .demo-source-framework:hover > a {
  background: #fff;
  color: #4d4d4d;
  border-color: transparent;
}

/* Ionic install */
.alpha-dialog-content .gen-btn.demo-ionic-install-btn {
  padding: 16px 30px;
  margin: 0 15px;
  font-size: 17px;
}

.download-code-btn-cont {
  height: 0;
  text-align: right;
}

.download-code-btn-cont .gen-btn {
  padding: 6px 12px;
  top: 42px;
  right: 12px;
  font-size: 14px;
  background: rgba(237, 245, 251, 0.8);
}

#ionic-install {
  text-align: center;
}

.ionic-demo-dialog-content .code-snippet-link {
  color: #011742;
}
.ionic-demo-dialog-content .code-snippet-link:hover {
  color: #fff;
  text-shadow: none;
}
.ionic-demo-dialog-content .demo-ionic-main-content {
  background: transparent;
  margin-bottom: 5px;
}
.ionic-demo-dialog-content .demo-ionic-main-content .gen-btn {
  text-decoration: none;
}
.ionic-demo-dialog-content .demo-ionic-main-content .tab-pane pre {
  margin: 0;
  width: 100%;
  border-radius: 0;
  border-color: #EDF5FB;
}
.ionic-demo-dialog-content .demo-ionic-main-content .demo-code-btn-cont {
  padding: 0 5px 5px 5px;
}
.ionic-demo-dialog-content .demo-code-tabs > li > a,
.ionic-demo-dialog-content .copy-video-text {
  text-decoration: none;
  font-size: 14px;
  color: #ff4080;
  background: transparent;
  padding: 5px 16px;
  font-weight: 600;
}
.ionic-demo-dialog-content .demo-code-tabs > li.active > a {
  background: #585858;
  color: #fff;
}
.ionic-demo-dialog-content .demo-code-tabs > li:hover > a,
.ionic-demo-dialog-content .ionic-video-btn:hover .copy-video-text {
  border-color: #585858;
}
.ionic-demo-dialog-content .ionic-video-btn {
  float: right;
}
.ionic-demo-dialog-content .ionic-video-btn .copy-video-text {
  padding: 5px 48px 5px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ionic-demo-dialog-content .ionic-video-svg {
  display: inline;
}
.ionic-demo-dialog-content .ionic-video-svg svg {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 14px;
}
.ionic-demo-dialog-content .ionic-video-svg path {
  fill: #777;
}
.ionic-demo-dialog-content .demo-angular-main-content {
  background: #b8c3ca;
}
.ionic-demo-dialog-content .demo-angular-main-content .gen-btn {
  text-decoration: none;
}
.ionic-demo-dialog-content .demo-angular-main-content .tab-pane pre {
  margin: 0;
  width: 100%;
  border-radius: 0;
  border-color: #EDF5FB;
}

.starter-app-command-window p {
  font-size: 15px;
  font-weight: 400;
}
.starter-app-command-window .mbsc-fr-popup .mbsc-fr-w {
  border: 0;
  padding: 30px;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
}
.starter-app-command-window .mbsc-fr-popup .mbsc-fr-arr-w .mbsc-fr-arr {
  border-color: transparent transparent #fff transparent;
  border-width: 7px 7px;
  margin-left: -7px;
}

.ionic-demo-dialog-content .dialog-content {
  overflow: auto;
  height: 461px;
}

/* Prism */
.alpha-dialog-content {
  /* Code blocks */
  /* Inline code */
}
.alpha-dialog-content code[class*=language-],
.alpha-dialog-content pre[class*=language-] {
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.alpha-dialog-content pre[class*=language-]::-moz-selection, .alpha-dialog-content pre[class*=language-] ::-moz-selection,
.alpha-dialog-content code[class*=language-]::-moz-selection, .alpha-dialog-content code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
.alpha-dialog-content pre[class*=language-]::selection, .alpha-dialog-content pre[class*=language-] ::selection,
.alpha-dialog-content code[class*=language-]::selection, .alpha-dialog-content code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  .alpha-dialog-content code[class*=language-],
.alpha-dialog-content pre[class*=language-] {
    text-shadow: none;
  }
}
.alpha-dialog-content pre[class*=language-] {
  padding: 20px;
  margin: 0.5em 0;
  overflow: auto;
}
.alpha-dialog-content :not(pre) > code[class*=language-],
.alpha-dialog-content pre[class*=language-] {
  background: #EDF5FB;
}
.alpha-dialog-content :not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.alpha-dialog-content .token.comment,
.alpha-dialog-content .token.prolog,
.alpha-dialog-content .token.doctype,
.alpha-dialog-content .token.cdata {
  color: slategray;
}
.alpha-dialog-content .token.punctuation {
  color: #999;
}
.alpha-dialog-content .namespace {
  opacity: 0.7;
}
.alpha-dialog-content .token.property,
.alpha-dialog-content .token.tag,
.alpha-dialog-content .token.boolean,
.alpha-dialog-content .token.number,
.alpha-dialog-content .token.constant,
.alpha-dialog-content .token.symbol,
.alpha-dialog-content .token.deleted {
  color: #905;
}
.alpha-dialog-content .token.selector,
.alpha-dialog-content .token.attr-name,
.alpha-dialog-content .token.string,
.alpha-dialog-content .token.char,
.alpha-dialog-content .token.builtin,
.alpha-dialog-content .token.inserted {
  color: #690;
}
.alpha-dialog-content .token.operator,
.alpha-dialog-content .token.entity,
.alpha-dialog-content .token.url,
.alpha-dialog-content .language-css .token.string,
.alpha-dialog-content .style .token.string {
  color: #a67f59;
  /*background: hsla(0, 0%, 100%, .5);*/
}
.alpha-dialog-content .token.atrule,
.alpha-dialog-content .token.attr-value,
.alpha-dialog-content .token.keyword {
  color: #07a;
}
.alpha-dialog-content .token.function {
  color: #DD4A68;
}
.alpha-dialog-content .token.regex,
.alpha-dialog-content .token.important,
.alpha-dialog-content .token.variable {
  color: #e90;
}
.alpha-dialog-content .token.important,
.alpha-dialog-content .token.bold {
  font-weight: bold;
}
.alpha-dialog-content .token.italic {
  font-style: italic;
}
.alpha-dialog-content .token.entity {
  cursor: help;
}

/* Instructions */
.demo-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.demo-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.7);
}

.install-instructions {
  background: #fff;
  margin: 0 auto;
  /* Angular */
}
.install-instructions .install-code-copy {
  width: 520px;
  margin: 30px auto;
}
.install-instructions pre[class*=language-] {
  padding: 20px;
  margin: 30px 0px;
}
.install-instructions .major-title-cont {
  padding: 20px 0;
}
.install-instructions p {
  font-weight: 400;
}
.install-instructions a {
  text-decoration: underline;
  font-weight: 400;
}
.install-instructions .install-step {
  margin: 60px 0;
  font-size: 18px;
  text-align: center;
}
.install-instructions .install-step-3 {
  margin: 0;
  height: 390px;
  overflow: auto;
}
.install-instructions .install-step-3 p {
  margin: 30px 0;
}
.install-instructions .install-step-nr {
  margin-right: 10px;
  /*float: left;*/
  color: #2B93E6;
  font-size: 18px;
  font-weight: 700;
}
.install-instructions .install-text-thin {
  font-weight: 300;
  font-size: 16px;
}
.install-instructions .install-comment {
  font-size: 16px;
}
.install-instructions .install-next-step-btn {
  position: absolute;
  bottom: 20px;
  right: 40px;
  padding: 10px 24px;
}
.install-instructions .install-next-step-btn .next-step-icon {
  padding-right: 0;
  padding-left: 16px;
}
.install-instructions .install-prev-step-btn {
  position: absolute;
  bottom: 20px;
  left: 40px;
  padding: 10px 24px;
}
.install-instructions .install-prev-step-btn .prev-step-icon {
  padding-right: 16px;
}
.install-instructions .step-icon {
  font-size: 22px;
}
.install-instructions .step-text {
  position: relative;
  top: -3px;
}
.install-instructions .starter-app-btn {
  position: absolute;
  bottom: 20px;
  right: 200px;
  padding: 12px 24px;
}
.install-instructions .starter-app-btn:hover {
  background: #fff;
  color: #4d4d4d;
}
.install-instructions .install-step-angular .gen-btn {
  display: block;
  width: 270px;
  margin: 10px auto;
}
.install-instructions .need-help-btn {
  color: #818992;
  padding: 10px 0;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.install-instructions .need-help-btn .icon-material-live-help {
  font-size: 20px;
  color: #939EAA;
}

.install-starter-download {
  width: 500px;
  padding: 20px;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.install-starter-download .svg {
  float: left;
  margin-right: 20px;
  width: 110px;
}

.install-starter-download .svg path:first-child {
  fill: #2B93E6;
  stroke-width: 0;
  opacity: 1;
}

.install-starter-download svg {
  height: 100%;
  width: 100%;
}

.install-starter-download:hover {
  cursor: pointer;
  transform: translate(0, -1px);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
}

.non-selectable-txt {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.code-snippet-cont {
  position: relative;
}

/* Trial starter inline form */
.show-instr-btn .loader {
  display: none;
}
.show-instr-btn .loading {
  display: block;
}

/* date usage */
/* demo css */
.md-desktop-picker-header {
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 6px;
}

.md-desktop-picker-input {
  color: initial;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.md-desktop-picker-button.mbsc-button {
  font-size: 13px;
  padding: 0 15px;
  line-height: 36px;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.md-desktop-picker-box-label.mbsc-textfield-wrapper-box,
.md-desktop-picker-inline .mbsc-datepicker-tab {
  margin: 6px 0 12px 0;
}

/* custom header demo */
.demo-static-custom-header {
  /* demo styling */
}
.demo-static-custom-header .static-custom-header-buttons,
.demo-static-custom-header .static-custom-header-view,
.demo-static-custom-header .static-custom-header-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.demo-static-custom-header .static-custom-header-buttons {
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.demo-static-custom-header .static-custom-header-view,
.demo-static-custom-header .static-custom-header-nav {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.demo-static-custom-header .static-custom-header-view .mbsc-segmented {
  margin: 0;
}
.demo-static-custom-header .static-custom-header-view .mbsc-segmented.mbsc-material,
.demo-static-custom-header .static-custom-header-view .mbsc-segmented.mbsc-windows {
  padding: 0 2px;
}
.demo-static-custom-header .static-custom-header-view .mbsc-segmented .mbsc-segmented-button {
  padding: 0 1px;
}
.demo-static-custom-header .static-custom-header-view .mbsc-segmented .mbsc-icon {
  font-size: 20px;
}
.demo-static-custom-header .static-custom-header-view .mbsc-segmented-button.mbsc-windows {
  border: 0;
}

.demo-wrapper .static-demo-fullscreen-section {
  margin-bottom: 30px;
}

/* marked day classes demo */
.demo-static-custom-marked .triangle-mark {
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  border-radius: 0;
  width: 8px;
  height: 8px;
  position: relative;
  top: -2px;
  right: 1px;
}
.demo-static-custom-marked .square-mark {
  border-radius: 0;
}

.demo-static-half-days .mbsc-ltr.check-in {
  background: linear-gradient(to left top, #46c4f3 50%, transparent 50%) no-repeat;
}
.demo-static-half-days .mbsc-ltr.check-out {
  background: linear-gradient(to left top, transparent 50%, #46c4f3 50%) no-repeat;
}
.demo-static-half-days .mbsc-rtl.check-in {
  background: linear-gradient(to right bottom, #46c4f3 50%, transparent 50%) no-repeat;
}
.demo-static-half-days .mbsc-rtl.check-out {
  background: linear-gradient(to right bottom, transparent 50%, #46c4f3 50%) no-repeat;
}
.demo-static-half-days .mbsc-ltr.check-out,
.demo-static-half-days .mbsc-rtl.check-in {
  border-color: #46c4f3;
}
.demo-static-half-days .mbsc-windows.check-in,
.demo-static-half-days .mbsc-windows.check-out {
  border-color: transparent;
}

.demo-static-appointment-booking .mbsc-calendar-text {
  text-align: center;
}
.demo-static-appointment-booking .demo-static-booking-datetime .mbsc-datepicker-tab-calendar {
  flex: 1 1 0;
  min-width: 300px;
}
.demo-static-appointment-booking .mbsc-timegrid-item {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.demo-static-appointment-booking .mbsc-timegrid-container {
  top: 30px;
}

.my-multi-lines-item {
  font-size: 14px;
  white-space: initial;
  display: flex;
  height: 60px;
  line-height: normal;
}

.mbsc-scroller-wheel-item-2d .my-multi-lines-item {
  transform: scale(1.1);
}

.my-multi-lines-text {
  margin-top: auto;
  margin-bottom: auto;
}

.demo-inline {
  height: 100%;
}

.demo-static-setting-the-timezone .mbsc-label {
  display: none;
}
.demo-static-setting-the-timezone .demo-static-inline-input {
  width: 80px;
}
.demo-static-setting-the-timezone .demo-static-inline-select,
.demo-static-setting-the-timezone .demo-static-inline-input {
  display: inline-block;
  margin: 0 5px;
}
.demo-static-setting-the-timezone .demo-static-inline-select input, .demo-static-setting-the-timezone .demo-static-inline-select select,
.demo-static-setting-the-timezone .demo-static-inline-input input,
.demo-static-setting-the-timezone .demo-static-inline-input select {
  height: 30px;
  margin: 2px 0px;
}
.demo-static-setting-the-timezone select.mbsc-select.mbsc-ltr {
  border-color: #495162;
  padding-right: 34px;
}
.demo-static-setting-the-timezone .mbsc-select-icon {
  width: 14px;
  top: 4px;
  right: 10px;
  color: #495162;
}

.md-reduce-parent-height .mbsc-timeline-parent {
  height: 32px;
}

.md-increase-row-height .mbsc-timeline-row {
  height: 78px;
}

.md-remove-gutter .mbsc-timeline-row-gutter {
  height: 6px;
}

.md-resource-data-structure-title {
  font-size: 13px;
  opacity: 0.7;
}

.demo-static-date-header-template .mbsc-timeline-header-week-text {
  display: block;
}
.demo-static-date-header-template .md-date-header {
  text-align: center;
  border-radius: 8px;
  line-height: 20px;
}
.demo-static-date-header-template .md-date-header-day {
  margin: 4px;
}
.demo-static-date-header-template .md-date-header-hour {
  font-size: 12px;
  margin: 3px;
  color: #000;
  font-weight: 600;
}
.demo-static-date-header-template .md-date-header-week,
.demo-static-date-header-template .md-date-header-month,
.demo-static-date-header-template .md-date-header-quarter,
.demo-static-date-header-template .md-date-header-year {
  margin: 3px;
  color: initial;
  font-weight: 600;
}
.demo-static-date-header-template .mbsc-timeline-footer-week {
  text-align: center;
}
.demo-static-date-header-template .md-date-header-day-name {
  font-size: 13px;
  font-weight: 600;
}
.demo-static-date-header-template .md-date-header-day-nr {
  font-size: 14px;
}
.demo-static-date-header-template .md-date-header-events-one {
  background: #e9f5e4;
}
.demo-static-date-header-template .md-date-header-events-few {
  background: #d0e3c6;
}
.demo-static-date-header-template .md-date-header-events-more {
  background: #8ca77e;
}
.demo-static-date-header-template .md-date-footer {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
}

@media print {
  body {
    height: auto !important;
  }

  .toolbar-container {
    display: none;
  }
}

/*# sourceMappingURL=demo.common.css.map */

/* new-mobiscroll */
.demo-popup {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.demo-popup-v {
  visibility: visible;
  opacity: 1;
}

.demo-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.demo-popup-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 332px;
  height: 664px;
  margin: -332px 0 0 -166px;
  padding: 83px 25px 80px 25px;
  background: url(/content/img/phones/iphone6s-black-minimal@1x.png) center center no-repeat;
  background-size: 100% auto;
}

.demo-popup-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 664px;
  margin: -332px 0 0 166px;
  text-align: left;
  font-weight: 400;
}
@media (max-height: 663px) {
  .demo-popup-controls {
    top: 0;
    margin-top: 0;
  }
}

.demo-popup-btn,
.demo-popup-btn:focus {
  overflow: hidden;
  display: inline-block;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  margin: 5px;
  padding: 10px 10px 10px 0;
  line-height: 16px;
  background: #4d4d4d;
  border-radius: 36px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.demo-popup-btn:hover {
  max-width: 200px;
  color: #fff;
  text-decoration: none;
}

.demo-popup-btn .demo-popup-btn-icon:before {
  display: inline-block;
  width: 36px;
  vertical-align: bottom;
  font-size: 24px;
  line-height: 16px;
}

.demo-popup-phone-screen-w {
  position: relative;
  z-index: 1;
  height: 100%;
  background: #fff;
}

.demo-popup-phone-screen {
  position: relative;
  top: -85px;
  left: -48px;
  width: 379px;
  height: 671px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #efefef;
  border: 2px solid #000;
  border-radius: 1px;
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

/*# sourceMappingURL=demo.popup.css.map */

/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
.sample-phone-ios {
  width: 218px;
  height: 442px;
  padding-top: 53px;
  padding-left: 14px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -110px;
  background-image: url(img/phones/iphone-7-white-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-ios {
    background-image: url("img/phones/iphone-7-white-small@2x.png");
  }
}

.sample-phone-ios .sample-phone-img {
  width: 190px;
  height: 336px;
  border: 1px solid #000;
  border-radius: 1px;
}

.sample-phone-wp {
  width: 230px;
  height: 450px;
  padding-top: 51px;
  padding-left: 13px;
  margin-top: 46px;
  margin-bottom: 46px;
  margin-left: -115px;
  background-image: url(img/phones/lumia-950-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-wp {
    background-image: url("img/phones/lumia-950-small@2x.png");
  }
}

.sample-phone-wp .sample-phone-img {
  width: 203px;
  height: 359px;
  border: 1px solid #000;
}

.sample-phone-android {
  width: 226px;
  height: 457px;
  padding-top: 44px;
  padding-left: 9px;
  margin-top: 43px;
  margin-bottom: 42px;
  margin-left: -113px;
  background-image: url(img/phones/nexus-5x-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sample-phone-android {
    background-image: url("img/phones/nexus-5x-small@2x.png");
  }
}

.sample-phone-android .sample-phone-img {
  width: 206px;
  height: 366px;
}

.product-txt-top {
  margin-top: 130px;
}
@media (max-width: 991px) {
  .product-txt-top {
    margin: 0;
    text-align: center;
  }
}

.product-img-lbl-c {
  display: none;
  margin-top: 30px;
  margin-bottom: -20px;
}

.product-img-lbl {
  display: inline-block;
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #b80602;
  border-radius: 3px;
  color: #b80602;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

.platform-tabs {
  padding: 0;
}

.platform-tabs .platform-btn {
  display: inline-block;
  margin: 0 2px;
}

.platform-tabs .platform-btn a,
.platform-tabs .platform-btn a:hover,
.platform-tabs .platform-btn a:focus {
  padding: 0;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  background-size: auto 17px;
  background-position: center center;
  background-repeat: no-repeat;
}

.platform-tabs .platform-btn.active a,
.platform-tabs .platform-btn:hover a {
  border: 1px solid #ccc;
}

.platform-tabs .platform-btn-ios a {
  background-image: url(img/landing/platform-ios-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .platform-tabs .platform-btn-ios a {
    background-image: url("img/landing/platform-ios-small@2x.png");
  }
}

.platform-tabs .platform-btn-android a {
  background-image: url(img/landing/platform-android-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .platform-tabs .platform-btn-android a {
    background-image: url("img/landing/platform-android-small@2x.png");
  }
}

.platform-tabs .platform-btn-wp a {
  background-image: url(img/landing/platform-wp-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .platform-tabs .platform-btn-wp a {
    background-image: url("img/landing/platform-wp-small@2x.png");
  }
}

.platform-tabs .platform-btn.platform-btn-phone a {
  width: 32px;
  height: 32px;
}

.platform-tabs .platform-btn-phone a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #d1d1d1;
  font-size: 18px;
}

.platform-tabs .platform-btn.platform-btn-tablet a {
  width: 32px;
  height: 32px;
  background-size: auto 25px;
  background-image: url(img/landing/platform-tablet-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .platform-tabs .platform-btn.platform-btn-tablet a {
    background-image: url("img/landing/platform-tablet-small@2x.png");
  }
}

.platform-tabs .platform-btn.platform-btn-phone a {
  width: 32px;
  height: 32px;
  background-size: auto 25px;
  background-image: url(img/landing/platform-phone-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .platform-tabs .platform-btn.platform-btn-phone a {
    background-image: url("img/landing/platform-phone-small@2x.png");
  }
}

.platform-tabs .platform-btn.platform-btn-desktop a {
  width: 32px;
  height: 32px;
  background-size: auto 25px;
  background-image: url(img/landing/platform-desktop-small@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .platform-tabs .platform-btn.platform-btn-desktop a {
    background-image: url("img/landing/platform-desktop-small@2x.png");
  }
}

.landing-support {
  background: none;
}

.page-section .code-sample {
  margin: 0 auto 50px auto;
  max-width: 800px;
}

.phone-nav {
  white-space: nowrap;
}

.phone-nav > div {
  display: inline-block;
  visibility: hidden;
}

.phone-nav .mbsc-scv-item {
  visibility: visible;
  padding: 0;
  overflow: visible;
  cursor: default;
}

.phone-nav-pane .mbsc-scv-c .mbsc-scv-sc .mbsc-scv .mbsc-scv-item.mbsc-btn-a {
  background: none;
}

.phone-nav-btn {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  border-radius: 48px;
  font-size: 40px;
  color: #4d4d4d;
  cursor: pointer;
}

.phone-nav-btn-v {
  display: block;
}

.phone-nav-btn:active {
  background: rgba(1, 23, 66, 0.3);
}

.phone-nav-btn.phone-nav-disabled {
  opacity: 0.3;
  background: none;
  cursor: not-allowed;
}

.phone-nav-left {
  left: 5px;
  text-indent: -5px;
}

.phone-nav-right {
  right: 5px;
  text-indent: 5px;
}

.phone-nav-pane {
  position: relative;
}

.product-live-demo {
  font-size: 18px;
}

.product-annotation {
  position: absolute;
  z-index: 2;
  padding: 0 10px;
  text-align: left;
}

.product-annotation h3 {
  font-size: 18px;
  margin-top: -26px;
  margin-bottom: 16px;
}

.product-annotation p {
  font-size: 16px;
  font-weight: 400;
}

.product-section-try {
  padding: 70px 15px;
  background: url(img/products/datetime/try-it-bck@1x.png) center center no-repeat;
  background-size: 467px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-section-try {
    background-image: url("img/products/datetime/try-it-bck@2x.png");
  }
}

.landing-price {
  margin-top: 20px;
}

.landing-pricing-table {
  max-width: 550px;
}

.product-pricing-col {
  position: relative;
  padding-top: 1px;
  margin-top: 50px;
}

.product-pricing-framework {
  padding: 1px 15px 253px 15px;
  min-height: 705px;
  border-radius: 10px;
  background: #f6fbff;
}
@media (max-width: 991px) {
  .product-pricing-framework {
    min-height: 0;
  }
}

.product-pricing-txt {
  font-weight: normal;
}

.product-pricing-framework-img-c {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.product-pricing-framework-img {
  max-width: 319px;
  height: 193px;
  margin: 0 auto;
  background: url(img/products/full-suite@1x.png) center bottom no-repeat #f6fbff;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-pricing-framework-img {
    background-image: url("img/products/full-suite@2x.png");
  }
}

.products-celebration-c {
  max-width: 1397px;
  margin: 50px auto;
}

.products-celebration {
  margin: 0 20px;
  padding-top: 42.23%;
  background: url(img/products/cross-team@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .products-celebration {
    background-image: url("img/products/cross-team@2x.png");
  }
}
@media (max-width: 970px) {
  .products-celebration {
    margin: 0;
    padding-top: 396px;
    background-size: auto 100%;
    background-position: left center;
  }
}

.landing-frameworks-plug {
  padding-top: 0;
}

@media (max-width: 780px) {
  .header-sticky-logo-menu {
    display: none;
  }
}

/*# sourceMappingURL=products.common.css.map */

/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
/* new-mobiscroll */
body {
  text-align: center;
}

.page-main {
  padding-bottom: 0;
}

.page-main .page-lead {
  margin-bottom: 100px;
}

.page-table-section {
  padding-bottom: 120px;
}

.page-testim-section {
  text-align: left;
  padding: 100px 0;
  overflow: hidden;
}
.page-testim-section p {
  font-size: 23px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-testim-section p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .page-testim-section {
    padding-bottom: 130px;
  }
}

.txt-bold {
  font-weight: bold;
}

.opacity-animate {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.faded {
  opacity: 0.2;
}

.inline-input {
  margin: 0 8px;
  border: 1px solid dimgrey;
  border-radius: 3px;
}

.inline-input-label {
  position: relative;
}

.validation-error {
  border-color: red;
  outline-color: red;
}

div.validation-error {
  color: red;
  position: absolute;
  top: 100%;
  left: 8px;
  font-size: 12px;
  font-family: "myriad-pro", sans-serif, verdana;
  font-weight: bold;
}

.mbsc-radio .validation-error {
  left: 0;
}

.pricing-pesto-title {
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7d9ca9;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .pricing-pesto-title {
    font-size: 24px;
  }
}

.pricing-pesto-cont {
  max-width: 1120px;
  position: relative;
}

.pricing-pesto-highlight {
  position: relative;
}

.pricing-pesto-highlight-1 {
  position: absolute;
  top: -2px;
  left: -5px;
  z-index: -1;
}
@media (max-width: 991px) {
  .pricing-pesto-highlight-1 {
    top: -7px;
    width: 280px;
  }
}

.pricing-pesto-highlight-2 {
  position: absolute;
  top: -2px;
  left: -10px;
  z-index: -1;
}
@media (max-width: 991px) {
  .pricing-pesto-highlight-2 {
    top: -5px;
    left: -5px;
    width: 230px;
  }
}

.pricing-pesto-testim {
  max-width: 359px;
  height: 292px;
  margin-top: 30px;
  background: url(img/new-mobiscroll/testimonial-pricing@1x.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .pricing-pesto-testim {
    background-image: url("img/new-mobiscroll/testimonial-pricing@2x.png");
    background-size: 359px 292px;
  }
}
@media (max-width: 991px) {
  .pricing-pesto-testim {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .pricing-pesto-testim {
    display: none;
  }
}

.pricing-pesto-name {
  font-size: 23px;
  font-weight: 600;
  color: #7d9ca9;
}
@media (max-width: 991px) {
  .pricing-pesto-name {
    font-size: 20px;
  }
}

.pricing-pesto-company {
  font-size: 24px;
  font-weight: 600;
  color: #7d9ca9;
}
@media (max-width: 991px) {
  .pricing-pesto-company {
    font-size: 20px;
  }
}

.pricing-pesto-bg {
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: -2;
  max-width: 100%;
}
@media (max-width: 991px) {
  .pricing-pesto-bg {
    max-width: initial;
    left: -150px;
  }
}

.pricing-header-container {
  position: relative;
}

.pricing-header-txt {
  font-family: "skippy-sharp";
  color: #475164;
  font-size: 34px;
  position: absolute;
  line-height: 30px;
}

.pricing-header-arrow-1 {
  position: absolute;
  top: 50px;
  left: -170px;
  z-index: 1;
}

.pricing-text-1 {
  position: absolute;
  top: -15px;
  left: -280px;
  z-index: 1;
  text-align: right;
}
@media (max-width: 1350px) {
  .pricing-text-1 {
    left: -200px;
  }
}

.pricing-header-arrow-2 {
  position: absolute;
  top: 50px;
  right: -140px;
  z-index: 1;
}

.pricing-text-2 {
  position: absolute;
  top: -20px;
  right: -340px;
  text-align: left;
}
@media (max-width: 1350px) {
  .pricing-text-2 {
    right: -265px;
  }
}

@media (max-width: 1200px) {
  .pricing-header-arrow-2 {
    top: 60px;
    right: -130px;
  }

  .pricing-text-2 {
    top: -30px;
    right: -170px;
  }

  .new-line::before {
    content: "\a";
    white-space: pre;
  }
}
@media (max-width: 1050px) {
  .pricing-header-arrow-1 {
    left: -150px;
  }

  .pricing-text-1 {
    left: -170px;
  }

  .pricing-header-arrow-2 {
    right: -110px;
  }

  .pricing-text-2 {
    right: -140px;
  }
}
@media (max-width: 991px) {
  .pricing-header-txt,
.pricing-header-arrow-1,
.pricing-header-arrow-2 {
    display: none;
  }
}
.main-title-section {
  padding: 70px 10px 0 10px;
}
.main-title-section .main-title-section-i {
  max-width: 3003px;
  margin: 0 auto;
}
.main-title-section .pricing-main-title {
  color: #011742;
  font-size: 40px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.1rem;
  margin-top: 0;
}
.main-title-section .pricing-main-subtitle {
  color: #777;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.05rem;
  padding-bottom: 40px;
}
.main-title-section .main-title-tablist {
  margin: 50px auto 0px auto;
}
.main-title-section .main-title-tablist.nav li {
  background: #fff;
  display: inline-block;
  padding: 0;
  width: 320px;
  margin: 0 -2px;
  border-top: 5px solid #fafafa;
  border-left: 5px solid #fafafa;
  border-right: 5px solid #fafafa;
  margin-right: 10px;
  margin-left: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 710px) {
  .main-title-section .main-title-tablist.nav li {
    width: 40%;
  }
}
@media (max-width: 590px) {
  .main-title-section .main-title-tablist.nav li {
    width: 32%;
  }
}
@media (max-width: 520px) {
  .main-title-section .main-title-tablist.nav li {
    width: 40%;
  }
}
@media (max-width: 455px) {
  .main-title-section .main-title-tablist.nav li {
    width: 48%;
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (max-width: 295px) {
  .main-title-section .main-title-tablist.nav li {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
.main-title-section .main-title-tablist.nav li a {
  color: #011742;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
}
@media (max-width: 565px) {
  .main-title-section .main-title-tablist.nav li a {
    padding: 20px 8px;
  }
}
@media (max-width: 520px) {
  .main-title-section .main-title-tablist.nav li a {
    padding: 20px 30px;
  }
}
@media (max-width: 410px) {
  .main-title-section .main-title-tablist.nav li a {
    padding: 20px 8px;
  }
}
.main-title-section .main-title-tablist.nav li a:hover,
.main-title-section .main-title-tablist.nav li a:focus {
  background: transparent;
}
.main-title-section .main-title-tablist.nav li .main-tab-text {
  font-size: 14px;
  font-weight: 400;
}
.main-title-section .main-title-tablist.nav li.active {
  background: #fafafa;
  border-color: #4097f6;
  border-left: none;
  border-right: none;
}

.tab-content .tab-content-title {
  font-size: 24px;
  font-weight: 400;
  color: #384d60;
  margin: 50px 0;
}

/* Links */
.mobi-link {
  color: #011742;
  text-decoration: underline;
}

/* New pricing section */
.pricing-section.pricing-cont-active {
  margin: 0 auto 100px auto;
  max-width: 920px;
  text-align: left;
  background: #ececec;
  padding: 32px 72px;
  border-radius: 12px;
  text-align: left;
}

.pricing-section h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 12px;
}
.pricing-section .pricing-framework-col {
  padding: 15px 0 0 0;
}
.pricing-section .pricing-basic-p {
  margin-top: 36px;
  margin-bottom: 8px;
}
.pricing-section .project-framework-text {
  margin-bottom: 40px;
}
.pricing-section .pricing-basic-title {
  margin: 18px 0;
  font-size: 22px;
  font-weight: 400;
}
.pricing-section .pricing-basic-fr-section {
  margin: 18px 0;
}
.pricing-section p {
  font-size: 17px;
  color: #454545;
}
.pricing-section .pricing-add-soruce-cont {
  margin-bottom: 50px;
}
.pricing-section .pricing-seats {
  padding-left: 0;
}
.pricing-section .mbsc-mobiscroll.pricing-seats.mbsc-ltr .mbsc-input-wrap {
  padding-left: 4em;
}
.pricing-section .gen-btn.pricing-buy-btn {
  margin: 24px 0;
  border-radius: 24px;
  font-weight: 600;
  padding: 12px 35px;
}
.pricing-section .radio-label {
  border-color: #ececec;
  margin-bottom: 5px;
  border-width: 2px !important;
}
.pricing-section .mbsc-mobiscroll .mbsc-switch-track {
  left: 0;
  background: #ececec;
  height: 1.25em;
  width: 2.25em;
  border: 2px solid #000;
  margin-top: -0.625em;
}
.pricing-section .mbsc-mobiscroll .mbsc-switch-handle {
  height: 1.125em;
  width: 1.125em;
  top: 0.4375em;
}
.pricing-section .mbsc-mobiscroll .mbsc-switch {
  padding: 0 1em 0 3.125em;
  margin: 1.5em 0;
}
.pricing-section .mbsc-mobiscroll .mbsc-progress-cont .mbsc-slider-handle {
  background: #000;
}
.pricing-section .mbsc-mobiscroll.mbsc-switch .mbsc-progress-track {
  width: 0.875em;
}
.pricing-section .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #000;
}
.pricing-section .mbsc-slider-step {
  display: none;
}
.pricing-section .price-content {
  font-weight: 600;
}
.pricing-section .pricing-framework-cont {
  padding-bottom: 0;
}

.pricing-section-sass .gen-btn-white {
  background: #fff;
  color: #4098f6;
}
.pricing-section-sass .gen-btn-white:hover {
  background: #ddd;
}
.pricing-section-sass .mbsc-mobiscroll .mbsc-switch-track {
  left: 0;
  background: #fff;
}
.pricing-section-sass .mbsc-mobiscroll .mbsc-progress-cont .mbsc-slider-handle {
  background: #fff;
}

.pricing-section.pricing-section-framework .source-code-title {
  margin-top: 36px;
}

.mbsc-mobiscroll.mbsc-switch input:checked + .mbsc-switch-track {
  background: #3f98f6;
}

.pricing-section-framework .mbsc-mobiscroll.mbsc-switch input:checked + .mbsc-switch-track {
  background: #ab7bd1;
}

.pricing-section.pricing-section-sass {
  background: #4098f6;
  color: #fff;
  margin-top: -70px;
}
.pricing-section.pricing-section-sass h2 {
  color: #fff;
}
.pricing-section.pricing-section-sass h3 {
  color: #fff;
}
.pricing-section.pricing-section-sass p {
  color: #fff;
}
.pricing-section.pricing-section-sass .price-wrapper {
  color: #fff;
}
.pricing-section.pricing-section-sass .mbsc-progress-value {
  width: 7em;
  color: #fff;
}

.pricing-product-sass .mbsc-mobiscroll.pricing-seats.mbsc-ltr .mbsc-input-wrap {
  padding-left: 6.75em;
}

.pricing-section-sass.pricing-complete {
  background: #f77f7f;
}

.pricing-complete .gen-btn-white {
  color: #f77f7f;
}
.pricing-complete .gen-btn-white:hover {
  color: #f77f7f;
}

.pricing-complete.pricing-section .pricing-complete-row {
  padding: 20px 0;
}

/* forms free */
.pricing-forms-free-c {
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  padding: 25px 30px;
  margin: 20px -8px 0 -8px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}
.pricing-forms-free-c .gen-btn-secondary {
  float: right;
  top: 10px;
}

.pricing-lite-container {
  font-weight: 400;
  /* CTA Section */
}
.pricing-lite-container p {
  text-align: left;
  font-size: 16px;
}
.pricing-lite-container .pricing-lite-col {
  list-style-type: none;
  text-align: left;
  font-size: 16px;
  margin: 0;
}
.pricing-lite-container .pricing-lite-col li {
  margin-bottom: 10px;
}
.pricing-lite-container .icon-ion-ios7-checkmark-outline:before {
  font-weight: 600;
  margin-right: 10px;
}
.pricing-lite-container .pricing-cta {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}
.pricing-lite-container .pricing-cta-companies {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.pricing-pro-container {
  max-width: 1400px;
}
@media (max-width: 991px) {
  .pricing-pro-container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .pricing-pro-container {
    max-width: 540px;
  }
}

.pricing-box-col {
  margin: 50px 0 8px 0;
  padding-left: 7px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .pricing-box-col {
    margin: 16px 0;
  }
}
@media (min-width: 992px) {
  .pricing-box-col {
    display: flex;
  }
}

.pricing-box {
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  padding: 20px 30px;
  text-align: left;
}

.pricing-box-content {
  padding-top: 15px;
}

.pricing-box-text {
  font-size: 16px;
  padding-bottom: 30px;
}

.pricing-box-title {
  font-size: 27px;
  font-weight: 600;
}

.pricing-popular {
  position: absolute;
  top: 30px;
  right: 40px;
  font-weight: 600;
  background: #b4c7ee;
  border-radius: 20px;
  padding: 2px 12px;
}

.n-text {
  font-weight: 400;
}

.pricing-box-tag {
  position: absolute;
  top: 10px;
  right: 28px;
  font-weight: 600;
  color: #f77f7f;
  padding: 5px 10px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}

.pricing-box-price {
  color: #4d4d4d;
  font-size: 28px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  .pricing-box-price {
    padding-top: 30px;
  }
}

.pricing-box-small-txt {
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .pricing-box-small-txt {
    position: absolute;
    top: -20px;
  }
}

.pricing-btn {
  position: absolute;
  right: 0;
  padding: 10px 16px;
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
}

.pricing-box-sub {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px 0 15px 0;
}

.lic-txt {
  font-weight: bold;
  font-size: 16px;
}

.lic-plus {
  font-weight: bold;
  font-size: 18px;
  padding-left: 6px;
}

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

.pricing-compare a,
.pricing-compare a:hover,
.pricing-compare a:focus {
  color: #3f98f6;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 40px;
}

.pricing-compare a:focus {
  text-decoration: none;
}

.pricing-compare-main {
  display: block;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 400;
  color: #384d60;
}
.pricing-compare-main a {
  color: #384d60;
  text-decoration: underline;
}

.pricing-box-default {
  border-color: #011742;
}

.pricing-box-secondary {
  border-color: #4d4d4d;
}

.pricing-box-neutral {
  border-color: #3cb95a;
  background: #fff;
}
.pricing-box-neutral .pricing-box-title,
.pricing-box-neutral .lic-txt {
  color: #3cb95a;
}

.pricing-box-danger {
  border-color: #f77f7f;
  background: #fff;
}
.pricing-box-danger .pricing-box-title,
.pricing-box-danger .lic-txt {
  color: #f77f7f;
}

.pricing-box-primary {
  border-color: #ab7bd1;
}
.pricing-box-primary .pricing-box-title,
.pricing-box-primary .lic-txt {
  color: #ab7bd1;
}

.pricing-box-darkblue {
  border-color: #011742;
  background: #fff;
}
.pricing-box-darkblue .pricing-box-title,
.pricing-box-darkblue .lic-txt {
  color: #011742;
}

.pricing-box-blue {
  border-color: #3f98f6;
  background: #fff;
}
.pricing-box-blue .pricing-box-title,
.pricing-box-blue .lic-txt {
  color: #3f98f6;
}

@media (min-width: 992px) and (max-width: 1085px) {
  .pricing-box-content {
    min-height: 290px;
  }
}
.inline-question {
  display: inline-block;
  margin-left: 10px;
  position: static;
  margin-top: 0;
}

.pricing-table-question {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  border: 2px solid #4d4d4d;
  border-radius: 50%;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 959px) {
  .pricing-table-element-optional {
    padding: 0 40px;
  }

  .pricing-table-question {
    margin-right: 10px;
  }
}
.pricing-table-question:hover,
.pricing-table-question.gen-hover {
  color: #fff;
  background-color: #4d4d4d;
}

.pricing-table-footer {
  position: relative;
  vertical-align: top;
  padding: 40px 20px 125px 20px;
}

.pricing-table-buy-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.pricing-table-buy-cont .gen-btn {
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 600;
}

.pricing-table-price-cont {
  position: relative;
  padding-top: 40px;
}

.pricing-table-price {
  display: block;
  font-size: 32px;
  padding-bottom: 10px;
}
.pricing-table-price .long-price {
  font-size: 28px;
  margin-right: 0;
}

@media (max-width: 1125px) {
  .pricing-table-price-cont .gen-btn {
    margin: 0 0 5px 0;
  }
}
.pricing-table-oldprice {
  position: absolute;
  top: 20px;
  left: 50px;
  padding: 0;
  font-size: 18px;
}

.pricing-table-oldprice:after {
  margin-left: 0;
}

@media (min-width: 1230px) {
  .pricing-table-buy-cont {
    padding: 0 10px;
  }
}
.pricing-table-btn-cont {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
}

.pricing-pop-message {
  padding: 25px;
  font-size: 16px;
}

.pricing-ask-help {
  margin-top: 80px;
  font-size: 32px;
}

.pricing-info {
  max-width: 394px;
  padding: 15px;
  font-size: 16px;
}

.pricing-info > p {
  margin: 0;
  padding: 0 10px;
}

.pricing-info-img {
  display: block;
  width: 364px;
  max-width: 100%;
  margin: 25px auto 0 auto;
  padding-top: 65.66%;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.pricing-info-builder {
  max-width: 391px;
  padding: 25px;
}

.pricing-info-builder > p {
  padding: 0;
}

.pricing-info-img-icon-builder,
.pricing-info-img-theme-builder,
.pricing-info-img-download-builder {
  width: 341px;
  padding-top: 57.18%;
}

.pricing-info-img-datetime {
  background-image: url("img/products/info/datetime@1x.png");
}

.pricing-info-img-calendar {
  background-image: url("img/products/info/calendar@1x.png");
}

.pricing-info-img-eventcalendar {
  background-image: url("img/products/info/eventcalendar@1x.png");
}

.pricing-info-img-range {
  background-image: url("img/products/info/range@1x.png");
}

.pricing-info-img-listview {
  background-image: url("img/products/info/listview@1x.png");
}

.pricing-info-img-menustrip {
  background-image: url("img/products/info/menustrip@1x.png");
}

.pricing-info-img-forms {
  background-image: url("img/products/info/forms@1x.png");
}

.pricing-info-img-numpad {
  background-image: url("img/products/info/numpad@1x.png");
}

.pricing-info-img-widget {
  background-image: url("img/products/info/widget@1x.png");
}

.pricing-info-img-color {
  background-image: url("img/products/info/color@1x.png");
}

.pricing-info-img-timespan {
  background-image: url("img/products/info/timespan@1x.png");
}

.pricing-info-img-timer {
  background-image: url("img/products/info/timer@1x.png");
}

.pricing-info-img-select {
  background-image: url("img/products/info/select@1x.png");
}

.pricing-info-img-rating {
  background-image: url("img/products/info/rating@1x.png");
}

.pricing-info-img-image {
  background-image: url("img/products/info/image@1x.png");
}

.pricing-info-img-treelist {
  background-image: url("img/products/info/treelist@1x.png");
}

.pricing-info-img-measurement {
  background-image: url("img/products/info/measurement@1x.png");
}

.pricing-info-img-number {
  background-image: url("img/products/info/number@1x.png");
}

.pricing-info-img-scroller {
  background-image: url("img/products/info/scroller@1x.png");
}

.pricing-info-img-icon-builder {
  background-image: url("img/products/info/icon-builder@1x.png");
}

.pricing-info-img-theme-builder {
  background-image: url("img/products/info/theme-builder@1x.png");
}

.pricing-info-img-download-builder {
  background-image: url("img/products/info/download-builder@1x.png");
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .pricing-info-img-datetime {
    background-image: url("img/products/info/datetime@2x.png");
  }

  .pricing-info-img-calendar {
    background-image: url("img/products/info/calendar@2x.png");
  }

  .pricing-info-img-eventcalendar {
    background-image: url("img/products/info/eventcalendar@2x.png");
  }

  .pricing-info-img-range {
    background-image: url("img/products/info/range@2x.png");
  }

  .pricing-info-img-listview {
    background-image: url("img/products/info/listview@2x.png");
  }

  .pricing-info-img-menustrip {
    background-image: url("img/products/info/menustrip@2x.png");
  }

  .pricing-info-img-forms {
    background-image: url("img/products/info/forms@2x.png");
  }

  .pricing-info-img-numpad {
    background-image: url("img/products/info/numpad@2x.png");
  }

  .pricing-info-img-widget {
    background-image: url("img/products/info/widget@2x.png");
  }

  .pricing-info-img-color {
    background-image: url("img/products/info/color@2x.png");
  }

  .pricing-info-img-timespan {
    background-image: url("img/products/info/timespan@2x.png");
  }

  .pricing-info-img-timer {
    background-image: url("img/products/info/timer@2x.png");
  }

  .pricing-info-img-select {
    background-image: url("img/products/info/select@2x.png");
  }

  .pricing-info-img-rating {
    background-image: url("img/products/info/rating@2x.png");
  }

  .pricing-info-img-image {
    background-image: url("img/products/info/image@2x.png");
  }

  .pricing-info-img-treelist {
    background-image: url("img/products/info/treelist@2x.png");
  }

  .pricing-info-img-measurement {
    background-image: url("img/products/info/measurement@2x.png");
  }

  .pricing-info-img-number {
    background-image: url("img/products/info/number@2x.png");
  }

  .pricing-info-img-scroller {
    background-image: url("img/products/info/scroller@2x.png");
  }

  .pricing-info-img-icon-builder {
    background-image: url("img/products/info/icon-builder@2x.png");
  }

  .pricing-info-img-theme-builder {
    background-image: url("img/products/info/theme-builder@2x.png");
  }

  .pricing-info-img-download-builder {
    background-image: url("img/products/info/download-builder@2x.png");
  }
}
/* Bottom CTA Section */
.pricing-bottom {
  background: -webkit-linear-gradient(#fff, #dcf2fc);
  background: -moz-linear-gradient(#fff, #dcf2fc);
  background: linear-gradient(#fff, #dcf2fc);
}

.pricing-bottom-cta-section {
  padding-bottom: 314px;
  background: url(img/landing/customers-bottom.png) center bottom no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .pricing-bottom-cta-section {
    background-image: url("img/landing/customers-bottom@2x.png");
    background-size: 638px 264px;
  }
}
@media (max-width: 600px) {
  .pricing-bottom-cta-section {
    padding-bottom: 60.31%;
    background-size: 100% auto;
  }
}

.preorder-box {
  vertical-align: middle;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #4d4d4d;
}
.preorder-box .gen-btn {
  float: right;
}
@media (min-width: 992px) and (max-width: 1000px) {
  .preorder-box .gen-btn {
    padding: 9px 30px;
  }
}

.preorder-text {
  float: left;
  line-height: 36px;
  font-size: 16px;
}

.radio-label {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #fff;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.radio-label.selected, .radio-label:hover {
  border: 1px solid #ab7bd1;
  color: #ab7bd1;
}

.fancy-radio-btn {
  vertical-align: middle;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 50%;
  margin: 18px;
  text-align: center;
}

.selected .fancy-radio-btn-check {
  width: 14px;
  height: 14px;
  background-color: #ab7bd1;
  border-radius: 50%;
  display: inline-block;
  margin-top: 2px;
}

.fancy-radio-btn-text {
  display: inline-block;
  vertical-align: middle;
}

.fancy-radio-btn-title,
.fancy-radio-btn-desc {
  display: block;
}

.fancy-radio-btn-title {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

.fancy-radio-btn-desc {
  font-size: 14px;
  font-weight: 400;
}

/* Black Friday */
.bf-pricing-cont {
  position: relative;
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 25px 35px;
  margin: 25px -8px;
  font-size: 17px;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
}
.bf-pricing-cont .strong {
  text-transform: uppercase;
  position: relative;
}
.bf-pricing-cont::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 91px;
  height: 43px;
  background: url(img/flashsales/30percent@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bf-pricing-cont::after {
    background-image: url("img/flashsales/30percent@2x.png");
    background-size: 91px 43px;
  }
}
@media (max-width: 460px) {
  .bf-pricing-cont {
    padding-right: 100px;
  }
}

.bf-pricing-h1 {
  font-size: 18px;
  position: relative;
  display: inline-block;
}

.p-rel {
  position: relative;
}

.complete-p1,
.complete-p2,
.framework-p1,
.bf-excalamation,
.bf-swirl,
.bf-move {
  content: "";
  display: block;
  position: absolute;
}

.complete-p1 {
  width: 81px;
  height: 27px;
  bottom: -27px;
  left: 20px;
  background: url(img/flashsales/complete-point@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .complete-p1 {
    background-image: url("img/flashsales/complete-point@2x.png");
    background-size: 81px 27px;
  }
}
@media (max-width: 640px) {
  .complete-p1 {
    display: none;
  }
}

.complete-p2 {
  width: 28px;
  height: 27px;
  top: -27px;
  right: 0;
  background: url(img/flashsales/complete-point2@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .complete-p2 {
    background-image: url("img/flashsales/complete-point2@2x.png");
    background-size: 28px 27px;
  }
}
@media (max-width: 590px) {
  .complete-p2 {
    display: none;
  }
}

.bf-excalamation {
  width: 9px;
  height: 33px;
  top: -10px;
  right: -20px;
  background: url(img/flashsales/bf-exclamation@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bf-excalamation {
    background-image: url("img/flashsales/bf-exclamation@2x.png");
    background-size: 9px 33px;
  }
}
@media (max-width: 500px) {
  .bf-excalamation {
    display: none;
  }
}

.framework-p1 {
  width: 103px;
  height: 27px;
  bottom: -27px;
  right: 30px;
  background: url(img/flashsales/framework-point@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .framework-p1 {
    background-image: url("img/flashsales/framework-point@2x.png");
    background-size: 103px 27px;
  }
}
@media (max-width: 992px) {
  .framework-p1 {
    display: none;
  }
}

.bf-swirl {
  width: 21px;
  height: 27px;
  bottom: -15px;
  left: -30px;
  background: url(img/flashsales/bf-swirl@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bf-swirl {
    background-image: url("img/flashsales/bf-swirl@2x.png");
    background-size: 21px 27px;
  }
}

.bf-move {
  width: 13px;
  height: 9px;
  top: -10px;
  left: -4px;
  background: url(img/flashsales/bf-move@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bf-move {
    background-image: url("img/flashsales/bf-move@2x.png");
    background-size: 13px 9px;
  }
}

.pricing-saas {
  display: none;
  /* mobiscroll overrides */
}
.pricing-saas.pricing-cont-active {
  display: block;
  padding-top: 20px;
}
.pricing-saas h2 {
  color: #011742;
}
.pricing-saas .pricing-saas-title {
  text-align: left;
  margin: 40px 0 -20px 0;
}
@media (max-width: 767px) {
  .pricing-saas .pricing-saas-title {
    margin: 40px 0;
  }
}
.pricing-saas .pricing-saas-price {
  margin-bottom: 5px;
  font-size: 44px;
  font-weight: 400;
  padding: 20px 0 0 0;
  text-align: left;
}
.pricing-saas .pricing-saas-row {
  padding: 50px 10px;
}
@media (max-width: 767px) {
  .pricing-saas .pricing-saas-row {
    padding-top: 0;
  }
}
.pricing-saas .pricing-saas-feature {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin-left: 5px;
  font-weight: 400;
}
.pricing-saas .gen-btn {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 35px;
}
.pricing-saas .saas-big-buy-btn {
  line-height: 32px;
  margin: 30px 30px 30px 0px;
}
.pricing-saas .interest-title {
  margin: 30px 0;
}
.pricing-saas .left-side-radio.mbsc-radio {
  padding: 0.5em 1em 0.5em 2.125em;
}
.pricing-saas .left-side-radio .mbsc-radio-box {
  right: auto;
  left: 0;
}
.pricing-saas .custom-blue-radio.custom-radio .mbsc-radio-box {
  border: 0.125em solid #011742;
}
.pricing-saas .custom-blue-radio.custom-radio .mbsc-radio-box::after {
  background: #011742;
}
.pricing-saas .custom-blue-radio.custom-radio.validation-error-label .mbsc-radio-box {
  border-color: red;
}
.pricing-saas .custom-blue-checkbox.custom-checkbox .mbsc-checkbox-box {
  background: white;
  border: 2px solid #011742;
}
.pricing-saas .custom-blue-checkbox input:checked + .mbsc-checkbox-box::after {
  border-color: #011742;
  transform: translate(-2px, -2px) scale(1) rotate(-45deg);
}
.pricing-saas .mbsc-mobiscroll .mbsc-slider-handle {
  background: #000;
}
.pricing-saas .mbsc-mobiscroll .mbsc-progress-cont {
  max-width: 480px;
}
.pricing-saas .mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-left: 9.5em;
}
.pricing-saas .mbsc-mobiscroll.mbsc-progress {
  padding: 0;
}
.pricing-saas .mbsc-mobiscroll .mbsc-progress-value {
  width: 8.75em;
  text-align: center;
}
.pricing-saas .pricing-contact-btn {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 190px;
}
@media (max-width: 600px) {
  .pricing-saas .mbsc-mobiscroll .mbsc-progress-cont {
    max-width: none;
  }
  .pricing-saas .mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
    padding-left: 0.5em;
    padding-top: 2em;
  }
  .pricing-saas .mbsc-mobiscroll .mbsc-progress-value {
    left: 50%;
    margin-left: -4.375em;
    top: 1.25em;
  }
}
@media (max-width: 560px) {
  .pricing-saas .pricing-line {
    flex-wrap: wrap;
  }
  .pricing-saas .pricing-line br {
    display: none;
  }
  .pricing-saas .saas-big-buy-btn,
.pricing-saas .price-wrapper {
    flex: 1 1 auto;
    margin: 20px 20px 0 20px;
  }
}

.pricing-complete {
  display: none;
  /* mobiscroll overrides */
}
.pricing-complete.pricing-cont-active {
  display: block;
  padding-top: 20px;
}
.pricing-complete h2 {
  color: #3cb95a;
}
.pricing-complete .pricing-complete-title {
  text-align: left;
  margin: 40px 0 -20px 0;
}
@media (max-width: 767px) {
  .pricing-complete .pricing-complete-title {
    margin: 40px 0;
  }
}
.pricing-complete .pricing-complete-price {
  margin-bottom: 5px;
  font-size: 44px;
  padding: 20px 0 0 0;
}
.pricing-complete .pricing-complete-row {
  padding: 50px 10px;
}
@media (max-width: 767px) {
  .pricing-complete .pricing-complete-row {
    padding-top: 0;
  }
}
.pricing-complete .pricing-complete-feature {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin-left: 5px;
  font-weight: 400;
}
.pricing-complete .gen-btn {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 35px;
}
.pricing-complete .mbsc-mobiscroll .mbsc-slider-handle {
  background: #011742;
}
.pricing-complete .mbsc-mobiscroll .mbsc-progress-cont {
  max-width: 350px;
}
.pricing-complete .mbsc-mobiscroll.mbsc-progress {
  padding: 0;
}
.pricing-complete .mbsc-mobiscroll .mbsc-progress-value {
  width: 4.75em;
}

.pricing-complete-company h2 {
  color: #f77f7f;
}

.pricing-framework .mbsc-mobiscroll .mbsc-progress-value {
  width: 4.75em;
}

/* Component section */
.pricing-component h2,
.pricing-product h2 {
  color: #3f98f6;
}

.pricing-component {
  display: none;
}
.pricing-component.pricing-cont-active {
  display: block;
  padding-top: 20px;
}
.pricing-component .pricing-table-container {
  max-width: 1350px;
  padding: 0 30px;
}
.pricing-component .pricing-comp-col {
  padding: 5px;
}
@media (min-width: 576px) {
  .pricing-component .pricing-comp-col {
    display: flex;
  }
}

.pricing-comp-box {
  font-size: 16px;
  border: 2px solid #d8d8d8;
  border-radius: 8px;
  text-align: left;
}

.pricing-comp-top {
  padding: 25px;
  min-height: 300px;
  position: relative;
}

.pricing-comp-title {
  color: #3f98f6;
  font-size: 22px;
  font-weight: 600;
  margin-right: 50px;
}
.pricing-comp-title .pricing-comp-p {
  color: #475164;
  position: absolute;
  top: 25px;
  right: 25px;
}

.pricing-comp-desc {
  padding: 15px 0 20px 0;
}

.select-product-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 25px;
}

.pricing-comp-bottom {
  padding: 25px;
  border-top: 2px solid #d8d8d8;
}
.pricing-comp-bottom ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.pricing-comp-bottom li {
  padding: 5px 0;
}

.pricing-comp-include {
  font-weight: 600;
  padding-bottom: 15px;
}

.pricing-border-top {
  border-top: 2px solid #b6b6b6;
}

.pricing-product {
  display: none;
  overflow: hidden;
}
.pricing-product.pricing-cont-active {
  display: block;
  padding-top: 20px;
}
.pricing-product .pricing-buy-btn {
  margin: 30px 30px 30px 0px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 35px;
}
.pricing-product .mbsc-checkbox-box,
.pricing-product .mbsc-mobiscroll .mbsc-slider-handle {
  background: #3f98f6;
}
.pricing-product .mbsc-progress-cont {
  max-width: 350px;
}

/*# sourceMappingURL=pricing.css.map */

/* new-mobiscroll */
/* Loading animations */
.demo-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-top: -10px;
  margin-left: -50px;
  text-align: center;
}

.demo-spinner > div {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 16px;
  display: inline-block;
  -webkit-animation: bouncedelay 1.7s infinite ease-in-out both;
  animation: bouncedelay 1.7s infinite ease-in-out both;
}

.demo-spinner-hl > div {
  background-color: #011742;
}

.spinner-price > div {
  background-color: #4d4d4d;
}

.demo-spinner .demo-spinner-item1 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.demo-spinner .demo-spinner-item2 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.demo-spinner .demo-spinner-item3 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.hide, .hide-price .price-content {
  visibility: hidden;
}

/*# sourceMappingURL=pricing.spinner.css.map */

/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
/* new-mobiscroll */
.pricing-basic-section .mwindow-inner-c {
  background: #fff;
}

.pricing-basic-section .pricing-basic-left {
  padding-right: 0;
  border-right: 1px solid #b6b6b6;
}

.pricing-basic-title,
.page-section .pricing-basic-title {
  margin: 35px 0;
  font-weight: 500;
  color: initial;
}

.pricing-basic-title.source-code-title {
  margin: 30px 0;
  text-align: left;
}

.pricing-basic-title.select-framework-title {
  text-align: left;
  margin: 40px 0 -20px 0;
}
@media (max-width: 767px) {
  .pricing-basic-title.select-framework-title {
    margin: 40px 0;
  }
}

.pricing-basic.pricing-cont-active {
  display: block;
  padding-top: 20px;
}

.pricing-basic-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pricing-basic-row {
  overflow: hidden;
  border-bottom: 1px solid #b6b6b6;
  font-weight: 400;
}
@media (min-width: 992px) {
  .pricing-basic-row {
    margin: 0;
  }
}

.pricing-basic-col {
  padding: 0;
  margin-top: -1px;
  /*border-bottom: 1px solid $pricing-grid-color; */
  /* Gabi, mikor visszateszed pls csekkold a pricing oldalt */
}
@media (max-width: 639px) {
  .pricing-basic-col {
    width: 50%;
  }
}
@media (max-width: 359px) {
  .pricing-basic-col {
    width: 100%;
    float: none;
  }
}

.pricing-basic-comp {
  position: relative;
  padding: 20px 30px;
  border-top: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .pricing-basic-comp {
    padding: 20px 40px;
  }
}
@media (max-width: 500px) {
  .pricing-basic-comp {
    font-size: 15px;
    padding: 20px 25px;
  }
}

@media (min-width: 360px) {
  .pricing-basic-col:first-child .pricing-basic-comp {
    border-left: 0;
  }
}
@media (max-width: 359px) {
  .pricing-basic-col:first-child .pricing-basic-comp:first-child {
    border-top: 0;
  }

  .pricing-basic-comp {
    border-left: 0;
  }
}
@media (max-width: 639px) {
  .pricing-basic-col:nth-child(3) .pricing-basic-comp {
    border-left: 0;
  }

  .pricing-basic-row {
    padding: 0 15px;
  }
}
.pricing-basic-checkmark {
  position: absolute;
  top: 50%;
  left: 20px;
  display: none;
  width: 20px;
  margin-top: -13px;
  color: #011742;
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 700px) {
  .pricing-basic-checkmark {
    left: 10px;
  }
}
@media (max-width: 500px) {
  .pricing-basic-checkmark {
    left: 5px;
    width: 15px;
    font-size: 18px;
  }
}

.browser-desktop .pricing-basic-comp:hover,
.pricing-basic-comp-checked {
  background: #eef4ff;
}

.pricing-basic-comp-checked .pricing-basic-checkmark {
  display: block;
}

.pricing-basic-buy-rows {
  margin: 50px 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.pricing-basic-buy-rows .text-left {
  width: 58.33333333%;
  float: left;
}
.pricing-basic-buy-rows .text-right {
  width: 41.66666667%;
  float: right;
}

.pricing-strike {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 22px;
}

.pricing-strike:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border: 1px solid red;
  margin-top: -1px;
  margin-left: -15px;
  opacity: 0.7;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.pricing-basic-strike {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 22px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (max-width: 991px) {
  .pricing-basic-strike {
    margin-top: 30px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.pricing-basic-strike-hidden {
  opacity: 0;
}

.pricing-basic-price {
  font-size: 26px;
  float: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pricing-basic-price-txt {
  float: left;
  font-size: 20px;
  margin: 7px 0;
}

.pricing-basic-price-desc {
  margin: 10px 0;
  font-size: 22px;
}

.pricing-basic-cont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  width: 248px;
}
.pricing-basic-cont .pricing-basic-buy-cont {
  border-top: 1px solid #b6b6b6;
  width: 242px;
}
.pricing-basic-cont .pricing-basic-buy-btn,
.pricing-basic-cont .pricing-buy-btn {
  margin: 30px 0;
  text-transform: uppercase;
  padding: 8px 26px;
}
.pricing-basic-cont .pricing-cont {
  height: 37px;
  margin: 5px 20px;
}

/* Select components window */
.pricing-basic-fr-section {
  margin: 35px 0;
}

.framework-selection {
  margin: 0 -5px 15px -5px;
}

.framework-selection .fr-sel-btn {
  margin: 5px;
}
.framework-selection .fr-sel-btn .svg {
  float: left;
  height: 22px;
}
.framework-selection .fr-sel-btn .svg path,
.framework-selection .fr-sel-btn .svg .st0 {
  fill: #4d4d4d;
  stroke: #4d4d4d;
  stroke-width: 0;
  opacity: 1;
}
.framework-selection .fr-sel-btn svg {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.framework-selection .fr-sel-btn .vue-svg {
  height: 25px;
}

.framework-selection .fr-sel-btn:hover .svg path,
.framework-selection .fr-sel-btn:hover .st0,
.framework-selection .fr-sel-btn.active .svg path,
.framework-selection .fr-sel-btn.active .st0 {
  fill: #fff;
  stroke: #fff;
}

/* Framework selection window */
.pricing-border-top {
  border-top: 1px solid #b6b6b6;
}

.pricing-basic-fr-section .mbsc-mobiscroll .mbsc-slider-handle {
  background: #011742;
}
.pricing-basic-fr-section .mbsc-checkbox-box {
  left: 0;
  background: #011742;
}
.pricing-basic-fr-section .mbsc-mobiscroll.mbsc-progress {
  padding: 0;
}
.pricing-basic-fr-section .mbsc-mobiscroll .mbsc-progress-cont {
  max-width: 350px;
}

.mbsc-mobiscroll .pricing-basic-fr-section .mbsc-checkbox {
  padding: 0 1em 0 2.125em;
}

.pricing-framework {
  display: none;
}

.pricing-framework.pricing-cont-active {
  display: block;
  padding-top: 20px;
}

.pricing-framework h2 {
  color: #ab7bd1;
}

@media (min-width: 768px) {
  .pricing-framework-cont {
    padding-bottom: 100px;
  }
}

.pricing-framework-col {
  padding: 50px 10px;
}
.pricing-framework-col:first-child {
  border: 0;
}
@media (max-width: 767px) {
  .pricing-framework-col {
    border-top: 1px solid #b6b6b6;
    width: 100%;
  }
}

.pricing-framework .pricing-framework-title {
  margin: 0;
  color: #1c9b3b;
  font-size: 25px;
  text-transform: uppercase;
}

.pricing-framework .pricing-framework-desc {
  color: #1c9b3b;
  font-size: 14px;
}

.fr-features {
  min-height: 320px;
}

.pricing-framework-feature {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin-left: 30px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .pricing-framework-strike {
    margin-top: 30px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.pricing-framework-price,
.pricing-project-price {
  margin-bottom: 5px;
  font-size: 44px;
  padding: 20px 0 0 0;
}

.pricing-framework .gen-btn {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 35px;
}

.pricing-tier-title {
  color: #B80602;
  font-size: 19px;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .pricing-tier-title2 {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .pricing-col-divider {
    border-right: 1px solid #B80602;
  }

  .pricing-box-right-pad {
    padding-right: 15px;
  }

  .pricing-box-left-pad {
    padding-left: 15px;
  }
}
/* Pricing Modal */
.pricing-popup-padding {
  padding-left: 35px;
}

.pricing-popup-main-cont {
  height: 100%;
}

/* small screen */
@media (max-width: 1019px) {
  .pricing-basic-section .pricing-basic-left,
.pricing-basic-section .pricing-basic-right,
.pricing-basic-cont,
.pricing-basic-cont .pricing-basic-buy-cont {
    width: 100%;
  }

  .pricing-basic-section .pricing-basic-left {
    border-bottom: 1px solid #b6b6b6;
    height: auto;
    border-right: none;
    padding: 0;
  }

  .pricing-basic-fr-section .mbsc-mobiscroll .mbsc-progress-cont {
    max-width: none;
  }

  .pricing-basic-section .mwindow-inner-c {
    overflow-y: auto;
  }

  .pricing-basic-section .mwindow-cont {
    border-radius: 0;
  }

  .pricing-basic-buy-rows {
    margin: 25px 50px;
  }
  .pricing-basic-buy-rows .col-fr-sel,
.pricing-basic-buy-rows .col-pr-sel,
.pricing-basic-buy-rows .col-md-5,
.pricing-basic-buy-rows .col-md-7 {
    padding: 0;
  }

  .pricing-basic-right {
    padding: 0;
  }

  .pricing-basic-cont .pricing-cont {
    margin: 5px 50px 23px;
  }

  .pricing-basic-cont {
    position: initial;
  }

  .pricing-popup-padding {
    padding: 0 20px;
  }

  .pricing-modal-cont-row {
    margin: 0;
  }
}
.pricing-framework-bottom,
.pricing-framework-bottom.mbsc-form,
.pricing-framework-bottom.mbsc-form.mbsc-material,
.pricing-framework-bottom.mbsc-form.mbsc-ios {
  background: inherit !important;
  font-family: inherit !important;
}
.pricing-framework-bottom .mbsc-checkbox-box, .pricing-framework-bottom.override .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form.override .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form.mbsc-material .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form.mbsc-material.override .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form.mbsc-ios .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form.mbsc-ios.override .mbsc-checkbox-box {
  left: 0;
  background: #1c9b3b;
  border-color: #1c9b3b;
}
.pricing-framework-bottom .mbsc-checkbox-box:after, .pricing-framework-bottom.override .mbsc-checkbox-box:after,
.pricing-framework-bottom.mbsc-form .mbsc-checkbox-box:after,
.pricing-framework-bottom.mbsc-form.override .mbsc-checkbox-box:after,
.pricing-framework-bottom.mbsc-form.mbsc-material .mbsc-checkbox-box:after,
.pricing-framework-bottom.mbsc-form.mbsc-material.override .mbsc-checkbox-box:after,
.pricing-framework-bottom.mbsc-form.mbsc-ios .mbsc-checkbox-box:after,
.pricing-framework-bottom.mbsc-form.mbsc-ios.override .mbsc-checkbox-box:after {
  border-color: white;
}
.pricing-framework-bottom.rose .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form.rose .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form.mbsc-material.rose .mbsc-checkbox-box,
.pricing-framework-bottom.mbsc-form.mbsc-ios.rose .mbsc-checkbox-box {
  background: #f77f7f;
  border-color: #f77f7f;
}
.pricing-framework-bottom .mbsc-checkbox,
.pricing-framework-bottom.mbsc-form .mbsc-checkbox,
.pricing-framework-bottom.mbsc-form.mbsc-material .mbsc-checkbox,
.pricing-framework-bottom.mbsc-form.mbsc-ios .mbsc-checkbox {
  padding: 0 1em 0 2.125em;
  margin: 30px 0;
}
.pricing-framework-bottom .mbsc-checkbox:after, .pricing-framework-bottom .mbsc-checkbox:before,
.pricing-framework-bottom.mbsc-form .mbsc-checkbox:after,
.pricing-framework-bottom.mbsc-form .mbsc-checkbox:before,
.pricing-framework-bottom.mbsc-form.mbsc-material .mbsc-checkbox:after,
.pricing-framework-bottom.mbsc-form.mbsc-material .mbsc-checkbox:before,
.pricing-framework-bottom.mbsc-form.mbsc-ios .mbsc-checkbox:after,
.pricing-framework-bottom.mbsc-form.mbsc-ios .mbsc-checkbox:before {
  border: 0;
}
.pricing-framework-bottom .mbsc-btn,
.pricing-framework-bottom.mbsc-form .mbsc-btn,
.pricing-framework-bottom.mbsc-form.mbsc-material .mbsc-btn,
.pricing-framework-bottom.mbsc-form.mbsc-ios .mbsc-btn {
  margin: 30px;
  padding: 12px 50px;
}
.pricing-framework-bottom .mbsc-slider-handle,
.pricing-framework-bottom.mbsc-form .mbsc-slider-handle,
.pricing-framework-bottom.mbsc-form.mbsc-material .mbsc-slider-handle,
.pricing-framework-bottom.mbsc-form.mbsc-ios .mbsc-slider-handle {
  background: #1c9b3b;
}
.pricing-framework-bottom .mbsc-progress-cont,
.pricing-framework-bottom.mbsc-form .mbsc-progress-cont,
.pricing-framework-bottom.mbsc-form.mbsc-material .mbsc-progress-cont,
.pricing-framework-bottom.mbsc-form.mbsc-ios .mbsc-progress-cont {
  max-width: 350px;
}

.pricing-framework-bottom-stripe {
  text-align: left;
  position: relative;
}
.pricing-framework-bottom-stripe:before, .pricing-framework-bottom-stripe:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #4d4d4d;
  width: 106%;
  left: -3%;
  top: 0;
}
@media (max-width: 768px) {
  .pricing-framework-bottom-stripe:before, .pricing-framework-bottom-stripe:after {
    width: 100%;
    left: 0;
    border-top: 1px solid #b6b6b6;
  }
}
.pricing-framework-bottom-stripe:after {
  top: auto;
  bottom: 0;
}

.pricing-framework-only-bottom-stripe {
  text-align: left;
  position: relative;
}
.pricing-framework-only-bottom-stripe:before, .pricing-framework-only-bottom-stripe:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #4d4d4d;
  width: 106%;
  left: -3%;
  top: 0;
}
@media (max-width: 768px) {
  .pricing-framework-only-bottom-stripe:before, .pricing-framework-only-bottom-stripe:after {
    width: 100%;
    left: 0;
    border-top: 1px solid #b6b6b6;
  }
}
.pricing-framework-only-bottom-stripe:after {
  top: auto;
  bottom: 0;
}
.pricing-framework-only-bottom-stripe:before {
  border: none;
}

.pricing-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.price-wrapper {
  position: relative;
}

/* Addons pricing dialog overwrites */
.pricing-addons .pricing-basic-cont,
.pricing-addons .pricing-basic-buy-cont {
  width: 252px;
}
.pricing-addons .pricing-basic-buy-rows .text-left {
  width: 63%;
  padding-right: 0;
}
.pricing-addons .pricing-basic-buy-rows .text-right {
  width: 37%;
  float: right;
}
.pricing-addons .pricing-basic-left {
  width: 70%;
}
.pricing-addons .pricing-basic-right {
  width: 30%;
}

.pricing-seats .pricing-basic-cont,
.pricing-seats .pricing-basic-buy-cont {
  width: 198px;
}
.pricing-seats .pricing-basic-buy-rows .text-left {
  padding-right: 0;
}
.pricing-seats p {
  font-size: 18px;
  color: #000;
}

.pricing-addons .pricing-border-top,
.pricing-seats .pricing-border-top {
  border-top: 0;
}

@media (max-width: 1019px) {
  .pricing-seats .pricing-basic-cont,
.pricing-seats .pricing-basic-buy-cont,
.pricing-addons .pricing-basic-cont,
.pricing-addons .pricing-basic-buy-cont {
    width: 100%;
  }
}
@media (min-width: 820px) and (max-width: 1019px) {
  .pricing-seats .pricing-popup-padding {
    padding-left: 35px;
  }
  .pricing-seats h3 {
    margin-bottom: 20px;
  }
  .pricing-seats p {
    margin: 0;
  }
  .pricing-seats .pricing-basic-buy-rows {
    margin: 15px 35px;
  }
  .pricing-seats .pricing-cont {
    margin: 0 35px 15px 35px;
  }
  .pricing-seats .pricing-basic-cont {
    position: absolute;
  }
  .pricing-seats .pricing-buy-btn {
    margin: 20px;
  }
}
@media (min-width: 860px) and (max-width: 1019px) {
  .pricing-addons .pricing-popup-padding {
    padding-left: 35px;
  }
  .pricing-addons .pricing-basic-left,
.pricing-addons .pricing-basic-right {
    float: left;
  }
  .pricing-addons .pricing-basic-right {
    height: 100%;
    border-left: 1px solid #b6b6b6;
  }
  .pricing-addons .pricing-basic-left {
    border-bottom: 0;
  }
  .pricing-addons .pricing-basic-buy-rows {
    margin: 50px 20px 0 20px;
  }
  .pricing-addons .pricing-cont {
    margin: 5px 20px;
  }
  .pricing-addons .pricing-basic-cont {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
    width: 258px;
  }
  .pricing-addons .pricing-buy-btn {
    margin: 24px 0 23px 0;
  }
}
@media (max-width: 859px) {
  .pricing-addons .pricing-basic-left,
.pricing-addons .pricing-basic-right {
    width: 100%;
  }
}

/*# sourceMappingURL=pricing.popup.css.map */

/* new-mobiscroll */
@media (max-width: 991px) {
  .more-info-col {
    margin-top: 50px;
  }
}

.more-info-box {
  min-height: 180px;
  font-size: 17px;
  font-weight: 400;
  padding: 20px;
  border: 1px solid #011742;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .more-info-box {
    min-height: 140px;
  }
}

.more-info-link {
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  right: 35px;
  left: 35px;
  color: #011742;
}

.more-info-link:focus,
.more-info-link:hover {
  color: #011742;
}

/*# sourceMappingURL=info.section.css.map */

/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
.product-datetime-main-c {
  max-width: 1447px;
  margin: 50px auto;
}
@media (max-width: 991px) {
  .product-datetime-main-c {
    max-width: 901px;
  }
}
@media (max-width: 767px) {
  .product-datetime-main-c {
    margin: 50px -40px;
  }
}

.product-datetime-main {
  margin: 0 20px;
  padding-top: 40.3%;
  background: url(img/products/datetime/date-time@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-main {
    background-image: url("img/products/datetime/date-time@2x.png");
  }
}
@media (max-width: 991px) {
  .product-datetime-main {
    margin: 0;
    padding-top: 63.04%;
    background-image: url(img/products/datetime/date-time-small@1x.png);
  }
}
@media (max-width: 991px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 991px) and (-o-min-device-pixel-ratio: 2.6/2), (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 991px) and (min-device-pixel-ratio: 1.3), (max-width: 991px) and (min-resolution: 1.3dppx) {
  .product-datetime-main {
    background-image: url("img/products/datetime/date-time-small@2x.png");
  }
}

.product-datetime-improve {
  background: url(img/products/product-phones-bck@1x.png) center center no-repeat;
  background-size: 900px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-improve {
    background-image: url("img/products/product-phones-bck@2x.png");
  }
}

.product-datetime-improve .tab-pane {
  max-width: 800px;
  margin: 0 auto;
}

.product-datetime-improve .product-img-lbl-c {
  display: block;
}

.product-datetime-simplify-section {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  margin-top: -50px;
}
.product-datetime-simplify-section .sample-phone-ios {
  margin-top: 120px;
}
@media (max-width: 1023px) {
  .product-datetime-simplify-section .product-img-lbl-c {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-datetime-simplify-section {
    padding-bottom: 380px;
    margin-bottom: -70px;
  }
  .product-datetime-simplify-section .sample-phone-ios {
    margin-top: 50px;
  }
}

.product-datetime-simplify {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1265px;
  height: 637px;
  margin-left: -350px;
  background: url(img/products/datetime/simplify@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-simplify {
    background-image: url("img/products/datetime/simplify@2x.png");
  }
}
@media (max-width: 991px) {
  .product-datetime-simplify {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .product-datetime-simplify {
    top: 325px;
    right: -485px;
    left: auto;
    margin: 0;
  }
}

.product-datetime-simplify-annotation {
  top: 144px;
  left: -310px;
  width: 450px;
  height: 109px;
  background: url(img/products/datetime/simplify-annotation@1x.png) bottom right no-repeat;
  background-size: 465px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-simplify-annotation {
    background-image: url("img/products/datetime/simplify-annotation@2x.png");
  }
}
@media (max-width: 1023px) {
  .product-datetime-simplify-annotation {
    display: none;
  }
}

.product-datetime-extend-c {
  width: 683px;
}
@media (max-width: 730px) {
  .product-datetime-extend-c {
    width: auto;
    max-width: 602px;
    margin: 0 auto;
  }
}

.product-datetime-extend {
  padding-top: 54%;
  background: url(img/products/extend-annotation@1x.png) center top no-repeat, url(img/products/extend-phone@1x.png) 54px bottom no-repeat;
  background-size: 683px auto, 602px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-extend {
    background-image: url(img/products/extend-annotation@2x.png), url(img/products/extend-phone@2x.png);
  }
}
@media (max-width: 730px) {
  .product-datetime-extend {
    background-image: url(img/products/extend-phone@1x.png);
    background-size: 100% auto;
    background-position: center bottom;
  }
}
@media (max-width: 730px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 730px) and (-o-min-device-pixel-ratio: 2.6/2), (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 730px) and (min-device-pixel-ratio: 1.3), (max-width: 730px) and (min-resolution: 1.3dppx) {
  .product-datetime-extend {
    background-image: url(img/products/extend-phone@2x.png);
  }
}

.product-datetime-extend-txt {
  margin-top: 102px;
}
@media (max-width: 991px) {
  .product-datetime-extend-txt {
    margin: 0;
    text-align: center;
  }
}

.product-datetime-i18n-en {
  height: 516px;
  margin-top: 50px;
  background: url(img/products/datetime/en-ex@1x.png) bottom right no-repeat, url(img/products/en@1x.png) 0 0 no-repeat;
  background-size: 215px auto, 225px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-i18n-en {
    background-image: url(img/products/datetime/en-ex@2x.png), url(img/products/en@2x.png);
  }
}

.product-datetime-i18n-es {
  height: 516px;
  margin-top: 50px;
  background: url(img/products/datetime/es-ex@1x.png) bottom right no-repeat, url(img/products/es@1x.png) 30% 0 no-repeat;
  background-size: 215px auto, 229px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-i18n-es {
    background-image: url(img/products/datetime/es-ex@2x.png), url(img/products/es@2x.png);
  }
}

.product-datetime-i18n-fa {
  height: 516px;
  margin-top: 50px;
  background: url(img/products/datetime/fa-ex@1x.png) bottom right no-repeat, url(img/products/fa@1x.png) 20% 24px no-repeat;
  background-size: 215px auto, 244px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-i18n-fa {
    background-image: url(img/products/datetime/fa-ex@2x.png), url(img/products/fa@2x.png);
  }
}

.product-datetime-minmax-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -133px 0 0 -175px;
  width: 351px;
  height: 267px;
  background: url(img/products/datetime/min-max-bck@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-minmax-bg {
    background-image: url("img/products/datetime/min-max-bck@2x.png");
  }
}

@media (max-width: 767px) {
  .product-datetime-minmax-tab .product-img-lbl-c {
    display: block;
  }
}

.product-datetime-minmax-annotation {
  top: 220px;
  left: -305px;
  width: 467px;
  height: 141px;
  background: url(img/products/datetime/min-max-annotation@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-minmax-annotation {
    background-image: url("img/products/datetime/min-max-annotation@2x.png");
  }
}
@media (max-width: 767px) {
  .product-datetime-minmax-annotation {
    display: none;
  }
}

.product-datetime-minmax-happy {
  width: 242px;
  height: 203px;
  margin: 50px auto;
  background: url(img/products/datetime/happy-scroller-min-max@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-minmax-happy {
    background-image: url("img/products/datetime/happy-scroller-min-max@2x.png");
  }
}

.product-datetime-minmax-happy-sm {
  display: none;
}

@media (max-width: 991px) {
  .product-datetime-minmax-happy {
    display: none;
  }

  .product-datetime-minmax-happy-sm {
    display: block;
  }
}
.product-datetime-invalids-annotation {
  top: 346px;
  left: -376px;
  width: 407px;
  height: 7px;
  background: url(img/products/datetime/invalids-annotation@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-invalids-annotation {
    background-image: url("img/products/datetime/invalids-annotation@2x.png");
  }
}
@media (max-width: 991px) {
  .product-datetime-invalids-annotation {
    display: none;
  }
}

@media (max-width: 991px) {
  .product-datetime-invalids-tab .product-img-lbl-c {
    display: block;
  }
}

.product-datetime-invalids {
  position: absolute;
  bottom: -42px;
  left: -66px;
  width: 1135px;
  height: 607px;
  background: url(img/products/datetime/invalids@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-invalids {
    background-image: url("img/products/datetime/invalids@2x.png");
  }
}
@media (max-width: 767px) {
  .product-datetime-invalids {
    display: none;
  }
}

.product-datetime-wheels {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 655px;
  height: 398px;
  background: url(img/products/datetime/wheels@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-wheels {
    background-image: url("img/products/datetime/wheels@2x.png");
  }
}
@media (max-width: 767px) {
  .product-datetime-wheels {
    top: 50%;
    left: 50%;
    width: 293px;
    height: 237px;
    margin: -118px 0 0 -146px;
    background-image: url(img/products/product-bck@1x.png);
  }
}
@media (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 767px) and (-o-min-device-pixel-ratio: 2.6/2), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-resolution: 1.3dppx) {
  .product-datetime-wheels {
    background-image: url("img/products/product-bck@2x.png");
  }
}

@media (max-width: 767px) {
  .product-datetime-wheels-tab .product-img-lbl-c {
    display: block;
  }
}

.product-datetime-time-tabs .product-txt-top {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .product-datetime-time-tabs .product-txt-top {
    margin-top: 70px;
  }
  .product-datetime-time-tabs .mbsc-scv-c {
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .product-datetime-time-tabs .product-img-lbl-c {
    display: block;
  }
}

.product-datetime-time-bg {
  background: url(img/products/product-bck2@1x.png) 80% center no-repeat;
  background-size: 477px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-time-bg {
    background-image: url("img/products/product-bck2@2x.png");
  }
}

.product-datetime-steps-annotation {
  top: 235px;
  left: -472px;
  width: 811px;
  height: 115px;
  background: url(img/products/datetime/time-steps-annotation@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-steps-annotation {
    background-image: url("img/products/datetime/time-steps-annotation@2x.png");
  }
}
@media (max-width: 991px) {
  .product-datetime-steps-annotation {
    display: none;
  }
}

.product-datetime-format-annotation {
  top: 222px;
  left: -396px;
  width: 841px;
  height: 173px;
  background: url(img/products/datetime/time-format-annotation@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-format-annotation {
    background-image: url("img/products/datetime/time-format-annotation@2x.png");
  }
}
@media (max-width: 991px) {
  .product-datetime-format-annotation {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-datetime-dt-section .product-img-lbl-c {
    display: block;
  }
}

.product-datetime-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -118px 0 0 -146px;
  width: 293px;
  height: 237px;
  background: url(img/products/product-bck@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-bg {
    background-image: url("img/products/product-bck@2x.png");
  }
}

.product-datetime-compact-annotation {
  top: 218px;
  left: 61px;
  width: 536px;
  height: 40px;
  background: url(img/products/datetime/compact-annotation@1x.png) bottom left no-repeat;
  background-size: 582px auto;
  text-align: right;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-compact-annotation {
    background-image: url("img/products/datetime/compact-annotation@2x.png");
  }
}
@media (max-width: 767px) {
  .product-datetime-compact-annotation {
    display: none;
  }
}

.product-datetime-expanded-annotation {
  top: 218px;
  left: 70px;
  width: 528px;
  height: 9px;
  background: url(img/products/datetime/expanded-annotation@1x.png) bottom right no-repeat;
  background-size: 100% auto;
  text-align: right;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-expanded-annotation {
    background-image: url("img/products/datetime/expanded-annotation@2x.png");
  }
}
@media (max-width: 767px) {
  .product-datetime-expanded-annotation {
    display: none;
  }
}

.product-datetime-responsive-content .product-img-lbl-c {
  display: block;
}
@media (min-width: 768px) {
  .product-datetime-responsive-content .tab-pane {
    display: block;
    opacity: 1;
  }
  .product-datetime-responsive-content .product-img-lbl-c,
.product-datetime-responsive-content .platform-tabs {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-datetime-responsive-content {
    margin: 0 -15px;
  }
}

@media (min-width: 768px) {
  .product-datetime-responsive-phone {
    z-index: 2;
    left: 0;
    margin-left: 0;
    margin-top: 80px;
  }
}

.product-datetime-responsive-c {
  position: absolute;
  width: 100%;
  top: 0;
  left: 185px;
  max-width: 531px;
}
@media (max-width: 767px) {
  .product-datetime-responsive-c {
    position: relative;
    left: 0;
    margin: 50px auto;
  }
}

.product-datetime-responsive {
  padding-top: 83.43%;
  background: url(img/products/datetime/responsive-ipad@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-responsive {
    background-image: url("img/products/datetime/responsive-ipad@2x.png");
  }
}
@media (max-width: 767px) {
  .product-datetime-responsive {
    height: 442px;
    padding-top: 0;
    background-size: auto 443px;
  }
}

.product-datetime-responsive-annotation {
  top: 284px;
  left: -424px;
  width: 879px;
  height: 137px;
  background: url(img/products/datetime/responsive-annotation@1x.png) bottom right no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-responsive-annotation {
    background-image: url("img/products/datetime/responsive-annotation@2x.png");
  }
}
@media (max-width: 991px) {
  .product-datetime-responsive-annotation {
    display: none;
  }
}

.product-datetime-theme-builder-c {
  position: relative;
  margin-top: 50px;
  max-width: 720px;
}

.product-datetime-theme-builder {
  padding-top: 58.75%;
  background: url(img/products/datetime/theme-builder@1x.png) center center no-repeat;
  background-size: 100% auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-theme-builder {
    background-image: url("img/products/datetime/theme-builder@2x.png");
  }
}

.product-datetime-themebuilder-annotation {
  top: 208px;
  left: -342px;
  width: 728px;
  height: 200px;
  background: url(img/products/datetime/themebuilder-annotation@1x.png) bottom right no-repeat;
  background-size: 841px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-themebuilder-annotation {
    background-image: url("img/products/datetime/themebuilder-annotation@2x.png");
  }
}
@media (max-width: 991px) {
  .product-datetime-themebuilder-annotation {
    display: none;
  }
}

/* Screens */
.product-datetime-responsive-iphone {
  background-image: url(img/products/datetime/screen-responsive-iphone@1x.png);
}

.product-datetime-time-12h {
  background-image: url(img/products/datetime/screen-time-12h@1x.png);
}

.product-datetime-time-24h {
  background-image: url(img/products/datetime/screen-time-24h@1x.png);
}

.product-datetime-time-steps1 {
  background-image: url(img/products/datetime/screen-time-steps1@1x.png);
}

.product-datetime-time-steps2 {
  background-image: url(img/products/datetime/screen-time-steps2@1x.png);
}

.product-datetime-date-ios {
  background-image: url(img/products/datetime/screen-date-ios@1x.png);
}

.product-datetime-time-ios {
  background-image: url(img/products/datetime/screen-time-ios@1x.png);
}

.product-datetime-datetime-ios {
  background-image: url(img/products/datetime/screen-datetime-ios@1x.png);
}

.product-datetime-date-android {
  background-image: url(img/products/datetime/screen-date-android@1x.png);
}

.product-datetime-time-android {
  background-image: url(img/products/datetime/screen-time-android@1x.png);
}

.product-datetime-datetime-android {
  background-image: url(img/products/datetime/screen-datetime-android@1x.png);
}

.product-datetime-date-wp {
  background-image: url(img/products/datetime/screen-date-wp@1x.png);
}

.product-datetime-time-wp {
  background-image: url(img/products/datetime/screen-time-wp@1x.png);
}

.product-datetime-datetime-wp {
  background-image: url(img/products/datetime/screen-datetime-wp@1x.png);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .product-datetime-responsive-iphone {
    background-image: url(img/products/datetime/screen-responsive-iphone@2x.png);
  }

  .product-datetime-time-12h {
    background-image: url(img/products/datetime/screen-time-12h@2x.png);
  }

  .product-datetime-time-24h {
    background-image: url(img/products/datetime/screen-time-24h@2x.png);
  }

  .product-datetime-time-steps1 {
    background-image: url(img/products/datetime/screen-time-steps1@2x.png);
  }

  .product-datetime-time-steps2 {
    background-image: url(img/products/datetime/screen-time-steps2@2x.png);
  }

  .product-datetime-date-ios {
    background-image: url(img/products/datetime/screen-date-ios@2x.png);
  }

  .product-datetime-time-ios {
    background-image: url(img/products/datetime/screen-time-ios@2x.png);
  }

  .product-datetime-datetime-ios {
    background-image: url(img/products/datetime/screen-datetime-ios@2x.png);
  }

  .product-datetime-date-android {
    background-image: url(img/products/datetime/screen-date-android@2x.png);
  }

  .product-datetime-time-android {
    background-image: url(img/products/datetime/screen-time-android@2x.png);
  }

  .product-datetime-datetime-android {
    background-image: url(img/products/datetime/screen-datetime-android@2x.png);
  }

  .product-datetime-date-wp {
    background-image: url(img/products/datetime/screen-date-wp@2x.png);
  }

  .product-datetime-time-wp {
    background-image: url(img/products/datetime/screen-time-wp@2x.png);
  }

  .product-datetime-datetime-wp {
    background-image: url(img/products/datetime/screen-datetime-wp@2x.png);
  }
}

/*# sourceMappingURL=products.datetime.css.map */

/* new-mobiscroll */
/* new-mobiscroll */
/* flexbox */
.landing-bottom {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  background: none;
}

.landing-cta-bottom {
  padding-bottom: 400px;
  background: none;
}

.bottom-bg {
  position: absolute;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.bottom-bg-big {
  bottom: -175px;
  left: -30px;
  width: 1362px;
  height: 1043px;
  max-width: 100%;
  background-image: url(img/footer/footer-bck-1@1x.png);
  background-size: 1362px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bottom-bg-big {
    background-image: url("img/footer/footer-bck-1@2x.png");
  }
}
@media (max-width: 1362px) {
  .bottom-bg-big {
    left: 0;
  }
}

.bottom-bg-small {
  bottom: -86px;
  left: 86%;
  margin-left: -370px;
  width: 610px;
  height: 455px;
  background-image: url(img/footer/footer-bck-2@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bottom-bg-small {
    background-image: url("img/footer/footer-bck-2@2x.png");
  }
}

.bottom-bg-people {
  bottom: -40px;
  left: 8%;
  width: 763px;
  height: 319px;
  background-image: url(img/footer/customers@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bottom-bg-people {
    background-image: url("img/footer/customers@2x.png");
  }
}
@media (max-width: 1362px) {
  .bottom-bg-people {
    left: 20px;
  }
}
@media (max-width: 1362px) {
  .bottom-bg-people {
    left: -156px;
  }
}
@media (max-width: 991px) {
  .bottom-bg-people {
    left: -300px;
  }
}
@media (max-width: 840px) {
  .bottom-bg-people {
    left: -466px;
  }
}
@media (max-width: 640px) {
  .bottom-bg-people {
    left: -600px;
  }
}
@media (max-width: 480px) {
  .bottom-bg-people {
    display: none;
  }
}

.bottom-bg-guy {
  bottom: -63px;
  left: 86%;
  margin-left: -230px;
  width: 245px;
  height: 324px;
  background-image: url(img/footer/mobiscroll-guy@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bottom-bg-guy {
    background-image: url("img/footer/mobiscroll-guy@2x.png");
  }
}

/*# sourceMappingURL=products.footer.css.map */

@charset "UTF-8";
@font-face {
  font-family: "icons_features";
  src: url("fonts/icons_features_datetime.eot?kiutj7");
  src: url("fonts/icons_features_datetime.eot?#iefixkiutj7") format("embedded-opentype"), url("fonts/icons_features_datetime.ttf?kiutj7") format("truetype"), url("fonts/icons_features_datetime.woff?kiutj7") format("woff"), url("fonts/icons_features_datetime.woff") format("woff"), url("fonts/icons_features_datetime.svg?kiutj7#icons_mobiscroll") format("svg");
  font-style: normal;
  font-display: swap;
}
.feature:before {
  font-family: "icons_features";
  font-size: 40px;
  color: #d6eeff;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature.feature-disabled-times:before {
  font-size: 60px;
}

/* Icons */
.feature-12-24-hour-format:before {
  content: "";
}

.feature-accessibility:before {
  content: "";
}

.feature-circular-scrolling:before {
  content: "";
}

.feature-cross-platform:before {
  content: "";
}

.feature-date-and-time:before {
  content: "";
}

.feature-date-format:before {
  content: "";
}

.feature-date-only:before {
  content: "";
}

.feature-disabled-dates:before {
  content: "";
}

.feature-disabled-times:before {
  content: "";
}

.feature-display-mode:before {
  content: "";
}

.feature-event-handlers:before {
  content: "";
}

.feature-fluid-ux:before {
  content: "";
}

.feature-localization:before {
  content: "";
}

.feature-min-max-date:before {
  content: "";
}

.feature-min-max-time:before {
  content: "";
}

.feature-responsive:before {
  content: "";
}

.feature-rtl-support:before {
  content: "";
}

.feature-steps-time:before {
  content: "";
}

.feature-theme-builder:before {
  content: "";
}

.feature-time-only:before {
  content: "";
}

.feature-wheels:before {
  content: "";
}

/*# sourceMappingURL=icons.features.datetime.css.map */

