*, html {
  font-family: 'Brandon', sans-serif;
  letter-spacing: 2px;
  outline: none;
}
a {
  color: #2B333B;
}
body {

}
h2 {
  font-family: 'Whitney', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  color: #2B333B;
}
h3 {
  font-family: 'Whitney', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #2B333B;
}
img {
  vertical-align: middle;
}
p, span {
  font-family: 'Whitney', sans-serif;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #969696;
}
header {
  position: relative;
  height: 100vh;
  width: 100%;
  background: -webkit-lineal-gradient(rgba(24,29,34,0.75),rgba(24,29,34,0.75)), url("../images/cover.jpg") no-repeat center center;
  background: -o-lineal-gradient(rgba(24,29,34,0.75),rgba(24,29,34,0.75)), url("../images/cover.jpg") no-repeat center center;
  background: -moz-lineal-gradient(rgba(24,29,34,0.75),rgba(24,29,34,0.75)), url("../images/cover.jpg") no-repeat center center;
  background: radial-gradient(rgba(24,29,34,0.75),rgba(24,29,34,0.75)), url("../images/cover.jpg") no-repeat center center;
  background: linear-gradient(rgba(24,29,34,0.75),rgba(24,29,34,0.75)), url("../images/cover.jpg") no-repeat center center;
  background-size: cover;
  overflow: auto;
}
nav {
  width: 85%;
  height: 80px;
  margin: 0 auto;
  padding-top: 25px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li, .plan, .footer-link {
  display: inline;
}
.main {
  height: 88vh;
}
.italic {
  font-style: italic;
}
.logo, .logo-dark, .logo-dark-form {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/logo.png") no-repeat;
  background-size: 40px;
}
.logo-dark, .logo-dark-form {
  margin-top: 8px;
  margin-bottom: 10px;
  background: url("../images/logo-dark.png") no-repeat;
  background-size: 40px;
}
.logo-dark-form {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-size: 80px;
}
.logo-wrapper {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: 20px;
  vertical-align: top;
}
.links {
  display: inline-block;
  float: right;
  line-height: 0px;
  margin-top: 20px;
}
.links > a {
  padding: 31px 15px;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.links > a:hover {
  color: #179CDC;
}
.links > a:nth-last-child(2) {
  padding-right: 0px;
}
.signup {
  padding: 20px;
  margin-left: 15px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.signup:hover {
  color: #179CDC;
  background: white;
  font-weight: 500;
}
.hero {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 70px;
}
.title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: white;
}
.subtitle {
  color: rgba(255,255,255,0.75);
  font-weight: 200;
  font-family: 'Whitney', sans-serif;
  font-style: italic;
  font-size: 18px;
}
.hero-signup, .plan-signup, .zendesk-more, .button-submit {
  padding: 0px 20px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 40px;
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.plan-signup, .zendesk-more, .button-submit {
  color: #2B333B;
  border: 1px solid #2B333B;
  font-weight: 500;
  margin-top: 30px;
}
.button-submit {
  margin: 30px 0px;
  width: 100%;
}
.hero-signup:hover {
  color: #179CDC;
  background: white;
  font-weight: 400;
}
.plan-signup:hover, .zendesk-more:hover, .button-submit:hover {
  color: white;
  background: #2B333B;
  font-weight: 500;
}
.next {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-family: serif;
  font-size: 18px;
  font-weight: 600;
  bottom: 0;
  left: 50%;
  margin: 0 auto 20px -8px;
  text-decoration: none;
}
.trusted, .pricing {
  height: 80px;
  background: #F9F9FA;
}

.trusted > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  height: 5em;
  max-width: 64.875em;
  margin: 0 auto;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.trusted > ul > li, .plan {
  text-align: center;
  padding: 0;
}
.container {
  font-family: 'Whitney', sans-serif;
  width: 100%;
}
.left {
  position: relative;
  display: inline-block;
  width: 49%;
}
.right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.tour-item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cfd5e1;
  padding: 70px 0;
}
.tour-content {
  width: 100%;
  max-width: 420px;
  z-index: 3;
  margin: 0 auto;
}
.tour-description {
  padding-bottom: 30px;
}
.icon {
  height: 23px;
  vertical-align: middle;
  margin-right: 10px;
}
.feature-description {
  padding-bottom: 15px;
}
.feature-description:nth-child(2) {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.chat-mockup {
  position: absolute;
  width: 175%;
  min-width: 1170px;
  max-width: 1170px;
  right: 0;
}
.engine-mockup {
  width: 220%;
  min-width: 1480px;
  max-width: 1480px;
}
.plugin-mockup {
  position: absolute;
  width: 170%;
  min-width: 1150px;
  max-width: 1150px;
  right: 0;
}
.metrics-mockup {
  position: absolute;
  width: 140%;
  min-width: 935px;
  max-width: 935px;
  right: 0;
}
.integrations {
  display: inline-block;
  width: 100%;
}
.integration {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 30px;
  padding: 10px 22px 10px 8px;
}
.integration:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.note {
  font-size: 13px;
  margin: -25px 0px 15px 0px;
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width: 140px;
  height: 50px;
  font-family: 'Whitney', sans-serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: center;
  color: white;
  background: #000000;
  visibility: hidden;
  border-radius: 3px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 45px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.footer-logos {
  position: relative;
  display: block;
  text-align: center;
  padding: 60px 0px;
}
.companies {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.logos, .plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 25px auto;
}
.footer-links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 60%;
  max-width: 1200px;
  margin: 0 auto 25px auto;
}
.company, .plan, .footer-link {
  padding: 30px 0;
  max-height: 105px;
  width: 16.66667%;
  opacity: 0.8;
}
.pricing {
  padding: 20px 0px 100px 0px;
  height: 100%;
  background: transparent;
}
.pricing-title {
  font-weight: 200;
  text-align: center;
  color: white;
  padding-top: 50px;
}
.price {
  font-family: 'Gotham', sans-serif;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 0px;
  color: #179CDC;
  padding-bottom: 40px;
}
.currency {
  font-family: 'Gotham', sans-serif;
  vertical-align: top;
  font-weight: 300;
  color: #179CDC;
}
.period {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #179CDC;
}
.plans {
  height: 420px;
  margin: auto;
  background: white;
  border-radius: 4px;
  padding: 50px 0px;
}
.plan {
  max-height: 100%;
  height: 100%;
}
.title-plan {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dark-blue {
  background: #2B333B;
}
.features {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feature {
  font-family: 'Whitney', sans-serif;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 15px;
}
.strong {
  font-weight: 600;
  color: #2B333B;
}
.footer-site {
  position: relative;
  display: block;
  text-align: center;
  margin: 60px 0px;
  text-align: left;
}
.footer-link {
  opacity: 1;
}
.footer-link-title {
  font-family: 'Gotham', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2B333B;
}
.company-links, .contact-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.company-links > li a, .contact-links > li a {
  font-family: 'Gotham', sans-serif;
  display: block;
  font-size: 11.5px;
  letter-spacing: 1px;
  padding-top: 10px;
  text-decoration: none;
  color: #2B333B;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.company-links > li a:hover, .contact-links > li a:hover {
  color: #179CDC;
}
.copyright {
  font-family: 'Whitney', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 10px;
}
.company {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.company:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.vimeo {
  height: 23px;
  margin-top: -9px;
}
.housetrip {
  height: 35px;
}
.membrain {
  height: 40px;
}
.form {
  width: 44%;
  background: white;
  border-radius: 4px;
  padding: 75px 0px 80px 0px;
  margin: 120px 0px 30px 0px;
}
.login {
  margin: 30px 0px;
}
.subdomain {
  margin: 0px 0px;
}
.form-title {
  padding-top: 30px;
  margin-bottom: 0px;
}
.form-title:first-letter {
  text-transform: uppercase;
}
.form-subtitle{
  margin-top: 0px;
}
.signup-form-wrapper {
  width: 60%;
  margin: 0 auto;
  margin-top: 75px;
}
form {
  text-align: left;
}
label, input {
  font-family: 'Whitney', sans-serif;
  letter-spacing: 0.5px;
  display: block;
  width: 100%;
  padding: 0px;
  border: none;
}
input {
  position: relative;
  display: block;
  margin-top: 2.5em;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #2B333B;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:focus {
  border-bottom: 1px solid #179CDC;
}
label {
  display: block;
  position: relative;
  top: -3.5em;
  font-size: 14px;
  line-height: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:focus + label {
  top: -5.5em;
  font-size: 11px;
  color: #179CDC;
}
input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 500px white inset;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow:0 0 0 500px white inset;
}
.submit {
  text-align: center;
}
.notice, .tos {
  font-family: 'Whitney', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.tos {
  font-weight: 600;
}
.check {
  background-size: 80px;
  background: url("../images/check.png") no-repeat;
}
.one {
  width: 33.33333%;
}
.unique {
  width: 40%;
}
.content {
  width: 70%;
  margin: 100px auto;
}
.use > li {
  display: block;
  font-family: 'Whitney', sans-serif;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #969696;
}

.loader,
.figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}

.figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid white;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 2em;
    width: 2em;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 480px) {
   .title {
    font-size: 28px;
    line-height: 48px;
  }
  .subtitle  {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 40px;
  }
  .links {
    display: none;
  }
  nav {
    text-align: center;
  }
  .logo-wrapper {
    margin-right: 0px;
  }
  .moonfruit, .smartling, .foundry, .integration {
    height: 20px;
  }
  .zendrive {
    height: 40px;
  }
  .tour-content {
    width: 90%;
    margin: -50px auto -25px auto;
  }
  .tour-item {
    text-align: center;
  }
  .tour-item > div > img {
    display: none;
  }
  .left, .right, .one {
    width: 100%;
  }
  h2 {
    font-size: 28px;
  }
  .unique {
    width: 80%;
  }
  .plans {
    padding: 0px 0px 50px 0px;
  }
  .icon {
    height: 15px;
    margin-top: -5px;
  }
  .logos {
    margin: 0 auto;
  }
  .companies {
    line-height: 28px;
  }
  .footer-site {
    text-align: center;
  }
  .footer-links, .footer-link {
    display: block;
    width: auto;
    padding: 10px 0px 20px 0px;
  }
  .logo-dark {
    margin: 0 auto;
  }
  .form {
    width: 85%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 736px) {
  .main {
    height: 100vh;
  }
  nav {
    width: 90%;
  }
  .hero {
    margin-top: 20px;
    width: 100%;
  }
  .title {
    font-size: 28px;
    line-height: 48px;
  }
  .subtitle  {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 0px;
  }
  .hero-signup {
    display: none;
  }
  .links > a {
    padding: 15px 10px;
    font-size: 10px;
  }
  .moonfruit, .smartling, .foundry {
    height: 25px;
  }
  .integration {
    height: 19px;
  }
  .zendrive {
    height: 45px;
  }
  .tour-content {
    width: 90%;
  }
  .icon {
    height: 15px;
    margin-top: -5px;
  }
  h2 {
    font-size: 28px;
  }
  .plugin-mockup {
    width: 390%;
    min-width: 1250px;
  }
  .engine-mockup {
    width: 520%;
    min-width: 1680px;
  }
  .metrics-mockup {
    width: 320%;
    min-width: 1032px;
  }
  .unique {
    width: 80%;
  }
  .one {
    width: 100%;
  }
  .plans {
    padding: 0px 0px 50px 0px;
  }
  .footer-links {
    width: 90%;
  }
  .footer-link {
    width: 19%;
  }
  .form {
    width: 85%;
  }
}


