/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
  background: #E8E5E0;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #019283;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #fcbd20;
}
hr {
  max-width: 300px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.textCenter {
  text-align: center;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #019283;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #019283;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #019283 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-default .nav > li.language-flags {
  padding-left: 9px;
}
.navbar-default .nav > li.language-flags > a {
  display: inline-block;
  padding: 12px 3px 0 3px;
}
.navbar-default .nav > li.language-flags > a > img {
  padding: 0 3px;
}
.navbar-default .nav > li.language-flags > a > img:hover {
  background: white;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: white;
    font-size: 1.5em;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #223C5F;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.9);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #223C5F;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #223C5F;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #019283;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #019283;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url("../img/bg-pattern.png"), #019283;
  /* fallback for old browsers */
  /*background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);*/
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../img/bg-pattern.png"), linear-gradient(to bottom, #019283, #223C5F);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
header .header-content {
  text-align: center;
  margin: 9em 0 0 0;
}
header .header-content .header-content-inner {
  text-align: center;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2em;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  text-align: center;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

header .device-container .screen iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content .header-content-inner {
    margin: 0;
  }
  
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 5vw;
  }
}
section {
  padding: 100px 0;
  text-align: center;
}



section.blue-section {
  padding: 3em 0;
  position: relative;
  background: #223C5F;
  box-shadow: 0 0 10px 2px #000;
}
section.blue-section h2 {
  font-size: 1.7em;
  margin-top: 4vw;
}
section.blue-section img {
  width: 100%;
  max-width: 30vw;
}
@media (min-width: 768px) {
  section.blue-section h2 {
    font-size: 4vw;
    margin-top: 4vw;
  }
  section.white-section h2 {
    font-size: 4vw;
    margin-top: 4vw;
  }
}

section.white-section {
  background: white;
}
section.white-section .section-heading {
  margin-bottom: 100px;
}
section.white-section .section-heading h2 {
  margin-top: 0;
}
section.white-section .section-heading p {
  margin-bottom: 0;
}
section.white-section .device-container,
section.white-section .feature-item {
  max-width: 300px;
  margin: 0 auto;
  height: 12em;
}
section.white-section .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.white-section .device-container {
    margin-bottom: 0;
  }
  section.white-section .feature-item {
    height: 15em;
  }
}
section.white-section .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.white-section .feature-item h3 {
  font-size: 30px;
}
section.white-section .feature-item i {
  font-size: 80px;
  color: #BA2F28;
}
@media (min-width: 992px) {
  section.white-section .device-container,
  section.white-section .feature-item {
    max-width: none;
  }
}



section.modules {
  padding: 0;
  position: relative;
  background: #76C0D8;
  padding: 3em 0;
}
section.modules h2 {
  font-size: 2.5em;
  color: white;
  margin-top: 0;
  margin-bottom: 0.7em;
}
section.modules img {
  width: 100%;
  max-width: 22em;
  border-radius: 100%;
}
section.modules .features {
  color: white;
  font-size: 1.3em;
  list-style: none;
  margin-bottom: 2em;
}
section.modules .features li {
  margin: 1em 0;
  display: flex;
  align-items: center;
  text-align: left;
}
section.modules .features i {
  margin-right: 1em;
  font-size: 1.5em;
  display: inline-block;
}

@media (min-width: 768px) {
  section.modules h2 {
    font-size: 3vw;
    text-align: left;
  }
}

@media (max-width: 768px) {
  section.modules .white-section {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;  
  }
  section.modules .white-section li {
    flex-direction: column;
    max-width: 200px;
    text-align: center;
  }
  section.modules .white-section li i {
    margin: 0 0 0.3em 0;
    font-size: 2em;
  }
  section.modules .computer {
    display: none;
  }
}


section.contact {
  background: #223C5F;
  box-shadow: 0 0 10px 4px #000;
  position: relative;
  padding: 3em;
}
section.contact h2 {
  
}
section.contact .about {
  text-align: left;
}

section.contact .about p {
  font-size: 1.2em;
}
section.contact .about .with-image {
  text-align: center;
}
section.contact .about img {
  margin-top: 0.4em;
  width: 100%;
  max-width: 200px;
}

section.contact .send-message {
  text-align: center;  
}

section.contact .send-message img {
  margin-top: 3em;
  display: inline;
}

@media (max-width: 768px) {
  section.contact .about h3 {
    text-align: center;
  }
  section.contact .about img {
    margin: 1em;
  }
  section.contact .about p {
    text-align: center;
  }
}


footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #019283;
  background: -webkit-linear-gradient(#019283, #223C5F);
  background: linear-gradient(#019283, #223C5F);
}
.text-primary {
  color: #019283;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #019283;
  border-color: #019283;
}
.btn-outline-dark {
  color: white;
  border: 1px solid #223C5F;
  background-color: #223C5F;
  border-color: #223C5F;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  color: white;
  background-color: #019283;
  border-color: #019283;
}

.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.slide {
  
}
@media (min-width: 1200px) {
  .container {
    width: 80vw;
  }
}


.page header {
  min-height: auto;
  height: 1em;
}
@media (min-width: 768px) {
  .page .navbar-default .navbar-header .navbar-brand:hover,
  .page .navbar-default .navbar-header .navbar-brand:focus {
    color: #fcbd20;
  }
  .page .navbar-default .nav > li > a:hover,
  .page .navbar-default .nav > li > a:focus:hover {
    color: #fcbd20;
  }
  .page .navbar-default.affix .nav > li > a:hover,
  .page .navbar-default.affix .nav > li > a:focus:hover {
    color: #019283;
  }
  .page .navbar-default.affix .navbar-header .navbar-brand:hover,
  .page .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #019283;
  }
  .page header {
    min-height: auto;
    height: 1em;
  }
}
.page .blue-section h1 {
  margin-top: 2em;
}
.page .blue-section p {
  color: #ccc;
}
.page .blue-section {
  text-align: left;
  padding-bottom: 1em;
}
.page .white-section {
  padding-top: 3em;
  text-align: left;
}
.page .white-section h2 {
  margin-top: 0;
  font-size: 2em;
}


.form-test .white-section .form-check input {
  margin-right: 0.8em;
}
.form-test .white-section input[type=color] {
  width: 5em;
  padding: 0.3em 0.6em;
}


.commands-guide .white-section h2 {
  margin-top: 0;
  font-size: 2em;
}
.commands-guide .bs-docs-sidebar {
  list-style: none;
  padding: 0;
}
.commands-guide .bs-docs-sidebar li {
  margin-bottom: 1em;
}
.commands-guide .panel h3 {
  font-weight: 500;
}
.commands-guide .panel {
  margin-bottom: 2em;
}
.commands-guide .panel p {
  font-size: 1.1em;
}
.commands-guide .panel table {
  font-size: 0.9em;
  margin: 0;
}
.commands-guide .fa-fw {
  margin-right: 0.5em;
}


.docs .next-buttons {
  text-align: right;
}
.docs table thead * {
  font-weight: bold;
}
.docs .full-width {
  width: 100%;
}
.docs .bs-docs-sidebar {
  list-style: none;
  padding: 0;
  line-height: 2em;
}
.docs .bs-docs-sidebar .active {
  font-weight: bold;
  color: #00776b;
}
.docs .content ul {
  font-size: 1.2em;
  margin-top: -1em;
  margin-bottom: 1em;
}
.docs .code-title {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.5em;
  margin: 0 0 -0.6em 1em;
  border-top-left-radius: 5px;
  font-weight: 600;
  border-top-right-radius: 5px;
}