@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400italic);
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Whitney-Light';
  src: url('../fonts/Whitney-Light.eot');
  src: url('../fonts/Whitney-Light.eot') format('embedded-opentype'), url('../fonts/Whitney-Light.woff2') format('woff2'), url('../fonts/Whitney-Light.woff') format('woff'), url('../fonts/Whitney-Light.ttf') format('truetype'), url('../fonts/Whitney-Light.svg#Whitney-Light') format('svg');
}
@font-face {
  font-family: 'Whitney-Book';
  src: url('../fonts/Whitney-Book.eot');
  src: url('../fonts/Whitney-Book.eot') format('embedded-opentype'), url('../fonts/Whitney-Book.woff2') format('woff2'), url('../fonts/Whitney-Book.woff') format('woff'), url('../fonts/Whitney-Book.ttf') format('truetype'), url('../fonts/Whitney-Book.svg#Whitney-Book') format('svg');
}
@font-face {
  font-family: 'Whitney-Medium';
  src: url('../fonts/Whitney-Medium.eot');
  src: url('../fonts/Whitney-Medium.eot') format('embedded-opentype'), url('../fonts/Whitney-Medium.woff2') format('woff2'), url('../fonts/Whitney-Medium.woff') format('woff'), url('../fonts/Whitney-Medium.ttf') format('truetype'), url('../fonts/Whitney-Medium.svg#Whitney-Medium') format('svg');
}
@font-face {
  font-family: 'Whitney-Semibold';
  src: url('../fonts/Whitney-Semibold.eot');
  src: url('../fonts/Whitney-Semibold.eot') format('embedded-opentype'), url('../fonts/Whitney-Semibold.woff2') format('woff2'), url('../fonts/Whitney-Semibold.woff') format('woff'), url('../fonts/Whitney-Semibold.ttf') format('truetype'), url('../fonts/Whitney-Semibold.svg#Whitney-Semibold') format('svg');
}
@font-face {
  font-family: 'Whitney-Bold';
  src: url('../fonts/Whitney-Bold.eot');
  src: url('../fonts/Whitney-Bold.eot') format('embedded-opentype'), url('../fonts/Whitney-Bold.woff2') format('woff2'), url('../fonts/Whitney-Bold.woff') format('woff'), url('../fonts/Whitney-Bold.ttf') format('truetype'), url('../fonts/Whitney-Bold.svg#Whitney-Bold') format('svg');
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-color: #FFF;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100;
  position: relative;
  font-family: "Whitney-Book", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #898D92;
}
.body,
.page-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
section {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.container {
  text-align: center;
  position: relative;
  z-index: 2;
}
.gray-bg {
  background-color: rgba(229, 233, 238, 0.55);
}
.padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.inverted + .pre-footer-section {
  margin-top: 0;
}
.ofh {
  overflow: hidden;
}
/*section.ofh + section {
  margin-top:0;
}*/
p {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.18em;
    line-height: 2.4rem;
    color: #666;
  }
}
.p-lead {
  font-size: 2rem;
  line-height: 2.8rem;
}
.p-small {
  font-size: 1.4rem;
  line-height: 2rem;
}
.p-xsmall {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.text-link {
  text-transform: uppercase;
  letter-spacing: .7px;
  font-size: 1.2rem;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.link-caret-right:after,
.link-caret-left:after,
.link-caret-up:after,
.link-caret-down:after {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  content: "";
  display: inline-block;
  margin-left: .3em;
  position: relative;
  pointer-events: none;
  width: 5px;
  height: 5px;
  transition: right .15s;
  vertical-align: middle;
}
.link-caret-right:after,
.link-caret-left:after {
  right: 0;
  top: -1px;
}
.link-caret-right:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-caret-down:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.link-caret-up:after,
.link-caret-down:after {
  left: 3px;
  top: -3px;
  vertical-align: middle;
}
h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-family: "Whitney-Light", "Whitney Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}
h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-family: "Whitney-Book", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  h2.dark {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
}
h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Whitney-Book", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
h5 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
h6 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.ff-300 {
  font-family: "Whitney-Light", "Whitney Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-400 {
  font-family: "Whitney-Book", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-500 {
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-700 {
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-serif {
  font-family: 'Libre Baskerville', serif;
}
.light {
  color: white;
}
.dark {
  color: #1f2738;
}
.mrt0 {
  margin-top: 0;
}
.mrb50 {
  margin-bottom: 50px;
}
.section-subtitle {
  text-transform: uppercase;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  color: #bbbec7;
}
.marketing-tour-page hr {
  margin: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .marketing-tour-page hr {
    display: block;
  }
}
.navbar {
  padding: 20px;
  margin: 0 auto;
  z-index: 2;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 1920px;
  position: absolute;
}
@media (min-width: 992px) {
  .navbar .logo-wrap {
    float: left !important;
  }
}
.logo-wrap {
  padding: 10px;
}
.logo-wrap a {
  display: inline-block;
  line-height: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.logo-wrap a:hover {
  opacity: 0.88;
  filter: alpha(opacity=88);
}
.logo {
  background-size: 110px 41px;
  width: 110px;
  height: 41px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .logo {
    background-size: 146px 54px;
    width: 146px;
    height: 54px;
  }
}
.navbar-light .logo {
  background-image: url("../img/tw-logo-light.svg");
}
.navbar-dark .logo {
  background-image: url("../img/tw-logo-dark.svg");
}
.logo-icon-light,
.logo-icon-dark {
  margin: 0 auto;
  background-size: 58px 58px;
  width: 58px;
  height: 58px;
}
.logo-icon-dark {
  background-image: url("../img/logo-icon-58-dark.svg");
}
.logo-icon-light {
  background-image: url("../img/logo-icon-58-light.svg");
}
.main-navbar {
  margin-top: 28px;
}
.main-navbar ul.nav li a:focus,
.main-navbar ul.nav li a:hover {
  background-color: inherit;
}
.main-navbar ul.nav a {
  padding: 15px 25px;
  text-shadow: none;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.navbar-light .main-navbar ul.nav a {
  color: #FFF;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar-light .main-navbar ul.nav a:hover {
  background-color: transparent;
  color: #FFF;
  opacity: 0.88;
  filter: alpha(opacity=88);
}
.navbar-light .main-navbar .active {
  background-color: transparent;
}
.navbar-light .main-navbar .active a {
  color: #FFF;
}
.navbar-dark .main-navbar ul.nav a {
  color: #1f2738;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar-dark .main-navbar ul.nav a:hover {
  background-color: transparent;
  color: #1f2738;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-dark .main-navbar .active {
  background-color: transparent;
}
.navbar-dark .main-navbar .active a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.nav-get-start-button {
  margin-top: 36px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .navbar-collapse {
    padding: 0;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(31, 39, 56, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
  }
  .navbar-collapse ul.nav.navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 120px 0 0;
  }
  .navbar-collapse ul.nav a {
    padding: 35px 25px;
    font-size: 22px !important;
  }
  .navbar-toggle {
    border-radius: 0;
    margin-top: 25px;
    z-index: 9999999;
  }
  .navbar-toggle .icon-bar {
    background-color: #FFF;
    border-radius: 0;
  }
}
.hero-section {
  position: relative;
  background-color: #1f2738;
  height: 600px;
  max-height: 600px;
  min-height: 380px;
  text-align: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.marketing-tour-page .hero-section {
  min-height: 200px;
  height: 200px;
  padding-top: 146px;
}
.contact-page .hero-section {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .hero-section {
    max-height: 800px;
    height: 350px;
    width: auto;
  }
}
.hero-section .container {
  max-width: 100%;
}
.hero-section .image {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .hero-section .image {
    height: 800px;
  }
}
.home-page .hero-section .container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-page .hero-section .container {
    text-align: center;
    /*    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -o-align-self: flex-end;
    align-self: flex-end;*/
  }
}
.home-page .hero-section h1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 18em;
  padding: 0px 10px;
}
@media screen and (min-width: 768px) {
  .home-page .hero-section h1 {
    padding: 0;
    margin-bottom: 40px;
  }
}
.home-page .hero-section h5 {
  display: none;
  opacity: 1;
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-page .hero-section h5 {
    display: inherit;
  }
}
@media screen and (min-width: 768px) {
  .home-page .hero-section h5 {
    opacity: .7;
  }
}
.home-page .hero-section .image {
  background-image: url("../img/hero-home-xs.jpg");
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .home-page .hero-section .image {
    background-image: url("../img/hero-home-s.jpg");
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .home-page .hero-section .image {
    background-image: url("../img/hero-home-m.jpg");
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .home-page .hero-section .image {
    background-image: url("../img/hero-home-l.jpg");
  }
}
@media screen and (min-width: 1401px) {
  .home-page .hero-section .image {
    background-image: url("../img/hero-home-xl.jpg");
  }
}
@media screen and (min-width: 768px) {
  .home-page h5 {
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .home-page .features-section .row {
    margin-top: 60px;
  }
}
.get-started-button {
  margin: 35px auto;
  width: 152px;
  text-align: center;
  display: inherit;
}
@media screen and (min-width: 768px) {
  .get-started-button {
    display: none;
  }
}
.mobile-get-started {
  position: fixed;
  bottom: -55px;
  right: 0;
  left: 0;
  padding: 0;
  height: 55px;
  width: 100%;
  text-align: center;
  -webkit-transition: bottom 0.2s ease;
  -o-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
  z-index: 20;
  pointer-events: visible;
  /*  background-image: -webkit-linear-gradient(top, fade(@gray-base, 0%) 50%, @gray-base 150%);
  background-image: -moz-linear-gradient(top, fade(@gray-base, 0%) 50%, @gray-base 150%);
  background-image: -o-linear-gradient(top, fade(@gray-base, 0%) 50%, @gray-base 150%);
  background-image: linear-gradient(top, fade(@gray-base, 0%) 50%, @gray-base 150%);*/
}
.mobile-get-started .btn {
  border-radius: 0 !important;
  line-height: 1 !important;
  padding: 21px 0 !important;
  background-color: rgba(61, 160, 234, 0.98) !important;
  display: block;
  width: 100%;
  text-shadow: 0 1px 1px rgba(31, 39, 56, 0.3);
}
.mobile-get-started.affix {
  bottom: 0;
}
.mobile-get-started.affix-top {
  bottom: -55px;
}
.mobile-get-started.affix-bottom {
  top: auto;
  opacity: 0;
  bottom: -55px;
  pointer-events: none;
}
.apps-promo {
  display: none;
}
@media screen and (min-width: 769px) {
  .apps-promo {
    display: block;
    margin: 50px auto 0;
  }
}
.apps-promo li {
  display: inline-block;
  padding: 20px 20px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.66;
  filter: alpha(opacity=66);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: default;
}
.apps-promo li i {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
  margin: -4px auto 8px;
}
.apps-promo li i.icon-crm-24 {
  background-image: url("../img/icon-crm-24-light.svg");
}
.apps-promo li i.icon-projects-24 {
  background-image: url("../img/icon-projects-24-light.svg");
}
.apps-promo li i.icon-hrm-24 {
  background-image: url("../img/icon-hrm-24-light.svg");
}
.apps-promo li i.icon-contacts-24 {
  background-image: url("../img/icon-contacts-24-light.svg");
}
.apps-promo li i.icon-reports-24 {
  background-image: url("../img/icon-reports-24-light.svg");
}
.apps-promo li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.get-started-form {
  display: none;
}
@media screen and (min-width: 768px) {
  .get-started-form {
    display: inherit;
  }
}
.get-started-form {
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
.get-started-form .work-email-input {
  border: none;
  border-radius: 4px;
  padding-right: 3px;
}
.get-started-form .work-email-input:hover {
  box-shadow: 0 0 0 1px #3da0ea;
}
.get-started-form .work-email-input:focus {
  box-shadow: 0 0 0 2px #198ee5;
}
.get-started-form .has-success .work-email-input,
.get-started-form .has-success .work-email-input:focus {
  box-shadow: 0 0 0 2px #5cb85c;
  border-radius: 0 0 4px 4px;
}
.get-started-form .has-error .work-email-input,
.get-started-form .has-error .work-email-input:focus {
  box-shadow: 0 0 0 2px #fa504b;
  border-radius: 0 0 4px 4px;
}
.get-started-form .form-messages {
  padding: 7px 10px 5px;
  line-height: 1;
  top: -28px;
  border-radius: 5px 5px 0 0;
}
.get-started-form .btn-get-started {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  padding: 0 25px;
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.has-error .btn-get-started,
.has-success .btn-get-started {
  border-radius: 0 0 5px 0;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fade-in {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-in-down {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-down {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
.learn-more {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .learn-more {
    bottom: 10px;
  }
}
.learn-more p {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.highlights-section {
  border-bottom: 1px solid rgba(229, 233, 238, 0.3);
}
.highlights-section .features-wrapper {
  padding: 80px 0;
}
.highlights-section .feature {
  margin-top: 50px;
  padding: 0 25px;
}
.highlights-section .feature:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .highlights-section .feature {
    margin-top: 40px;
    text-align: left;
  }
}
.highlights-section .feature h5 {
  margin-bottom: 6px;
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.highlights-section .feature p {
  max-width: 23em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .highlights-section .feature {
    padding-left: 73px;
    position: relative;
  }
  .highlights-section .feature p {
    margin: 0;
  }
}
.highlights-section .icon {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 768px) {
  .highlights-section .icon {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/*.highlights-section .landing {
  height: 400px;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .highlights-section .landing {
    height: 500px;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .highlights-section .landing {
    height: 500px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .highlights-section .landing {
    height: 510px;
  }
}

@media screen and (min-width: 1401px) {
  .highlights-section .landing {
    height: 800px;
  }
}

@media screen and (max-height: 650px) {
  .highlights-section .landing {
    height: 500px;
  }
}*/
.highlights-section .landing {
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  position: relative;
  height: 188px;
  /*padding-top: 22px;
  
  
  border-radius: 6px;
  position: absolute;
  left: 53%;
  top: 0;
  margin-bottom: -80px;
  img {
    max-width: none;
    max-height: 780px;
  }*/
}
@media screen and (min-width: 481px) and (max-width: 639px) {
  .highlights-section .landing {
    height: 230px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .highlights-section .landing {
    height: 300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .highlights-section .landing {
    height: 353px;
  }
}
@media screen and (min-width: 993px) {
  .highlights-section .landing {
    position: absolute;
    width: 100%;
    height: 580px;
    margin-top: -276px;
    top: 50%;
    left: 50%;
    border-radius: 0 0 4px 4px;
    background-size: auto 100%;
  }
}
.highlights-section .landing:after {
  content: '';
  background-color: #FFF;
  position: absolute;
  -webkit-box-shadow: -0.5px -0.5px 3px rgba(0, 0, 0, 0.06);
  box-shadow: -0.5px -0.5px 3px rgba(0, 0, 0, 0.06);
  top: -22px;
  left: 0;
  width: 100%;
  height: 22px;
  border-radius: 4px 4px 0 0;
  background-size: 34px 8px;
  background-image: url("../img/browser-dots.svg");
  background-repeat: no-repeat;
  background-position: 10px;
}
.highlights-section .landing {
  background-image: url("../img/landing-pm-xs.jpg");
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-s.jpg");
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-m.jpg");
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-l.jpg");
  }
}
@media screen and (min-width: 1401px) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-xl.jpg");
  }
}
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 480px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (max-width: 480px) and (min-device-pixel-ratio: 2), screen and (max-width: 480px) and (min-resolution: 192dpi), screen and (max-width: 480px) and (min-resolution: 2dppx) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-xs@2x.jpg");
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 481px) and (max-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 481px) and (max-width: 768px) and (min-resolution: 2dppx) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-s@2x.jpg");
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 769px) and (max-width: 992px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 769px) and (max-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 769px) and (max-width: 992px) and (min-device-pixel-ratio: 2), screen and (min-width: 769px) and (max-width: 992px) and (min-resolution: 192dpi), screen and (min-width: 769px) and (max-width: 992px) and (min-resolution: 2dppx) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-m@2x.jpg");
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 993px) and (max-width: 1400px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 993px) and (max-width: 1400px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 993px) and (max-width: 1400px) and (min-device-pixel-ratio: 2), screen and (min-width: 993px) and (max-width: 1400px) and (min-resolution: 192dpi), screen and (min-width: 993px) and (max-width: 1400px) and (min-resolution: 2dppx) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-l@2x.jpg");
  }
}
@media screen and (min-width: 1401px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1401px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1401px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1401px) and (min-device-pixel-ratio: 2), screen and (min-width: 1401px) and (min-resolution: 192dpi), screen and (min-width: 1401px) and (min-resolution: 2dppx) {
  .highlights-section .landing {
    background-image: url("../img/landing-pm-xl@2x.jpg");
  }
}
.home-page .features-section {
  border-bottom: 1px solid #d7d9de;
}
.features-section .feature {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .features-section .feature {
    margin-top: 0;
    text-align: left;
  }
}
.features-section .feature h5 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.features-section .feature p {
  max-width: 20em;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .features-section .feature p {
    margin: 0;
  }
}
.features-section .icon {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  opacity: 0.88;
  filter: alpha(opacity=88);
}
@media screen and (min-width: 992px) {
  .features-section .icon {
    margin: 0;
  }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1782d3;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1782d3;
  border-color: #167dca;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1782d3;
  background-image: none;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #f8160f;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #f8160f;
  border-color: #f70e07;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f8160f;
  background-image: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0 35px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .7px;
  line-height: 55px;
  border-radius: 4px;
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #3da0ea 0%, #2695e8 100%);
  background-image: -o-linear-gradient(top, #3da0ea 0%, #2695e8 100%);
  background-image: linear-gradient(to bottom, #3da0ea 0%, #2695e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3da0ea', endColorstr='#ff2695e8', GradientType=0);
  background-color: #2695e8;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #3da0ea 0%, #2695e8 100%);
    background-image: -o-linear-gradient(top, #3da0ea 0%, #2695e8 100%);
    background-image: linear-gradient(to bottom, #3da0ea 0%, #2695e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3da0ea', endColorstr='#ff2695e8', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #1888dc;
  background-image: -webkit-linear-gradient(top, #3da0ea 0%, #1a8fe6 100%);
  background-image: -o-linear-gradient(top, #3da0ea 0%, #1a8fe6 100%);
  background-image: linear-gradient(to bottom, #3da0ea 0%, #1a8fe6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3da0ea', endColorstr='#ff1a8fe6', GradientType=0);
  border-color: #1a8fe6;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #3da0ea 0%, #2695e8 100%);
  background-image: -o-linear-gradient(top, #3da0ea 0%, #2695e8 100%);
  background-image: linear-gradient(to bottom, #3da0ea 0%, #2695e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3da0ea', endColorstr='#ff2695e8', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
i {
  display: inline-block;
  background-repeat: no-repeat;
}
.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide-on-mobile {
    display: inherit;
  }
}
.hide-on-desktop {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}
.icon-arrow-down {
  background-image: url("../img/icon-arrow-down-dark.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
.icon-arrow-down.light {
  background-image: url("../img/icon-arrow-down-light.svg");
}
.icon-manage-projects {
  background-image: url("../img/icon-manage-projects.svg");
}
.icon-sales {
  background-image: url("../img/icon-sales.svg");
}
.icon-hrm {
  background-image: url("../img/icon-hrm.svg");
}
.icon-collaboration {
  background-image: url("../img/icon-collaboration.svg");
}
.icon-file-sharing {
  background-image: url("../img/icon-file-sharing.svg");
}
.icon-email {
  background-image: url("../img/icon-email.svg");
}
.icon-calendar {
  background-image: url("../img/icon-calendar.svg");
}
.icon-integration {
  background-image: url("../img/icon-integration.svg");
}
.icon-reports {
  background-image: url("../img/icon-reports.svg");
}
.icon-twitter {
  background-image: url("../img/icon-twitter-light.svg");
}
.icon-facebook {
  background-image: url("../img/icon-facebook-light.svg");
}
.icon-linkedin {
  background-image: url("../img/icon-linkedin-light.svg");
}
.icon-google {
  background-image: url("../img/icon-google-light.svg");
}
.icon-devices {
  background-image: url("../img/icon-devices-dark.svg");
}
.icon-mail{
  background-image: url("../img/icon-mail-24.svg");
}
.icon-collaboration-68 {
  background-image: url("../img/icon-collaboration-68-dark.svg");
}
.icon-one-platform-68 {
  background-image: url("../img/icon-one-platform-68-dark.svg");
}
.icon-app-share-68 {
  background-image: url("../img/icon-app-share-68-dark.svg");
}
.icon-integration-68 {
  background-image: url("../img/icon-integration-68-dark.svg");
}
.icon-devices-68 {
  background-image: url("../img/icon-devices-68-dark.svg");
}
.form-group {
  position: relative;
}
input,
textarea,
.form-control,
input[type="text"] {
  height: 55px;
  box-shadow: none;
  -webkit-appearance: none;
  border-color: #d7d9de;
  outline: none;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1f2738;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: rgba(31, 39, 56, 0.2);
  padding-top: 1px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: rgba(31, 39, 56, 0.2);
  padding-top: 1px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: rgba(31, 39, 56, 0.2);
  padding-top: 1px;
}
input:hover,
textarea:hover,
.form-control:hover,
input[type="text"]:hover {
  border-color: #7c8085;
}
input:focus,
textarea:focus,
.form-control:focus,
input[type="text"]:focus {
  border-color: #3da0ea;
  border-width: 2px;
  box-shadow: none;
}
.has-error input,
.has-error textarea,
.has-error .form-control,
.has-error input[type="text"] {
  border-width: 2px;
  border-color: #fa504b;
  background-color: rgba(250, 80, 75, 0.2);
}
.has-error input:focus,
.has-error textarea:focus,
.has-error .form-control:focus,
.has-error input[type="text"]:focus {
  box-shadow: none;
}
select.form-control {
  font-size: 1.8rem;
}
.homepage-companies-wrapper {
  list-style: none;
  padding: 50px 20px 0;
  margin: 0 -30px;
  text-align: center;
}
.homepage-companies-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 480px) {
  .homepage-companies-wrapper {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .homepage-companies-wrapper {
    padding: 50px 0 20px 0;
    margin: 0 auto;
  }
  .homepage-companies-wrapper img {
    max-width: 80%;
    max-height: 100%;
  }
}
blockquote {
  color: inherit;
  padding: 40px 20px 20px;
  margin-bottom: 15px;
  border: none;
}
blockquote p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 20px;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  blockquote {
    padding: 40px 120px 10px;
  }
  blockquote p {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 28px;
    font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
blockquote cite {
  font-style: normal;
  display: block;
  text-align: center;
  line-height: 64px;
  font-size: 13px;
}
blockquote .author-image {
  display: inline-block;
  vertical-align: middle;
}
blockquote .author-image i {
  margin-right: 8px;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 100%;
}
@media (min-width: 992px) {
  blockquote .author-image i {
    margin-right: 15px;
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
  }
}
blockquote .author-body {
  display: inline-block;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 992px) {
  blockquote .author-body {
    line-height: 1.6;
  }
}
.author-wrapper {
  margin: 0 auto;
  display: inline;
}
.testimonial-author {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3da0ea;
  font-size: 1.1rem;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .testimonial-author {
    font-size: 1.3rem;
    letter-spacing: 1.5px;
  }
}
.leonard-pera {
  background-image: url("../img/testimonials/leonard-pera.png");
}
.sanshiro-cabanas {
  background-image: url("../img/testimonials/sanshiro-cabanas.png");
}
.siannita-tjuwita {
  background-image: url("../img/testimonials/siannita-tjuwita.png");
}
.chris-smith {
  background-image: url("../img/testimonials/chris-smith.jpg");
}
.mingsong-ang {
  background-image: url("../img/testimonials/mingsong-ang.jpg");
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #d7d9de !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #3da0ea !important;
}
.light-slider > li {
  display: block;
}
.lSAction > .lSPrev {
  background-image: url("../img/icon-arrow-left-18-dark.svg") !important;
  background-repeat: no-repeat;
  background-position: top left !important;
  background-size: 24px 24px !important;
  width: 24px !important;
  height: 24px !important;
  left: 0 !important;
  display: none;
}
@media (min-width: 992px) {
  .lSAction > .lSPrev {
    display: block;
  }
}
.lSAction > .lSNext {
  background-image: url("../img/icon-arrow-right-18-dark.svg") !important;
  background-repeat: no-repeat;
  background-position: top left !important;
  background-size: 24px 24px !important;
  width: 24px !important;
  height: 24px !important;
  right: 0 !important;
  display: none;
}
@media (min-width: 992px) {
  .lSAction > .lSNext {
    display: block;
  }
}
.footer-section {
  background-color: #1f2738;
  color: white;
  padding-bottom: 80px;
  margin-top:0;
}
@media (min-width: 768px) {
  .footer-section {
    padding-top: 70px;
  }
  .footer-section h3 {
    max-width: 18em;
    margin: 0 auto;
  }
}
.footer-section .get-started-form {
  margin-top: 35px;
  margin-bottom: 10px;
}
.footer-section ul {
  list-style-type: none;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer-section ul li {
    display: inline-block;
    padding: 0 20px;
  }
  .footer-section ul li:first-child {
    padding-left: 10px;
    font-size: 18px;
  }
  .footer-section ul li:last-child {
    padding-right: 0;
  }
}
.footer-section ul a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: none;
  line-height: 2;
  display: inline-block;
}
.footer-section ul a:hover {
  text-decoration: none;
  color: #6bb7ef;
}
.footer-section .footer-navbar {
  margin: 40px 0 0;
}
@media screen and (min-width: 994px) {
  .footer-section .footer-navbar {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 70px 0px 0;
    text-align: left;
  }
}
@media screen (769) and (min-width: 993px) {
  .footer-section .footer-navbar {
    text-align: center;
  }
}
.footer-section .footer-navigations {
  padding: 0;
}
.footer-section .footer-navigations li {
  width: auto;
  display: block;
  padding: 5px 10px;
}
.footer-section ul li:first-child {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
  .footer-section .footer-logo-icon.hide-on-mobile {
    display: inline-block;
  }
}
.footer-section .social-icons {
  width: 100%;
  margin: 25px 0;
}
.footer-section .social-icons a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 5px;
  opacity: 0.88;
  filter: alpha(opacity=88);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .footer-section .social-icons a {
    margin: 0 0 0 0px;
  }
}
.footer-section .social-icons a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer-section .social-icons i {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 16px 16px;
  width: 24px;
  height: 24px;
}
.footer-section .social-icons:first-child {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .footer-section .social-icons {
    float: right;
    margin: 0;
    width: inherit;
    text-align: right;
  }
}
.footer-section .copyright {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-section .logo-icon-light {
  display: block;
  margin: 0 auto;
  background-image: url("../img/tw-logo-icon-light.svg");
  background-size: 23px 32px;
  width: 23px;
  height: 32px;
  opacity: 0.88;
  filter: alpha(opacity=88);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.footer-section .logo-icon-light:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 768px) {
  .footer-section .logo-icon-light {
    display: inline-block;
    margin: 0 35px -8px 0;
  }
}
.inverted + .footer-section {
  margin-top: 0;
}
.tour-page-tabs {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 53px;
  width: 100%;
}
.tour-page-tabs ol {
  float: left;
  margin: 0 auto;
  display: block;
  padding: 0;
  /* list-style: none;
  padding: 0;
  margin:0;
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;*/
}
.tour-page-tabs li {
  display: inline;
  float: left;
}
.tour-page-tabs li > a {
  color: rgba(215, 217, 222, 0.66);
  text-decoration: none;
  display: inline-block;
  padding: 10px 5px;
  font-size: 1.1rem;
  font-family: "Whitney-Book", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.tour-page-tabs li > a:hover {
  color: #1f2738;
}
@media screen and (min-width: 769px) {
  .tour-page-tabs li > a {
    font-size: 1.4rem;
    padding: 20px 15px;
    border: 1px solid rgba(215, 217, 222, 0.15);
    border-bottom: none;
    border-right: none;
    text-transform: none;
    letter-spacing: 0;
  }
  .tour-page-tabs li:first-child > a {
    border-radius: 4px 0 0 0;
  }
  .tour-page-tabs li:last-child > a {
    border-right: 1px solid rgba(215, 217, 222, 0.2);
    border-radius: 0 4px 0 0;
  }
}
.tour-page-tabs li .badge {
  display: inline;
  left: 10px;
  position: relative;
}
.tour-page-tabs li i {
  display: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  vertical-align: middle;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .tour-page-tabs li > a {
    padding: 15px 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .tour-page-tabs li > a {
    padding: 15px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1201px) {
  .tour-page-tabs li > a {
    padding: 15px 30px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1401px) {
  .tour-page-tabs li > a {
    padding: 15px 40px;
  }
}
@media screen and (min-width: 992px) {
  .tour-page-tabs li i {
    display: inline-block;
  }
}
.tour-page-tabs li:hover > a {
  color: #FFF;
}
.tour-page-tabs li.active > a {
  color: #FFF;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 769px) {
  .tour-page-tabs li.active > a {
    color: #1f2738;
    background-color: #FFF;
  }
}
.tour-page-tabs li.active > a .icon-intro-24 {
  background-image: url("../img/icon-intro-24-dark.svg");
}
.tour-page-tabs li.active > a .icon-crm-24 {
  background-image: url("../img/icon-crm-24-dark.svg");
}
.tour-page-tabs li.active > a .icon-projects-24 {
  background-image: url("../img/icon-projects-24-dark.svg");
}
.tour-page-tabs li.active > a .icon-hrm-24 {
  background-image: url("../img/icon-hrm-24-dark.svg");
}
.tour-page-tabs li.active > a .icon-integration-24 {
  background-image: url("../img/icon-integration-24-dark.svg");
}
.tour-page-tabs li.active > a .icon-mobile-24 {
  background-image: url("../img/icon-mobile-24-dark.svg");
}
.tour-page-tabs li:hover i,
.tour-page-tabs li.active i {
  opacity: 1;
}
.tour-page-tabs li.active {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .tour-page-tabs li.active > a {
    font-size: 1.6rem;
  }
  .tabs-inner{
    min-width:400px;
  }
}
.tour-page-tabs-light .icon-intro-24 {
  background-image: url("../img/icon-intro-24-light.svg");
}
.tour-page-tabs-light .icon-crm-24 {
  background-image: url("../img/icon-crm-24-light.svg");
}
.tour-page-tabs-light .icon-projects-24 {
  background-image: url("../img/icon-projects-24-light.svg");
}
.tour-page-tabs-light .icon-hrm-24 {
  background-image: url("../img/icon-hrm-24-light.svg");
}
.tour-page-tabs-light .icon-integration-24 {
  background-image: url("../img/icon-integration-24-light.svg");
}
.tour-page-tabs-light .icon-mobile-24 {
  background-image: url("../img/icon-mobile-24-light.svg");
}
.tour-section figure {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
  background-color: #FFF;
  border-radius: 4px;
  position: relative;
  height: 188px;
  width: 100%;
  margin-bottom: 25px;
}
.tour-section figure.browser-wrapped {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 22px;
}
.tour-section figure.browser-wrapped:after {
  content: '';
  background-color: #FFF;
  position: absolute;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
  top: -22px;
  left: 0;
  width: 100%;
  height: 22px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-size: 34px 8px;
  background-image: url("../img/browser-dots.svg");
  background-repeat: no-repeat;
  background-position: 10px;
}
@media screen and (min-width: 481px) and (max-width: 639px) {
  .tour-section figure {
    height: 230px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .tour-section figure {
    height: 300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .tour-section figure {
    height: 353px;
  }
}
@media screen and (min-width: 993px) {
  .tour-section figure {
    height: 320px;
    float: right;
    margin-bottom: 0;
  }
}
.tour-section.tour-intro-crm figure {
  background-image: url("../img/browser-1st.jpg");
}
.tour-section .banner-into{
  background-image: url("../img/tour/banner-teamwave.png");
      background-repeat: no-repeat;
      height: 129px;
    background-position: center; 
}
/*.tour-section.tour-intro-pm figure {
  background-image: url("../img/timeline-1st.jpg");
}*/
.tour-section.tour-intro-crm-sale-repo figure {
    background-image: url("../img/stats-1st.jpg");
  }
.tour-section.tour-intro-project-timeline   figure {
    background-image: url("../img/project-timeline-1st.jpg");
  }
.tour-section.tour-intro-project-reports   figure {
    background-image: url("../img/project-reporst-1st.jpg");
  }
.tour-section.tour-intro-project-timetracking   figure {
    background-image: url("../img/time-tracking-1st.jpg");
  }
.tour-section.tour-intro-project-automatic-checkin   figure {
    background-image: url("../img/automatic-checkin-1st.jpg");
  }
.tour-section.tour-intro-project-timeoff   figure {
    background-image: url("../img/time-off-1st.jpg");
  }
.tour-section.tour-intro-project-docs   figure {
    background-image: url("../img/docs-1st.jpg");
  }
  .tour-section.tour-intro-sales-forcasting figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-crm-activity figure {
    background-image: url("../img/activity-1st.jpg");
  }
  .tour-section.tour-intro-project-email-int  figure {
    background-image: url("../img/email-int-1st.jpg");
  }
  .tour-section.tour-pm-discussion figure {
    background-image: url("../img/discussion.jpg");
  }
  .tour-section.tour-pm-template figure {
    background-image: url("../img/templates.jpg");
  }
  .tour-section.tour-pm-activity-progress figure {
    background-image: url("../img/progress.jpg");
  }
  .tour-section.tour-hrm-record-manage figure {
    background-image: url("../img/record-manage.jpg");
  }
  .tour-section.tour-hrm-staff-direc-tory figure {
    background-image: url("../img/staff-direc-tory.jpg");
  }
  .tour-section.tour-hrm-employee-hierarchys figure {
    background-image: url("../img/employee-hierarchys.jpg");
  }
  .tour-section.tour-hrm-automatic-checkin-2 figure {
    background-image: url("../img/automatic-checkin-2.jpg");
  }
  .tour-section.tour-hrm-permission figure {
    background-image: url("../img/permission.jpg");
  }
  .tour-section.tour-intro-project-timelog-estimate figure {
    background-image: url("../img/estyimated-timelog.jpg");
  }
  .tour-section.tour-pm-Vendors figure {
    background-image: url("../img/Vendors.jpg");
  }
.tour-section.tour-intro-project-email   figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/xs.jpg");
  }
.tour-section.tour-intro-project-schedule   figure {
    background-image: url("../img/project-schedule-1st.jpg");
  }
.tour-section.tour-intro-hrm figure {
  background-image: url("../img/tour/hrm/hrm-landing/xs.jpg");
}
.tour-section.tour-crm-pipeline figure {
  background-image: url("../img/tour/crm/crm-pipeline/xs.jpg");
}
.tour-section.tour-crm-dealview figure {
  background-image: url("../img/tour/crm/crm-dealview/xs.jpg");
}
.tour-section.tour-crm-customization figure {
  background-image: url("../img/tour/crm/crm-customization/xs.jpg");
}
.tour-section.tour-crm-rotten-deal figure {
  background-image: url("../img/tour/crm/crm-rotten-deal/xs.jpg");
}
.tour-section.tour-crm-smart-bcc figure {
  background-image: url("../img/tour/crm/crm-smart-bcc/xs.jpg");
}
.tour-section.tour-crm-activities figure {
  background-image: url("../img/tour/crm/crm-activities/xs.jpg");
}
.tour-section.tour-crm-integrate figure {
  background-image: url("../img/tour/crm/crm-integrate/xs.jpg");
}
.tour-section.tour-crm-contacts figure {
  background-image: url("../img/tour/crm/crm-contacts/xs.jpg");
}
.tour-section.tour-pm-tasks figure {
  background-image: url("../img/tour/pm/pm-tasks/xs.jpg");
}
.tour-section.tour-pm-templates figure {
  background-image: url("../img/tour/pm/pm-templates/xs.jpg");
}
.tour-section.tour-pm-progress figure {
  background-image: url("../img/tour/pm/pm-progress/xs.jpg");
}
.tour-section.tour-pm-collaboration figure {
  background-image: url("../img/tour/pm/pm-collaboration/xs.jpg");
}
.tour-section.tour-pm-events figure {
  background-image: url("../img/tour/pm/pm-events/xs.jpg");
}
.tour-section.tour-pm-files figure {
  background-image: url("../img/tour/pm/pm-files/xs.jpg");
}
.tour-section.tour-pm-notes figure {
  background-image: url("../img/tour/pm/pm-notes/xs.jpg");
}
.tour-section.tour-pm-times figure {
  background-image: url("../img/tour/pm/pm-times/xs.jpg");
  background-size: contain;
}
.tour-section.tour-pm-inbox figure {
  background-image: url("../img/tour/pm/pm-inbox/xs.jpg");
}
.tour-section.tour-hrm-record-management figure {
  background-image: url("../img/tour/hrm/hrm-record-management/xs.jpg");
}
.tour-section.tour-hrm-time-off figure {
  background-image: url("../img/tour/hrm/hrm-time-off/xs.jpg");
}
.tour-section.tour-hrm-tasks figure {
  background-image: url("../img/tour/hrm/hrm-tasks/xs.jpg");
}
.tour-section.tour-mobile-android figure {
  background-image: url("../img/tour/mobile/mobile-android/xs.jpg");
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/s.jpg");
  }
  .tour-section.tour-intro-pm figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-intro-crm-sale-repo figure {
    background-image: url("../img/stats-1st.jpg");
  }
  .tour-section.tour-intro-sales-forcasting figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-intro-project-timeline   figure {
    background-image: url("../img/project-timeline-1st.jpg");
  }
  .tour-section.tour-intro-project-reports   figure {
    background-image: url("../img/project-reporst-1st.jpg");
  }
  .tour-section.tour-intro-project-timetracking   figure {
    background-image: url("../img/time-tracking-1st.jpg");
  }
  .tour-section.tour-intro-project-automatic-checkin   figure {
    background-image: url("../img/automatic-checkin-1st.jpg");
  }
  .tour-section.tour-intro-project-timeoff   figure {
    background-image: url("../img/time-off-1st.jpg");
  }
  .tour-section.tour-intro-project-docs   figure {
    background-image: url("../img/docs-1st.jpg");
  }
  .tour-section.tour-intro-sales-forcasting figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-crm-activity figure {
    background-image: url("../img/activity-1st.jpg");
  }
  .tour-section.tour-intro-project-email-int  figure {
    background-image: url("../img/email-int-1st.jpg");
  }
  .tour-section.tour-pm-discussion figure {
    background-image: url("../img/discussion.jpg");
  }
  .tour-section.tour-pm-template figure {
    background-image: url("../img/templates.jpg");
  }
  .tour-section.tour-hrm-record-manage figure {
    background-image: url("../img/record-manage.jpg");
  }
  .tour-section.tour-hrm-staff-direc-tory figure {
    background-image: url("../img/staff-direc-tory.jpg");
  }
  .tour-section.tour-hrm-employee-hierarchys figure {
    background-image: url("../img/employee-hierarchys.jpg");
  }
  .tour-section.tour-hrm-automatic-checkin-2 figure {
    background-image: url("../img/automatic-checkin-2.jpg");
  }
  .tour-section.tour-pm-activity-progress figure {
    background-image: url("../img/progress.jpg");
  }
  .tour-section.tour-hrm-permission figure {
    background-image: url("../img/permission.jpg");
  }
  .tour-section.tour-intro-project-timelog-estimate figure {
    background-image: url("../img/estyimated-timelog.jpg");
  }
  .tour-section.tour-pm-Vendors figure {
    background-image: url("../img/Vendors.jpg");
  }
  .tour-section.tour-intro-project-email   figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/s.jpg");
  }
  .tour-section.tour-intro-project-schedule   figure {
    background-image: url("../img/project-schedule-1st.jpg");
  }
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/xs.jpg");
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/s.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/s.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/s.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/s.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/s.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/s.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/s.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/s.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/s.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/s.jpg");
  }
  .tour-section.tour-pm-progress figure {
    background-image: url("../img/tour/pm/pm-progress/s.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/s.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/s.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/s.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/s.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/s.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/s.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/s.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/s.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/s.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/s.jpg");
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .tour-section.tour-intro-crm figure {
    background-image: url("../img/tour/crm/crm-landing/m.jpg");
  }
  .tour-section.tour-intro-pm figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-intro-crm-sale-repo figure {
    background-image: url("../img/stats-1st.jpg");
  }
  .tour-section.tour-intro-project-timeline   figure {
    background-image: url("../img/project-timeline-1st.jpg");
  }
  .tour-section.tour-intro-project-reports   figure {
    background-image: url("../img/project-reporst-1st.jpg");
  }
  .tour-section.tour-intro-project-timetracking   figure {
    background-image: url("../img/time-tracking-1st.jpg");
  }
  .tour-section.tour-intro-project-automatic-checkin   figure {
    background-image: url("../img/automatic-checkin-1st.jpg");
  }
  .tour-section.tour-intro-project-timeoff   figure {
    background-image: url("../img/time-off-1st.jpg");
  }
  .tour-section.tour-intro-project-docs   figure {
    background-image: url("../img/docs-1st.jpg");
  }
  .tour-section.tour-intro-sales-forcasting figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-crm-activity figure {
    background-image: url("../img/activity-1st.jpg");
  }
  .tour-section.tour-intro-project-email-int  figure {
    background-image: url("../img/email-int-1st.jpg");
  }
  .tour-section.tour-pm-discussion figure {
    background-image: url("../img/discussion.jpg");
  }
  .tour-section.tour-pm-template figure {
    background-image: url("../img/templates.jpg");
  }
  .tour-section.tour-pm-activity-progress figure {
    background-image: url("../img/progress.jpg");
  }
  .tour-section.tour-hrm-record-manage figure {
    background-image: url("../img/record-manage.jpg");
  }
  .tour-section.tour-hrm-staff-direc-tory figure {
    background-image: url("../img/staff-direc-tory.jpg");
  }
  .tour-section.tour-hrm-employee-hierarchys figure {
    background-image: url("../img/employee-hierarchys.jpg");
  }
  .tour-section.tour-hrm-automatic-checkin-2 figure {
    background-image: url("../img/automatic-checkin-2.jpg");
  }
  .tour-section.tour-hrm-permission figure {
    background-image: url("../img/permission.jpg");
  }
  .tour-section.tour-intro-project-timelog-estimate figure {
    background-image: url("../img/estyimated-timelog.jpg");
  }
  .tour-section.tour-pm-Vendors figure {
    background-image: url("../img/Vendors.jpg");
  }
  .tour-section.tour-intro-project-email   figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/m.jpg");
  }
  .tour-section.tour-intro-project-schedule   figure {
    background-image: url("../img/project-schedule-1st.jpg");
  }
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/m.jpg");
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/m.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/m.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/m.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/m.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/m.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/m.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/m.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/m.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/m.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/m.jpg");
  }
  .tour-section.tour-pm-progress figure {
    background-image: url("../img/tour/pm/pm-progress/m.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/m.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/m.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/m.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/m.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/m.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/m.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/m.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/m.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/m.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/m.jpg");
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .tour-section.tour-intro-crm figure {
    background-image: url("../img/browser-1st-1x.jpg");
  }
/*  .tour-section.tour-intro-pm figure {
    background-image: url("../img/tour/pm/pm-landing/l.jpg");
  }*/
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/l.jpg");
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/l.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/l.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/l.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/l.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/l.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/l.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/l.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/l.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/l.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/l.jpg");
  }
  .tour-section.tour-pm-progress figure {
    background-image: url("../img/tour/pm/pm-progress/l.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/l.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/l.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/l.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/l.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/l.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/l.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/l.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/l.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/l.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/l.jpg");
  }
}
@media screen and (min-width: 993px){
  .icon-1{
    background: url("../img/latest-activity.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-2{
    background: url("../img/contact-management2.svg") left top no-repeat;
     padding: 0 0px 0 60px;
  }
  .icon-3{
    background: url("../img/label.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-4{
    background: url("../img/findingstuff.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-5{
    background: url("../img/noticeboard.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-6{
    background: url("../img/notification.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-7{
    background: url("../img/mobile.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-8{
    background: url("../img/addon.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-9{
    background: url("../img/api.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-10{
    background: url("../img/multiple-currency.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-11{
    background: url("../img/rotten.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-12{
    background: url("../img/docs.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-13{
    background: url("../img/mail.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-14{
    background: url("../img/notes.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-15{
    background: url("../img/sync.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-16{
    background: url("../img/custom-reporting.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-17{
    background: url("../img/automation.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-18{
    background: url("../img/lead.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-19{
    background: url("../img/notes.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-20{
    background: url("../img/notes.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-21{
    background: url("../img/notes.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-22{
    background: url("../img/notes.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-23{
    background: url("../img/notes.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
  .icon-24{
    background: url("../img/notes.svg") left top no-repeat;
    padding: 0 0px 0 60px;
  }
}
@media screen and (min-width: 1401px) {
  .tour-section figure{
        -webkit-box-shadow: 10px 10px 33px -8px rgba(0,0,0,0.47);
    -moz-box-shadow: 10px 10px 33px -8px rgba(0,0,0,0.47);
    box-shadow: 10px 10px 33px -8px rgba(0,0,0,0.47);
  }
  .tour-section.tour-intro-crm figure {
    background-image: url("../img/browser-1st.jpg");
  }
  .tour-section.tour-intro-crm-sale-repo figure {
    background-image: url("../img/stats-1st.jpg");
  }
  .tour-section.tour-intro-pm figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-intro-project-timeline   figure {
    background-image: url("../img/project-timeline-1st.jpg");
  }
  .tour-section.tour-intro-project-reports   figure {
    background-image: url("../img/project-reporst-1st.jpg");
  }
  .tour-section.tour-intro-project-timetracking   figure {
    background-image: url("../img/time-tracking-1st.jpg");
  }
  .tour-section.tour-intro-project-automatic-checkin   figure {
    background-image: url("../img/automatic-checkin-1st.jpg");
  }
  .tour-section.tour-intro-project-timeoff   figure {
    background-image: url("../img/time-off-1st.jpg");
  }
  .tour-section.tour-intro-project-docs   figure {
    background-image: url("../img/docs-1st.jpg");
  }
  .tour-section.tour-intro-sales-forcasting figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-crm-activity figure {
    background-image: url("../img/activity-1st.jpg");
  }
  .tour-section.tour-intro-project-email-int  figure {
    background-image: url("../img/email-int-1st.jpg");
  }
  .tour-section.tour-pm-discussion figure {
    background-image: url("../img/discussion.jpg");
  }
  .tour-section.tour-pm-template figure {
    background-image: url("../img/templates.jpg");
  }
  .tour-section.tour-pm-activity-progress figure {
    background-image: url("../img/progress.jpg");
  }
  .tour-section.tour-hrm-record-manage figure {
    background-image: url("../img/record-manage.jpg");
  }
  .tour-section.tour-hrm-staff-direc-tory figure {
    background-image: url("../img/staff-direc-tory.jpg");
  }
  .tour-section.tour-hrm-employee-hierarchys figure {
    background-image: url("../img/employee-hierarchys.jpg");
  }
  .tour-section.tour-hrm-automatic-checkin-2 figure {
    background-image: url("../img/automatic-checkin-2.jpg");
  }
  .tour-section.tour-hrm-permission figure {
    background-image: url("../img/permission.jpg");
  }
  .tour-section.tour-pm-Vendors figure {
    background-image: url("../img/Vendors.jpg");
  }
  .tour-section.tour-intro-project-timelog-estimate figure {
    background-image: url("../img/estyimated-timelog.jpg");
  }
  .tour-section.tour-intro-project-email   figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/xl.jpg");
  }

  .tour-section.tour-intro-project-schedule   figure {
    background-image: url("../img/project-schedule-1st.jpg");
  }
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/xl.jpg");
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/xl.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/xl.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/xl.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/xl.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/xl.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/xl.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/xl.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/xl.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/xl.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/xl.jpg");
  }
  .tour-section.tour-intro-project-timelog-estimate figure {
    background-image: url("../img/estyimated-timelog.jpg");
  }
 /* .tour-section.tour-pm-activity-progress figure {
    background-image: url("../img/tour/pm/pm-progress/xl.jpg");
  }*/
  .tour-section.tour-hrm-record-manage figure {
    background-image: url("../img/record-manage.jpg");
  }
  .tour-section.tour-hrm-staff-direc-tory figure {
    background-image: url("../img/staff-direc-tory.jpg");
  }
  .tour-section.tour-hrm-employee-hierarchys figure {
    background-image: url("../img/employee-hierarchys.jpg");
  }
  .tour-section.tour-hrm-automatic-checkin-2 figure {
    background-image: url("../img/automatic-checkin-2.jpg");
  }
  .tour-section.tour-hrm-permission figure {
    background-image: url("../img/permission.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/xl.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/xl.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/xl.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/xl.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/xl.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/xl.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/xl.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/xl.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/xl.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/xl.jpg");
  }
}
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 480px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (max-width: 480px) and (min-device-pixel-ratio: 2), screen and (max-width: 480px) and (min-resolution: 192dpi), screen and (max-width: 480px) and (min-resolution: 2dppx) {
  .tour-section.tour-intro-crm figure {
    background-image: url("../img/tour/crm/crm-landing/xs@2x.jpg");
  }
/*  .tour-section.tour-intro-pm figure {
    background-image: url("../img/timeline-1st.jpg");
  }*/
  .tour-section.tour-intro-crm-sale-repo figure {
    background-image: url("../img/stats-1st.jpg");
  }
  .tour-section.tour-intro-project-timeline   figure {
    background-image: url("../img/project-timeline-1st.jpg");
  }
  .tour-section.tour-intro-project-reports   figure {
    background-image: url("../img/project-reporst-1st.jpg");
  }
  .tour-section.tour-intro-project-timetracking   figure {
    background-image: url("../img/time-tracking-1st.jpg");
  }
  .tour-section.tour-intro-project-automatic-checkin   figure {
    background-image: url("../img/automatic-checkin-1st.jpg");
  }
  .tour-section.tour-intro-project-timeoff   figure {
    background-image: url("../img/time-off-1st.jpg");
  }
  .tour-section.tour-intro-project-docs   figure {
    background-image: url("../img/docs-1st.jpg");
  }
  .tour-section.tour-intro-sales-forcasting figure {
    background-image: url("../img/timeline-1st.jpg");
  }
  .tour-section.tour-intro-project-email-int  figure {
    background-image: url("../img/email-int-1st.jpg");
  }
  .tour-section.tour-pm-discussion figure {
    background-image: url("../img/discussion.jpg");
  }
  .tour-section.tour-pm-template figure {
    background-image: url("../img/templates.jpg");
  }
  .tour-section.tour-pm-activity-progress figure {
    background-image: url("../img/progress.jpg");
  }
    .tour-section.tour-hrm-record-manage figure {
    background-image: url("../img/record-manage.jpg");
  }
  .tour-section.tour-hrm-staff-direc-tory figure {
    background-image: url("../img/staff-direc-tory.jpg");
  }
  .tour-section.tour-hrm-employee-hierarchys figure {
    background-image: url("../img/employee-hierarchys.jpg");
  }
  .tour-section.tour-hrm-automatic-checkin-2 figure {
    background-image: url("../img/automatic-checkin-2.jpg");
  }
  .tour-section.tour-hrm-permission figure {
    background-image: url("../img/permission.jpg");
  }
  .tour-section.tour-intro-project-timelog-estimate figure {
    background-image: url("../img/estyimated-timelog.jpg");
  }
  .tour-section.tour-pm-Vendors figure {
    background-image: url("../img/Vendors.jpg");
  }
  .tour-section.tour-intro-project-email   figure {
    background-image: url("../img/email-1st.jpg");
  }
  .tour-section.tour-intro-project-schedule   figure {
    background-image: url("../img/project-schedule-1st.jpg");
  }
  .tour-section.tour-crm-activity figure {
    background-image: url("../img/activity-1st.jpg");
  }
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/xs@2x.jpg");
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/xs@2x.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/xs@2x.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/xs@2x.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/xs@2x.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/xs@2x.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/xs@2x.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/xs@2x.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/xs@2x.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/xs@2x.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/xs@2x.jpg");
  }
  .tour-section.tour-pm-progress figure {
    background-image: url("../img/tour/pm/pm-progress/xs@2x.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/xs@2x.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/xs@2x.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/xs@2x.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/xs@2x.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/xs@2x.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/xs@2x.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/xs@2x.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/xs@2x.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/xs@2x.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/xs@2x.jpg");
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 481px) and (max-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 481px) and (max-width: 768px) and (min-resolution: 2dppx) {
  .tour-section.tour-intro-crm figure {
    background-image: url("../img/tour/crm/crm-landing/s@2x.jpg");
  }
 /* .tour-section.tour-intro-pm figure {
    background-image: url("../img/tour/pm/pm-landing/s@2x.jpg");
  }*/
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/s@2x.jpg");
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/s@2x.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/s@2x.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/s@2x.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/s@2x.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/s@2x.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/s@2x.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/s@2x.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/s@2x.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/s@2x.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/s@2x.jpg");
  }
  .tour-section.tour-pm-progress figure {
    background-image: url("../img/tour/pm/pm-progress/s@2x.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/s@2x.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/s@2x.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/s@2x.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/s@2x.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/s@2x.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/s@2x.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/s@2x.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/s@2x.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/s@2x.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/s@2x.jpg");
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 769px) and (max-width: 992px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 769px) and (max-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 769px) and (max-width: 992px) and (min-device-pixel-ratio: 2), screen and (min-width: 769px) and (max-width: 992px) and (min-resolution: 192dpi), screen and (min-width: 769px) and (max-width: 992px) and (min-resolution: 2dppx) {
  .tour-section.tour-intro-crm figure {
    background-image: url("../img/tour/crm/crm-landing/m@2x.jpg");
  }
/*  .tour-section.tour-intro-pm figure {
    background-image: url("../img/tour/pm/pm-landing/m@2x.jpg");
  }*/
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/m@2x.jpg");
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/m@2x.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/m@2x.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/m@2x.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/m@2x.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/m@2x.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/m@2x.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/m@2x.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/m@2x.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/m@2x.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/m@2x.jpg");
  }
  .tour-section.tour-pm-progress figure {
    background-image: url("../img/tour/pm/pm-progress/m@2x.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/m@2x.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/m@2x.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/m@2x.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/m@2x.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/m@2x.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/m@2x.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/m@2x.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/m@2x.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/m@2x.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/m@2x.jpg");
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 993px) and (max-width: 1400px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 993px) and (max-width: 1400px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 993px) and (max-width: 1400px) and (min-device-pixel-ratio: 2), screen and (min-width: 993px) and (max-width: 1400px) and (min-resolution: 192dpi), screen and (min-width: 993px) and (max-width: 1400px) and (min-resolution: 2dppx) {
  .tour-section.tour-intro-crm figure {
    background-image: url("../img/tour/crm/crm-landing/l@2x.jpg");
    height: 443px;
  }
  /*.tour-section.tour-intro-pm figure {
    background-image: url("../img/tour/pm/pm-landing/l@2x.jpg");
    height: 443px;
  }*/
   .tour-section.setting-api figure{
   background-image: url("../img/teamwavelogo.png");
  }
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/l@2x.jpg");
    header: 443px;
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/l@2x.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/l@2x.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/l@2x.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/l@2x.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/l@2x.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/l@2x.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/l@2x.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/l@2x.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/l@2x.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/l@2x.jpg");
  }
  .tour-section.tour-pm-progress figure {
    background-image: url("../img/tour/pm/pm-progress/l@2x.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/l@2x.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/l@2x.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/l@2x.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/l@2x.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/l@2x.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/l@2x.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/l@2x.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/l@2x.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/l@2x.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/l@2x.jpg");
  }
}
@media screen and (min-width: 1401px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1401px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1401px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1401px) and (min-device-pixel-ratio: 2), screen and (min-width: 1401px) and (min-resolution: 192dpi), screen and (min-width: 1401px) and (min-resolution: 2dppx) {
  .tour-section.tour-intro-crm figure {
    background-image: url("../img/tour/crm/crm-landing/xl@2x.jpg");
  }
 /* .tour-section.tour-intro-pm figure {
    background-image: url("../img/tour/pm/pm-landing/xl@2x.jpg");
  }*/
  .tour-section.setting-api{
   background-image: url("../img/teamwavelogo.png");
  }
  .tour-section.tour-intro-hrm figure {
    background-image: url("../img/tour/hrm/hrm-landing/xl@2x.jpg");
  }
  .tour-section.tour-crm-pipeline figure {
    background-image: url("../img/tour/crm/crm-pipeline/xl@2x.jpg");
  }
  .tour-section.tour-crm-dealview figure {
    background-image: url("../img/tour/crm/crm-dealview/xl@2x.jpg");
  }
  .tour-section.tour-crm-customization figure {
    background-image: url("../img/tour/crm/crm-customization/xl@2x.jpg");
  }
  .tour-section.tour-crm-rotten-deal figure {
    background-image: url("../img/tour/crm/crm-rotten-deal/xl@2x.jpg");
  }
  .tour-section.tour-crm-smart-bcc figure {
    background-image: url("../img/tour/crm/crm-smart-bcc/xl@2x.jpg");
  }
  .tour-section.tour-crm-activities figure {
    background-image: url("../img/tour/crm/crm-activities/xl@2x.jpg");
  }
  .tour-section.tour-crm-integrate figure {
    background-image: url("../img/tour/crm/crm-integrate/xl@2x.jpg");
  }
  .tour-section.tour-crm-contacts figure {
    background-image: url("../img/tour/crm/crm-contacts/xl@2x.jpg");
  }
  .tour-section.tour-pm-tasks figure {
    background-image: url("../img/tour/pm/pm-tasks/xl@2x.jpg");
  }
  .tour-section.tour-pm-templates figure {
    background-image: url("../img/tour/pm/pm-templates/xl@2x.jpg");
  }
  .tour-section.tour-pm-progress figure {
    background-image: url("../img/tour/pm/pm-progress/xl@2x.jpg");
  }
  .tour-section.tour-pm-collaboration figure {
    background-image: url("../img/tour/pm/pm-collaboration/xl@2x.jpg");
  }
  .tour-section.tour-pm-events figure {
    background-image: url("../img/tour/pm/pm-events/xl@2x.jpg");
  }
  .tour-section.tour-pm-files figure {
    background-image: url("../img/tour/pm/pm-files/xl@2x.jpg");
  }
  .tour-section.tour-pm-notes figure {
    background-image: url("../img/tour/pm/pm-notes/xl@2x.jpg");
  }
  .tour-section.tour-pm-times figure {
    background-image: url("../img/tour/pm/pm-times/xl@2x.jpg");
    background-size: contain;
  }
  .tour-section.tour-pm-inbox figure {
    background-image: url("../img/tour/pm/pm-inbox/xl@2x.jpg");
  }
  .tour-section.tour-hrm-record-management figure {
    background-image: url("../img/tour/hrm/hrm-record-management/xl@2x.jpg");
  }
  .tour-section.tour-hrm-time-off figure {
    background-image: url("../img/tour/hrm/hrm-time-off/xl@2x.jpg");
  }
  .tour-section.tour-hrm-tasks figure {
    background-image: url("../img/tour/hrm/hrm-tasks/xl@2x.jpg");
  }
  .tour-section.tour-mobile-android figure {
    background-image: url("../img/tour/mobile/mobile-android/xl@2x.jpg");
  }
}
.tour-section header {
  text-align: center;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .tour-section header {
    text-align: left;
    padding-bottom: 0;
  }
}
.tour-section header h2 {
  margin: 0 0 10px;
}
.tour-section header p {
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .tour-section header p {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 993px) {
  .tour-section.figure-left div[class^="col-"]:first-child {
    float: right;
  }
}
@media screen and (min-width: 993px) {
  .tour-section.figure-left header {
    padding-left: 25px;
  }
}
@media screen and (min-width: 993px) {
  .tour-section.figure-right header {
    padding-right: 25px;
  }
}
.integration-list {
  margin: -20px 0 50px -20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.integration-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 0 20px;
}
.integration {
  -webkit-flex: 1;
  flex: 1;
  width: 270px;
  -ms-flex-preferred-size: auto;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
}
.integration:hover,
.integration:focus,
.integration:active {
  text-decoration: none;
}
.integration:hover .integration-link,
.integration:focus .integration-link,
.integration:active .integration-link {
  text-decoration: underline;
}
.integration-heading {
  padding: 35px 25px 15px;
  text-align: center;
}
.integration-heading > i {
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 98px 98px;
  width: 98px;
  height: 98px;
}
.icon-google-drive {
  background-image: url("../img/integrations/icon-google-drive.svg");
}
.icon-dropbox {
  background-image: url("../img/integrations/icon-dropbox.svg");
}
.icon-google-calendar {
  background-image: url("../img/integrations/icon-google-calendar.png");
}
.icon-google-contacts {
  background-image: url("../img/integrations/icon-google-contacts.png");
}
.icon-slack {
  background-image: url("../img/integrations/slack.png");
}
.icon-mailchimp {
  background-image: url("../img/integrations/mailchimp.png");
}
.icon-uber {
  background-image: url("../img/integrations/uber.png");
}
.icon-chrome {
  background-image: url("../img/integrations/chrome-extension.png");
}
.integration-content {
  padding: 0 25px 25px;
}
.contact-page .contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-page .contact-section label {
  width: 100%;
  text-align: left;
}
.contact-page .contact-section h5 {
  margin-bottom: 80px;
}
.contact-page .contact-form .btn-primary {
  margin-top: 40px;
}
.contact-page .contact-form-container {
  color: white;
  margin: 0;
  width: 100%;
  padding: 0;
  z-index: 10;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.7, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.7, 1);
}
.contact-page .contact-form-container h2 {
  margin: 55px 0 0;
}
.contact-page .contact-form-container.active {
  height: 190px;
  opacity: 1;
  margin: -80px 0 60px;
}
.contact-page .contact-form-success {
  background-color: #41C658;
}
.contact-page .contact-form-failure {
  background-color: #FA4B4B;
}
.section-label {
  text-transform: uppercase;
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  color: #d7d9de;
}
.form-group {
  position: relative;
}
.form-group .section-label {
  color: #7c8085;
}
input,
textarea,
.form-control,
input[type="text"] {
  box-shadow: none;
  -webkit-appearance: none;
  border-color: #d7d9de;
  outline: none;
  border-radius: 4px;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: rgba(215, 217, 222, 0.8);
  font-family: "Whitney-Book", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: rgba(29, 40, 47, 0.3);
  font-family: "Whitney-Book", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: rgba(124, 128, 133, 0.6);
}
input:hover,
textarea:hover,
.form-control:hover,
input[type="text"]:hover {
  border-color: #c1c4cc;
}
input:focus,
textarea:focus,
.form-control:focus,
input[type="text"]:focus {
  border-color: #3da0ea;
  border-width: 2px;
  box-shadow: none;
}
.has-error input,
.has-error textarea,
.has-error .form-control,
.has-error input[type="text"] {
  border-width: 2px;
  border-color: #fa504b;
  background-color: #fed7d6;
}
.has-error input:focus,
.has-error textarea:focus,
.has-error .form-control:focus,
.has-error input[type="text"]:focus {
  box-shadow: none;
}
select.form-control {
  font-size: 1.8rem;
}
.form-messages {
  display: none;
  color: white;
  border-radius: 4px 4px 0 0;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.has-error .form-messages {
  display: block;
  background-color: #fa504b;
}
.get-started-form .has-error .form-messages {
  box-shadow: 0 0 0 2px #fa504b;
}
.has-success .form-messages {
  display: block;
  background-color: #5cb85c;
}
.get-started-form .has-success .form-messages {
  box-shadow: 0 0 0 2px #5cb85c;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #d7d9de;
}
input,
.input-group {
  width: 100%;
}
.modal-backdrop {
  background-color: #1f2738;
  margin: 0 auto;
}
.modal-backdrop.in {
  opacity: .88;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 6px 30px rgba(27, 36, 50, 0.22);
    box-shadow: 0 6px 30px rgba(27, 36, 50, 0.22);
  }
  .modal-sm {
    width: 420px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  max-height: 550px;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  max-height: 550px;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px rgba(31, 39, 56, 0.0012);
  box-shadow: 0px 0px 3px rgba(31, 39, 56, 0.0012);
  border-radius: 8px;
  padding: 25px;
  border: 1px solid rgba(242, 242, 248, 0.1);
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modal-content {
    padding: 70px;
  }
}
.modal .close {
  position: absolute;
  opacity: 0.88;
  filter: alpha(opacity=88);
  top: 25px;
  right: 25px;
  z-index: 99;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal-header,
.modal-body,
.modal-footer {
  border: none;
}
.modal-body {
  padding: 0;
}
.get-started-modal .get-started-form .work-email-input {
  border: 1px solid #d7d9de;
  border-radius: 4px;
  margin-bottom: 15px;
}
.get-started-modal .get-started-form .btn-get-started {
  width: 100%;
  display: block;
  position: static;
  border-radius: 4px;
}
.pricing-modal .container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 90vh;
}
.pricing-modal .modal-body {
  max-width: 100%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.pricing-modal .modal-body > .row {
  max-width: 100%;
  margin: 60px auto;
}
.pricing-modal .modal-footer {
  width: 100%;
  text-align: center;
}
.pricing-modal .logo-icon-dark {
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-bottom: 25px;
}
.pricing-modal h3 {
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  color: #3da0ea;
}
.pricing-modal .p-lead {
  max-width: 38em;
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .pricing-modal .p-lead {
    display: inherit;
  }
}
.pricing-modal .get-started-form .work-email-input {
  border: 1px solid #d7d9de;
}
.pricing-modal .get-started-form .work-email-input:hover,
.pricing-modal .get-started-form .work-email-input:focus,
.pricing-modal .get-started-form .has-success .work-email-input,
.pricing-modal .get-started-form .has-success .work-email-input:focus,
.pricing-modal .get-started-form .has-error .work-email-input,
.pricing-modal .get-started-form .has-error .work-email-input:focus {
  border: none;
}
.icon-x {
  background-image: url("../img/icon-close-18-dark.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.people-list {
  margin: -25px 0 0 -20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.person {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 25px 0 0 25px;
}
.person:hover .person-text {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.person .person-wrapper {
  position: relative;
  width: 210px;
  height: 286px;
  overflow: hidden;
  background-size: cover;
  background-color: white;
}
.person .person-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(31, 39, 56, 0.66);
  color: white;
  text-align: center;
}
.person .person-text hr {
  width: 80px;
  margin: 14px auto;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.person .person-name {
  font-family: "Whitney-Medium", "Whitney Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  line-height: 23px;
  margin: 80px 0 4px;
}
.person .person-job {
  opacity: 0.8;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.83px;
  line-height: 11px;
  text-transform: uppercase;
  margin: 0;
}
.person .person-link {
  color: #FFF;
}
.ceo-note {
  background-color: #FFF;
  border-radius: 4px;
  padding: 50px;
}
.ceo-note header h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #3da0ea;
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 40px;
  line-height: 22px;
  text-align: left;
}
.ceo-note header hr {
  display: none;
  width: 90px;
  margin: 33px auto;
  border-top: 2px solid #1f2738;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.ceo-note .note-body {
  text-align: left;
  font-family: 'Libre Baskerville', serif;
}
.ceo-note .note-body ul {
  margin-bottom: 25px;
}
.ceo-note .note-body p,
.ceo-note .note-body li {
  color: #1f2738;
  font-size: 20px;
  line-height: 32px;
}
.ceo-note .note-body h4 {
  text-transform: uppercase;
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  margin: 30px 0 25px;
  color: #1f2738;
}
.ceo-note .note-body i {
  display: inline;
}
.pricing-page {
  background-color: #f1f3f6;
  letter-spacing: 1px;
  /*pricing switch*/
  /*pricing switch ends*/
  /*.card:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }*/
}
.pricing-page .navbar {
  background-color: #1f2738;
}
.pricing-page .section1 h2 {
  font-family: "Whitney-Semibold", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pricing-page .pricing-switcher {
  text-align: center;
  margin: 1.5em 0 1em 0;
}
.pricing-page .pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  background-color: #fff;
}
.pricing-page .pricing-switcher .fieldset input, .input-group {
    width: -moz-available;
}
.pricing-page .pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.pricing-page .pricing-switcher label {
  position: relative;
  color: #575d6b;
  z-index: 1;
  display: inline-block;
  letter-spacing: 2px;
  float: left;
  width: 110px;
  text-align: center;
  font-weight: 600;
  height: 35px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "Whitney-Medium";
}
.pricing-page .pricing-switcher input[type="radio"]:checked + label {
  color: #2f78b9;
}
.pricing-page .pricing-switcher .switch {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 43px;
  width: 112px;
  background-color: rgba(47, 120, 185, 0.1);
  border: 1px solid #2f78b9;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.pricing-page .pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-page .pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(110px);
  -moz-transform: translateX(110px);
  -ms-transform: translateX(110px);
  -o-transform: translateX(110px);
  transform: translateX(110px);
}
.pricing-page .no-js .pricing-switcher {
  display: none;
}
.pricing-page .plancards .card {
  min-height: 22.7em;
}
.pricing-page .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.pricing-page .card h6 {
  text-transform: capitalize;
}
.pricing-page .card h4 {
  font-weight: bolder;
}
.pricing-page .card select {
  width: 9em;
}
.pricing-page .card select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.pricing-page .cards,
.pricing-page .integrations,
.pricing-page .plancards {
  
}
.pricing-page .sectionhead {
  margin: 3.7em  0 2em 0;
}
.pricing-page .sectionhead .caption {
  margin: 0.3em;
  color: #626774;
}
.pricing-page .features h6 {
  font-family: "Whitney-Book";
}
.pricing-page .faq {
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-page .faqcaption {
  font-size: 2.1rem;
}
.pricing-page .card .btn {
  padding: 0 32px;
  line-height: 44px;
  cursor: pointer;
  display: inline-block;
  margin: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.pricing-page .card .btn:hover {
  color: #fff;
}
.pricing-page .flat {
  background-color: #00b66b;
  color: #fff;
}
.pricing-page .questions {
  letter-spacing: 0px;
  text-align: left;
}
.pricing-page .questions p {
  margin-bottom: 15px;
  color: #626774;
}
.pricing-page .questions .container {
  max-width: 1400px;
}
.pricing-page .questions h5,
.pricing-page .sectionhead h4,
.pricing-page .card h4,
.pricing-page .card h1,
.pricing-page .card p {
  color: #575d6b;
  font-family: "Whitney-Semibold", "Whitney Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pricing-page .pricingcards .card h4,
.pricing-page .sectionhead h2,
.pricing-page .sectionhead h4 {
  color: #1f2639;
}
.pricing-page .list-inline-item {
  text-align: center;
  margin: 1em;
}
.pricing-page .list-inline-item p {
  font-size: 1.4rem;
  letter-spacing: 0px;
}
.pricing-page .list-inline-item img {
  width: 52px;
  height: 52px;
  margin-bottom: 0.6em;
}
.pricing-page .pricingcards .card {
  min-height: 440px;
}
.pricing-page .pricingcards .card p {
  margin-bottom: 3em;
  font-size: 1.4rem;
}
.pricing-page .section1 {
  margin-top: 7em;
}
.pricing-page .free {
  margin: 2.7em 0 1.7em 0;
}
.pricing-page .plancards .card select {
  width: 9em;
  outline: none !important;
}
.pricing-page .list-group-item {
  padding: 5px 15px;
  border: 0;
}
.pricing-page .list-group {
  box-shadow: none;
  -webit-box-shadow: none;
  -moz-box-shadow: none;
}

@media screen and (max-width: 767px) {
  .mrb15sm {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .lg-offsethalf {
    margin-left: 12.5%
  }
}

/*pricing-calulator*/

/*.pricing-calculator {
  padding: 10px 0;
}*/

.pricing-calculator-content{
  margin: 0 auto;
  max-width: 1200px;
padding: 10px 0 10px 0;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.pricing-calculator-column{
  padding: 20px 0;
}

.pricing-calculator-column:last-child {
  position: relative;
  border-left: 1px solid #999;
  text-align: center;
}

.pricing-calculator-column:last-child:before {
  background-color: #fff;
  display: block;
  color: rgb(31,38,57);
  content: '=';
  font-size: 48px;
  left: -15px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
}

.pricing-calculator-heading, .pricing-calculator select{
  color: rgb(31,38,57);
  font-family: "Whitney-Semibold", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.8rem;
  line-height: 4.6rem;
}

.pricing-calculator select {
  border: 1px solid #999;
  border-radius: 4px;
  margin-top: 30px;
  padding: 0 10px;
  width: 50%;
}

.marketing-plans-price {
  color: rgb(31,38,57);
  font-family: "Whitney-Semibold", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.8rem;
  line-height: 5.6rem;
}

.marketing-plans-dollar {
  display: inline-block;
  font-size: 40px;
  position: relative;
  top: -3px;
}

.marketing-plans-term {
  color: rgb(31,38,57);
  font-family: "Whitney-Semibold", "Whitney Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.16666667;
  margin-top: 30px;
}

.pricing-calculator .btn{
  padding: 0 32px;
  line-height: 44px;
  cursor: pointer;
  display: inline-block;
  margin: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.pricing-calculator .btn:hover{
  color: #fff;
}

@media screen and (max-width: 767px) {

  .pricing-calculator-column:last-child {
    border-left: 0;
  }

  .pricing-calculator-column:last-child:before {
    content: '';
  }

}
 @media screen and (min-width: 481px) and (max-width: 991px){
    .tour-section.setting-api figure{
       background-image: url("../img/teamwavelogo.png");
       box-shadow:none!important;
 

    }
   }
@media screen and (min-width: 992px) and (max-width: 5000px){
    .tour-section.setting-api figure{
       background-image: url("../img/teamwavelogo.png");
       box-shadow:none!important;
       max-height: 322px;
       max-width: 322px;

    }
}
@media screen and (min-width: 0px) and (max-width: 480px){
    .tour-section.setting-api figure{
       background-image: url("../img/teamwavelogo.png");
       box-shadow:none!important;
       

    }
   }
.curve{
  text-decoration: underline;
  font-weight: 800;
}
.form-control.web{
  -webkit-appearance: menulist;
  -moz-appearance:    menulist;
  appearance:         menulist;
  color: #555;
}
.partner-us{
  background-image: url("../img/partner_us.png");
}
.mobile-page-top{
  margin-top: 100px;
}
.mobile-page-top h1{
  font-size: 37px; 
  font-weight: 600;
}
.mobile-page-top p{
  text-align: justify;
}
.mbl-app-btn-list{
  margin-left: -15px;
}
.mbl-app-btn-list .mbl-app-btn-ggl{
  display: inline-block; 
  float: left;
}
.mbl-app-btn-list .mbl-app-btn-ggl a{
  background-image: url(../img/tour/mobile/mobile-android/Playstore.png); 
  background-repeat: no-repeat; 
  background-size: 90%; 
  height: 53px; 
  width: 190px; 
  margin-top: -2px;
}
.mbl-app-btn-list .mbl-app-btn-apl{
  display: inline-block; 
  float: left;     
  margin-left: -20px;
}
.mbl-app-btn-list .mbl-app-btn-apl a{ 
  background-image: url(../img/tour/mobile/mobile-android/App-store.png); 
  background-repeat: no-repeat; 
  background-size: 90%; 
  height: 53px; 
  width: 190px; 
  margin-top: -3px;
}
.mobile-page-top-img img{
  width: 85%; 
  float: right; 
  margin-right: 0px;
}
.mbl-content-details{
  margin-left: 100px; 
  margin-top: 100px;
}
.mbl-content-details .dark{
  font-size: 37px; 
  font-weight: 600;
}
.mbl-content-details p{
  text-align: justify;
}
.mbl-feature-img-right{
  width: 70%; 
  float: right;
  margin-right: 100px;
}
.mbl-feature-img-left{
  width: 70%;
  margin-left: 100px; 
  float: left;
}

/* iPhone 5 */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) 
  and (orientation: portrait){
  .mobile-page-top{
    margin-top: 0px;
  }
  .mbl-app-btn-list .mbl-app-btn-ggl{
    float: inherit;
  }
  .mbl-app-btn-list .mbl-app-btn-apl {
    float: inherit;
    margin-left: 0px;
  }
  .mobile-page-top-img img{
    margin-right: 15px;
  }
  .mbl-content-details {
    margin-left: 0px;
    margin-top: 0px;
  }
  .mbl-feature-img-right{
    margin-right: 45px;
  }
  .mbl-feature-img-left{
    margin-left: 45px;
  }
}
/* iPhone 5 */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) 
  and (orientation: landscape){
  .mobile-page-top-img img {
    margin-right: 40px !important;
  }
}
/* iPhone 6/Nexus5x/6P */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (orientation: portrait){
  .mobile-page-top{
    margin-top: 0px;
  }
  .mbl-app-btn-list .mbl-app-btn-ggl{
    float: inherit;
  }
  .mbl-app-btn-list .mbl-app-btn-apl {
    float: inherit;
    margin-left: 0px;
  }
  .mbl-content-details {
    margin-left: 0px;
    margin-top: 0px;
  }
  .mbl-feature-img-right{
    margin-right: 55px;
  }
  .mbl-feature-img-left{
    margin-left: 55px;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (orientation: landscape){
  .mobile-page-top-img img{
    margin-right: 40px !important;;
  }
}

/* iPhone 6s */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) 
  and (orientation: portrait){ 
  .mobile-page-top{
    margin-top: 0px;
  }
  .mbl-app-btn-list .mbl-app-btn-ggl{
    float: inherit;
  }
  .mbl-app-btn-list .mbl-app-btn-apl {
    display: inline-block;
    float: inherit;
    margin-left: 0px;
  }
  .mobile-page-top-img img{
    margin-right: 20px;
  }
  .mbl-content-details {
    margin-left: 0px;
    margin-top: 0px;
  }
  .mbl-feature-img-right{
    margin-right: 55px;
  }
  .mbl-feature-img-left{
    margin-left: 55px;
  }
}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (orientation: landscape){
  .mobile-page-top{
    margin-top: 0px;
  }
  .mobile-page-top-img img{
    margin-right: 50px;
  }  
  .mbl-app-btn-list .mbl-app-btn-ggl{
    float: inherit;
  }
  .mbl-app-btn-list .mbl-app-btn-apl {
    float: inherit;
  }
  .mbl-content-details{
    margin-left: 0px;
    margin-top: 0px;
  }
}
/* iPad */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  and (orientation: portrait){
  .mobile-page-top{
    margin-top: 0px;
  }
  .mbl-app-btn-list .mbl-app-btn-ggl{
    float: inherit;
  }
  .mbl-app-btn-list .mbl-app-btn-apl {
    float: inherit;
  }
  .mobile-page-top-img img{
    margin-right: 65px !important;
  }
  .mbl-content-details{
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  and (orientation: landscape){
  .mobile-page-top-img img{
    margin-right: -140px;
  }
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  and (orientation: portrait){
   .mobile-page-top-img img{
    margin-right: -40px;
  }
} 