@import url("common.css");

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}

body {
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #111;
}

/******************* UTILITY CLASSES **********************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html .clearfix { height: 1%; } /* Hides from IE-mac \*/

.clearfix { display: block; }

.l, .left { float: left; }

.r, .right { float: right; }

.left-center { float: left; }

.text-center { text-align: center; }

.relative { position: relative; }

.underline { text-decoration: underline; }

.spacing {
  margin-bottom: 30px;
}

.center {
  margin:0 auto;
  display: inline-block;
}

.fg {
  margin: 10px 0px;
}

.fl {
  margin-bottom: 5px;
}

.fl label {
  font-weight: bold;
}

.ferrors {
  color: #e00;
  font-weight: bold;
  margin: 5px 0px;
}

.grid-row {
  width: 960px;
}

.grid-3 {
  width: 300px;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.grid-row [class*="grid"] {
  float: left;
  margin-left: 20px;
}

.zhai-logo {
  display: inline-block;
  width: 175px;
  height: 42px;
  background: url('i/logo.png') no-repeat center transparent;
  vertical-align: middle;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5),
only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2)
{
  .jetstrap-logo {
    background: url('i/logo@2x.png') no-repeat transparent;
    background-size: 152px 42px;
  }
}

/*********************** CONTENT WRAP ************************/
#content-wrap {
  height: auto !important;
  min-height: calc(100% - 170px);
  position: relative;
  padding-top: 72px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/********************************* HEADER *************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 72px;

  background-color: #222222;

  line-height: 72px;
}

header .no-left-border {
  -moz-border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

header .no-right-border {
  -moz-border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

/*********************** GET STARTED *************************/
.get-started {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 3px;
  padding: 10px 22px;
  text-shadow: none !important;
  border-radius: 2px;
}

.orange-gradient {
  color: #ffffff;
	background-image: linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
	background-image: -moz-linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
	background-image: -webkit-linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.orange-gradient:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #e45950 0%, #e77665 100%);
  background-image: -moz-linear-gradient(90deg, #e45950 0%, #e77665 100%);
  background-image: -webkit-linear-gradient(90deg, #e45950 0%, #e77665 100%);
}

.orange-gradient:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 4px rgba(0, 0, 0, 0.3);
}

/***************************** SIZE DISPLAY ****************************/
.display-image {
  background: url('https://s3.amazonaws.com/jetstrap-site/images/website/index/computer_display_screen.jpg') no-repeat transparent;
  width: 596px;
  padding-bottom: 100px;
  display: block;
}

.display-image.hidden {
  display: none;
}

.display-options {
  margin-top: 30px;
  text-align: center;
}

.button.display {
  background-color: #fafafa;
  color: #777777;
  border-radius: 2px;
  -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
  border: 1px solid #c3c3c3;
  box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 1px 0 #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 9px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 90px;
}

.button.display:hover {
  color: #444444;
}

.button.display.selected {
  color: #ffffff;
  background-color: #339fc1;
  border: 1px solid #236f87 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}

.button.display[data-size="phone"] {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

.button.display[data-size="laptop"] {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.button.display[data-size="desktop"] {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

.video-text {
  color: #33a5c8;
  font-family: 'proximaNova-Regular';
  font-weight: bold;
  color: rgba(255, 255, 255, .8);
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
}

.video-text:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.big-icon-infinity {
  display: inline-block;
  background: url('i/infinity.png') no-repeat transparent;
  width: 123px;
  height: 123px;
}

.big-icon-compass {
  display: inline-block;
  background: url('i/compass.png') no-repeat transparent;
  width: 123px;
  height: 123px;
}

.big-icon-map {
  display: inline-block;
  background: url('i/map.png') no-repeat transparent;
  width: 123px;
  height: 123px;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5),
only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {
  .big-icon-infinity {
    background: url('i/infinity@2x.png') no-repeat transparent;
    background-size: 123px 123px;
  }
  
  .big-icon-compass {
    background: url('i/compass@2x.png') no-repeat transparent;
    background-size: 123px 123px;
  }
  
  .big-icon-map {
    background: url('i/map@2x.png') no-repeat transparent;
    background-size: 123px 123px;
  }
  
}

/* Normal pages */
#page {
  padding: 60px 0px;
}

/* Index page */
#cta-content {
  height: 500px;
  width: 100%;
  background: url('i/main_bg_image.jpg') repeat-x transparent 50% 50%;
  text-align: center;
  color: #fff;
}

#cta-content .me {
  margin-top: 50px;
}

#cta-content .wrapped-content {
  padding: 30px 0px 7px 0px;
}

#cta-content .wrapped-content-me {
  padding: 70px 170px 10px 170px;
}

#cta-content .contact {
  padding-top: 1px;
}

#cta-content h1, #cta-content h2 {
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

#cta-content h1 {
  letter-spacing: 7px;
  color: white;
  font-size: 3.1em;
  margin: 3px 0px 20px 0px;
}

#cta-content h2 {
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0px;
  font-size: 22px;
}

#cta-content h2 a {
  color: #fff;
  text-decoration: none;
}

#cta-content .bottom {
  width: 700px;
  margin: auto;
  width: 700px;
  margin: auto;
  margin-top: 76px;
}

#faq {
  text-align: center;
  color: #888;
  line-height: 20px;
  padding: 40px 0px;
  padding-top: 80px;
  font-weight: 500;
  font-size: 14px;
}

#faq h3 {
  font-family: 'ProximaNova-Bold';
  font-weight: normal;
  font-size: 20px;
  color: #444;
}

#index .hr {
  background: url('i/divider_hr.jpg') no-repeat transparent 50% 50%;
  width: 100%;
  height: 1px;
  margin: 15px 0px 60px 0px;
}

#index .details {
  margin-bottom: 50px;
}

#index .details h2 {
  font-family: 'ProximaNova-Bold';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}

#index .details .icons {
  width: 120px;
  text-align: center;
}

#index .details .icons h5 {
  margin: 3px 0px;
  font-size: 12px;
  color: #777;
}

#index .details .icons .icon {
  margin-bottom: 60px;
}

#index .details .highlight {
  margin: 0px 62px;
}

#index #social .twitter-tweet-rendered {
  width: 298px;
  float: left;
  display: block;
  clear: none !important;
  margin-right: 20px !important;
}

#index .text {
  color: #888;
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
  line-height: 22px;
}

#index .header-text {
  color: #888;
  font-weight: normal;
}

/******************************* FOOTER *********************************/
footer {
  position: relative;
  height: 170px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

footer .footer-top {
  height: 110px;
  background-color: #444;
  color: #eee;
  font-size: 14px;
  line-height: 110px;
  font-weight: bold;
}

footer .social-link {
  height: 26px;
  width: 26px;
  vertical-align: middle;
  opacity: 0.8;
  display: inline-block;
  margin-left: 10px;

  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

footer .social-link:hover {
  opacity: 1.0;
}

footer .social-link.twitter {
	background: url('https://jetstrap-site.s3.amazonaws.com/images/website/common/footer_twitter.png') no-repeat center transparent;
}

footer .social-link.facebook {
	background: url('https://jetstrap-site.s3.amazonaws.com/images/website/common/footer_facebook.png') no-repeat center transparent;
}

footer .social-link.google {
	background: url('https://jetstrap-site.s3.amazonaws.com/images/website/common/footer_googleplus.png') no-repeat center transparent;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5),
only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2)
{
  footer .social-link.twitter {
    background: url('https://jetstrap-site.s3.amazonaws.com/images/website/common/footer_twitter2x.png') no-repeat center transparent;
    background-size: 23px;
  }

  footer .social-link.facebook {
    background: url('https://jetstrap-site.s3.amazonaws.com/images/website/common/footer_facebook2x.png') no-repeat center transparent;
    background-size: 23px;
  }

  footer .social-link.google {
    background: url('https://jetstrap-site.s3.amazonaws.com/images/website/common/footer_googleplus2x.png') no-repeat center transparent;
    background-size: 23px;
  }
}

footer .footer-bottom {
  height: 60px;
  line-height: 60px;
  background-color: #333;
  font-size: 12px;
  color: #ddd;
  font-style: normal;
}

footer .footer-bottom .l a {
  margin-left: 10px;
}

footer .footer-bottom .l {
  clear: both;
}

footer .footer-bottom a {
  color: #ddd;

  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

footer .footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
}
