/*
 * Custom Overrides (no changes made directly to Bootstrap files)
 * BA3 - Version 1
*/

/* Dashboard */
/* Load animation */

@-webkit-keyframes 
  load { 0% {
    stroke-dashoffset:0
  }
}
@-moz-keyframes 
  load { 0% {
    stroke-dashoffset:0
  }
}
@keyframes 
  load { 0% {
    stroke-dashoffset:0
  }
}

/* Container */
#dashboard .progress {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  height: auto;
  margin-bottom: 0;
  overflow: auto;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Item */
#dashboard .progress>li {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #777;
  font-family: Lato;
  font-weight: 900;
  margin: 2rem;
}
#dashboard .progress>li:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 400;
}
#dashboard .progress>li:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 4.3rem;
  left: 0;
  font-size: 2rem;
  text-align: center;
}
#dashboard .progress svg {
  width: 10rem;
  height: 10rem;
}
#dashboard .progress svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#dashboard .progress svg:nth-child(2) path {
  fill: none;
  stroke-width: 12;
  stroke-dasharray: 629;
  stroke: rgba(255, 255, 255, 0.9);
  -webkit-animation: load 4s;
  -moz-animation: load 4s;
  -o-animation: load 4s;
  animation: load 4s;
}





/* Create dynamic 16:9 aspect ratio for video iframes */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  margin-left: 10px;
  opacity: .25;
}
.sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.sidenav .active .icon-chevron-right,
.sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.sidenav.affix {
  top: 40px;
}
.sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
.sidebar.affix {
  position: fixed;
  top: 80px;
}
.sidebar ul.sidenav:first-child {
  margin-top: 10px;
} 




/* Retrospectives
-------------------------------------------------- */
#retrospectives .nav-header-blank {
  background-color: #333;
  border: none;
  color: #fff;
  text-shadow: 0 0 0;
}
#retrospectives .sidenav a {
  text-decoration: none;
}
#retrospectives section.intro {
  display: block;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  margin: 10px auto;
}
#retrospectives section.intro h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  background-color: #333;
  padding: 30px;
  margin: -25px -25px 30px -25px;
  border-radius: 6px 6px 0 0;
}
#retrospectives .timeline-bar {
  width: 100%;
  background-color: #f8e6e1;
  height: 6px;
}
#retrospectives .timeline-bar .timeline-bar-month {
  border-left: 1px solid #ed532a;
  width: 8.222222%;
  height: 6px;
  float: left;  
}
#retrospectives .timeline-bar .timeline-bar-month:first-child {
  border-left: 0;
}
#retrospectives .timeline-bar .active {
  background-color: #ed532a;
}
#retrospectives .publishing-info {
  font-size: 12px;
  line-height: 14px;
  margin-top: 20px;
}
#retrospectives img.client {
  width: 100px;
}




/* HTML5 Videos
-------------------------------------------------- */
.video-container {
  position: relative;
}
.video-control .play-pause-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: table;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.video-control .not-playing {
  background: rgba(0, 0, 0, .4);
}
.video-control .not-playing:hover {
  opacity: 0;
}
.video-control .playing {
  opacity: 0;
}
.video-control .playing:hover {
  opacity: 1;
  background: rgba(0, 0, 0, .1);
}
.valign-play-pause {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-control .play-pause-container i {
  font-size: 50px;
  color: #111;
  background: rgba(255, 255, 255, 1);
  line-height: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 15px;
  margin: 0;
  display: inline-block;
}
.video-test1,
.video-test1 video {
  width: 560px;
  height: 320px;
  float: right;
}
  @media (max-width: 1199px) {
    .video-test1,
    .video-test1 video {
      width: 460px;
      height: 263px;
      float: right;
    }
  }
  @media (max-width: 979px) {
    .video-test1,
    .video-test1 video {
      width: 352px;
      height: 201px;
      float: right;
    }
  }
  @media (max-width: 767px) {
    .video-test1,
    .video-test1 video {
      width: 100%;
    }
  }





/* Google Forms
-------------------------------------------------- */
#sotm iframe {
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#meetup iframe {
	width: 100%;
	height: 800px;
}
.it-works {
	margin-top: 20px;
}




/* Parallax
-------------------------------------------------- */
.parallax-viewport {
  position: relative;     /* relative, absolute, fixed */
  overflow: hidden;
  width: 102%;
}
.parallax-layer-under {
	width: 110%;
}
.parallax-layer-over {
	width: 120%;
}




/* General
-------------------------------------------------- */
body {
  background: url("../img/noise.png") repeat scroll 0 0 #333;
	position: inherit;
  padding-top: 60px;
  font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
  margin:0 !important;
}
h1,
h2,
h3,
h4,
h5,
button {
  font-weight: 300;
}
a {
  color: #333;
  word-wrap: break-word;
  outline: 0;
  text-decoration: underline;
  transition: color linear .1s;
}
a:hover {
  color: #555;
  outline: 0;
  text-decoration: underline;
}
a:focus,
a:active {
  outline: 0;
}
.wrap-link {
  word-wrap: break-word;
}
ol.spaced,
ul.spaced {
  margin-top: 20px;
}
ol.spaced li,
ul.spaced li {
  margin-bottom: 20px;
}
input::-moz-focus-inner { 
  border: 0; 
  outline-style: none;
}
button.btn,
input[type="submit"].btn {
  border: 0;
}
.btn {
  background-image: none !important;
  border: none !important;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.0),0 0 0 rgba(0,0,0,0.0);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.0),0 0 0 rgba(0,0,0,0.0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.0),0 0 0 rgba(0,0,0,0.0);
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 0 0;
}
.btn-tiny {
  padding: 2px 10px !important;
}
.btn-white-nav {
  background-color: transparent;
  background: #f3f3f3;
  color: #333;
  padding: 4px 10px;
}
.btn-white-nav:hover {
  background-color: transparent;
  background: #fff;
  color: #333;
}
.btn-white {
  background-color: transparent;
  background: #f3f3f3;
  color: #ed532a;
  padding: 10px;
}
.btn-white:hover {
  background-color: transparent;
  background: #fff;
  color: #ed532a;
}
.btn-light-gray {
  background-color: transparent;
  background: #e9e9e9;
  color: #666;
  padding: 10px;
}
.btn-light-gray:hover {
  background-color: transparent;
  background: #f1f1f1;
  color: #666;
}
.btn-danger {
  background-color: transparent;
  background: #ed532a;
  padding: 10px;
}
.btn-danger:hover {
  background-color: transparent;
  background: #d84b25;
}
.btn-dark-red {
  background-color: transparent;
  background: #a63a1d;
  padding: 10px;
  color: #fff;
}
.btn-dark-red:hover {
  background-color: transparent;
  background: #b63f1f;
  color: #fff;
}
.btn-inverse {
  background-color: #333;
  padding: 10px;
}
.btn-inverse:hover {
  background-color: #222;
}




/* Typography
-------------------------------------------------- */
.txt-left {
  text-align: left;
}
.txt-middle {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.lead-small {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.red {
  color: #ed532a;
}
.white {
  color: #fff;
}
.label,
.badge {
  white-space: normal;
}
.page-header-plain {
  border-bottom: 0px;
}
.newspaper-three-columns {
  -moz-column-count:3;
  -webkit-column-count:3;
  column-count:3;
  
  -moz-column-gap:40px;
  -webkit-column-gap:40px;
  column-gap:40px;
}
ul.lead li {
  line-height: 30px;
}



/* Cards
-------------------------------------------------- */
#landing #container {
  margin: 0 auto;
}
.card-container {
  width: 96%;
  margin: 0 auto;
}
#blog .card-container {
  width: 100%;
  margin: 0 auto;
}
.card {
	background: #fff;
	margin-bottom: 30px;
	width: 200px;
	padding: 15px 15px 10px 15px;
	opacity: 1;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
	
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media (max-width: 700px) {
  card-container {
    width: 100%;
  }
}
#blog .card {
  width: 220px;
}
  @media (max-width: 767px) {
    #blog .card {
    }
  }
  @media (max-width: 320px) {
    #blog .card,
    #landing .card {
      width: 88% !important;
    }
  }
@media (max-width: 767px) {
  #blog .card-container {
    width: 98%;
  }
  #blog #container {
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  #blog #container,
  #landing #container {
    width: 90% !important;
  }
}
.card img {
	width: 100%;
	opacity: 1;
	margin-top: 0 !important;
	margin-bottom: 10px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.card h2 {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  margin: 10px 0 16px 0;
  line-height: 26px;
  word-break: break-word;
}
.card p {
	font-size: 14px;
	color: #333;
	margin: 0 0 5px 0;
	font-weight: normal;
	word-break: break-word;
}
.card:hover p,
.card:hover h2 {
  color: #111;
}
.card:hover {
  cursor: pointer;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.card a {
  transition: color .1s linear;
  color: #ed532a;
  text-decoration: none;
}
.card a:hover {
  color: #cb0000;
}
    
      
      
/* Roadmap
-------------------------------------------------- */

#roadmap section {
  margin: 80px auto 40px;
}
#roadmap section.main-intro {
  margin: 20px auto 40px;
}
#roadmap h3 {
  margin-top: 0;
  font-weight: 500;
}
#roadmap .altus-2-blockquote h3 {
  color: #ce7a63;
}
#roadmap .altus-2x-blockquote h3 {
  color: #d19a30;
}
#roadmap .altus-future-blockquote h3 {
  color: #5b8cd6;
}
#roadmap iframe {
  width: 100%;
}
#roadmap section.intro {
  display: block;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  margin: 80px auto 20px;
}
#roadmap section.intro h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#roadmap section.intro h2.altus-2 {
  margin-bottom: 30px;
  background-color: #f8b3a0;
  padding: 30px;
  margin: -25px -25px 30px -25px;
  border-radius: 6px 6px 0 0;
}
#roadmap section.intro h2.altus-2x {
  margin-bottom: 30px;
  background-color: #f8daa0;
  padding: 30px;
  margin: -25px -25px 30px -25px;
  border-radius: 6px 6px 0 0;
}
#roadmap section.intro h2.altus-future {
  margin-bottom: 30px;
  background-color: #a0c3f8;
  padding: 30px;
  margin: -25px -25px 30px -25px;
  border-radius: 6px 6px 0 0;
}
#roadmap section.intro p {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  color: #333;
}
#roadmap .snap-to-section {
  height: 1px;
  background: transparent;
}
#roadmap ul.sidenav a:hover {
  text-decoration: none;
}
#roadmap .glyphicons-globe {
  opacity: .3;
}
#roadmap .altus-2-blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #f8b3a0;
}
#roadmap .altus-2x-blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #f8daa0;
}
#roadmap .altus-future-blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #a0c3f8;
}
#roadmap .nav-header-blank-altus-2 {
  background-color: #f8b3a0;
  border: none;
  color: #fff;
  text-shadow: 0 0 0;
}
#roadmap .nav-header-blank-altus-2x {
  background-color: #f8daa0;
  border: none;
  color: #fff;
  text-shadow: 0 0 0;
}
#roadmap .nav-header-blank-altus-future {
  background-color: #a0c3f8;
  border: none;
  color: #fff;
  text-shadow: 0 0 0;
}
#roadmap .sidenav-altus-2 a {
  color: #ce7a63;
  text-decoration: none;
}
#roadmap .sidenav-altus-2x a {
  color: #d19a30;
  text-decoration: none;
}
#roadmap .sidenav-altus-future a {
  color: #5b8cd6;
  text-decoration: none;
}
#roadmap blockquote p,
#roadmap blockquote ul {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
}



/* Product Visions
-------------------------------------------------- */
#product-visions .img-polaroid {
  margin-bottom: 20px;
}



/* Web Maps
-------------------------------------------------- */
.mainBody {
  /* background-color: yellow !important; */
  position: absolute !important;
  top: 60px !important;
  bottom: 0 !important;
  width:100% !important;
}
.AltusDemo {
  /* background-color: green; */
}
.AltusDiv {
  width: auto;
}
      
.web-api-demo-wrapper {
  position: relative;
}
div.AltusHome,
div.AltusDemo {
	width: 100%;
	height: 600px;
	display: block;
	display: relative;
}
div.AltusHome .web-api-demo-controls-wrapper,
div.AltusDemo .web-api-demo-controls-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 2;
  width: 100%;
  pointer-events:none;
}
div.AltusHome .zoom-in i,
div.AltusDemo .zoom-in i,
div.AltusHome .zoom-out i,
div.AltusDemo .zoom-out i {
  padding: 10px;
  background: rgba(255, 255, 255, .4);
  transition: background 0.1s linear;
  position: relative;
  float: right;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1;
  color: #000;
  border: 1px solid #666;
  pointer-events:all;
}
div.AltusHome .zoom-in i,
div.AltusDemo .zoom-in i {
  top: 2px;
  margin: 10px;
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
}
div.AltusHome .zoom-out i,
div.AltusDemo .zoom-out i {
  top: 2px;
  margin: 10px 0;
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
}
div.AltusHome .zoom-in i:hover,
div.AltusDemo .zoom-in i:hover,
div.AltusHome .zoom-out i:hover,
div.AltusDemo .zoom-out i:hover {
  background: rgba(255, 255, 255, .6);
}
.AltusDemo .base-maps > ul,
.AltusDemo .weather > ul,
.AltusDemo .next-location > ul,
.AltusDemo .next-style > ul {
  position: relative;
  float: left;
  display: block;
  z-index: 1;
  pointer-events:all;
}
.AltusDemo .base-maps .nav,
.AltusDemo .weather .nav,
.AltusDemo . next-location .nav,
.AltusDemo . next-style .nav {
  margin-bottom: 0;
}
.AltusDemo .base-maps ul.nav-pills,
.AltusDemo .weather ul.nav-pills,
.AltusDemo .next-location ul.nav-pills {
  margin: 10px 0 10px 10px;
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
  pointer-events:all;
}
.AltusDemo .next-style ul.nav-pills {
  margin: 10px 0 10px -1px;
}
.AltusDemo .nav-pills > li > a {
  margin-right: 0;
  text-decoration: none;
}
.AltusDemo .base-maps > ul > li > a,
.AltusDemo .weather > ul > li > a,
.AltusDemo .next-location > ul > li > a,
.AltusDemo .next-style > ul > li > a {
  padding: 10px;
  background: rgba(255, 255, 255, .4);
  transition: background 0.1s linear;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1;
  color: #000;
  font-weight: 500;
  border: 1px solid #666;
  outline: none;
  pointer-events:all;
}
.AltusDemo .base-maps > ul > li > a,
.AltusDemo .next-location > ul > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.AltusDemo .next-style > ul > li > a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.AltusDemo .weather > ul > li > a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.AltusDemo .base-maps > ul > li > a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.AltusDemo .base-maps > ul > li > a:hover,
.AltusDemo .base-maps > ul > li > a:focus,
.AltusDemo .weather > ul > li > a:hover,
.AltusDemo .weather > ul > li > a:focus,
.AltusDemo .next-location > ul > li > a:hover,
.AltusDemo .next-location > ul > li > a:focus,
.AltusDemo .next-style > ul > li > a:hover,
.AltusDemo .next-style > ul > li > a:focus {
  background: rgba(255, 255, 255, .6);
  color: #000;
  border: 1px solid #666;
}
.AltusDemo .notice {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
  pointer-events: all;
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
}
.AltusDemo .notice p {
  color: #000;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  background: rgba(255, 255, 255, .4);
  padding: 7px 8px 6px 8px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.AltusDemo .ntoice a {
  float: left;
}
.AltusDemo .nav-pills .open .dropdown-toggle,
.AtlusDemo .nav > li.dropdown.open.active > a:hover {
  color: #000;
}
.AltusDemo .base-maps .nav .dropdown-toggle .caret,
.AltusDemo .base-maps .nav .dropdown-toggle:hover .caret,
.AltusDemo .base-maps .nav .dropdown-toggle:visited .caret,
.AltusDemo .weather .nav .dropdown-toggle .caret,
.AltusDemo .weather .nav .dropdown-toggle:hover .caret,
.AltusDemo .weather .nav .dropdown-toggle:visited .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.AltusDemo .base-maps ul.dropdown-menu,
.AltusDemo .weather ul.dropdown-menu {
  margin: 10px 0 0 0;
}
.AltusDemo .base-maps .open > .dropdown-menu {
  background-color: transparent;
  background: rgba(255, 255, 255, 1);
}
.AltusDemo .dropdown-menu li > a {
  padding: 3px 42px 3px 10px;
  background: rgba(242, 85, 44, 0);
  transition: background 0.1s linear;
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
  text-decoration: none;
}
.AltusDemo .dropdown-menu li > a:hover {
  background: rgba(242, 85, 44, .1);
}
div.AltusDemo .weather-opacity,
div.AltusDemo .weather-opacity:active,
div.AltusDemo .weather-opacity:focus {
  padding: 6px 6px 4px 6px;
  background: rgba(255, 255, 255, .4);
  z-index: 1;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  /* line-height: 1; */
  color: #000;
  font-weight: 500;
  border: 1px solid #666;
  outline: none;
  float: left;
  margin: 12px 10px 10px -1px;
  height: 24px;
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
  pointer-events:all;
}
div.AltusDemo .weather-opacity output {
  margin: 0 0 0 2px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 1px 7px 3px 7px;
  color: #fff;
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
  pointer-events:all;
}
div.AltusDemo .widen-message {
  display: none;
}
div.AltusDemo input[type='range'] {
	-webkit-appearance: none;
	border-radius: 10px;
	box-shadow: inset 0 0 1px #333;
	background-color: rgba(0, 0, 0, .2);
	height: 20px;
	vertical-align: middle;
	outline: 0;
	-moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
  pointer-events:all;
  width: 120px;
}
div.AltusDemo input[type='range']::-moz-range-track {
	 -moz-appearance: none;
	 border-radius: 10px;
	 box-shadow: inset 0 0 1px #333;
	 background-color: rgba(0, 0, 0, .2);
	 height: 20px;
	 outline: 0;
	 border: 0;
	 -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
  pointer-events:all;
  width: 120px;
}
div.AltusDemo input[type='range']::-webkit-slider-thumb {
	 -webkit-appearance: none !important;
	 border-radius: 20px;
	 background-color: rgba(255, 255, 255, .6);
	 border: 1px solid #666;
	 height: 20px;
	 width: 20px;
	 cursor: pointer;
	 outline: 0;
	 -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
  pointer-events:all;
}
div.AltusDemo input[type='range']::-moz-range-thumb {
	 -moz-appearance: none;
	 border-radius: 20px;
	 background-color: rgba(255, 255, 255, .6);
	 border: 1px solid #666;
	 height: 20px;
	 width: 20px;
	 cursor: pointer;
	 outline: 0;
	 -moz-user-select: none; 
  -khtml-user-select: none; 
  -webkit-user-select: none; 
  -o-user-select: none;
  pointer-events:all;
}
div.AltusDemo .weather-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0; /* Change to 2 to see at layer for editing */
}
div.AltusDemo .weather-marker > .weather-marker-black-bg {
  color: #fff;
  font-weight: 200;
  padding: 30px 15px;
  background: rgba(0, 0, 0, .8);
  float: left;
  font-size: 30px;
  text-align: center;
  width: 52px;
}
div.AltusDemo .weather-marker > .weather-marker-white-bg {
  color: #000;
  font-weight: 900;
  padding: 10px;
  background: rgba(255, 255, 255, .8);
  float: left;
}
.loader {
	position: fixed;
	left: 0px;
	top: 60px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: no-repeat rgba(255, 255, 255, 1) 50% 50%;
  background-image: url('../img/page-loader.gif');
  background-size: 100px;
  border-top: 1px solid #555;
}


/* Content Dividers
-------------------------------------------------- */
hr.dashed {
  border-style: dashed none;
}
hr.dashed-thick {
  border-top: 2px dashed #ddd;
  color: #fff;
  background-color: transparent;
  height: 1px;
  width: 50%;
  margin: 40px auto;
  border-bottom: transparent;
}
hr.dashed-thick-red {
  border-top: 2px dashed #a63a1d;
  color: #fff;
  background-color: transparent;
  height: 1px;
  width: 50%;
  margin: 40px auto;
  border-bottom: transparent;
}
hr.dashed-thick-more-space {
  border-top: 2px dashed #ddd;
  color: #fff;
  background-color: transparent;
  height: 1px;
  width: 50%;
  margin: 80px auto;
  border-bottom: transparent;
}
hr.dashed-blog {
  border-bottom: 2px dashed #ddd;
  border-top: 0;
  padding-bottom: 20px;
}
hr.halfed {
  margin: 10px 0;
}
hr.thick {
  border-width: 4px 0;
}
hr.hug-to-image-above {
  margin: -20px 0 20px 0;
}
hr.hug-to-image-above-margin-bottom {
  margin: -20px 0 100px 0;
}
hr.massive-space {
  margin: 80px 0;
}
hr.massive-space-top {
  margin: 80px 0 0 0;
}
.massive-space-top {
  margin: 80px 0 0 0;
}
.space-top {
  margin: 40px 0 0 0;
}
.tiny-space-bottom {
  margin: 0 0 10px 0;
}
.space-bottom {
  margin: 0 0 20px 0;
}
.small-space-bottom {
  margin: 0 0 30px 0;
}
.medium-space-bottom {
  margin: 0 0 50px 0;
}
.massive-space-bottom {
  margin: 0 0 80px 0;
}
.page-anchor {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 979px) {
  .page-anchor {
    margin-bottom: 50px;
  }
}
.margin-bottom-0 {
  margin-bottom: 0;
}



/* Special Buttons
-------------------------------------------------- */
.btn-half {
  width: 50%;
}
.btn-bold {
  font-weight: bolder;
}




/* Glyphicons Fix
-------------------------------------------------- */
[class^="glyphicons-"]:before {
  font-style: normal;
  line-height: inherit;
  vertical-align: bottom;
}




/* Syntax Highlighter overrides
-------------------------------------------------- */
pre {
  border:1px dashed #444;
  padding: 20px;
}
.toolbar {
  display: none;
}
.syntaxhighlighter {
  border: 1px dotted #cfcfcf;
  padding: 20px;
}




/* Keyframe Animations
-------------------------------------------------- */
@-webkit-keyframes rise {
	from {-webkit-transform: translateY(0);}
	to {-webkit-transform: translateY(-5px);}
}
@-moz-keyframes rise {
	from {-moz-transform: translateY(0);}
	to {-moz-transform: translateY(-5px);}
}
@-o-keyframes rise {
	from {-o-transform: translateY(0);}
	to {-o-transform: translateY(-5px);}
}
@keyframes rise {
	from {transform: translateY(0);}
	to {transform: translateY(-5px);}
}
@-webkit-keyframes slide {
	from {-webkit-transform: translateX(0);}
	to {-webkit-transform: translateX(5px);}
}
@-moz-keyframes slide {
	from {-moz-transform: translateX(0);}
	to {-moz-transform: translateX(5px);}
}
@-o-keyframes slide {
	from {-o-transform: translateX(0);}
	to {-o-transform: translateX(5px);}
}
@keyframes slide {
	from {transform: translateX(0);}
	to {transform: translateX(5px);}
}
.animated,
.animated a {
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}




/* Navigation
-------------------------------------------------- */
.navbar .btn, .navbar .btn-group {
  margin-top: 10px;
  margin-left: 20px;
}
.brand img {
  height: 40px;
  width: 91px;
}
.navbar .brand {
  padding: 0;
  margin-left: 0;
  margin-top: 10px;
  font-size: 0;
  font-size: 26px;
	text-shadow: none;
	color: #FFFFFF;
}

.nav-download-sdk {
  font-weight: bolder;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
    @media (max-width: 979px) {
      .navbar-fixed-top {
        position: fixed;
      }
    }
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
  -moz-box-shadow: 0 0 0 rgba(255,255,255,0);
  box-shadow: 0 0 0 rgba(255,255,255,0);
}
.navbar-inner {
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  filter: none;
  padding: 0;
  background: url("../img/noise.png") repeat scroll 0 0 #333;
}
.navbar .nav > li > a {
	font-weight: 900;
  text-shadow: none;
  color: #efefef;
}
.navbar .nav > li > a:hover {
  color: #FFFFFF;	
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #FFFFFF;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #D6DFE5;
  border-top-color: #D6DFE5;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #FFFFFF;
}
.btn-dropnav {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 10px;
	display: none;
}
.btn-dropnav .icon-bar {
  background-color: #efefef;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);	
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
  margin-top: 3px;
}
.btn-dropnav:hover .icon-bar {
  background-color: #fff;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  border: 1px solid #666;
  background-color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #fff5f2;
  background-image: none;
  color: #f2552c;	
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  background: #333;
  font-weight: 500;
}
.nav-collapse .nav {
  float: none;
  margin: 0;
}
.nav-collapse .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
  background: rgba(0,0,0,0);
}
.nav-collapse .nav > li > a:hover {
  background: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.navbar .nav > li > a {
  padding: 20px;
}
.glyphicons-nav {
  width: 30px;
  height: 30px;
}
#tutorials .nav-list > li > a {
  color: #ed532a;
  text-decoration: none;
  font-weight: normal;
  transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
#tutorials .nav-list > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}


/* Page Attributes
-------------------------------------------------- */

/* Common */
  .content {
  	padding: 30px 0;
    background: url("../img/noise.png") repeat scroll 0 0 #FFFFFF;
  }
  h1.page-title i,
  h3.sub-page-title i {
    opacity: .15;
    padding: 0 15px 0 0;
  }
  h1.page-title i.glyphicons-cogwheels,
  h1.page-title i.glyphicons-embed_close,
  h1.page-title i.glyphicons-display,
  h1.page-title i.glyphicons-cloud,
  h1.page-title i.glyphicons-road {
    padding: 0 20px 0 8px;
  }
  .well {
    border: 1px solid #efefef;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
  }
  .well-content {
    background: #fff;
  }
  .well-half {
	  width: 50%;
	  margin: auto;
  }
  .well-transparent {
    border: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
    background: transparent;
  }
  .well-dark-red {
    border: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
    background: #a63a1d;
  }
  .well-dark-red a {
    color: #fff;
    word-wrap: break-word;
    outline: 0;
    font-weight: 900;
    transition: color linear .1s;
  }
  .well-dark-red a:hover {
    color: #f7cbc0;
    outline: 0;
    text-decoration: none;
  }
  .nav-header-blank {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 14px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
  }
  .alert-global-notice {
    margin-bottom: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding: 20px;
  }
  .alert-info a {
    color: #3a87ad;
  }
  .alert-info a:hover {
    color: #3a87ad;
    text-decoration: none;
  }
  .alert-announcement {
    margin-bottom: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding: 40px 20px;
    font-size: 36px;
    color: #fff;
    background: #ed532a;
    border: none;
    text-shadow: none;
    line-height: 36px;
  }
  .element-no-padding {
    padding: 0;
  }
  .element-at-top {
    padding: 0;
  }
  .element-at-bottom {
    margin-bottom: 0;
  }
  .margin-top {
    margin-top: 40px;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .margin-bottom-none {
    margin-bottom: -30px;
  }
    @media (max-width: 979px) {
      .margin-bottom-none {
        margin-bottom: -20px;
      }
    }
  .hide-element {
    display: none;
  }
  .container-footer {
    text-align: center;
  }
  .copyright p.copyright-text {
    padding: 20px;
    color: #777;
    font-size: 10px;
  }
  .copyright {
    color: #efefef;
    border-top: 1px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,1);
    box-shadow: 0 -1px 0 rgba(0,0,0,1);
    margin-top: 1px;
  }
  .copyright a,
  .copyright a:visited {
    color: #efefef;
    margin-left: 10px;
    padding: 10px 20px;
    transition: background 0.1s linear;
    font-weight: 900;
    font-size: 12px;
    text-decoration: none;
  }
  .copyright a:hover {
    color: #fff;
    background: #444;
    text-decoration: none;
  }
  .copyright a.flaticon,
  .copyright a:visited.flaticon {
    color: #777;
    margin-left: 0;
    padding: 0;
    transition: color 0.1s linear;
    display: inline;
  }
  .copyright a:hover.flaticon {
    color: #999;
    background: transparent;
  }
  .copyright p {
    padding: 15px 0 0 0;
  	margin: 0;
  }
  .copyright img {
    height: 18px;
  }
  .totop {
    cursor: pointer;
  }
  .back-to-top {
    float: right;
    display: none;
  }
      @media (max-width: 979px) {
        .back-to-top {
          position: fixed;
          top: 0;
          background: #fff;
          transition: all linear .1s;
          top: 0;
          right: 55px;
          z-index: 10000;
        }
      }
  .back-to-top i {
    height: 12px;
    opacity: .4;
  }
      @media (max-width: 979px) {
        .back-to-top i {
          display: none;
        }
      }
  .totop-wrapper {
    color: #999;
    font-size: 12px;
    font-weight: 900;
    padding: 20px;
    background: transparent;
    margin-top: -20px;
    transition: all linear .1s;
  }
      @media (max-width: 979px) {
        .totop-wrapper {
          padding: 15px;
          margin-top: 0;
        }
      }
  .totop-wrapper:hover {
    background: #efefef;
  }
      @media (max-width: 979px) {
        .totop-wrapper:hover {
          background: #555;
        }
      }
  @media (max-width: 979px) {
    .back-to-top {
      display: none;
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      padding: 0;
      background: #444;
      transition: all linear .1s;
      position: fixed;
      top: 0;
      right: 54px;
      z-index: 10000;
      cursor: pointer;
    }
  }
  .mobile-back-to-top i {
    height: 12px;
  }
  .margin-bottom {
    margin-bottom: 20px;
  }
  .container-wide {
    width: 100%;
  }
  .container-wide-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
      @media (max-width: 979px) {
        .container-wide-breadcrumb {
          position: static !important;
          top: 60px !important;
          margin-top: 50px;
        }
      }
  .container-wide-bg-img {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0px auto 20px;
  }
  .show-at-767 {
    display: none;
  }
  .table tbody tr.gray > td,
  .table tbody tr td.gray {
    background-color: #f5f5f5;
    color: #999;
  }
  .table tbody tr.light-green > td,
  .table tbody tr td.light-green,
  .verified-browsers-legend div.light-green {
    background-color: #f2ffd5;
    color: #468847;
  }
  .table tbody tr.light-orange > td,
  .table tbody tr td.light-orange,
  .verified-browsers-legend div.light-orange {
    background-color: #fff4d5;
    color: #e8b36e;
  }
  .table tbody tr.light-red > td,
  .table tbody tr td.light-red,
  .verified-browsers-legend div.light-red {
    background-color: #ffecec;
    color: #f68888;
  }
  .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    padding: 20px 20px 20px 0;
    font-size: 16px;
  }
      @media (max-width: 979px) {
        .breadcrumb {
          padding: 15px;
        }
      }
      @media (max-width: 767px) {
        .breadcrumb {
          text-align: center;
        }
      }
  .breadcrumb > .active {
    color: #ed532a;
    word-wrap: break-word;
    font-weight: 900;
  }
  .breadcrumb a {
  color: #999;
  word-wrap: break-word;
  outline: 0;
  font-weight: 900;
  text-decoration: underline;
  transition: color linear .1s;
  }
  .breadcrumb a:hover {
    color: #bbb;
    outline: 0;
    text-decoration: underline;
  }
  .breadcrumb > li {
    text-shadow: 0 0 0 #fff;
  }

  
/* Home */
  .container-home {
    width: 100%;
  }
  #landing .content-landing-bg .span12 {
    padding: 80px 30px;
  }
  .content-landing-bg {
    background-attachment: fixed !important;
    background: linear-gradient(-60deg, rgba(199, 129, 71, 0.2), rgba(34, 9, 0, 0.2) ), url("/img/home/landing-mountains.jpg") no-repeat center 61px fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: #fff;
  }
  #landing {
    width: 100%;
  }
  #landing img {
    width: 100%;
    margin-top: 1px;
  }
  #landing .container-footer img {
    width: auto;
  }
  #landing img.altus {
	  width: 100px;
		margin-bottom: 6px;
  }
  #landing .btn {
    font-size: 14px;
    font-weight: bolder;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border: none;
    transition: all .1s linear;
  	-moz-transition: all .1s linear;
  	-ms-transition: all .1s linear;
  	-o-transition: all .1s linear;
  	transition: all .1s linear;
  }
  @media (max-width: 767px) {
    #landing .btn {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  #landing .btn.blog {
    font-size: 14px;
    font-weight: bolder;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    border: none;
    transition: all .1s linear;
  	-moz-transition: all .1s linear;
  	-ms-transition: all .1s linear;
  	-o-transition: all .1s linear;
  	transition: all .1s linear;
  }
  #landing a.btn-windows .btn {
    font-size: 14px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    transition: all .1s linear;
  	-moz-transition: all .1s linear;
  	-ms-transition: all .1s linear;
  	-o-transition: all .1s linear;
  	transition: all .1s linear;
  }
  #landing img.android {
	  width: 50px;
  }
  /* Video full size of screen ...
  #landing .video-wrapper {
  	position: relative;
  	padding-bottom: 56.25%;
  	padding-top: 25px;
  	height: 0;
  }
  #landing .video-wrapper iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }
  */
  .carousel-control {
    top: 48%;
  }
  .carousel h2,
  .carousel p {
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
    padding-right: 30px;
  }
  .carousel .landing-youtube-embed h2,
  .carousel .landing-youtube-embed p {
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    font-weight: 400;
    padding-right: 0;
  }
  .carousel h2 {
    font-size: 36px;
    line-height: 36px;
  }
  /*
  .carousel .landing-youtube-embed h2 {
    color: #333;
    text-shadow: 0 0 0 #fff;
    font-weight: 100;
    padding-left: 30px;
  }
  */
  .carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
  }
  .carousel {
    margin-bottom: 0;
  }
  .carousel-caption {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: auto;
    top: 27%;
    left: 120px;
    padding: 15px;
    background: transparent;
    width: 370px;
    z-index: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .carousel-caption-youtube-embed {
    opacity: 0;
    background: #333;
    background: rgba(0,0,0,0);
    width: 300px;
  }
  .carousel-inner .active .carousel-caption,
  .carousel-inner .active .carousel-caption-youtube-embed {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
  }
  .carousel-caption-cockpit,
  .carousel-caption-windows {
    left: 68% !important;
  }
  /*
  #landing .landing-video a {
    margin: 10px 0 0 0;
    display: block;
    width: 210px;
    height: 160px;
    background: #fff;
  }
  */
  #landing .landing-video a img {
    margin: 10px 0 0 0;
    display: block;
    width: 124px;
  }
  #landing .landing-youtube-embed .row-fluid {
    position: absolute;
    top: 70px;
  }
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 970px;
    height: 546px;
  }
  .map-bg-img {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient( rgba(27, 5, 0, 1), rgba(27, 5, 0, .1) ), url("../img/home/map-bg-img.jpg") no-repeat center center fixed;
    background-position: center 18%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
  }
  #landing-alt .home-point {
    padding: 25px;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    text-align: center;
  }
  #landing-alt .home-point h4 {
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  #landing-alt .home-point p {
    color: #fff;
    text-align: left;
  }
  #landing-alt h2 {
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
		font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 80px;
  }
  #landing-alt h2 img {
    width: 200px;
    margin: 40px auto -40px;
  }
  #landing .content-landing-bg h2 img {
    width: 200px;
    margin: 40px auto 10px;
  }
  #landing-alt img.altus-mapping-engine {
    width: 50%;
  }
  @media (max-width: 767px) {
    #landing-alt .home-point,
    #landing-alt .home-point p {
      text-align: center;
    }
  }
  #landing-alt .home-point a.btn {
    margin-top: 20px;
    font-weight: bolder;
    display: block;
  }
  .landing-no-webgl-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(-60deg, rgba(199, 129, 71, 0.1), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-no-webgl.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .landing-enterprise-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(-60deg, rgba(199, 129, 71, 0.1), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-enterprise.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .landing-build-it-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(-60deg, rgba(199, 129, 71, 0.1), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-build-it.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .landing-panasonic-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(60deg, rgba(199, 129, 71, 0.1), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-panasonic.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .landing-windows-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(0deg, rgba(199, 129, 71, 0), rgba(0, 0, 0, 0) ), url("/img/home/landing-windows.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .landing-vector-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(-60deg, rgba(199, 129, 71, 0.1), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-vector-showcase.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .landing-android-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(-60deg, rgba(199, 129, 71, 0.1), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-android.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .landing-1-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(60deg, rgba(199, 129, 71, 0.1), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-1.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .landing-cross-platform-bg {
    height: 100%;
    background-attachment: fixed !important;
    background: linear-gradient(-60deg, rgba(199, 129, 71, 0.1), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-cross-platform.jpg") no-repeat center 61px fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #landing .span3 .img-section {
  	height: 200px;
  	text-align: center;
	}
	#landing .span3 .description-section {
  	/*
  	height: 200px;
  	overflow: scroll;
  	*/
	}
	#landing .span3 img {
  	height: 160px;
  	width: auto;
	}
  #landing .landing-products {
    text-align: center;
  }
  #landing .entry-points {
    background-color: #ed532a;
  }
  #landing .entry-points i {
    font-size: 50px;
    line-height: 50px;
  }
  #landing .thumbnail-container {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%; 
  }
  #landing .thumbnail {
    padding: 0;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #landing .thumbnail .caption {
    margin-top: 50%;
    background: rgba(0,0,0,0.75);
    padding: 20px 30px;
    min-height: 200px;
  }
  #landing .thumbnail h3 {
    font-weight: 400;
  }
  #landing .thumbnail .caption h3,
  #landing .thumbnail .caption p {
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 600;
  }
  
/* Mapping Engine */
  .circle-number {
    font-size: 24px;
    padding: 2px 12px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 10px 10px 0;
  }
  .circle-number-light-gray {
    background: rgba(0,0,0,.15);
  }
  .circle-number-dark-gray {
    background: #333333;
  }
  .circle-number-red {
    background: #ed532a;
  }
  #mapping-engine .video-tour iframe {
    margin: 0 0 40px 0;
    width: 100%;
  }
  #mapping-engine .video-iframe iframe,
  #mapping-engine-vector .video-iframe iframe {
    width: 100%;
    height: 800px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .video-on-ipad-white {
  	background-image: url(/img/video/video-on-ipad-white.png);
  	width: 1170px;
  	height: 1000px;
  	background-size: contain;
	}
	.video-on-ipad-white iframe {
  	width: 942px;
  	height: 707px;
  	margin: 97px 114px 196px 114px;
	}
	#mapping-engine .sdks .span2 img {
		margin-bottom: 20px;
		opacity: .3;
	}
	#mapping-engine .intro-section {
    padding-top: 80px;
	}
	#mapping-engine .sdks-section {
  	padding-top: 80px;
  	padding-bottom: 80px;
    margin-bottom: -80px;
    background-color: #efefef;
  	color: #333;
	}
  	@media (max-width: 979px) {
    	#mapping-engine .sdks-section {
      	padding-top: 50px;
      	padding-bottom: 50px;
        margin-bottom: -50px;
	    }
    }
	#mapping-engine .sdks-section img.altus-platform {
  	width: 1630px;
	}
	#mapping-engine .sdks-section .container,
	#mapping-engine .tour-video-section .container,
	#mapping-engine .features-section .container,
	#mapping-engine .support-section .container {
  	padding-left: 20px;
    padding-right: 20px;
	}
	#mapping-engine .tour-video-section {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: -80px;
    background-color: #000;
    color: #fff;
    text-align: center;
	}
	  @media (max-width: 979px) {
  	  #mapping-engine .tour-video-section {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: -50px;
    	}
    }
	#mapping-engine .features-section {
	  padding-top: 80px;
	}
	  @media (max-width: 979px) {
  	  #mapping-engine .features-section {
    	  padding-top: 50px;
    	}
    }
	#mapping-engine .support-section {
  	padding-top: 80px;
  	padding-bottom: 80px;
    background-color: #efefef;
  	color: #333;
	}
	  @media (max-width: 979px) {
  	  #mapping-engine .support-section {
      	padding-top: 50px;
      	padding-bottom: 50px;
    	}
    }

/* Mapping Engine - Vector */
  #mapping-engine-vector .container-wide-bg-img-world-map {
    background: center center no-repeat;
    background-image: url(/img/vector/world-map-lead-bg.jpg);
    height: 200px;
    background-size: cover;
  }
  #mapping-engine-vector .container-wide-bg-img-world-map-color {
    background: #5994af center center no-repeat;
  }
  #mapping-engine-vector .container-wide-bg-img-world-map-color h2 {
    color: #ffffff;
  }
  #mapping-engine-vector .container-wide-bg-img-custom-maps {
    background: center center no-repeat;
    background-image: url(/img/vector/custom-maps-lead-bg.jpg);
    height: 200px;
    background-size: cover;
  }
  #mapping-engine-vector .container-wide-bg-img-custom-maps-color {
    background: #6e9c39 center center no-repeat;
  }
  #mapping-engine-vector .container-wide-bg-img-custom-maps-color h2 {
    color: #ffffff;
  }
  #mapping-engine-vector .container-wide-bg-img-terrain-and-contours {
    background: center center no-repeat;
    background-image: url(/img/vector/terrain-and-contours-lead-bg.jpg);
    height: 200px;
    background-size: cover;
  }
  #mapping-engine-vector .container-wide-bg-img-terrain-and-contours-color {
    background: #99a7a6 center center no-repeat;
  }
  #mapping-engine-vector .container-wide-bg-img-terrain-and-contours-color h2 {
    color: #ffffff;
  }
  #mapping-engine-vector .thumbs img {
    transition: opacity 0.1s linear;
    opacity: 1;
  }
  #mapping-engine-vector .thumbs img:hover {
    opacity: .7;
  }
  #scroll-to-world-map,
	#scroll-to-custom-maps,
	#scroll-to-terrain-and-contours {
  	margin-top: 60px;
	}
@media (max-width: 767px) {
    #mapping-engine .realistic-lighting img,
    #mapping-engine .three-d-terrain img {
        margin-bottom: 20px;
    }
}

/* Web API */
  #web-api .verified-browsers img,
  #webgl-info .verified-browsers img {
    margin-right: 5px;
    height: 20px;
    display: inline-block;
  }
  #web-api .high-performance-maps img {
    width: 99%;
  }
  #web-api .internet-map-support img,
  #web-api .superior-flexibility img {
    margin-bottom: 5px;
  }
  #web-api td {
    word-break: break-word;
  }
  #web-api .verified-browsers-legend .well .well,
  #tutorials .verified-browsers-legend .well .well,
  #webgl-info .verified-browsers-legend .well .well {
    margin-bottom: 10px;
  }
  #web-api .verified-browsers-legend .well .well:last-child,
  #tutorials .verified-browsers-legend .well .well:last-child,
  #webgl-info .verified-browsers-legend .well .well:last-child {
    margin-bottom: 0;
  }
  #tutorials .verified-browsers-legend .lead-small,
  #web-api .verified-browsers-legend .lead-small,
  #webgl-info .verified-browsers-legend .lead-small {
    margin-bottom: 10px;
  }
  #webgl-info .other-altus-sdks img {
    margin: 20px 0;
    width: 80%;
  }

/* Products */
	#products .span3 .img-section {
  	text-align: center;
  	margin-bottom: 20px;
	}
	#products .span3 img {
    width: 80%;
  }
	#products .header-img img {
	  margin: 40px 0;
  }
  #products h4,
  #licensing h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
  }
  h4.mapping-enigne {
    color: #ed532a;
  }
  h4.server {
    color: #fcae32;
  }
  h4.mapshop {
    color: #6cbfa1;
  }
  h4.services {
    color: #76aedd;
  }
  #products .container-wide-bg-color-altus-header {
    background: #f2552c center center no-repeat;
  }
  #products .container-wide-bg-color-altus-header h2 {
    color: #fff;
  }
  #products .container-wide-bg-color-altus {
    padding-bottom: 40px;
    background-image: url(../img/products/full-width-background-product-altus.jpg);
    background-size: cover;
  }
  #products .container-wide-bg-color-mapshop-header {
    background: #fcae31 center center no-repeat;
  }
  #products .container-wide-bg-color-mapshop-header h2 {
    color: #fff;
  }
  #products .container-wide-bg-color-mapshop {
    padding-bottom: 40px;
    background-image: url(../img/products/full-width-background-product-mapshop.jpg);
    background-size: cover;
  }
  #products .container-wide-bg-color-metool-header {
    background: #6d6d6e center center no-repeat;
  }
  #products .container-wide-bg-color-metool-header h2 {
    color: #fff;
  }
  #products .container-wide-bg-color-metool {
    padding-bottom: 40px;
    background-image: url(../img/products/full-width-background-product-metool.jpg);
    background-size: cover;
  }
  #snap-to-altus,
  #snap-to-mapshop,
  #snap-to-metool {
    margin-top: -60px;
    position: absolute;
  }
	.product-header-graphic-bg .overlay-title {
  	margin-top: 200px;
	}
	.product-header-graphic-bg-altus-mapping-engine {
  	background: url(/img/products/product-altus-mapping-engine-header-bg.jpg);
  	background-position: center center;
  	background-repeat: no-repeat;
  }
      @media (min-width: 1921px) {
        .product-header-graphic-bg-altus-mapping-engine {
        	background-size: cover;
        }
      }
      @media (max-width: 979px) {
        .product-header-graphic-bg-altus-mapping-engine {
          background: url(/img/products/product-altus-mapping-engine-header-bg.jpg);
          background-position: center center;
        	background-repeat: no-repeat;
        	position: relative !important;
        	margin-top: 50px;
        }
      }
  .product-header-graphic-bg-altus-mapping-engine2 {
  	background: url(/img/products/product-altus-mapping-engine-header-bg2.jpg) fixed;
  	background-position: center top;
  	background-repeat: no-repeat;
  }
      @media (min-width: 1921px) {
        .product-header-graphic-bg-altus-mapping-engine2 {
          background-size: cover;
        }
      }
      @media (max-width: 979px) {
        .product-header-graphic-bg-altus-mapping-engine2 {
        	background: url(/img/products/product-altus-mapping-engine-header-bg2.jpg);
        	background-position: center top;
        	background-repeat: no-repeat;
        	position: relative !important;
        	margin-top: 50px;
        	margin-bottom: -50px;
        }
      }
  .product-header-graphic-bg-altus-server {
  	background: url(/img/products/product-altus-server-header-bg.jpg) fixed;
  	background-position: center -600px;
  	background-repeat: no-repeat;
  }
      @media (min-width: 1921px) {
        .product-header-graphic-bg-altus-server {
      	  background-size: cover;
        }
      }
      @media (max-width: 1024px) {
        margin-top: 60px;
        background: url(/img/products/product-altus-server-header-bg.jpg);
      	background-position: center -200px;
      	background-repeat: no-repeat;
      	position: relative !important;
      }
      @media (max-width: 979px) {
        .product-header-graphic-bg-altus-server {
        	margin-top: 50px;
        	margin-bottom: -50px;
        }
      }
  .product-header-graphic-bg-altus-mapshop {
  	background: url(/img/products/product-altus-mapshop-header-bg.jpg) fixed;
  	background-position: center -400px;
  	background-repeat: no-repeat;
  }
      @media (min-width: 1921px) {
        .product-header-graphic-bg-altus-mapshop {
        	background-size: cover;
        }
      }
      @media (max-width: 979px) {
        .product-header-graphic-bg-altus-mapshop {
        	background: url(/img/products/product-altus-mapshop-header-bg.jpg);
        	background-position: center center;
        	background-repeat: no-repeat;
        	position: relative !important;
        	margin-top: 50px;
        	margin-bottom: -50px;
        }
      }
  .product-header-graphic-bg-altus-professional-services {
  	background: url(/img/products/product-altus-professional-services-header-bg.jpg) fixed;
  	background-position: center top;
  	background-repeat: no-repeat;
  }
      @media (min-width: 1921px) {
        .product-header-graphic-bg-altus-professional-services {
        	background-size: cover;
        }
      }
      @media (min-width: 980px) {
        .product-header-graphic-bg-altus-professional-services {
        	background-position: center -700px;
        }
      }
      @media (max-width: 979px) {
        .product-header-graphic-bg-altus-professional-services {
        	background: url(/img/products/product-altus-professional-services-header-bg.jpg);
        	background-position: center -800px;
        	background-repeat: no-repeat;
        	position: relative !important;
        	margin-top: 50px;
        	margin-bottom: -50px;
        }
      }
	.product-header-graphic-bg img.altus-mapping-engine {
  	margin: 160px auto 40px;
  	width: 80%;
	}
	.product-header-graphic-bg img.altus-mapping-engine2 {
  	padding: 20px;
  	background-color: #ed532a;
  	width: 80px;
	}
	.product-header-graphic-bg img.altus-server {
  	padding: 20px;
  	background-color: #fcae32;
  	width: 80px;
	}
	.product-header-graphic-bg img.altus-mapshop {
  	padding: 20px;
  	background-color: #6cbfa1;
  	width: 80px;
	}
	.product-header-graphic-bg img.altus-services {
  	padding: 20px;
  	background-color: #76aedd;
  	width: 80px;
	}
	.product-header-graphic-bg-altus-mapping-engine .btn,
	.product-header-graphic-bg-altus-mapping-engine2 .btn {
  	margin-bottom: 40px;
	}
  .product-header-graphic-bg h4 {
  	font-size: 24px;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 160px;
    color: #fff;
    text-shadow: 0 1px 1px #000;
	}
	  @media(max-width:979px) {
  	  .product-header-graphic-bg h4 {
    	  margin-bottom: 60px;
  	  }
	  }
	.product-header-graphic-bg .span11 h4 {
  	font-size: 36px;
  	line-height: 50px;
  	margin-left: 20px;
  	color: #fff;
  	padding: 20px;
  	text-shadow: 0 1px 1px #000;
  	font-weight: 400;
  	margin-bottom: 0;
	}
	.product-header-graphic-bg img.altus-logo-inline {
    height: 35px;
    margin: 0 10px 9px 0;	
	}
	.inline-title-bg-mapping-engine img.altus-logo-inline {
  	height: 35px;
    margin: 0 10px 9px 0;	
	}
	#products img.altus-logo-inline,
	#licensing img.altus-logo-inline {
  	width: auto;
    height: 24px;
    margin: 0 5px 8px 0;
	}

/* Executive Summary */
  .product-header-graphic-bg img.ba3-executive-summary  {
  	margin: 80px auto 20px;
  	width: 90%;
	}
	h3.ba3-executive-summary {
  	color: #fff;
    font-size: 48px;
    text-shadow: 0px 1px 0px #000;
    margin-bottom:  80px;
	}
	#executive-summary .img-polaroid-half-width {
  	width: 98%;
	}
	#executive-summary .img-polaroid-full-width {
  	width: 99%;
	}
	#executive-summary .blockquote-color1 {
    border-left: 5px solid #f8b3a0;
  }
  #executive-summary .blockquote-color2 {
    border-left: 5px solid #f8daa0;
  }
  #executive-summary .blockquote-color3 {
    border-left: 5px solid #a0c3f8;
  }
  #executive-summary .blockquote-color4 {
    border-left: 5px solid #666;
  }
		
/* Gallery */
	#gallery section img + img,
	#demos section img + img {
		margin-top: 20px;
	}
	#gallery h2 {
  	margin-bottom: 40px;
	}
	#gallery .img-polaroid-half-width,
	#demos .img-polaroid-half-width {
  	width: 98%;
	}
	#gallery .img-polaroid-full-width,
	#demos .img-polaroid-full-width {
  	width: 99%;
	}
	#gallery img.img-polaroid-half-width,
	#demos img.img-polaroid-half-width {
    transition: opacity 0.1s linear;
    opacity: 1;
  }
  #gallery img.img-polaroid-half-width:hover,
  #demos img.img-polaroid-half-width:hover {
    opacity: .7;
  }

/* Application Spotlight */
	#application-spotlight section img + img {
		margin-top: 20px;
	}
	.application-spotlight-app-description {
    margin: 0 0 30px 0;	
	}
	#scroll-to-panasonic-aviation-weather,
	#scroll-to-rocket-route,
	#scroll-to-cloud-it,
	#scroll-to-avnav-efb {
  	margin-top: 120px;
	}
	#application-spotlight .container-wide #panasonic-aviation-weather-big-bg,
	#application-spotlight .container-wide #rocket-route-big-bg,
	#application-spotlight .container-wide #cloud-it-big-bg,
	#application-spotlight .container-wide #avnav-efb-big-bg {
  	height: 600px;
  	background: center center no-repeat;
  	background-size: cover;
  	margin-bottom: 40px;
	}
	#application-spotlight .container-wide #panasonic-aviation-weather-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-panasonic-aviation-weather.jpg);
	}
	#application-spotlight .container-wide #rocket-route-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-rocket-route.jpg);
	}
	#application-spotlight .container-wide #cloud-it-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-cloud-it.jpg);
	}
	#application-spotlight .container-wide #avnav-efb-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-avnav-efb.jpg);
	}
	#application-spotlight .uses-altus img {
  	margin-bottom: 20px;
	}
	
/* Knowledge Base */
  .alert-terminal {
    background-color: #333;
    color: lightgreen;
    border-color: #fff;
  }
  #knowledge-base .starting-point {
    text-align: center;
  }
  #knowledge-base .starting-point a {
    text-decoration: none;
    transition: color .1s linear;
    color: #333;
    word-wrap: normal;
  }
  #knowledge-base .starting-point a:hover {
    color: #ed532a;
  }
  #knowledge-base .well-starting-point {
    padding: 50px 25px;
  }
  #knowledge-base .header-img img {
	  margin: 40px 0;
  }
  #knowledge-base .header-icon img {
	  height: 36px;
  }
  #knowledge-base .header-icon p {
    margin: 10px 0 0 0;
  }
  #knowledge-base .starting-point h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .btn-knowledge-base {
    padding: 40px;
    font-size: 24px;
    line-height: 24px;
  }
  
/* Tutorials */
  .well-tutorial-contact {
    margin-top: 10px;
  }
  .well-tutorial-contact p {
    margin: 0;
  }
  #tutorials iframe {
    display: block;
    width: 100%;
    border: none;
  }
  #tutorials img,
  #webgl-info .enable-webgl img {
    margin-bottom: 20px;
    display: block;
    margin: auto;
  }
  #tutorial-nav li.header-img {
	  margin: 20px 0;
  }
  #tutorials .video-iframe iframe {
    width: 99%;
    height: 484px;
  }
  #tutorials .label,
  #webgl-info .enable-webgl .label {
	  padding: 2px 10px;
		font-size: 16px;
		font-weight: normal;
		line-height: 26px;
		margin-top: 20px;
	}
	#tutorials .verified-browsers .label {
  	margin-top: 5px;
	}
  #tutorials .verified-browsers img {
    margin-right: 5px;
    height: 20px;
    display: inline-block;
  }
  #tutorial-content .container {
    width: 100%;
  }
  
/* FAQ */
  ul.faq-list {
    margin: 0;
  }
  ul.faq-list li {
    list-style: none;
    margin: 0 0 20px 0;
  }
  #questions .header-img img {
	  margin: 20px 0;
	  width: 200px;
  }

/* Testimonials */
  #testimonials img {
    margin-bottom: 20px;
  }
  #testimonials blockquote {
    border-left: 5px solid #ed532a;
  }
  #testimonials blockquote.pull-right {
    border-right: 5px solid #ed532a;
    border-left: 0;
  }

/* Licensing */
  #licensing .span4 img {
    width: 150px;
    display: block;
    margin: 20px auto 10px;
  }
  #licensing img {
    width: 40%;
    margin-right:20px;
    float: left;
  }
    @media (max-width: 500px) {
      #licensing img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
      }
    }
  #licensing label,
  #web-api-feedback label {
    font-weight: 900;
  }
  #licensing input,
  #licensing textarea,
  #licensing select,
  #web-api-feedback input,
  #web-api-feedback textarea,
  #web-api-feedback select {
    margin-bottom: 20px;
  }
  #licensing label span,
  #web-api-feedback label span,
  #licensing label.checkbox,
  #licensing label.radio {
    font-weight: 400;
  }
  #licensing .checkboxes label:last-child {
    margin-bottom: 20px;
  }
  

/* Blog */
  .blog-posts-main a,
  .blog-posts-single a,
  .blog-posts-category a,
  .blog-posts-archive a,
  .blog-posts-author a {
    text-decoration: none;
    transition: color .1s linear;
    color: #ed532a;
  }
  .blog-posts-main a:hover,
  .blog-posts-single a:hover,
  .blog-posts-category a:hover,
  .blog-posts-archive a:hover,
  .blog-posts-author a:hover
   {
    color: #cb0000;
  }
  .blog-posts-single blockquote h2 a,
  .blog-posts-category blockquote h2 a,
  .blog-posts-archive blockquote h2 a,
  .blog-posts-author blockquote h2 a
   {
    color: #111;
    font-weight: 300;
  }
  .blog-posts-main .span12:first-child {
    width: 100%;
  }
  .blog-posts-main .span12 {
    margin-left: 0;
  }
  /*
  .blog-posts-main .span12:nth-child(2n+2) {
    margin-left: 0;
  }
  .blog-posts-main .span12 {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 20px;
  }
  .blog-posts-main .span12 + .span12 {
    margin-top: 30px;
  }
  */
  .blog-preview-image-box {
	  padding: 4px;
	  background-color: #fff;
	  border: 1px solid #ccc;
	  border: 1px solid rgba(0, 0, 0, 0.2);
	  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}
	.blog-preview-image-box img {
		top: -100px;
		position: relative;
	}
  /*
  .blog-posts-main .span12:first-child .blog-preview-image-box {
    overflow: hidden;
    max-height: 100%;
  }
  */
  .blog-posts-main .span12 .blog-preview-image-box {
    overflow: hidden;
    max-height: 150px;
  }
  .blog-posts-main .span12 .blog-preview-image-box img {
    width: 100%;
  }
  #secondary ul,
  #secondary ol {
    margin: 0;
  }
  #secondary ul li,
  #secondary ul ol {
    list-style: none;
  }
  #secondary ul li a,
  #secondary ul ol a {
    padding: 9px 12px;
    margin-bottom: -1px;
    display: block;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    transition: all .1s linear;
    background: #fff;
    color: #ed532a;
    font-weight: 500;
  }
  #secondary ul li a:hover,
  #secondary ul ol a:hover {
    color: #cb0000;
    background: #fefefe;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  }
  #secondary ul li:first-child a,
  #secondary ul ol:first-child a {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
  }
  #secondary ul li:last-child a,
  #secondary ul ol:last-child a {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
  }
  #secondary .widget-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 30px;
    font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    color: #555;
  }
  #secondary aside:first-child h3 {
    margin: 0 0 5px;
  }
  .blog-posts-single img,
  #comments img.avatar {
    padding: 4px;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
  }
  #gallery-1 .gallery-item,
  #gallery-2 .gallery-item,
  #gallery-3 .gallery-item {
  	width: 30% !important;
  	margin-right: 20px;
  }
  #comments .comment-author {
    margin-bottom: 10px;
    display: block;
  }
  #comments .comment-content {
    margin-bottom: 10px;
    display: block;
  }
  #comments .reply {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 2px dashed #ddd;
  }
  #comments code {
    white-space: pre-wrap !important;
    display: block;
    margin: 10px 0 20px 0;
  }
  #comments ol,
  #comments ul {
    margin: 0;
    list-style: none;
  }
  .blog-posts-single .entry-meta,
  .blog-posts-category .entry-meta,
  .blog-posts-archive .entry-meta,
  .blog-posts-author .entry-meta {
    margin-bottom: 10px;
  }
  .post-title {
    font-size: 36px;
    font-weight: 300;
    padding: 10px 20px;
    color: #efefef;
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 40px;
  }









/* Desktop Small
------------------------- */
@media (max-width: 1800px) {

/* Page Attributes
-------------------------------------------------- */
  
/* Home */
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 850px;
    height: 478px;
  }
}







	
	
	
/* Desktop Smaller
------------------------- */
@media (max-width: 1670px) {

/* Page Attributes
-------------------------------------------------- */
  
/* Mapping Engine */
  #mapping-engine .sdks-section img.altus-platform {
  	width: 1170px;
	}
}

@media (max-width: 1650px) {

/* Page Attributes
-------------------------------------------------- */
  
/* Home */
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 711px;
    height: 400px;
  }
}










/* Desktop Smaller-er!
------------------------- */
@media (max-width: 1450px) {

/* Page Attributes
-------------------------------------------------- */
  
/* Home */
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 533px;
    height: 300px;
  }
  .carousel-caption-cockpit,
  .carousel-caption-windows {
    left: 60% !important;
    top: 18%;
  }
  .carousel-caption {
    top: 18%;
  }
}











/* Tablets and Phones
------------------------- */
@media (max-width: 1200px) {

.sidenav {
  width: 218px;
}
.sidenav > li > a {
  width: 230px \9; /* Override the previous IE8-9 hack */
}

/* Navigation
-------------------------------------------------- */
.glyphicons-nav {
  width: 30px;
  height: 30px;
}

/* Page Attributes
-------------------------------------------------- */

/* Roadmap
-------------------------------------------------- */

  #roadmap iframe {
    height: 500px;
  }

/* Home */
  /*
  .carousel-caption {
    bottom: 100px;
  }
  */
  #landing .landing-video a {
    margin: 10px 0 0 0;
    display: inline;
    width: 210px;
    height: 160px;
    background: #fff;
  }
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 427px;
    height: 240px;
  }
  .carousel-caption {
    bottom: 18%;
    bottom: auto;
  }
  .carousel-caption-cockpit,
  .carousel-caption-windows {
    left: 56% !important;
  }
  
/* Mapping Engine */
  #mapping-engine .video-iframe iframe,
  #mapping-engine-vector .video-iframe iframe {
    width: 940px;
    height: 529px;
  }
  #mapping-engine .sdks-section img.altus-platform {
  	width: 940px;
	}
  
/* Mapping Engine - Vector */

  .video-on-ipad-white {
  	background-image: url(/img/video/video-on-ipad-white.png);
  	width: 940px;
  	height: 803px;
  	background-size: contain;
	}
	.video-on-ipad-white iframe {
  	width: 756px;
  	height: 568px;
  	margin: 78px 92px 157px 92px;
	}

/* Gallery */
  #gallery iframe,
  #demos iframe {
    width: 450px;
    height: 253px;
  }
  
/* Knowledge Base */
  #knowledge-base .starting-point h1 {
    font-size: 14px;
    line-height: 18px;
  }

/* Products */
  .product-header-graphic-bg .span11 h4 {
    font-size: 32px;
    line-height: 34px;
  }
  .product-header-graphic-bg img.altus-logo-inline {
    height: 30px;
    margin: 0 10px 9px 0;	
	}
	.product-header-graphic-bg-altus-mapping-engine2 .span1 {
  	background-color: #ed532a;
	}
	.product-header-graphic-bg-altus-server .span1 {
  	background-color: #fcae32;
	}
	.product-header-graphic-bg-altus-mapshop .span1 {
  	background-color: #6cbfa1;
	}
	.product-header-graphic-bg-altus-professional-services .span1 {
  	background-color: #76aedd;
	}
}








/* Tablets and Phones
------------------------- */
@media (max-width: 1050px) {

/* Page Attributes
-------------------------------------------------- */
  
/* Home */
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 356px;
    height: 200px;
  }
  .carousel-caption-cockpit,
  .carousel-caption-windows {
    left: 52% !important;
  }
}







@media (max-width: 980px) {
  /* When affixed, space properly */
  .sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }
  .product-header-graphic-bg img.altus-logo-inline {
    height: 28px;
    margin: 0 10px 9px 0;	
	}
}







/* Tablets and Phones
------------------------- */
@media (max-width: 979px) {

/* General
-------------------------------------------------- */
body {
  padding-top: 0;
  overflow-x: hidden;
}

/* Roadmap
-------------------------------------------------- */

#roadmap iframe {
  height: 400px;
}
#roadmap section {
  margin: 20px auto 40px;
}
#roadmap section.intro {
  margin: 20px auto 20px;
}

/* Web Maps
-------------------------------------------------- */     
.mainBody {
  top: 52px !important;
}
.navbar-fixed-top .navbar-inner {
  padding: 0;
}
.navbar .container {
  z-index: 3 !important;
  position: relative !important;
  background: url("../img/noise.png") repeat scroll 0 0 #333 !important;
}
.navbar .btn-dropnav {
  margin: 12px 12px 10px 12px;
}
.navbar .brand {
  margin: 5px;
}        
div.AltusHome,
div.AltusDemo {
	width: 100%;
	height: 400px;
	display: block;
	display: relative;
}
div.AltusHome .web-api-demo-controls-wrapper {
  position: relative;
  height: 100px;
  z-index: 2;
  width: 100%;
  margin-bottom: -100px;
}
div.AltusHome .zoom-in i {
  position: absolute;
  right: 0;
  top: 2px;
}
div.AltusHome .zoom-out i {
  position: absolute;
  right: 56px;
  top: 2px;
}
.loader {
	top: 50px;
}

/* Navigation
-------------------------------------------------- */
.brand img {
  height: 30px;
  width: 64px;
  margin: 5px;
}
.navbar .brand {
  margin: 5px;
}
.nav-collapse .nav > li > a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px #444 solid;
}
.nav-collapse .nav > li > a {
  margin-bottom: 0;
  margin-top: 0;
  border-top: 1px #444 solid;
  padding: 15px;
  border-right: 0 ;
  border-left: 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #000;
  transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.navbar-fixed-top .navbar-inner {
  padding: 0;
}
.navbar .btn-dropnav {
  display: block;
  margin: 0;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 19px 18px 18px 18px;
  background: transparent;
}
.navbar .btn-dropnav:hover {
  background: #444;
}
.navbar .nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a  {
  margin-right: 0;
}
.nav-collapse .dropdown-menu a {
  color: #D6DFE5;
  font-weight: normal;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
  background-color: #495A6B;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-image: none;
} 
.navbar .nav-collapse.nav .active > a {
  margin-left: 5px;
} 
.navbar .nav-collapse .nav > li.active > a,
.navbar .nav-collapse .nav > li.active:hover > a,  
.navbar .nav-collapse .nav .active > a,
.navbar .nav-collapse .nav .active > a:hover,
.navbar .nav-collapse .nav .active > a:focus {
  border-bottom: medium none;
  padding: 9px 15px;	
  background-color: #444;	
}
.navbar .nav-collapse .nav > li > a:hover {
  background-color: #444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;	
}
.glyphicons-nav {
  width: 30px;
  height: 30px;
}
.icons-nav {
  margin-bottom: 60px;
}
  
/* Page Attributes
-------------------------------------------------- */
  
/* Common */
  .img-polaroid {
    margin-bottom: 20px;
    width: 98%;
  }
  .content {
  	padding: 30px 30px 20px 30px;
  	padding-top: 30px !important;
  }
  .copyright a,
  .copyright a:visited {
    display: block;
    margin-left: 0;
  }
  .container-footer {
    text-align: left;
  }
  .container-wide {
    width: auto;
  }
  .container-wide-bg-img {
    width: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0px -20px 20px -20px;
  }
  .space-bottom {
    margin: 0px;
  }
  
/* Home */
  .carousel-control {
    top: 26%;
  }
  #landing img {
    width: 100%;
  }
  #landing .content-landing-bg .span12 {
    padding: 0 30px 30px 30px;
  }
  .content-landing-bg {
    background: linear-gradient(-60deg, rgba(199, 129, 71, 0.2), rgba(34, 9, 0, 0.2) ), url("/img/home/landing-mountains.jpg") no-repeat center 0px fixed;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #landing .content-landing-bg h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 25px 30px 25px;
    background: rgba(0,0,0,0.55);
    width: 100%;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .carousel-caption-youtube-embed {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 25px 30px 25px;
    background: #333;
    background: rgba(0,0,0,0);
    width: 100%;
    text-align: center;
  }
  .carousel h2,
  .carousel p {
    margin-right: 25px;
  }
  .carousel .landing-youtube-embed h2,
  .carousel .landing-youtube-embed p {
    margin-right: 0;
  }
  .carousel-caption a {
    margin-right: 50px;
  }
  .carousel-caption-cockpit,
  .carousel-caption-windows {
    left: 0 !important;
  }
  #landing .landing-video a img {
    margin: 20px 0 0 0;
    display: inline;
    width: 124px;
    background: #fff;
  }
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 267px;
    height: 150px;
  }
  .landing-no-webgl-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-no-webgl.jpg") no-repeat center 52px fixed;
  }
  .landing-enterprise-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-enterprise.jpg") no-repeat center 52px fixed;
  }
  .landing-build-it-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-build-it.jpg") no-repeat center 52px fixed;
  }
  .landing-panasonic-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-panasonic.jpg") no-repeat center 52px fixed;
  }
  .landing-windows-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-windows.jpg") no-repeat center 52px fixed;
  }
  .landing-vector-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-vector-showcase.jpg") no-repeat center 52px fixed;
  }
  .landing-android-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-android.jpg") no-repeat center 52px fixed;
  }
  .landing-1-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-1.jpg") no-repeat center 52px fixed;
  }
  .landing-cross-platform-bg {
    background: linear-gradient( rgba(199, 129, 71, 0.3), rgba(0, 0, 0, 0.5) ), url("/img/home/landing-cross-platform.jpg") no-repeat center 52px fixed;
  }
  #landing .span3 .img-section {
  	height: 140px;
  	overflow: scroll;
	}
	#landing .span3 img {
  	height: 110px;
  	width: auto;
	}
	.product-header-graphic-bg img.altus-mapping-engine {
  	margin: 60px auto 40px;
  	width: 100%;
  }
  
/* Mapping Engine */
  #mapping-engine .video-iframe iframe,
  #mapping-engine-vector .video-iframe iframe  {
    width: 724px;
    height: 407px;
  }
  #mapping-engine .sdks-section img.altus-platform {
  	width: 724px;
	}

/* Mapping Engine - Vector */
  #mapping-engine-vector .container-wide-bg-img-world-map-color {
    background: #5994af center center no-repeat;
    margin-left: -20px;
    margin-right: -20px;
  }
  #mapping-engine-vector .container-wide-bg-img-custom-maps-color {
    background: #6e9c39 center center no-repeat;
    margin-left: -20px;
    margin-right: -20px;
  }
  #mapping-engine-vector .container-wide-bg-img-terrain-and-contours-color {
    background: #99a7a6 center center no-repeat;
    margin-left: -20px;
    margin-right: -20px;
  }
  #scroll-to-world-map,
	#scroll-to-custom-maps,
	#scroll-to-terrain-and-contours {
  	margin-top: 0px;
	}
  .video-on-ipad-white {
  	background-image: url(/img/video/video-on-ipad-white.png);
  	width: 724px;
  	height: 619px;
  	background-size: contain;
	}
	.video-on-ipad-white iframe {
  	width: 582px;
  	height: 436px;
  	margin: 61px 71px 122px 71px;
	}
	#mapping-engine .sdks-section,
	#mapping-engine .tour-video-section,
	#mapping-engine .support-section {
    margin-left: -30px;
    margin-right: -30px;
  }

/* Products */
  #products .container-wide-bg-color-altus-header {
    background: #f2552c center center no-repeat;
    margin-left: -20px;
    margin-right: -20px;
  }
  #products .container-wide-bg-color-mapshop-header {
    background: #fcae31 center center no-repeat;
    margin-left: -20px;
    margin-right: -20px;
  }
  #products .container-wide-bg-color-metool-header {
    background: #6d6d6e center center no-repeat;
    margin-left: -20px;
    margin-right: -20px;
  }
  #products .container-wide-bg-color-altus,
  #products .container-wide-bg-color-mapshop,
  #products .container-wide-bg-color-metool {
    background: #fff center center no-repeat;
    padding-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #products .container-wide-bg-color-altus {
    padding-bottom: 40px;
    background-image: url(../img/products/full-width-background-product-altus.jpg);
    background-size: cover;
  }
  #products .container-wide-bg-color-mapshop {
    padding-bottom: 40px;
    background-image: url(../img/products/full-width-background-product-mapshop.jpg);
    background-size: cover;
  }
  #products .container-wide-bg-color-metool {
    padding-bottom: 40px;
    background-image: url(../img/products/full-width-background-product-metool.jpg);
    background-size: cover;
  }
  .product-header-graphic-bg .overlay-title {
    margin-top: 140px;
  }
  /*
  .product-header-graphic-bg .span11 h4 {
    font-size: 30px;
    line-height: 32px;
    padding: 12px 20px;
  }
  */
  .product-header-graphic-bg img.altus-logo-inline {
    height: 22px;
    margin: 0 10px 5px 0;	
	}
	.product-header-graphic-bg .span11 h4 {
    font-size: 24px;
    line-height: 26px;
  }
  #snap-to-mapshop {
    margin-top: 0px;
  }
	  	
/* Gallery */
  #gallery iframe,
  #demos iframe {
    width: 342px;
    height: 192px;
  }
  
/* Application Spotlight */
  #scroll-to-panasonic-aviation-weather,
	#scroll-to-rocket-route,
	#scroll-to-cloud-it,
	#scroll-to-avnav-efb {
  	margin-top: 40px;
	}
	#application-spotlight .container-wide #panasonic-aviation-weather-big-bg,
	#application-spotlight .container-wide #rocket-route-big-bg,
	#application-spotlight .container-wide #cloud-it-big-bg,
	#application-spotlight .container-wide #avnav-efb-big-bg {
	  height: 400px;
	  margin-left: -20px;
    padding-left: 40px;
    background: center center no-repeat;
  }
  #application-spotlight .container-wide #panasonic-aviation-weather-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-panasonic-aviation-weather.jpg);
    background-size: cover;
	}
	#application-spotlight .container-wide #rocket-route-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-rocket-route.jpg);
    background-size: cover;
	}
	#application-spotlight .container-wide #cloud-it-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-cloud-it.jpg);
    background-size: cover;
	}
	#application-spotlight .container-wide #avnav-efb-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-avnav-efb.jpg);
    background-size: cover;
	}
	
/* Knowledge Base */
  #knowledge-base .well-starting-point {
    padding: 24px;
  }
  #knowledge-base .starting-point h1 {
    font-size: 12px;
    line-height: 12px;
  }
  
/* Tutorials */
  #tutorials .img-polaroid {
    width: auto;
  }
  #tutorials .video-iframe iframe.img-polaroid {
    width: 99%;
    height: 390px;
  }

}












@media (max-width: 850px) {

/* Page Attributes
-------------------------------------------------- */
  
/* Home */
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 267px;
    height: 150px;
  }
  #landing .landing-youtube-embed .row-fluid {
    position: absolute;
    top: 40px;
  }
}







@media (min-width: 768px) and (max-width: 979px) {
  /* Adjust sidenav width */
  .sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .sidenav.affix {
    top: 0;
  }
}






/* Phones
------------------------- */
@media (max-width: 767px) {


/* Sidenav */
.sidenav {
  width: auto;
  margin-bottom: 20px;
}
.sidenav.affix {
  position: static;
  width: auto;
  top: 0;
}
  
/* Web Maps
-------------------------------------------------- */
div.AltusDemo .base-maps,
div.AltusDemo .weather,
div.AltusDemo .weather-opacity,
div.AltusDemo .next-style {
	display: none !important;
}
div.AltusDemo .widen-message {
  display: block;
  background: #f2552c;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}

/* Web API
-------------------------------------------------- */
#web-api .superior-flexibility img,
#web-api .internet-map-support img {
  width: 28%;
  float: left;
  margin-right: 4%;  
}
#web-api .superior-flexibility img:last-child,
#web-api .internet-map-support img:last-child {
  margin-right: 0;
}

/* Typography
-------------------------------------------------- */
.newspaper-three-columns {
  -moz-column-count:1;
  -webkit-column-count:1;
  column-count:1;
  
  -moz-column-gap:0;
  -webkit-column-gap:0; 
  column-gap:0;
}

/* Navigation
-------------------------------------------------- */
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin-right: 0;
  margin-left: 0;
}
.glyphicons-nav {
  width: 30px;
  height: 30px;
}

/* Page Attributes
-------------------------------------------------- */

/* Common */
  .content {
    margin-left: -20px;
    margin-right: -20px;
  	padding: 30px 30px 20px 30px;
  }
  .page-header h1,
  .page-header h4 {
    text-align: center;
  }
  .copyright {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-wide {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-wide-bg-img {
    width: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0px -20px 20px -20px;
  }
  .show-at-767 {
    display: block;
  }
  
/* Home */
  .container-home {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  #landing img {
    width: 100%;
  }
  #landing .content-landing-bg h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #landing .content-landing-bg h2 img {
    width: 100px;
  }
  #landing img.altus {
	  width: 64px;
  }
  .carousel-control {
    top: 20%;
    transition: all .1s linear;
  	-moz-transition: all .1s linear;
  	-ms-transition: all .1s linear;
  	-o-transition: all .1s linear;
  	transition: all .1s linear;
  }
  .carousel-caption {
    position: relative;
    text-align: center;
  }
  .carousel-caption-youtube-embed {
    position: relative;
    text-align: center;
    background: #333;
    background: rgba(0,0,0,.55);
  }
  #landing .landing-youtube-embed .row-fluid {
    position: relative;
    top: auto;
  }
  .carousel h2 {
    font-size: 24px;
    line-height: 24px;
    margin-right: 25px;
  }
  .carousel p {
    margin-right: 25px;
  }
  .carousel-caption a {
    margin-right: 50px;
  }
  .product-header-graphic-bg img.altus-mapping-engine {
  	margin: 60px auto 40px;
    width: 40%;
    display: block;
	}
  
/* Mapping Engine */
  #mapping-engine .video-iframe iframe {
    width: 100%;
    height: 350px;
  }
  #mapping-engine .img-tour {
    margin-bottom: 20px;
    display: block;
  }
  #mapping-engine .img-tour-center {
    margin: 0 auto;
  }
  #mapping-engine .sdks-section img.altus-platform {
  	width: 90%;
	}
  
/* Mapping Engine - Vector */
  #mapping-engine-vector .video-iframe iframe {
    width: 100%;
    height: 350px;
  }
  
/* Gallery */
  #gallery iframe,
  #demos iframe {
    width: 99%;
    height: 393px;
  }
  #gallery .img-polaroid-full-width {
  	width: 98%;
	}
  
/* Knowledge Base */
  #knowledge-base .well-starting-point {
    padding: 50px;
  }
  #knowledge-base .starting-point h1 {
    font-size: 36px;
    line-height: 40px;
  }

/* Tutorials */
	#tutorials .video-iframe iframe.img-polaroid {
    width: 99%;
    height: 390px;
  }
  
/* Products */
  .product-header-graphic-bg .overlay-title {
    margin-top: 0;
    text-align: center;
  }
  .product-header-graphic-bg .span11 h4 {
    font-size: 30px;
    line-height: 32px;
    padding: 12px 20px;
    margin-left: 0;
  }
  .inline-title-bg-mapping-engine .inline-title img {
    width: 40px;
    float: left;
    margin: 0 15px 0 10px;
  }
  .inline-title-bg-mapping-engine {
    background-color: #ed532a;
    padding: 5px;
    color: #fff;
    text-align: left;
  }
  .inline-title-bg-mapping-engine h1 {
    font-size: 22px;
    font-weight: 400;
  }
  .inline-title-icon,
  .inline-title-text {
    float: left;
  }

/* Application Spotlight */
  #scroll-to-panasonic-aviation-weather,
	#scroll-to-rocket-route,
	#scroll-to-cloud-it,
	#scroll-to-avnav-efb {
  	margin-top: 20px;
	}
	#application-spotlight .uses-altus img {
  	width: 30%;
	}
	#application-spotlight .screenshots img {
  	margin-bottom: 20px;
	}
	#application-spotlight .container-wide #panasonic-aviation-weather-big-bg,
	#application-spotlight .container-wide #rocket-route-big-bg,
	#application-spotlight .container-wide #cloud-it-big-bg,
	#application-spotlight .container-wide #avnav-efb-big-bg {
	  height: 400px;
	  margin-left: -20px;
    padding-left: 20px;
    background: center center no-repeat;
  }
  #application-spotlight .container-wide #panasonic-aviation-weather-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-panasonic-aviation-weather.jpg);
	}
	#application-spotlight .container-wide #rocket-route-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-rocket-route.jpg);
    background-size: cover;
	}
	#application-spotlight .container-wide #cloud-it-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-cloud-it.jpg);
    background-size: cover;
    background-position-x: 80%;
	}
	#application-spotlight .container-wide #avnav-efb-big-bg {
    background-image: url(/img/application-spotlight/application-spotlight-big-avnav-efb.jpg);
    background-size: cover;
    background-position-x: 60%;
	}
	
/* Q & A */
  #questions .filter-result-box {
    margin: -10px 0 20px 0;
  }
  
/* Licensing */
  #licensing .license-option img {
    margin: 0 auto;
    display: block;
  }
  #licensing .span2 img {
    width: 200px;
    display: block;
    margin: 10px auto 20px;
  }
  #licensing .span4 img {
    margin-top:40px;
  }
  #licensing .span4 p.lead,
  #licensing .span10 p.lead {
    text-align: center;
  }
  
/* About Us */
  #about-us img {
    margin: 0 auto;
    display: block;
  }
  
/* Blog */
  .product-header-graphic-bg .span11 h4 {
    font-size: 24px;
    line-height: 26px;
    margin-top: -10px;
    padding-bottom: 20px;
    text-shadow: 0 0 0;
    margin-right: 0px;
  }
  .product-header-graphic-bg-altus-mapping-engine2 .span11 {
  	background-color: #ed532a;
	}
	.product-header-graphic-bg-altus-server .span11 {
  	background-color: #fcae32;
	}
	.product-header-graphic-bg-altus-mapshop .span11 {
  	background-color: #6cbfa1;
	}
	.product-header-graphic-bg-altus-professional-services .span11 {
  	background-color: #76aedd;
	}
}












/* Phones
------------------------- */
@media (max-width: 500px) {

/* Page Attributes
-------------------------------------------------- */
/* Products */
	.product-header-graphic-bg-altus-mapping-engine .btn {
  	margin-bottom: 20px;
	}
	.product-header-graphic-bg img.altus-mapping-engine {
  	margin: 40px auto;
  }
	.product-header-graphic-bg h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
	
/* Web API */
  .AltusDemo .notice {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    pointer-events: all;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .4);
  }
  .AltusDemo .notice p {
    color: #000;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    background: transparent;
    padding: 10px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    position: relative;
    width: 90%
  }
  .AltusDemo .notice a {
    margin: -10px 0 20px 10px;
  }
}




/* Phones
------------------------- */
@media (max-width: 400px) {

/* Page Attributes
-------------------------------------------------- */
/* Web API */
  #web-api .superior-flexibility img,
  #web-api .internet-map-support img {
    width: 28%;
    float: left;
    margin-right: 2%;  
  }
  #web-api .superior-flexibility img:last-child,
  #web-api .internet-map-support img:last-child {
    margin-right: 0;
  }

/* Home */
  #landing .landing-youtube-embed .row-fluid iframe {
    width: 100%;
    height: 200px;
  }

/* Mapping Engine */
  #mapping-engine .video-iframe iframe {
    width: 100%;
    height: 220px;
  }
  
/* Mapping Engine - Vector */
  #mapping-engine-vector .video-iframe iframe {
    width: 100%;
    height: 220px;
  }
  
/* Gallery */
  #gallery iframe {
    width: 98%;
    height: 220px;
  }
  
/* Tutorials */
  #tutorials .video-iframe iframe.img-polaroid {
    width: 98%;
    height: 220px;
  }

/* Application Spotlight */
  #application-spotlight .uses-altus img {
  	width: 40%;
	}
	
/* Blog */
 	.blog-preview-image-box img {
		top: 0px;
		position: relative;
	}
}