/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Variables
   ==========================================================================
*/
/** Responsive size **/
/** Background colors **/
/** Skyhook Colors **/
/** Skyook Color Guide **/
/** Misc. Variables **/
/** Elements color */
/* Bootstrap mobile navbar code */
.nav {
  display: block; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a.img-inside {
  padding: 4px 7px; }

.nav > li > a.img-inside > img {
  margin-top: 4px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #ff5f00; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #ccc; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-default .btn-link {
  color: #777777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table; }

.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.outdated {
  color: white;
  font-size: x-large;
  width: 90%; }
  .outdated .centeroid {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.ng-modal.ng-hide .ng-modal-overlay {
  opacity: 0; }

.ng-modal .ng-modal-overlay {
  opacity: 0.9; }

.ng-modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  background-color: #333333; }

.ng-modal-dialog {
  z-index: 10000;
  position: fixed;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.ng-modal-dialog-content {
  padding: 40px 0;
  text-align: left; }

.ng-modal-close {
  fill: #fff;
  position: fixed;
  top: 3px;
  color: #fff;
  right: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  transition: 0.2s ease; }
  .ng-modal-close:hover {
    fill: #ff5f00; }
  .ng-modal-close:focus {
    outline: none; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 52px;
  background: #262626;
  color: #ffffff;
  z-index: 999;
  transition: 0.3s ease;
  letter-spacing: .1px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-font-smoothing: antialiased; }
  header a:not(.a-logo) {
    color: #FFF;
    padding: 20px 15px 20px 15px;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .1px;
    transition: color .2s linear, background-color .2s linear; }
    header a:not(.a-logo):hover {
      color: #ff6a00;
      background-color: #000; }
  header .logo-wrap {
    float: left;
    width: 145px;
    margin: 10px 0 0 17px; }
  header .desktop-menu {
    display: none;
    float: right;
    margin-top: 14px; }
    header .desktop-menu ul {
      marker: none; }
      header .desktop-menu ul li {
        marker: none;
        display: inline;
        padding: 5px 0; }
        header .desktop-menu ul li.active {
          border-bottom: 2px solid #ff5f00; }
  header .header-right-padding {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 20px; }

/* Responsive header */
@media only screen and (min-width: 768px) {
  header .logo-wrap {
    width: 145px;
    margin-left: 64px; }
  header .header-right-padding {
    margin-right: 71px; }
  .mobile-menu .drop-frame {
    padding: 4px 71px !important; } }

@media only screen and (min-width: 992px) {
  header .logo-wrap {
    width: 145px;
    margin-left: 100px; }
  .navbar-toggle {
    display: none !important; }
  .desktop-menu {
    display: inline-block !important; } }

.navbar-toggle {
  display: inline-block;
  float: right;
  transition: 0.2s ease;
  margin-left: 0;
  margin-right: 0; }
  .navbar-toggle .burger-button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block; }

.mobile-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 52px;
  width: 100%;
  min-height: calc(100% - 52px);
  padding: 0 0 0 0px;
  background-color: rgba(0, 0, 0, 0.92);
  transition: 0.3s ease; }
  .mobile-menu.active {
    display: block;
    opacity: 1;
    z-index: 998;
    transition: 0.3s ease; }
  .mobile-menu .drop-frame {
    margin: 0;
    padding: 4px 20px;
    border-top: 1px solid #ff6a00; }
  .mobile-menu li {
    color: #FFF;
    list-style: none;
    border-top: 1px solid #313131; }
    .mobile-menu li:first-child {
      border-top: 0; }
    .mobile-menu li .drop .frame {
      padding-left: 30px;
      padding-bottom: 20px;
      overflow: hidden; }
      .mobile-menu li .drop .frame .cols-holder {
        overflow: hidden; }
        .mobile-menu li .drop .frame .cols-holder .col {
          margin-top: 20px; }
          .mobile-menu li .drop .frame .cols-holder .col:first-child {
            margin-top: 0; }
    .mobile-menu li .drop ul {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-top: 18px; }
      .mobile-menu li .drop ul:first-child {
        margin-top: 0; }
  .mobile-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 20px 20px 20px 0;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .1px;
    transition: color .2s linear, background-color .2s linear; }
    .mobile-menu a:hover {
      color: #ff6a00; }
    .mobile-menu a .icon-has-drop {
      box-sizing: border-box;
      color: #ff6a00;
      cursor: pointer;
      display: block;
      font-family: icons;
      font-size: 14px;
      font-weight: 400;
      height: 9px;
      width: 9px;
      letter-spacing: 0.1px;
      line-height: 14px;
      margin-top: -3px;
      position: absolute;
      right: 0;
      speak: none;
      text-align: left;
      top: 29.5px; }
      .mobile-menu a .icon-has-drop:after {
        width: 1px;
        height: 100%;
        margin-left: 4px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        background: #a2a2a2;
        transition: color .2s linear,background-color .2s linear,opacity .2s linear; }
      .mobile-menu a .icon-has-drop:before {
        width: 100%;
        height: 1px;
        margin-top: 4px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        background: #a2a2a2;
        transition: color .2s linear,background-color .2s linear,opacity .2s linear; }
      .mobile-menu a .icon-has-drop.active:after {
        opacity: 0; }
  .mobile-menu .user {
    padding: 0 100px;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0; }
    .mobile-menu .user.ng-hide {
      max-height: 600px;
      transition: max-height 0.3s ease-out; }
    .mobile-menu .user a {
      font-weight: normal;
      font-size: 16px; }
    .mobile-menu .user li {
      border: 0;
      margin-top: 18px; }
      .mobile-menu .user li:first-child {
        margin-top: -20px; }
      .mobile-menu .user li a {
        padding: 0;
        font-weight: 700; }
  .mobile-menu .delete-container {
    display: block;
    position: absolute;
    top: 15px;
    right: 40px; }
    .mobile-menu .delete-container svg {
      width: 10px;
      height: 10px;
      fill: #ff6a00;
      cursor: pointer; }
  .mobile-menu .when {
    color: #808080; }
  .mobile-menu svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    fill: #0096da; }
  .mobile-menu h4 {
    color: #0096da;
    padding: 0 0 0 20px; }

/******* User Nav ********/
.user-nav {
  padding: 0 15px;
  padding-top: 14px;
  display: inline-block;
  float: right; }
  .user-nav div {
    display: inline-block;
    transition: 0.2s ease; }

.user-alert svg {
  width: 15px;
  height: 15px;
  fill: #FFF; }

.user-alert .number {
  width: 18px;
  height: 18px;
  padding: 0 2.5px;
  border-radius: 50%;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff5f00;
  position: absolute;
  margin-left: 6px;
  margin-top: 6px;
  font-size: 12px;
  text-align: center; }

.user-alert-box {
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 50px;
  position: absolute;
  transition: 0.2s ease;
  max-width: 300px;
  width: 100%;
  overflow: auto;
  background-color: #173b6a;
  z-index: 1000; }
  .user-alert-box.active {
    visibility: visible;
    opacity: 1;
    z-index: 1; }
  .user-alert-box ul {
    padding: 0;
    margin: 0; }
  .user-alert-box li {
    display: block;
    position: relative;
    padding: 25px 20px 20px 45px;
    height: auto;
    color: #ffffff;
    border-bottom: 1px solid #00539f;
    cursor: auto;
    font-weight: normal; }
    .user-alert-box li:hover {
      background-color: #205294; }
    .user-alert-box li:last-child {
      border: none; }
  .user-alert-box a {
    font-weight: normal; }
    .user-alert-box a:hover {
      color: #ff5f00; }
  .user-alert-box .when {
    text-align: right;
    margin-top: 10px;
    color: #a29996;
    text-transform: uppercase; }
  .user-alert-box .delete-container {
    position: absolute;
    top: 5px;
    right: 10px; }
  .user-alert-box .alert-msg {
    display: block; }
  .user-alert-box svg.delete {
    width: 10px;
    height: 10px;
    fill: #FFF; }
  .user-alert-box svg.icon {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 20px;
    height: 20px;
    fill: #FFF; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  overflow-x: hidden; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  height: 100%; }

a, a:focus {
  color: inherit;
  font-weight: bold;
  text-decoration: none !important;
  transition: 0.2s ease; }

pre a:hover {
  color: inherit !important; }

ol {
  padding: 15px; }

*, a:focus, a:hover {
  outline: none; }

h1 {
  margin: 25px 0 15px;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize; }

h2 {
  font-size: 28px;
  font-weight: 300;
  color: #1076bc;
  margin-bottom: 5px; }

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #00539f; }

table {
  border-collapse: separate;
  border: 1px solid #B1ADA8;
  border-radius: 11px; }

th:first-child {
  border-left: solid 1px #B1ADA8;
  border-top: solid 1px #B1ADA8;
  border-top-left-radius: 10px;
  background: #C2BDB9;
  color: white; }

th:last-child {
  border-right: solid 1px #B1ADA8;
  border-top: solid 1px #B1ADA8;
  border-top-right-radius: 10px;
  background: #C2BDB9;
  color: white; }

th {
  text-align: left;
  padding: 10px;
  background: #C2BDB9;
  color: white;
  text-transform: uppercase;
  font-weight: 600; }

td {
  padding: 10px; }

tr:nth-child(even) {
  background-color: #FFF; }

tr:nth-child(odd) {
  background-color: #E9E9E9; }

tr:last-child td {
  border-bottom: solid 1px #B1ADA8; }

tr:last-child td:first-child {
  border-bottom-left-radius: 10px; }

tr:last-child td:last-child {
  border-bottom-right-radius: 10px; }

/* Demo Navigation */
.wrapper {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: absolute; }

.resources-view {
  background: #FFF;
  height: 100%;
  width: 100%;
  padding: 50px 0;
  position: fixed;
  left: 50px;
  transform: translate3d(0, 0, 0);
  transition: transform .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  overflow: scroll; }
  .resources-view .resources-view-wrap {
    padding: 20px 70px 0 20px; }
  .resources-view .wiki {
    position: relative;
    overflow-y: scroll; }
  .resources-view .sub-nav .search {
    transition: transform .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s; }
  .resources-view.isOpen {
    transform: translate3d(220px, 0, 0);
    -webkit-transform: translate3d(220px, 0, 0); }
    .resources-view.isOpen .resources-view-wrap {
      padding: 20px 325px 0 50px; }
    .resources-view.isOpen .sub-nav .search {
      transform: translate3d(220px, 0, 0);
      -webkit-transform: translate3d(-220px, 0, 0); }

.resources-view h1 {
  color: #0e4d95;
  display: block;
  border-bottom: 2px solid #ecf1f7;
  font-weight: 300;
  font-size: 34px;
  padding-bottom: 10px;
  margin-top: 10px; }

/****** Side Nav *****/
.side-nav {
  position: fixed;
  padding-top: 50px;
  left: 0;
  width: 270px;
  height: 100%;
  background-color: #333;
  left: 0;
  z-index: 0; }
  .side-nav .header {
    display: none;
    background-color: #333;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #fff;
    line-height: 0; }

.hamburger {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #333;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: transform .3s; }
  .hamburger:focus {
    outline: none; }
  .hamburger span {
    display: block;
    position: absolute;
    top: 24px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: #fff;
    transition: background 0s 0.3s;
    -webkit-transition: background 0s 0.3s; }

.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""; }

.hamburger span::before {
  top: -8px; }

.hamburger span::after {
  bottom: -8px; }

/* animation */
.hamburger span::before,
.hamburger span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s; }

.hamburger span::before {
  transition-property: top, transform;
  -webkit-transition-property: top, -webkit-transform; }

.hamburger span::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, -webkit-transform; }

.hamburger.is-active {
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transform: translate3d(220px, 0, 0);
  -webkit-transform: translate3d(220px, 0, 0); }

.hamburger.is-active span {
  background: none; }

.hamburger.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.hamburger.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.hamburger.is-active span::before,
.hamburger.is-active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s; }

.sidenav-button {
  margin: 0;
  line-height: normal;
  text-align: left;
  border-radius: 0; }

.docs-menu {
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  padding-top: 50px;
  position: absolute;
  top: 0;
  z-index: 0; }
  .docs-menu li {
    transition: 0.2s ease;
    border-bottom: 1px solid #fff;
    position: relative;
    display: inline-table;
    width: 100%; }
    .docs-menu li a {
      display: block;
      color: #0096da;
      padding: 20px 15px 20px 50px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      box-shadow: none;
      border: none; }
    .docs-menu li .menu-icon {
      position: absolute;
      top: 16px;
      left: 9px;
      width: 30px;
      height: 30px;
      fill: #0096da; }
    .docs-menu li a:focus {
      outline: none; }

.docs-menu::-webkit-scrollbar {
  width: 5px; }

.docs-menu::-webkit-scrollbar * {
  background: transparent; }

.docs-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 150, 218, 0.5) !important; }

.category-wrap {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer; }
  .category-wrap:focus {
    outline: none; }
  .category-wrap .category-name {
    color: #fff;
    padding: 10px 0 10px 50px;
    position: relative; }
    .category-wrap .category-name i {
      position: absolute;
      right: 20px;
      font-size: 22px;
      transition: 0.5s ease;
      font-weight: 800; }

.menu-wrap-category {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s;
  padding-bottom: 0; }
  .menu-wrap-category.show {
    max-height: 800px; }
    .menu-wrap-category.show div:last-child {
      padding-bottom: 10px; }

.category-wrap.active .inner-list {
  max-height: 800px; }

.category-wrap.active i {
  transform: rotate(-180deg);
  color: #0096da; }

.category-wrap.active {
  border-bottom: none; }

/******* INNER LIST ******/
.inner-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  list-style: none;
  padding: 0px; }
  .inner-list li {
    border: none !important; }
    .inner-list li a:before {
      background-image: none !important; }
  .inner-list a {
    border-bottom: none;
    background-color: #333;
    padding: 10px 10px 10px 50px !important;
    color: #0096da !important;
    text-decoration: none;
    transition: 0.2s ease;
    border: none;
    border-radius: 0;
    text-transform: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    white-space: normal; }
  .inner-list a:hover {
    background-color: #0096da !important;
    color: white !important; }
  .inner-list a.active {
    background-color: #0073a7;
    color: white !important; }

.title-link {
  color: #0096da;
  cursor: pointer;
  list-style: none; }
  .title-link:focus {
    outline: none; }

/* Typehead */
.search-wrap .search-icon {
  fill: #FFF;
  margin-top: -55px;
  float: left;
  width: 35px;
  height: 35px; }

.typeahead {
  width: 100%;
  padding: 20px 20px 10px 50px;
  font-size: 44px;
  font-weight: 300;
  border: 0;
  color: #FFF;
  outline: 0;
  border-bottom: 2px solid #ffffff;
  outline: none;
  background: transparent;
  transition: 0.2s ease; }
  .typeahead:focus {
    border-bottom: 2px solid #0096da; }

.twitter-typeahead {
  width: 100%; }
  .twitter-typeahead .tt-menu {
    background-color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto; }
    .twitter-typeahead .tt-menu .search-icon {
      float: none;
      position: absolute;
      width: 30px;
      height: 30px;
      left: 20px;
      bottom: 20px;
      fill: #7F746F; }
      .twitter-typeahead .tt-menu .search-icon.documentation {
        padding-top: 5px; }

.tt-highlight {
  color: #ff5f00;
  font-weight: normal; }

.tt-hint {
  color: #0096da; }

.tt-suggestion {
  padding: 12px 25px 12px 70px;
  margin: 0;
  font-size: 22px;
  color: #000000;
  position: relative; }
  .tt-suggestion .search-tags {
    position: relative;
    background-color: #1076bc;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    top: -3px;
    margin-bottom: 10px; }
    .tt-suggestion .search-tags .tt-highlight {
      color: #fff; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #0096da;
  background-color: #E6E3E2; }

.tt-suggestion.tt-cursor {
  color: #0096da;
  background-color: #E6E3E2; }

.search-body {
  display: block;
  line-height: 20px;
  color: #6f6663;
  font-size: 12px; }

.sub-nav {
  background-color: #F1EFEF;
  width: 100%;
  display: none;
  height: 51px;
  padding: 0px 100px 0 50px; }
  .sub-nav .search {
    position: relative;
    border: 2px solid #767676;
    color: #767676;
    padding: 3px 10px 3px 28px;
    border-radius: 20px;
    float: right;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: bold; }
    .sub-nav .search:focus {
      outline: none; }
    .sub-nav .search svg {
      position: absolute;
      width: 15px;
      height: 15px;
      left: 10px;
      top: 5px;
      fill: #767676; }

.product-hightlight svg {
  display: none;
  position: absolute;
  width: 35px;
  height: 35px;
  fill: #aea6a4;
  left: 50px; }

.product-hightlight p {
  display: inline-block;
  margin: 13px 0 0 0;
  color: #aea6a4;
  text-transform: capitalize; }

/* Breadcrumbs */
.resource-breadcrumbs {
  float: left;
  width: 100%;
  margin-right: -92px;
  padding-right: 92px; }

.breadcrumb {
  padding: 15px 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: inherit; }
  .breadcrumb a {
    color: #1076bc;
    font-weight: 600;
    transition: none; }
  .breadcrumb a:hover {
    color: #ff5f00; }

.breadcrumb > .active {
  color: #333; }

.breadcrumb > li + li:before {
  content: "\203A";
  font-weight: 800; }

/***** Download Page *****/
.download-wrap {
  padding: 20px 0; }

.download-block {
  position: relative;
  background-color: #E9E9E9;
  padding: 0;
  height: 100px;
  border: 1px solid #cac8c6; }
  .download-block .hover-download {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
    .download-block .hover-download .sha {
      text-align: center;
      padding: 10px 20px;
      color: #FFF;
      z-index: 999;
      transition: 0.5s ease;
      opacity: 0; }
      .download-block .hover-download .sha strong {
        color: #ff6a00; }
      .download-block .hover-download .sha span {
        font-weight: bold; }
    .download-block .hover-download .no-sha {
      margin-top: 26px; }
    .download-block .hover-download .sdk-terms p {
      color: #ffffff;
      font-style: normal;
      font-size: 12px;
      text-align: center; }
    .download-block .hover-download svg {
      position: absolute;
      width: 30px;
      height: 30px;
      right: 10px;
      bottom: 10px;
      transition: 1s ease;
      fill: #fff; }
  .download-block:hover .hover-download,
  .download-block:hover .hover-download .sha,
  .download-block:hover .hover-download svg {
    opacity: 1; }
  .download-block:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 0.5s ease; }
  .download-block:hover:after {
    opacity: 1; }
  .download-block .description {
    padding: 13px 20px;
    color: #0096da;
    font-weight: bold;
    font-size: 12px;
    transition: all 0.5s ease; }
    .download-block .description span {
      color: #333;
      font-size: 14px;
      font-weight: 500; }
  .download-block:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: -2px;
    bottom: -2px;
    border: 2px solid #e1e1e0; }

.download-card {
  padding: 10px; }

.download-block .icon {
  background-color: #C8C7C3;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 15px; }
  .download-block .icon svg {
    width: 60px;
    height: 60px;
    margin-top: 18px;
    margin-left: 20px;
    fill: #333; }
  .download-block .icon .android {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-left: 10px; }
  .download-block .icon .native {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-left: 13px; }

/*Footer*/
/*Footer*/
footer {
  position: relative;
  background-color: #5A524F;
  width: 100%;
  height: 50px; }
  footer a {
    color: inherit;
    transition: 0.2s ease; }
    footer a:hover {
      color: #ff5f00; }
  footer span {
    padding: 0; }
  footer .truste {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 35px;
    height: 35px;
    fill: #fff; }
  footer .copyright {
    width: 100%;
    color: #C7C3BF;
    padding: 5px 50px 0 10px;
    font-weight: 700; }

.animation.ng-enter,
.animation.ng-leave {
  -webkit-transition: 0.2s; }

.animation.ng-enter {
  opacity: 0; }

.animation.ng-leave {
  opacity: 1; }

.animation.ng-enter.ng-enter-active {
  opacity: 1; }

.animation.ng-leave.ng-leave-active {
  opacity: 0; }

.reveal-animation.ng-enter {
  animation: view-animation 0.5s; }

@keyframes view-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

table {
  display: none; }

.alert-mobile {
  display: block;
  color: #f69386;
  padding: 5px;
  border-bottom: 1px solid #f69386; }

@media (min-width: 480px) {
  .download-block .description {
    font-size: 16px; }
  .download-block .hover-download .sdk-terms p {
    font-size: 14px; }
  footer span {
    padding: 0; } }

@media (min-width: 768px) {
  .download-block .description {
    font-size: 14px; }
  .download-block .hover-download .sdk-terms p {
    font-size: 14px; }
  .resources-view .resources-view-wrap {
    padding: 10px 140px 50px 90px; }
  .resources-view.isOpen {
    transform: translate3d(220px, 0, 0);
    -webkit-transform: translate3d(220px, 0, 0); }
    .resources-view.isOpen .resources-view-wrap {
      padding: 10px 365px 50px 90px; }
  .product-hightlight svg {
    display: block; }
  footer .copyright {
    text-align: center;
    padding: 15px 0 0 0;
    font-weight: 700; }
  footer span {
    padding: 0 10px; } }

@media (min-width: 980px) {
  nav {
    display: block; }
  table {
    display: inline-table; }
  .docs-menu {
    padding-top: 100px; }
  .side-nav .header {
    display: block; }
  .user-nav {
    display: block; }
  .sub-nav {
    display: block; }
  .navbar-toggle {
    display: none; }
  .alert-mobile {
    display: none; }
  .download-block .hover-download .sdk-terms p {
    font-size: 14px; } }

/* Billboard Resource Page */
.billboard.resource {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50px; }

.billboard .search {
  display: none;
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 2; }
  .billboard .search svg {
    width: 25px;
    height: 25px;
    fill: #00539f; }

.billboard.resource h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  color: #00539f;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }

.billboard.resource h2.mobil {
  display: block;
  font-weight: normal; }

.billboard.resource h2.headline {
  display: none; }

.billboard.resource h2 span {
  font-weight: 600; }

.billboard.resource .product-wrap {
  text-align: center;
  padding: 10px 0; }

.resource-introduction {
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 50px;
  transition: 0.2s ease; }

.buildings {
  width: 100%;
  height: 555px;
  background-image: url("../../img/landscape.png");
  background-repeat: repeat;
  background-position: center center;
  z-index: 1;
  position: absolute; }

.billboard.resource .product-wrap .product-block {
  width: 100%;
  display: inline-block;
  padding: 10px;
  border: none; }

.billboard.resource .product-wrap .product-block:last-child {
  border: none; }

.billboard.resource .product-wrap .product-block .product-asset {
  display: inline-block;
  text-align: center;
  background-image: url("../img/sprite-product.png");
  background-repeat: no-repeat;
  background-size: 550px; }

.product-asset.hyperlocal {
  width: 109px;
  height: 130px;
  background-position: 0 0; }

.product-asset.precision {
  width: 109px;
  height: 130px;
  background-position: -216px 0px; }

.product-asset.context {
  width: 126px;
  height: 112px;
  background-position: -425px -7px; }

.billboard.resource .product-wrap .product-block p a {
  color: #ff5f00;
  font-weight: bold; }

.billboard.resource .product-wrap .product-block .product-title {
  font-weight: 600;
  font-size: 22px;
  color: #0096da;
  margin: 10px 0; }

.btn.primary {
  color: #fff;
  background-color: #ff5f00;
  margin: 5px 0;
  font-weight: bold;
  text-transform: uppercase; }

.btn.dark {
  color: #fff;
  border: 2px solid #FFF;
  margin: 5px 0;
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.btn.primary a {
  color: #fff; }

.clouds-resource {
  background-image: url("../../img/sky.png");
  width: 100%;
  height: 400px;
  position: absolute;
  background-position: 0px 0px;
  animation: clouds 60s linear infinite;
  -moz-animation: clouds 60s linear infinite;
  -webkit-animation: clouds 60s linear infinite;
  -ms-animation: clouds 60s linear infinite;
  -o-animation: clouds 60s linear infinite; }

/* cloud animation */
@keyframes clouds {
  from {
    background-position: 0 0; }
  to {
    background-position: -1056px 0; } }

/* hooks */
.hooks-wrap {
  width: 100%;
  position: absolute;
  top: 0; }

.hook.one {
  position: relative;
  display: inline-block;
  margin-left: 5%;
  width: 35px;
  top: -60px;
  height: 190px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url("../../img/left-hook.png");
  -moz-animation: 3s ease 0s normal none infinite swing;
  -moz-transform-origin: center top;
  -webkit-animation: swing 4s infinite ease-in-out;
  -webkit-transform-origin: top; }

.hook.two {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 270px;
  margin-left: 25%;
  top: -40px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../../img/left-hook.png");
  -moz-animation: 3s ease 0s normal none infinite swing;
  -moz-transform-origin: center top;
  -webkit-animation: swing 5s infinite ease-in-out;
  -webkit-transform-origin: top; }

.hook.three {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 270px;
  float: right;
  margin-right: 12%;
  top: -10px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url("../../img/right-hook.png");
  -moz-animation: 3s ease 0s normal none infinite swing;
  -moz-transform-origin: center top;
  -webkit-animation: swing 3s infinite ease-in-out;
  -webkit-transform-origin: top;
  z-index: 1; }

@keyframes swing {
  0% {
    transform: rotate(-3deg); }
  50% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(-3deg); } }

.birds {
  position: absolute;
  right: 10%;
  width: 280px;
  height: 150px;
  margin-top: -42px;
  background-position: 280px;
  background-image: url("../../img/birds_sprite.png");
  transform: scale(0.5);
  animation: play 15s steps(31) infinite;
  animation-delay: 10s;
  -webkit-animation: play 15s steps(31) infinite;
  -webkit-animation-delay: 10s;
  -moz-animation: play 15s steps(31) infinite;
  -moz-animation: 10s; }

.resource-gap {
  width: 100%;
  background-image: url("../img/grey_clouds.jpg");
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover; }

.resource-gap h2 {
  text-align: center;
  color: #FFF;
  margin-top: 0;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 40px; }

.resource-gap .block {
  position: relative;
  width: 95%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #FFF;
  border: 1px solid #FFF;
  display: inline-block;
  padding: 32px;
  margin: 10px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s ease;
  cursor: pointer; }

.resource-gap .block:hover {
  background-color: #00A0E3; }

.resource-gap .block .ribbon {
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: 95px;
  background-repeat: no-repeat;
  top: -12px;
  left: -12px; }

.resource-gap .block .ribbon.context {
  background-image: url("../img/context-ribbon.png"); }

.resource-gap .block .ribbon.hyperlocal {
  background-image: url("../img/hyperlocal-ribbon.png"); }

.resource-gap .block .ribbon.precision {
  background-image: url("../img/precision-ribbon.png"); }

.resource-gap .block .logo {
  float: left;
  width: 50px;
  height: 50px;
  background-color: gray; }

.resource-related {
  padding: 50px 0;
  background-color: #333;
  color: #C7C3BF; }

.resource-related h2 {
  color: #00A0E3;
  font-weight: 300;
  padding-bottom: 20px;
  margin: 0; }

.popular {
  position: relative;
  border: none; }
  .popular svg {
    position: absolute;
    left: 0 px;
    width: 20px;
    height: 20px;
    fill: #C7C3BF; }
  .popular a {
    padding-left: 25px;
    display: inline-block; }
  .popular span {
    display: block;
    margin: 0 0 10px 25px;
    font-size: 12px;
    color: #0096da; }
  .popular.left {
    width: 50%; }

.context {
  padding-top: 20px; }

.popular a:hover {
  color: #ff5f00; }

/*helpers*/
.up-50 {
  margin-top: 0; }

.left-50 {
  margin-left: -40px; }

@media (min-width: 768px) {
  .resource-introduction {
    padding-top: 200px; }
  .billboard.resource .product-wrap .product-block {
    border-right: 1px solid lightgray; }
  .resource-gap .block {
    width: 47%;
    font-size: 18px; }
  .up-50 {
    margin-top: -10px; }
  .context {
    padding: 0 0 0 5%; }
  .popular {
    border-right: 1px solid #C7C3BF;
    padding-left: 0;
    padding-right: 5%; }
  .product-asset.context {
    height: 130px; }
  .billboard.resource .product-wrap .product-block {
    width: 215px; }
  .billboard.resource h2.mobil {
    display: none; }
  .billboard.resource h2.headline {
    display: block; }
  .billboard.resource .product-wrap .product-block .product-description {
    height: 95px; }
  .billboard.resource .product-wrap .product-block.middle {
    width: 282px; } }

@media (min-width: 980px) {
  .resource-gap .block {
    font-size: 24px; }
  .billboard .search {
    display: block; } }

h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
  display: none; }
