/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./client/frontsite/frontsite.less ***!
  \**********************************************************************************************************************************************************************************/
.site-container {
  padding-left: 0;
  padding-right: 0;
}
.etsy-color {
  color: #f56400;
}
.shopify-color {
  color: #82b722;
}
.magento-color {
  color: #ef5c22;
}
.ebay-color {
  color: #E53238;
}
.front-site .top-menu {
  color: #fff;
  background-color: #3a3632;
  padding: 5px 0;
}
.front-site .top-menu .menu-links {
  line-height: 30px;
}
.front-site .top-menu a {
  color: #fff;
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}
.front-site .top-menu a.username {
  text-decoration: underline;
}
.front-site .top-menu a.header-logo {
  margin-top: -4px;
}
.front-site .top-menu .social .social-inner {
  /*width: 210px;*/
}
.front-site .social .social-inner {
  margin: 7px auto;
}
.front-site .social .social-inner .social-btn {
  float: left;
  margin-right: 10px;
  display: inline;
  margin-bottom: 5px;
}
.front-site .social .social-inner .social-btn.fb-like {
  margin-right: 15px;
}
.front-site .main-menu {
  border-top: solid 2px #fa7e17;
  padding: 10px 0;
}
.front-site .main-menu .menu-links {
  text-align: right;
  padding-top: 5px;
  /*padding-left: 10px;

            @media (min-width: @screen-md-min) {
                padding-left: 10%;
            }


            @media (max-width: @screen-md-min) {
                padding-top: 20px;
            }*/
}
.front-site .main-menu .menu-links a {
  margin: 0 1%;
  color: #777;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}
.front-site .main-menu .menu-links a:hover,
.front-site .main-menu .menu-links a.active {
  color: #000;
}
.front-site .float-menu {
  position: fixed;
  top: 0;
  z-index: 99;
  -webkit-transform: translate3d(0, -103%, 0);
  transform: translate3d(0, -103%, 0);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  left: 0;
  right: 0;
}
.front-site .float-menu.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.front-site .float-menu .container {
  padding: 15px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.front-site .float-menu .container img {
  max-height: 40px;
  max-width: 100%;
  min-width: 80px;
  margin-right: 20px;
}
.front-site .float-menu .container a {
  font-size: 16px;
  font-weight: bold;
  margin-right: 40px;
  white-space: nowrap;
}
.front-site .float-menu .container a:not(.btn) {
  color: #777;
  line-height: 40px;
}
.front-site .float-menu .container a:not(.btn):hover,
.front-site .float-menu .container a:not(.btn).active {
  color: #000;
}
.front-site .content .subtitle {
  font-size: 18px;
}
.front-site .qualities {
  margin: 15px;
  color: #524c48;
}
.front-site .qualities > div {
  padding: 10px;
}
.front-site .qualities > div .fa {
  font-size: 52px;
  margin-bottom: 5px;
}
.front-site .integration {
  padding: 40px 50px 20px;
  background: #37322F url(/client/img/site/home-integration.png) no-repeat center;
  color: #fff;
  text-align: left;
}
.front-site .integration .title {
  font-size: 24px;
}
.front-site .integration .subtitle {
  color: #eee;
}
.front-site .integration .subtitle a {
  color: #f5f5f5;
}
.front-site .integration .subtitle a:hover {
  color: #fff;
  text-decoration: underline;
}
.front-site .integration .store-images {
  margin: 50px 0 30px 0;
}
.front-site .integration .store-images a {
  display: block;
}
.front-site .integration .store-images a img {
  margin: 0 auto;
  opacity: 0.9;
}
.front-site .integration .store-images a img:hover {
  opacity: 1;
}
.front-site .index2 {
  /*.home-hero {
            margin-bottom: 0 !important;
        }*/
}
.front-site .index2 .landing-benefit-img {
  margin-top: 0 !important;
}
.front-site .index2 .home-features {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.front-site .index2 .home-features .img-feature {
  margin-bottom: 30px;
}
.front-site .index2 .home-features .title {
  /*.fa {
                    width: 20%;
                }*/
}
.front-site .index2 .home-features .title span {
  width: calc(100% - 120px);
  text-align: center;
  padding: 10px 20px;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .front-site .index2 .home-features .title span {
    padding: 0 10px;
  }
}
.front-site .index2 .home-features .points {
  margin-bottom: 50px;
}
.front-site .index2 .landing-carousel .carousel .carousel-text {
  position: relative;
  top: -35px;
}
.front-site .index2 .carousel-indicators {
  bottom: -10px;
}
.front-site .home-page {
  text-align: center;
}
.front-site .home-page .home-title {
  margin-top: 50px;
}
.front-site .home-page .home-title h1 {
  font-size: 48px;
}
.front-site .home-page .home-title .subtitle {
  font-size: 20px;
}
.front-site .home-page .home-title .sign-up-now {
  margin: 30px 0 30px 0;
}
.front-site .home-page .home-title .sign-up-now .btn {
  margin-bottom: 10px;
}
.front-site .home-page .landing-carousel {
  margin-top: 0;
}
.front-site .home-page .home-hero {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f1e6 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f5f1e6 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f5f1e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f1e6', GradientType=0);
  border-bottom: 1px solid #dbd8ce;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.front-site .home-page .home-hero .hero-img {
  position: relative;
  margin-bottom: 20px;
}
.front-site .home-page .home-hero .hero-img img {
  margin: 0 auto;
}
.front-site .home-page .home-hero .hero-img .carousel {
  position: absolute;
  top: 0;
  margin: 0 auto;
}
.front-site .home-page .home-hero .hero-img .carousel .carousel-indicators {
  bottom: 5px;
  display: none;
}
.front-site .home-page .home-hero .hero-img .carousel:hover .carousel-indicators {
  display: block;
}
.front-site .home-page .home-benefits {
  margin: 25px 0;
  text-align: left;
}
.front-site .home-page .home-benefits .benefit {
  padding: 10px 15px;
}
.front-site .home-page .home-benefits .benefit-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.front-site .home-page .home-benefits .col-prime {
  background-color: #1b67b4;
  color: #fff;
}
.front-site .home-page .home-features {
  padding: 40px 0;
  margin-bottom: 40px;
  text-align: left;
  background-color: #f9f7f1;
  border-bottom: 1px solid #dbd8ce;
}
.front-site .home-page .home-features .row {
  margin: 50px 0;
}
@media (min-width: 992px) {
  .front-site .home-page .home-features .row .odd {
    padding-left: 50px;
  }
}
.front-site .home-page .home-features .row .img-feature {
  box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
}
.front-site .home-page .home-features .title {
  margin-bottom: 10px;
}
.front-site .home-page .home-features .title .fa {
  float: left;
  color: #d5d1c7;
  font-size: 72px;
}
.front-site .home-page .home-features .title span {
  float: left;
  font-size: 24px;
  margin: 20px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .front-site .home-page .home-features .title {
    margin-top: 20px;
  }
}
.front-site .home-page .home-features .points {
  font-size: 16px;
  color: #7b7772;
}
.front-site .home-page .home-features .points .fa {
  margin-right: 5px;
}
.front-site .product-tour {
  text-align: center;
}
.front-site .product-tour .tour-hero {
  padding: 30px 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f1e6 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f5f1e6 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f5f1e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f1e6', GradientType=0);
  border-bottom: 1px solid #dbd8ce;
  min-height: 650px;
  min-width: 600px;
}
.front-site .product-tour .tour-hero .container {
  text-align: center;
}
.front-site .product-tour .tour-hero .container h1 {
  font-size: 48px;
}
.front-site .product-tour .tour-hero .container .subtitle {
  font-size: 20px;
}
.front-site .product-tour .tour-hero .container .hero-img {
  position: relative;
  margin: 15px 0;
}
.front-site .product-tour .tour-hero .container .hero-img img {
  margin: 0 auto;
}
.front-site .product-tour .tour-hero .container .hero-img iframe {
  position: absolute;
  bottom: 2%;
  left: 18%;
  width: 65%;
  height: 40%;
}
@media (min-width: 1200px) {
  .front-site .product-tour .tour-hero .container .hero-img iframe {
    left: 200px;
    width: 730px;
  }
}
.front-site .product-tour .tour-hero .container .hero-img .btn-primary {
  margin-bottom: 5px;
}
.front-site .product-tour .features {
  text-align: left;
  margin: 20px auto;
  display: table;
  border-collapse: separate;
  border-spacing: 40px;
}
.front-site .product-tour .features .feature-row {
  clear: both;
  display: table-row;
  padding: 0 20px;
}
.front-site .product-tour .features .feature-row .feature-box {
  display: table-cell;
  width: 400px;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.front-site .product-tour .features .feature-row .feature-box:nth-child(odd) .title,
.front-site .product-tour .features .feature-row .feature-box:nth-child(odd) .fa {
  color: #fa7e17;
}
.front-site .product-tour .features .feature-row .feature-box:nth-child(even) .title,
.front-site .product-tour .features .feature-row .feature-box:nth-child(even) .fa {
  color: #1b67b4;
}
.front-site .product-tour .features .feature-row .feature-box.integration {
  padding: 0;
}
.front-site .product-tour .features .feature-row .feature-box .title {
  font-size: 18px;
  padding: 20px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}
.front-site .product-tour .features .feature-row .feature-box .title small {
  color: #999;
  font-weight: normal;
}
.front-site .product-tour .features .feature-row .feature-box ul {
  list-style-type: none;
  padding: 10px 5px;
  margin: 0;
}
.front-site .product-tour .features .feature-row .feature-box ul li {
  padding: 5px 10px;
  margin-left: 25px;
}
.front-site .product-tour .features .feature-row .feature-box ul li .fa {
  margin-right: 5px;
  margin-left: -25px;
}
.front-site .product-tour .features .feature-row .feature-box.integration .store-images {
  clear: both;
}
.front-site .product-tour .features .feature-row .feature-box.integration .store-images img {
  max-height: 50px;
  margin: 15px 25px;
}
.front-site .app-stat-section {
  border-top: 1px solid #dbd8ce;
  padding: 50px 0;
}
.front-site .app-stat-section .stat-num {
  font-size: 36px;
  font-weight: bold;
}
.front-site .app-stat-section .stat-desc {
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
}
.front-site .testimonial-section {
  background-color: #faf8ed;
  padding-top: 20px;
  border-top: 1px solid #dbd8ce;
  border-bottom: 1px solid #dbd8ce;
  margin-bottom: 40px;
}
.front-site .testimonial-section.ts-2 .ts-card {
  width: 100% !important;
}
.front-site .testimonial-section .carousel {
  margin-top: 20px;
  position: relative;
  min-height: 510px;
}
@media (min-width: 768px) {
  .front-site .testimonial-section .carousel {
    min-height: 490px;
  }
}
@media (min-width: 992px) {
  .front-site .testimonial-section .carousel {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .front-site .testimonial-section .carousel {
    min-height: 380px;
  }
}
.front-site .testimonial-section .carousel .carousel-control {
  background-image: none;
  opacity: 0.7;
}
.front-site .testimonial-section .carousel .carousel-inner {
  padding-bottom: 60px;
}
.front-site .testimonial-section .carousel .carousel-indicators li {
  background-color: #eee;
}
.front-site .testimonial-section .carousel .ts-card {
  width: 32%;
  margin-left: 1%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  /*border-top: 3px solid @brand-blue;*/
  box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  float: left;
  position: relative;
}
.front-site .testimonial-section .carousel .ts-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #fa7e17 transparent transparent;
}
.front-site .testimonial-section .carousel .ts-card.ts-3 {
  width: 100%;
  margin: 0;
}
.front-site .testimonial-section .carousel .ts-card.ts-2 {
  width: 60%;
  margin-left: 3%;
}
.front-site .testimonial-section .carousel .ts-card .ts-text {
  text-align: left;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
  min-height: 200px;
}
.front-site .testimonial-section .carousel .ts-card .ts-text:before {
  color: #ccc;
  content: "“";
  font-size: 72px;
  line-height: 0.1em;
  margin-right: 20px;
  float: left;
  position: relative;
  top: 25px;
}
.front-site .testimonial-section .carousel .ts-card .ts-name {
  padding: 20px 15px;
  font-size: 18px;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: right;
}
.front-site .testimonial-section .carousel .ts-card .ts-name .quote {
  font-size: 72px;
}
.front-site .gallery .menu-links {
  float: right;
}
.front-site .gallery .menu-links a {
  color: #777;
  text-align: right;
  font-size: 20px;
  margin-left: 20px;
}
.front-site .gallery .menu-links a:hover,
.front-site .gallery .menu-links a.active {
  color: #000;
}
.front-site .gallery .starter-kits {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  /*column-count: 4;
            column-gap: 10px;*/
}
.front-site .gallery .starter-kits .starter-kit {
  flex: 1;
  width: 25%;
  padding: 5px;
}
@media (max-width: 1200px) {
  .front-site .gallery .starter-kits .starter-kit {
    min-width: 50%;
  }
}
@media (max-width: 600px) {
  .front-site .gallery .starter-kits .starter-kit {
    min-width: 100%;
  }
}
.front-site .gallery .starter-kits .starter-kit > div {
  height: 100%;
  padding-bottom: 10px;
  border: solid 1px #ccc;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.front-site .gallery .starter-kits .starter-kit > div img {
  cursor: pointer;
  border-bottom: 2px solid #ccc;
  max-width: 100%;
  max-height: 300px;
  margin-bottom: 10px;
}
.front-site .gallery .starter-kits .starter-kit > div .kit-desc {
  padding: 0 5px;
  color: #999;
  margin: 5px 0;
  min-height: 50px;
}
.front-site .gallery .catalogs {
  /*line-height: 0;*/
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
}
@media (max-width: 1000px) {
  .front-site .gallery .catalogs {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 800px) {
  .front-site .gallery .catalogs {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .front-site .gallery .catalogs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.front-site .gallery .catalogs .outer-catalog {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  overflow: hidden;
  margin-bottom: 20px;
  padding: 4px;
}
.front-site .gallery .catalogs .outer-catalog .catalog {
  text-align: left;
  border: solid 1px #ccc;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.front-site .gallery .catalogs .outer-catalog .catalog.showroom {
  text-align: center;
}
.front-site .gallery .catalogs .outer-catalog .catalog.showroom img {
  margin: 10px 0;
}
.front-site .gallery .catalogs .outer-catalog .catalog img {
  /*max-height: 250px;*/
  max-width: 100%;
  height: auto;
}
.front-site .gallery .catalogs .outer-catalog .catalog .description {
  padding: 10px;
  overflow: hidden;
}
.front-site .gallery .catalogs .outer-catalog .catalog .description .catalog-name {
  font-size: 16px;
  font-weight: bold;
}
.front-site .gallery .catalogs .outer-catalog .catalog .description .catalog-desc {
  margin-top: 5px;
  color: #555;
}
.front-site .site-page {
  text-align: center;
  padding: 40px 0;
  min-height: calc(100vh - 181px);
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f1e6 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f5f1e6 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f5f1e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f1e6', GradientType=0);
}
@media (max-width: 1200px) {
  .front-site .site-page {
    min-height: calc(100vh - 178px);
  }
}
.front-site .about-us {
  background: url(assets/about-us-toronto.png) no-repeat right bottom;
  background-size: cover;
  font-size: 16px;
}
.front-site .about-us h1 {
  margin-bottom: 50px;
}
.front-site .contact-us p {
  margin-bottom: 50px;
}
.front-site .contact-us .btn-primary {
  width: 100%;
}
.front-site .form-block {
  text-align: left;
  border: solid 1px #ccc;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px;
  max-width: 800px;
  margin: 20px auto;
}
.front-site .form-block .btn-primary {
  width: 100%;
}
.front-site .form-block .col-social .btn {
  width: 100%;
}
.front-site .form-block .col-social .btn img {
  margin-top: -5px;
}
.front-site .form-block .col-social .btn.facebook-btn {
  background-color: #3a5795;
  border-color: #25375e;
}
.front-site .form-block .col-social .btn.google-btn {
  background-color: #d34836;
  border-color: #9b3022;
}
.front-site .form-block .col-mid {
  font-size: 18px;
  text-align: center;
}
.front-site .form-block .form-group .alert {
  margin-bottom: 2px;
}
.front-site .sign-in .form-block .col-mid {
  padding: 40px 0;
}
.front-site .sign-in .form-block a.forgot {
  text-decoration: underline;
}
.front-site .sign-in .form-block .btn {
  margin-bottom: 15px;
}
.front-site .sign-up .form-block {
  padding: 0;
}
.front-site .sign-up .form-block .col-social {
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.front-site .sign-up .form-block .col-mid {
  padding: 10px 0;
}
.front-site .sign-up .form-block .signup-form {
  padding: 30px;
}
.front-site .sign-up .form-block .signup-form .terms {
  padding-top: 5px;
}
.front-site .sign-up .signup-form-start-btn {
  padding: 0 30px 30px 30px;
  margin-top: -20px;
}
.front-site .sign-up .signup-points {
  font-size: 140%;
  margin-left: 30px;
}
.front-site .sign-up .signup-points > div {
  width: 100%;
}
.front-site .sign-up .signup-points > div i {
  margin-top: 2px;
  float: left;
  color: #fa7e17;
  width: 10%;
  font-size: 120%;
  display: inline-block;
}
.front-site .sign-up .signup-points > div > div {
  float: left;
  width: 90%;
  padding-left: 10px;
  margin-bottom: 15px;
}
.front-site .sign-up .signup-stat {
  font-size: 150%;
  margin: 30px 0 0 30px;
}
.front-site .sign-up .signup-stat > div {
  margin-bottom: 20px;
}
.front-site .sign-up .signup-stat > div .stat-num {
  font-weight: bold;
}
.front-site .sign-up .signup-testimonials {
  min-height: 500px;
}
.front-site .sign-up .signup-testimonials .container {
  width: 100%;
}
.front-site .sign-up .signup-testimonials .carousel-indicators li {
  background-color: #fff;
}
.front-site .landing-benefit-img {
  margin-top: 20px;
  background-image: -webkit-linear-gradient(top, #FBFAF6 0%, #F9F7ED 100%);
  background-image: -o-linear-gradient(top, #FBFAF6 0%, #F9F7ED 100%);
  background-image: linear-gradient(to bottom, #FBFAF6 0%, #F9F7ED 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfaf6', endColorstr='#fff9f7ed', GradientType=0);
}
.front-site .landing-benefit-img .benefit-bg {
  padding: 20px 0;
  background: url('/client/img/site/landing/landing-benefit-bg.png') repeat-x center;
}
.front-site .landing-carousel {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.front-site .landing-carousel .carousel-bg {
  position: absolute;
  top: 0;
  margin: 0 auto;
}
.front-site .landing-carousel img {
  margin: 20px auto 40px auto;
}
.front-site .landing-carousel .carousel.carousel-md img {
  max-height: 350px;
}
.front-site .landing-carousel .carousel.carousel-md .item {
  min-height: 420px;
}
.front-site .landing-carousel .carousel.orange-top .item img {
  border: solid 2px #fa7e17;
}
.front-site .landing-carousel .carousel .carousel-text {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: -35px;
}
.front-site .landing-carousel .shop-slide {
  min-height: 580px;
}
@media (max-width: 768px) {
  .front-site .landing-carousel .shop-slide {
    min-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .front-site .landing-carousel .shop-slide {
    min-height: initial;
  }
}
.front-site .landing-page {
  text-align: center;
  padding: 40px 0;
  min-height: calc(100vh - 181px);
}
@media (max-width: 1200px) {
  .front-site .landing-page {
    min-height: calc(100vh - 178px);
  }
}
.front-site .landing-page .page-how-block {
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f1e6 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f5f1e6 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f5f1e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f1e6', GradientType=0);
  border-bottom: 1px solid #dbd8ce;
}
.front-site .landing-page .page-how-block h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.front-site .landing-page .page-how-block img {
  margin: 20px auto 40px auto;
}
.front-site .landing-page .page-how-block img.banner {
  margin-bottom: 0;
}
.front-site .landing-page .page-how-block .shopify-bg {
  background: url('/client/img/site/shopify-bg.png') no-repeat left;
}
.front-site .landing-page .page-how-block .etsy-bg {
  background: url('/client/img/site/etsy-bg.png') no-repeat left;
}
.front-site .landing-page .page-how-block .magento-bg {
  background: url('/client/img/site/magento-bg.png') no-repeat left;
}
.front-site .landing-page .page-how-block .ebay-bg {
  background: url('/client/img/site/ebay-bg.png') no-repeat left;
}
.front-site .landing-page .page-how-block .youtube iframe {
  width: 768px;
  height: 432px;
  max-width: 80%;
}
.front-site .landing-page .qualities {
  margin: 0;
}
.front-site .landing-page .page-feature-blocks {
  margin: 30px 30px;
  text-align: left;
  font-size: 15px;
}
.front-site .landing-page .page-feature-blocks > div {
  padding: 25px;
  width: 33%;
  min-height: 160px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.front-site .landing-page .page-feature-blocks > div .fa {
  font-size: 44px;
  color: #fa7e17;
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.front-site .landing-page .page-feature-blocks > div > div {
  margin-left: 60px;
}
.front-site .landing-page .page-feature-blocks > div.even .fa {
  color: #1b67b4;
}
.front-site .landing-page .page-feature-blocks > div.grey {
  background-color: #eee;
}
@media (max-width: 768px) {
  .front-site .landing-page .page-feature-blocks > div {
    width: 100%;
    min-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .front-site .landing-page .page-feature-blocks > div {
    width: 50%;
  }
}
.front-site .landing-page .page-feature-blocks-horizontal > div {
  padding: 10px;
}
@media (max-width: 992px) {
  .front-site .landing-page .page-feature-blocks-horizontal > div:nth-child(even) .feature-inner {
    background-color: #E3EEF8;
  }
}
@media (min-width: 992px) {
  .front-site .landing-page .page-feature-blocks-horizontal > div:nth-child(1) .feature-inner,
  .front-site .landing-page .page-feature-blocks-horizontal > div:nth-child(4) .feature-inner,
  .front-site .landing-page .page-feature-blocks-horizontal > div:nth-child(5) .feature-inner {
    background-color: #E3EEF8;
  }
}
.front-site .landing-page .page-feature-blocks-horizontal > div .feature-inner {
  padding: 10px 15px 5px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  min-height: 170px;
}
.front-site .landing-page .page-feature-blocks-horizontal > div .feature-inner img {
  max-height: 80px;
  float: left;
  margin: 25px 20px 40px 0;
}
.front-site .landing-page .page-feature-blocks-horizontal > div .feature-inner div {
  text-align: left;
  padding: 5px;
  font-size: 16px;
}
.front-site .landing-page .page-feature-blocks-horizontal > div .feature-inner .feature-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.front-site .landing-page .page-feature-blocks-vertical {
  text-align: left;
  font-size: 14px;
  margin-left: 10px;
}
.front-site .landing-page .page-feature-blocks-vertical > div {
  padding: 5px;
}
.front-site .landing-page .page-feature-blocks-vertical > div .fa {
  font-size: 36px;
  color: #fa7e17;
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.front-site .landing-page .page-feature-blocks-vertical > div > div {
  margin-left: 65px;
  min-height: 40px;
}
.front-site .landing-page .page-feature-blocks-vertical > div.even .fa {
  color: #1b67b4;
}
.front-site .landing-page .page-feature-blocks-vertical > div.grey {
  background-color: #eee;
}
.front-site .landing-page .benefit-box {
  text-align: left;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  background-color: #fa7e17;
  padding: 10px 20px;
}
.front-site .landing-page .benefit-box .fa {
  color: #1b67b4;
  font-size: 36px;
  margin-right: 15px;
  display: inline-block;
}
.front-site .landing-page .benefit-box div {
  margin: 10px 0;
}
.front-site .landing-page .check-text-box {
  text-align: left;
  font-size: 16px;
}
.front-site .landing-page .check-text-box div {
  margin-bottom: 15px;
}
.front-site .landing-page .check-text-box div .fa {
  font-size: 24px;
  color: #fa7e17;
  float: left;
  margin-right: 15px;
  display: inline-block;
}
.front-site .landing-page .check-text-box div div {
  margin-left: 40px;
}
.front-site .landing-page .catalog-block {
  width: 100%;
  margin: 40px 0;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.front-site .landing-page .catalog-block.even .catalog-block-title {
  background-color: #fa7e17;
}
.front-site .landing-page .catalog-block.even img {
  float: right;
}
.front-site .landing-page .catalog-block-title {
  border-radius: 10px 10px 0 0;
  background-color: #1b67b4;
  color: #fff;
  padding: 5px;
  font-size: 24px;
  margin-bottom: 10px;
}
.front-site .landing-page .catalog-block img {
  max-width: 100%;
}
.front-site .landing-page .catalog-block-text {
  float: left;
  font-size: 16px;
  padding: 10px;
  width: 50%;
}
.front-site .landing-page .text-bubble {
  color: #fff;
  background-color: #777;
  position: relative;
  border-radius: 50%;
  width: 75%;
  padding: 30px;
  margin-left: 15%;
  margin-bottom: 10px;
}
.front-site .landing-page .text-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #777;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}
.front-site .landing-page .why-landing-blocks {
  font-size: 16px;
}
.front-site .landing-page .box-shadow {
  border: solid 1px #ccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.front-site .landing-page.segment-page h1,
.front-site .landing-page.segment-page h2 {
  font-family: 'PT Sans', sans-serif;
}
.front-site .landing-page.segment-page .font-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.front-site .landing-page.segment-page .btn-action {
  font-size: 32px;
}
.front-site .landing-page.segment-page .img-icon {
  display: block;
  max-width: 60px;
  margin: 10px auto;
}
.front-site .landing-page.segment-page .segment-hero {
  color: #304269;
  font-size: 20px;
}
.front-site .landing-page.segment-page .segment-hero .title-block {
  background-color: #304269;
  color: #fff;
  font-size: 24px;
}
.front-site .landing-page.segment-page .segment-section-plain {
  background-color: #D9E8F5;
}
.front-site .landing-page.segment-page .integration {
  margin-top: 0;
  background: #304269;
}
.front-site .landing-page.segment-page .how-steps-blocks {
  background-color: #304269;
  color: #fff;
  padding: 30px 20px;
}
.front-site .landing-page.segment-page .how-steps-blocks .how-step .step-num {
  color: #D9E8F5;
}
.front-site .landing-page.segment-page .how-steps-blocks .how-step .step-title {
  color: #fa7e17;
  font-size: 20px;
}
.front-site .landing-page.segment-page .testimonial-section {
  background-color: #fff;
  margin: 0;
}
.front-site .landing-page.segment-page .testimonial-section .ts-card {
  background-color: #D9E8F5;
}
.front-site .landing-page.segment-page .testimonial-section .ts-card .ts-text {
  font-style: italic;
}
.front-site .landing-page.segment-page .testimonial-section .ts-card .ts-name {
  color: #fa7e17;
  padding-right: 40px;
}
.front-site .landing-page.segment-page .ts-logo {
  background: #fff;
  margin: 20px;
  max-width: 100%;
  height: 170px;
  line-height: 170px;
  padding: 0 10px;
}
.front-site .landing-page.segment-page .ts-logo img {
  max-width: 100%;
  max-height: 90%;
  vertical-align: middle;
}
.front-site .landing-page.lookbook-page-2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
}
.front-site .landing-page.lookbook-page-2 .youtube {
  height: 100%;
}
.front-site .landing-page.lookbook-page-2 .youtube iframe {
  max-width: 100%;
  width: 560px;
  height: 315px;
}
.front-site .landing-page.lookbook-page-2 h1 {
  font-size: 48px;
  line-height: 59px;
  font-weight: 500;
  color: #1b67b4;
}
.front-site .landing-page.lookbook-page-2 h2 {
  font-weight: bold;
  font-size: 36px;
}
.front-site .landing-page.lookbook-page-2 .segment-hero {
  font-size: 18px;
}
.front-site .landing-page.lookbook-page-2 .page-feature-blocks-horizontal > div .feature-inner {
  padding: 10px 15px 5px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  min-height: 150px;
}
.front-site .landing-page.lookbook-page-2 .page-feature-blocks-horizontal > div .feature-inner img {
  max-height: 80px;
  float: left;
  margin: 15px 20px 40px 0;
}
.front-site .landing-page.lookbook-page-2 .page-feature-blocks-horizontal > div .feature-inner div {
  text-align: left;
  padding: 5px;
  font-size: 14px;
}
.front-site .landing-page.lookbook-page-2 .page-feature-blocks-horizontal > div .feature-inner .feature-title {
  text-align: left;
  color: #1b67b4;
  font-size: 15px;
}
.front-site .landing-page .how-steps-blocks {
  margin-top: 30px;
}
.front-site .landing-page .how-steps-blocks .how-step {
  margin-bottom: 30px;
}
.front-site .landing-page .how-steps-blocks .how-step .step-num {
  font-size: 48px;
  font-weight: bold;
  color: #ccc;
  float: left;
  margin-right: 12px;
  margin-top: -12px;
  min-height: 50px;
}
.front-site .landing-page .how-steps-blocks .how-step .step-title {
  font-size: 18px;
  font-weight: bold;
  color: #1b67b4;
}
.front-site .landing-page .how-steps-blocks .how-step .step-text {
  margin-left: 40px;
}
.front-site .landing-page .tip-blocks {
  padding: 20px 0;
}
.front-site .landing-page .tip-blocks .row > div {
  font-size: 16px;
  margin-top: 20px;
}
.front-site .landing-page .tip-blocks .row > div .fa {
  font-size: 20px;
  margin: 3px 10px;
  float: left;
}
.front-site .landing-page .tip-blocks .row > div div {
  margin-left: 50px;
}
.front-site .product-changes {
  margin: 50px auto;
  width: 800px;
}
.front-site .product-changes .change-card {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
  padding: 30px;
}
.front-site .product-changes .change-card .change-text {
  text-align: left;
  margin: 20px 0;
  font-size: 20px;
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./client/scss/site.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*@include media-breakpoint-up(xl) {
    .modal-xl {
        max-width: $modal-xl;
    }
}*/
@media (min-width: 768px) {
  .modal-flex {
    max-width: 80%;
  }
}
.modal-xl {
  max-width: 1140px;
}

.modal-lg2 {
  max-width: 1000px;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

.my-6, mt-6 {
  margin-top: 6rem !important;
}

.my-6, mb-6 {
  margin-bottom: 6rem !important;
}

.btn-primary {
  border-color: #2d6da3;
}
.btn-secondary {
  border-color: #e1e1e1;
}
.btn-success {
  border-color: #3c9a5f;
}
.btn-info {
  border-color: #46b8da;
  color: #fff;
}
.btn-danger {
  border-color: #ea2f10;
}
.btn-warning {
  border-color: #d08002;
  color: #fff;
}
.btn-light {
  border-color: #e1e1e1;
}
.btn-dark {
  border-color: #151515;
}
.btn-outline-secondary {
  color: #495057;
}

a:not([href]).btn-primary, a:not([href]).btn-danger, a:not([href]).btn-info, a:not([href]):hover.btn-primary, a:not([href]):hover.btn-danger, a:not([href]):hover.btn-info, a:not([href]):focus.btn-primary, a:not([href]):focus.btn-danger, a:not([href]):focus.btn-info {
  color: #fff;
}

.btn-group .dropdown-menu {
  border-top-width: 0;
}
.btn-group .dropdown-toggle {
  /*&.btn-secondary ~ .dropdown-menu {
      background-color: $secondary;
      border-color: darken($secondary, 5%);

      .dropdown-item {
          color: $white;
      }

      .dropdown-item:hover,
      .dropdown-item:focus {
          background-color: darken($secondary, 8%);
      }
  }*/
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:focus {
  background-color: #2a6597;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu {
  background-color: #43ac6a;
  border-color: #3c9a5f;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:focus {
  background-color: #388f58;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:focus {
  background-color: #39b3d7;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu {
  background-color: #E99002;
  border-color: #d08002;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:focus {
  background-color: #c17702;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu {
  background-color: #F04124;
  border-color: #2d6da3;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:focus {
  background-color: #dc2c0f;
}

.btn-secondary .badge-secondary {
  background-color: #fff;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.2rem 0.4rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

table {
  font-size: 0.875rem;
}

.table-success, .table-info, .table-warning, .table-danger {
  color: #fff;
}
.table-success a, .table-info a, .table-warning a, .table-danger a {
  color: #fff;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #43ac6a;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #5bc0de;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #F04124;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #E99002;
}
.table-hover .table-success:hover, .table-hover .table-success:hover > th, .table-hover .table-success:hover > td {
  background-color: #3c9a5f;
}
.table-hover .table-info:hover, .table-hover .table-info:hover > th, .table-hover .table-info:hover > td {
  background-color: #46b8da;
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover > th, .table-hover .table-danger:hover > td {
  background-color: #ea2f10;
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover > th, .table-hover .table-warning:hover > td {
  background-color: #d08002;
}

.table-section {
  position: relative;
}
.table-section .table-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.table-section .table-wrap .table-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.table-scrollable {
  overflow-x: auto;
}

@media print {
  .table-section {
    min-height: auto !important;
    height: auto !important;
  }
  .table-section .table-wrap {
    position: relative;
  }
  .table-section .table-wrap .table-scroll {
    overflow: visible;
    overflow: initial;
  }
}
.badge-warning, .badge-info {
  color: #fff;
}

.help-inline {
  font-size: 80%;
  color: #888;
}

.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dropup-right .dropdown-menu {
  top: auto;
  bottom: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropup-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropup-right .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropup-right .dropdown-toggle::after {
  vertical-align: 0;
}

.number-right {
  text-align: right;
}
.number-right::-webkit-outer-spin-button, .number-right::-webkit-inner-spin-button {
  margin-left: 5px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
  line-height: 1;
}

.form-inline.multi-line {
  line-height: 40px;
}
.form-inline > * {
  margin-right: 0.5rem;
}

.list-group .list-group-item.active {
  color: #fff;
}
.list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
  color: #fff;
}

.modal-backdrop {
  visibility: hidden !important;
}

.modal.show {
  background-color: rgba(0, 0, 0, 0.5);
}

.typeahead-wrap .dropdown-menu {
  display: block;
}
.typeahead-wrap .dropdown-menu .uib-typeahead-match {
  padding: 0 10px;
}

.checkbox label, .checkbox-inline {
  margin-right: 0.75rem;
}
.checkbox label input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  bottom: 0.1rem;
}

.template-hub {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
  background: #F2F5F7;
}
.template-hub-header {
  height: 450px;
  position: relative;
}
.template-hub-header-title {
  font-family: "Montserrat", sans-serif;
  color: #000000 !important;
  font-size: 60px;
  line-height: 88px;
}
.template-hub-header-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.5;
}
.template-hub .hub-main {
  background: #fff;
  padding-top: 10px;
}
.template-hub .hub-main .hub-sections {
  flex: 0 0 300px;
  background: #F2F5F7;
  padding: 20px;
}
.template-hub .hub-main .hub-sections .hub-section {
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
}
.template-hub .hub-main .hub-sections .hub-section-0, .template-hub .hub-main .hub-sections .hub-section-1 {
  font-size: 22px;
  line-height: 27px;
  margin-top: 30px;
}
.template-hub .hub-main .hub-sections .hub-section a {
  color: #000;
}
.template-hub .hub-main .hub-sections .hub-section-selected a {
  color: #1b67b4;
}
.template-hub .hub-main .hub-sections .hub-section .empty-section {
  color: #495057;
}
.template-hub .hub-main .hub-sections .gallery-link {
  font-size: 22px;
  line-height: 27px;
  margin-top: 30px;
}
.template-hub .hub-main .hub-sections .gallery-link a {
  color: #fa7e17;
}
.template-hub .hub-main .hub-content {
  padding: 30px;
}
.template-hub .hub-main .hub-content h2 {
  font-size: 36px;
  line-height: 53px;
}

.template-card {
  margin-top: 20px;
  background-color: #fff;
  width: 300px;
}
.template-card .card-body .card-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 155%;
}
.template-card .card-content {
  min-height: 100px;
}
.template-card img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./client/scss/landing.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*@include media-breakpoint-up(xl) {
    .modal-xl {
        max-width: $modal-xl;
    }
}*/
@media (min-width: 768px) {
  .modal-flex {
    max-width: 80%;
  }
}
.modal-xl {
  max-width: 1140px;
}

.modal-lg2 {
  max-width: 1000px;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

.my-6, mt-6 {
  margin-top: 6rem !important;
}

.my-6, mb-6 {
  margin-bottom: 6rem !important;
}

.btn-primary {
  border-color: #2d6da3;
}
.btn-secondary {
  border-color: #e1e1e1;
}
.btn-success {
  border-color: #3c9a5f;
}
.btn-info {
  border-color: #46b8da;
  color: #fff;
}
.btn-danger {
  border-color: #ea2f10;
}
.btn-warning {
  border-color: #d08002;
  color: #fff;
}
.btn-light {
  border-color: #e1e1e1;
}
.btn-dark {
  border-color: #151515;
}
.btn-outline-secondary {
  color: #495057;
}

a:not([href]).btn-primary, a:not([href]).btn-danger, a:not([href]).btn-info, a:not([href]):hover.btn-primary, a:not([href]):hover.btn-danger, a:not([href]):hover.btn-info, a:not([href]):focus.btn-primary, a:not([href]):focus.btn-danger, a:not([href]):focus.btn-info {
  color: #fff;
}

.btn-group .dropdown-menu {
  border-top-width: 0;
}
.btn-group .dropdown-toggle {
  /*&.btn-secondary ~ .dropdown-menu {
      background-color: $secondary;
      border-color: darken($secondary, 5%);

      .dropdown-item {
          color: $white;
      }

      .dropdown-item:hover,
      .dropdown-item:focus {
          background-color: darken($secondary, 8%);
      }
  }*/
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:focus {
  background-color: #2a6597;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu {
  background-color: #43ac6a;
  border-color: #3c9a5f;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:focus {
  background-color: #388f58;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:focus {
  background-color: #39b3d7;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu {
  background-color: #E99002;
  border-color: #d08002;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:focus {
  background-color: #c17702;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu {
  background-color: #F04124;
  border-color: #2d6da3;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item {
  color: #fff;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:focus {
  background-color: #dc2c0f;
}

.btn-secondary .badge-secondary {
  background-color: #fff;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.2rem 0.4rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

table {
  font-size: 0.875rem;
}

.table-success, .table-info, .table-warning, .table-danger {
  color: #fff;
}
.table-success a, .table-info a, .table-warning a, .table-danger a {
  color: #fff;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #43ac6a;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #5bc0de;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #F04124;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #E99002;
}
.table-hover .table-success:hover, .table-hover .table-success:hover > th, .table-hover .table-success:hover > td {
  background-color: #3c9a5f;
}
.table-hover .table-info:hover, .table-hover .table-info:hover > th, .table-hover .table-info:hover > td {
  background-color: #46b8da;
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover > th, .table-hover .table-danger:hover > td {
  background-color: #ea2f10;
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover > th, .table-hover .table-warning:hover > td {
  background-color: #d08002;
}

.table-section {
  position: relative;
}
.table-section .table-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.table-section .table-wrap .table-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.table-scrollable {
  overflow-x: auto;
}

@media print {
  .table-section {
    min-height: auto !important;
    height: auto !important;
  }
  .table-section .table-wrap {
    position: relative;
  }
  .table-section .table-wrap .table-scroll {
    overflow: visible;
    overflow: initial;
  }
}
.badge-warning, .badge-info {
  color: #fff;
}

.help-inline {
  font-size: 80%;
  color: #888;
}

.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dropup-right .dropdown-menu {
  top: auto;
  bottom: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropup-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropup-right .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropup-right .dropdown-toggle::after {
  vertical-align: 0;
}

.number-right {
  text-align: right;
}
.number-right::-webkit-outer-spin-button, .number-right::-webkit-inner-spin-button {
  margin-left: 5px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
  line-height: 1;
}

.form-inline.multi-line {
  line-height: 40px;
}
.form-inline > * {
  margin-right: 0.5rem;
}

.list-group .list-group-item.active {
  color: #fff;
}
.list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
  color: #fff;
}

.modal-backdrop {
  visibility: hidden !important;
}

.modal.show {
  background-color: rgba(0, 0, 0, 0.5);
}

.typeahead-wrap .dropdown-menu {
  display: block;
}
.typeahead-wrap .dropdown-menu .uib-typeahead-match {
  padding: 0 10px;
}

.checkbox label, .checkbox-inline {
  margin-right: 0.75rem;
}
.checkbox label input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  bottom: 0.1rem;
}

.landing-page-2.landing-page-3 {
  font-family: "Jost", Arial, sans-serif;
}
.landing-page-2.landing-page-3 h1 {
  font-family: "Jost", Arial, sans-serif;
  color: #32335C;
}
.landing-page-2.landing-page-3 h2 {
  font-family: "Jost", Arial, sans-serif;
  color: #32335C;
}
.landing-page-2.landing-page-3 h3 {
  font-family: "Jost", Arial, sans-serif;
  text-transform: uppercase;
}
.landing-page-2.landing-page-3 h4 {
  font-family: "Jost", Arial, sans-serif;
}
.landing-page-2.landing-page-3 .landing-carousel .carousel .carousel-text {
  position: relative;
  top: -35px;
  text-align: center;
}
.landing-page-2.landing-page-3 .landing-carousel .carousel-indicators {
  bottom: -10px;
}
.landing-page-2.landing-page-3 .landing-carousel .catalog-slider {
  position: relative;
  width: 100%;
  height: auto;
}
.landing-page-2.landing-page-3 .landing-carousel .catalog-slider .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.landing-page-2.landing-page-3 .landing-carousel .catalog-slider #slider {
  width: 70%;
  height: 200px;
  padding: 2% 15% 7%;
  background: none;
  display: none;
}
.landing-page-2.landing-page-3 .landing-carousel .catalog-slider #slider.rsHor {
  display: block;
}
.landing-page-2.landing-page-3 .plan-panel2 h1 {
  font-size: 2.5rem;
}
.landing-page-2.landing-page-3 .plan-panel2 h2 {
  color: #fff;
}

.landing-slider .catalog-slider {
  position: relative;
  width: 100%;
  height: auto;
}
.landing-slider .catalog-slider .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.landing-slider .catalog-slider #slider {
  width: 100%;
  height: 400px;
  padding: 3% 15% 6%;
  background: none;
  display: none;
}
.landing-slider .catalog-slider #slider.rsHor {
  display: block;
}
.landing-slider .catalog-slider #slider .rsGCaption {
  position: relative;
  bottom: -50px;
}
.landing-slider .catalog-slider #slider .rsBullets {
  bottom: -40px;
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.landing-slider .catalog-slider #slider .rsBullets .rsBullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
  cursor: pointer;
}
.landing-slider .catalog-slider #slider .rsBullets .rsBullet span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #BBB;
}
.landing-slider .catalog-slider #slider .rsBullets .rsBullet.rsNavSelected span {
  background-color: #fa7e17;
}

.landing-page-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 166%;
  background: #F3F6F9;
  /*margin-top: 10px;*/
}
.landing-page-2.white-bg {
  background: #fff;
}
.landing-page-2 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 59px;
  font-weight: bold;
  color: #1b67b4;
}
.landing-page-2 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #1b67b4;
}
.landing-page-2 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 166%;
  text-transform: uppercase;
}
.landing-page-2 .main-menu {
  border-top: none;
  padding-bottom: 15px;
}
.landing-page-2 .main-menu .menu-links a {
  font-weight: 500;
  color: #000;
}
.landing-page-2 .section {
  display: inline-block;
  padding: 3rem 0;
  width: 100%;
}
.landing-page-2 .section-blue {
  background-color: #1E81E1;
  color: #fff;
}
.landing-page-2 .section-blue h2 {
  font-size: 10vw;
  line-height: 110%;
  font-weight: bold;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .landing-page-2 .section-blue h2 {
    font-size: 160px;
  }
}
.landing-page-2 .section-ligh-blue {
  background-color: #F2F5F7;
}
.landing-page-2 .section-white-shadow {
  background: #FFFFFF;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .landing-page-2 .valign-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.landing-page-2 .steps .step-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.landing-page-2 .your-business {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.landing-page-2 .your-business .business-btn {
  display: inline-block;
  background: #FFFFFF;
  color: #32335C;
  box-shadow: 0.8px 0.8px 6.8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 20px 20px 0;
  padding: 8px 16px;
  font-size: 22px;
  vertical-align: central;
  text-decoration: none;
}
.landing-page-2 .your-business .business-btn img {
  margin-right: 8px;
}
.landing-page-2 .your-business .business-btn:hover {
  background-color: #f2f2f2;
}
.landing-page-2 .your-business .business-btn-inverse {
  background: #1E81E1;
  color: #FFFFFF;
}
.landing-page-2 .your-business .business-btn-inverse:hover {
  background-color: #1b74cb;
}
.landing-page-2 .tour-cards {
  display: flex;
  flex-wrap: wrap;
}
.landing-page-2 .tour-cards > div {
  width: 50%;
  margin-top: 40px;
  padding: 10;
}
@media (max-width: 991.98px) {
  .landing-page-2 .tour-cards > div {
    width: 100%;
  }
}
.landing-page-2 .tour-cards > div .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
  position: relative;
}
.landing-page-2 .tour-cards > div .pic .bkg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40vh;
}
.landing-page-2 .tour-cards > div .pic .bkg > div {
  background-color: #F2F5F7;
  border-radius: 10px;
  height: 35vh;
  width: 40vh;
}
.landing-page-2 .tour-cards > div .pic .frame {
  position: absolute;
  display: flex;
  height: 40vh;
  align-items: center;
}
.landing-page-2 .tour-cards > div .pic .frame img {
  max-height: 80%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.landing-page-2 .tour-cards > div .text {
  width: 80%;
  margin: 5px auto;
}
.landing-page-2 .page-feature-cards {
  display: flex;
  flex-wrap: wrap;
}
.landing-page-2 .page-feature-cards.boxed-cards > div .feature-inner {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  margin: 50px 0 0 50px;
  padding: 30px;
}
.landing-page-2 .page-feature-cards.plain-cards > div .feature-inner {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  margin: 25px 0 0 25px;
  padding: 25px;
}
.landing-page-2 .page-feature-cards > div {
  display: flex;
  width: 50%;
}
@media (max-width: 991.98px) {
  .landing-page-2 .page-feature-cards > div {
    width: 100%;
  }
}
.landing-page-2 .page-feature-cards > div .feature-inner {
  flex: 1;
  display: flex;
  font-size: 16px;
  border-radius: 15px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .landing-page-2 .page-feature-cards > div .feature-inner {
    margin: 30px 0 0 0;
  }
}
.landing-page-2 .page-feature-cards > div .feature-inner img {
  max-height: 80px;
  max-width: 100%;
  margin: 15px 30px 40px 0;
}
.landing-page-2 .page-feature-cards > div .feature-inner .feature-title {
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.landing-page-2 .pick-business {
  display: flex;
  flex-wrap: wrap;
}
.landing-page-2 .pick-business > div {
  flex-basis: 20%;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .landing-page-2 .pick-business > div {
    flex-basis: 50%;
  }
}
.landing-page-2 .pick-business > div a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.landing-page-2 .pick-business > div a img {
  width: 100%;
}
.landing-page-2 .pick-business > div a .pick-title {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  padding: 20px 10px;
}
.landing-page-2 .stat-section-2 {
  text-align: center;
}
.landing-page-2 .stat-section-2 .stat-num {
  font-size: 48px;
  font-weight: bold;
  color: #fa7e17;
  margin: 25px 0;
}
.landing-page-2 .stat-section-2 .stat-desc {
  color: #000;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .landing-page-2 .stat-section-2 .stat-num {
    font-size: 32px;
    margin: 15px 0;
  }
  .landing-page-2 .stat-section-2 .stat-desc {
    font-size: 18px;
  }
}
.landing-page-2 .big-step {
  font-weight: bold;
  font-size: 140px;
  line-height: 171px;
  color: #1E81E1;
  width: 130px;
  text-align: center;
}
.landing-page-2 .site-stat {
  background-image: url(/client/img/site/landing/landing2/catalogs-bg.png);
  text-align: center;
}
.landing-page-2 .site-stat .stat-num {
  font-weight: 500;
  font-size: 6vw;
  line-height: 117px;
  color: #32335C;
}
@media (min-width: 1200px) {
  .landing-page-2 .site-stat .stat-num {
    font-size: 96px;
  }
}
@media (max-width: 767.98px) {
  .landing-page-2 .site-stat .stat-num {
    font-size: 64px;
  }
}
.landing-page-2 .site-stat .stat-desc {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
.landing-page-2 .testimonial-section {
  padding-left: 10px;
  background: none;
  border: none;
}
.landing-page-2 .testimonial-section h2 {
  margin-bottom: 40px;
}
.landing-page-2 .testimonial-section .ts-card {
  border: none !important;
  box-shadow: none !important;
}
.landing-page-2 .landing-carousel-2 {
  margin-top: 40px;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .landing-page-2 .landing-carousel-2 .carousel {
    width: 85%;
    margin: auto;
  }
}
.landing-page-2 .landing-carousel-2 .carousel .carousel-text {
  text-align: center;
  margin-top: 5px;
}
.landing-page-2 .landing-carousel-2 .carousel .carousel-indicators {
  bottom: -50px;
}
.landing-page-2 .landing-carousel-2 .carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 12px;
  background-color: #ccc;
  margin: 0 10px;
}
.landing-page-2 .landing-carousel-2 .carousel .carousel-indicators li.active {
  background-color: #1b67b4;
}
.landing-page-2 .landing-carousel-2 .carousel .carousel-control-prev, .landing-page-2 .landing-carousel-2 .carousel .carousel-control-next {
  color: #fa7e17;
  opacity: 1;
  width: 10%;
}
@media (min-width: 768px) {
  .landing-page-2 .landing-carousel-2 .carousel .carousel-control-prev {
    left: -80px;
  }
  .landing-page-2 .landing-carousel-2 .carousel .carousel-control-next {
    right: -80px;
  }
}
.landing-page-2 .top-tips div i {
  float: left;
  width: 35px;
  margin-top: 5px;
}
.landing-page-2 .top-tips div div {
  float: left;
  width: calc(100% - 35px);
}
.landing-page-2 .page-feature-blocks {
  margin: 30px 30px;
  text-align: left;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.landing-page-2 .page-feature-blocks > div {
  padding: 25px;
  width: 33%;
}
.landing-page-2 .page-feature-blocks > div .fa {
  font-size: 44px;
  color: #fa7e17;
  float: left;
  display: inline-block;
  margin: 5px 20px 20px 0;
}
.landing-page-2 .page-feature-blocks > div > div {
  margin-left: 60px;
}
.landing-page-2 .page-feature-blocks > div.even .fa {
  color: #1b67b4;
}
.landing-page-2 .page-feature-blocks > div.grey {
  background-color: #eee;
}
@media (max-width: 991.98px) {
  .landing-page-2 .page-feature-blocks > div {
    width: 100%;
    min-height: 0;
    min-height: initial;
  }
}
.landing-page-2 .how-steps-blocks > div > div {
  padding: 0 20px;
}
.landing-page-2 .how-steps-blocks .step-img {
  height: 250px;
  margin: 40px 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .landing-page-2 .how-steps-blocks .step-img {
    height: 20vw;
  }
}
.landing-page-2 .how-steps-blocks .step-img img {
  vertical-align: middle;
  max-height: 100%;
  margin: 0 auto;
}
.landing-page-2 .how-steps-blocks .step-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 155%;
  color: #1b67b4;
  margin: 20px 0;
}

