/*base settings*/
/**
Styles for Rocket Grid demo so you can see how this works.
https://github.com/angelagiese/Rocket-Grid
*/
/* ===============
      #RESET
================ */
html {
  font-family: sans-serif;
  font-size: inherit;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active, a:hover {
  outline: 0;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2.4em !important;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
div, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* px-to-rem-mixins by Angela Giese https://github.com/angelagiese/px-to-rem-mixins */
/* ==============
    #COLORS
============== */
/* Microsoft colors */
/* ==============
    #FONTS
============== */
/* ===============
   #BASE STYLES
================ */
html, body {
  height: 100%;
}
body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
  overflow: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI Light", "Segoe UI",  Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 15px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.2em;
  font-weight: 100;
}
h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 100;
}
h3, .h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
h6, .h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
}
p {
  margin: 0 0 16px;
}
header, footer {
  z-index: 999;
}
img {
  max-width: 100%;
}
/* =================
     #OBJECTS
================== */
header h1 {
  margin: 0;
}
/* page transitions */
.pt-perspective {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
}
.pt-page-current {
  visibility: visible;
  z-index: 1;
}
.pt-page:nth-child(4n+1) {
  background: #008272;
}
.pt-page:nth-child(4n+2) {
  background: #ff8c00;
}
.pt-page:nth-child(4n+3) {
  background: #0078d7;
}
.pt-page:nth-child(4n+4) {
  background: #b4009e;
}
.pt-page .title {
  position: absolute;
  margin: 0;
  top: 12%;
  width: 100%;
  text-align: center;
}
.pt-triggers {
  position: absolute;
  width: 300px;
  z-index: 999999;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pt-touch-button {
  border: none;
  margin: 10px 0;
  padding: 15px 20px;
  width: 100%;
  cursor: pointer;
  display: block;
  background: #ffffff;
  color: #505050;
  font-family: 'Segoe UI Semibold', 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*page styles*/
#page {
  min-width: 480px;
}

#page div#content {
  margin-top: 0;
}
div#content {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
}
/*@media screen and (min-width:768px) {
  .jumbotron {
      padding: 18px 0;
  }
}
*/
.web-hero {
  background-color: #e0e0e0;
  margin-bottom: 0;
  padding: 35px 0 75px 0;
  color: #ffffff;
}
.container {
  width: 97%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.web-hero h1 {
  font-family: "Segoe UI Light", "Segoe UI", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 100;
  line-height: 1.2em;
}
.web-hero ul {
  font-family: "Segoe UI Light", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.7em;
  margin-top: 21px;
}
.web-hero a {
  color: #65d4ff !important;
  font-weight: 300;
}
.web-features {
  background-color: #ececec;
  height: 620px;
  overflow: hidden;
  background: linear-gradient(to right, #fff 45%, #EDEDED 45%);
}
.web-features.mobile {
  background-image: none;
  background: #ececec;
  height: auto;
}
.feature-nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  float: left;
  background-color: #EDEDED;
}
#content .mobile .feature-nav {
  height: 156px;
  padding-right: 0;
}
#content .mobile .feature-nav p {
  height: 30px;
  background: #fff;
  margin: 0;
}
.feature-nav a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  text-decoration: none;
}
.feature-nav a:last-child {
  margin-bottom: 0;
}
.feature-nav a:hover .feature-nav_logo img {
  background-color: #c6c7c9;
}

/*.feature-nav_item > a::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      height: 100%;
      width: 90px;
      background-image: url("https://msdn.microsoft.com/mt149561.webL2_triangle_white.png");
      background-size: cover;
      background-position: right center; }
    .feature-nav > a.active::after {
      background-image: url("https://msdn.microsoft.com/mt149561.webL2_triangle_gray.png"); }
    .feature-nav > a:hover .feature-nav_logo img {
      background-color: #c6c7c9; } 
*/
.feature-nav_item {
  display: block;
  top: 0;
  bottom: 0;
  height: 200px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
}
.feature-nav_item {
  background-image: url("https://msdn.microsoft.com/mt149561.webL2_triangle_white.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.active.feature-nav_item {
  background-color: #494949;
  background-image: url("https://msdn.microsoft.com/mt149561.webL2_triangle_gray.png");
  color: #fff;
}
#content .mobile .feature-nav_item {
  float: left;
  background-image: url("https://msdn.microsoft.com/mt149561.webL2_triangle_white_mobile.png");
  background-position: bottom center;
  background-size: 100% 36px;
  background-repeat: no-repeat;
  height: 156px;
  width: calc((100% / 3) - 7px);
  margin-right: 10px;
  text-align: center;
}
#content .mobile .feature-nav_item.last {
  margin-right: 0;
}

#content .mobile .active.feature-nav_item {
  background-color: #494949;
  background-image: url("https://msdn.microsoft.com/mt149561.webL2_triangle_gray_mobile.png");
  color: #fff;
}
.active.feature-nav_item::after {
  content: '';
  display: block;
  width: 100vw;
  height: 200px;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -moz-transform:translatex(-100%);
  transform: translatex(-100%);
  background-color: #494949;
} 
@-moz-document url-prefix() { 
  .feature-nav_item.active::after {
	top:18px;
  }
}

.feature-nav_item span {
  vertical-align: middle;
  margin-left: -4px;
}
.feature-nav_item::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
#content .mobile active.feature-nav_item::after, .mobile .feature-nav_item::before {
  display: none;
}

.feature-nav_logo img {
  display: inline-block;
  background-color: #494949;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}
#content .mobile .feature-nav_logo img {
  margin-top: 30px;
}
.feature-nav_body {
  display: inline-block;
  width: calc(100% - 195px);
  padding: 0 1em 0 2em;
  font-size: 23px;
  font-family: "Segoe UI Light", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: #555;
  line-height: 1.2em;
}
.active.feature-nav_item .feature-nav_body {
  color: #fff;
}
.feature-tabs {
  height: 620px;
  padding-left: 40px;
  padding-right: 0px;
}
#content .mobile .feature-tabs {
  padding-left: 0;
}

.swiper-container {
  height: 480px;
  width: 100%;
  overflow: hidden;
}
#content .mobile .mobile-swiper-container {
  height: 620px;
  float: left;
  width: calc(100% - 152px);
}
.mobile-arrow {
  float: left;
  display: table;
  height: 100%;
}
.mobile-arrow:first-of-type {
  padding-right: 60px;
}
.mobile-arrow:last-of-type {
  padding-left: 60px;
}
.mobile-arrow .sw_arrow {
  display: table-cell;
  vertical-align: middle;
}
.swiper-slide {
  display: table;
  height: 480px;
}
.swiper-inner {
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.swiper-button-prev, .swiper-button-next {
  text-align: center;
  margin: 20px auto;
  height: 30px;
  cursor: pointer;
}
.feature_button {
  margin-top: 50px;
}
.feature_button a {
  background-color: #0072bb;
  padding: 10px;
  color: #fff;
  font-family: "Segoe UI Light", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.38em;
  font-weight: 100;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.feature_logo {
  display: block;
  margin: 0 auto;
}
.web-scanner {
  background-color: #007DC2;
  color: #ffffff;
  padding: 50px 0;
}
.web-scanner h2 {
  font-family: "Segoe UI Light", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-bottom: 9px;
}
.web-links {
  padding-top: 50px;
}
.web-links h2 {
  font-family: "Segoe UI Light", "Segoe UI", Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 23px;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.web-links a {
  color: #0072bb;
}

.videoframe {
  width: 50%;
    float: left;
    margin-bottom: 0;
    padding: .5em 1em 0 0;
}

.videoframefull {
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding: .5em 1em 0 0;
}

.videoframe a, .videoframefull a {
    position: relative;
}
.playbuttonicon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -29px;
    margin-top: -29px;
}

.ui-btn-inner {
  display: none;
}
.ui-input-text {
  display: inline-block;
}
.ui-submit {
  display: inline-block;
}
#scan-form {
  padding-top: 13px;
}
#url {
  color: #555;
  font-size: 1.13em;
  padding: 10px 16px;
  border: none;
  border-radius: 0;
  height: 63px;
  width: 440px;
}
#scan {
  margin-top: 0;
  margin-left: -4px;
  height: 63px;
  width: 63px;
  padding: 10px;
  background-color: #555555;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 0;
  border-color: #555555;
}
ul.bump {
  clear: left;
  padding-top:1em;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
/*  width: 560px;
  height: 315px;
*/	position: relative;
	margin: 10% auto;
	padding: 0;
	border-radius: 3px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.closeButton {
  cursor: pointer;
  background-image: url('https://msdn.microsoft.com/Areas/Centers/Themes/Base/Content/close-button.png');
  position: absolute;
  z-index: 300;
  display: inline-block;
  text-align: center;
  top: -47px;
  right: -47px;
  width: 37px;
  height: 37px;
}

.ui-loader {
  display: none;
}

/*==========================================
  #RESPONSIVENESS
  It's better to keep width constraints
  and special styles for different 'views'
  here. Everything above here should
  apply to all screen sizes.
==========================================*/
/* Laptop and larger, no tablet or phone */
/* Laptop and smaller, no desktop */
/* Desktop & extra large */
/* Tablet and larger */
@media (min-width:768px) {
  .container {
  width: 97%;
  }
}

@media (min-width:992px) {
  .container {
  width: 97%;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1240px;
  }
  .tabdesk .container {
    width: 1210px;
  }
}

@media screen and (min-width: 961px) {
  .web-hero {
    background: #000000 url("https://msdn.microsoft.com/mt149561.webL2-hero-desktop.png") top center no-repeat;
  }
}
@media screen and (max-width: 960px) {
  .web-hero {
    background: #000000 url("https://msdn.microsoft.com/mt149561.webL2-hero-tablet.png") top center no-repeat;
  }
  .feature-nav_body {
    display: none;
  }
}

/* Tablet */
@media screen and (min-width: 769px) {
  .web-features.mobile {
    display: none;
  }
  .web-features.tabdesk {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .web-features.tabdesk {
    display: none;
  }
  .web-features.mobile {
    display: block;
  }
  #url {
    width: ;
  }
}

/* smaller */
@media screen and (max-width: 480px) {
  .web-hero {
    background: #000000 url("https://msdn.microsoft.com/mt149561.webL2-hero-mobile.png") top center no-repeat;
  }
}
