section.main-menu {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 66px;
  margin-top: -55px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
section.main-menu .menu .navbar {
  border: 0px;
  background-color: transparent;
}
section.main-menu .menu .navbar .navbar-nav > li > a {
  color: #444;
  font-size: 16px;
  padding: 10px 15px;
}
section.main-menu .menu .navbar .navbar-nav > li > a:hover {
  color: #2c71b1;
}
section.main-menu .menu .navbar .navbar-nav > li > a:active {
  color: #2c71b1;
  background-color: #f4f4f4;
  border-radius: 3px;
}
section.main-menu .menu .navbar .navbar-nav > li > a.active {
  color: #2c71b1;
  background-color: #f4f4f4;
  border-radius: 3px;
}
section.main-menu .menu .navbar .navbar-nav > li button.red {
  background-color: #dc6969;
  color: white;
  text-shadow: 0px 0px 1px #762525;
}
section.main-menu .menu .navbar .navbar-nav > li button.red:hover {
  background-color: #dc7979;
}
section.main-menu .menu .navbar-brand {
  font-size: 25px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #ddd;
}
section.main-menu .menu .navbar-brand:hover {
  color: #444;
}
section.main-menu .menu .navbar-toggle {
  border: 1px solid #565656;
  background-color: #F8F8F8;
  box-shadow: 0px 0px 2px #CFCFCF;
}
section.main-top {
  height: 55px;
}
section.prominent {
  background: #81C3C2;
  background: linear-gradient(0deg, #81C3C2 0%, #4790AD 100%);
  background: -ms-linear-gradient(0deg, #81C3C2 0%, #4790AD 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#81C3C2, endColorstr=#4790AD, GradientType=1);
  /*background-image: url(../img/bg-blue.jpg);*/
}
section.prominent .promo {
  padding-top: 100px;
  color: #FFF;
  text-shadow: 1px 1px 2px #646464;
  font-size: 52px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Open Sans", Lato, Verdana;
}
section.prominent .promo-sub {
  padding-top: 5px;
  color: #FFF;
  text-shadow: 1px 1px 2px #646464;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Open Sans", Lato, Verdana;
}
section.prominent .promo-slogan {
  padding-top: 70px;
  color: #FFF;
  text-shadow: 1px 1px 2px #646464;
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Open Sans", Lato, Verdana;
}
section.prominent .promo-slogan .icon {
  font-size: 30px;
  color: #F9FFD6;
  padding: 0px 5px;
}
section.prominent .join-beta {
  padding: 60px 0px 80px 0px;
  color: #FFF;
  text-shadow: 1px 1px 2px #646464;
  text-align: center;
  letter-spacing: 1px;
  font-family: Arial;
}
section.prominent .join-beta input {
  font-size: 18px;
  font-family: "Open Sans", Lato, Verdana;
  width: 300px;
  color: black;
  box-shadow: 0px 0px 4px #AEE3EA;
  border: 1px solid #949494;
  padding: 3px 10px;
  border-radius: 4px;
  outline: none !important;
}
section.prominent .join-beta button {
  margin-top: 9px;
  padding: 5px 30px;
  font-size: 18px;
  box-shadow: 0px 0px 4px #AEE3EA;
  text-shadow: 1px 1px 2px #777;
}
section.prominent .join-beta button:focus {
  border: 1px solid #337189;
  outline: none;
}
section.regular {
  min-height: 50px;
  border-bottom: 1px solid #e6e6e6;
}
section.alternative {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
}
section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/bg-blue.jpg);
  /*background-color: rgba(0, 0, 0, 0.5);*/
  color: white;
  text-shadow: 0px 0px 2px #666;
}
.myModalFrameDiv {
  width: 900px;
  height: 650px;
  padding: 5px;
  overflow: hidden;
}
.myModalFrameDiv #myModalFrame {
  width: 890px;
  height: 640px;
}
.navbar-collapse {
  background-color: #fff;
}
a.navbar-brand {
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  iframe {
    max-width: 95% !important;
  }
}
@media screen and (min-width: 1400px) {
  .container.article {
    width: 1370px;
  }
  .main-menu .container {
    width: 1370px;
  }
}
.nav.header > li > a {
  padding: 6px 15px;
  font-size: 18px;
}
.header-pp {
  display: inline-block;
  position: relative;
  left: 20px;
  top: 8px;
}
h2.inline {
  display: inline-block;
}
.points {
  text-align: left;
  padding-bottom: 20px;
}
.points .point-title {
  margin: 10px 0px;
  font-family: "Myriad Thin";
  font-size: 50px;
  line-height: 1.3;
}
.points .point-text {
  color: #666;
  margin: 10px auto;
  max-width: 620px;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 1.4;
}
.points .point-pic1 {
  float: left;
  width: 48%;
  border: 1px solid silver;
  overflow: hidden;
  border-radius: 2px;
}
.points .point-pic1 img {
  width: 100%;
}
.points .point-pic2 {
  float: right;
  width: 48%;
  border: 1px solid silver;
  overflow: hidden;
  border-radius: 2px;
}
.points .point-pic2 img {
  width: 100%;
}
.example-search {
  padding: 0px 5px 15px;
}
.example-search input {
  width: 100%;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #C0C0C0;
}
.examples {
  margin: 40px 0px;
}
.examples .example-title {
  position: absolute;
  box-sizing: border-box;
  width: 200px;
  overflow: hidden;
  cursor: pointer;
  transform: rotate(-90deg);
  margin-top: 88px;
  margin-left: -122px;
  font-family: verdana;
  font-size: 16px;
  text-align: center;
  background-color: #fafafa;
  padding: 5px;
  color: #777777;
  text-shadow: 0px 0px 1px #fff;
}
.examples .example-title-top {
  box-sizing: border-box;
  display: inline-block;
  width: 352px;
  overflow: hidden;
  cursor: pointer;
  font-family: verdana;
  font-size: 16px;
  text-align: center;
  background-color: #fafafa;
  padding: 5px;
  margin: 0px 3px 10px 7px;
  color: #777777;
  text-shadow: 0px 0px 1px #fff;
}
.examples .example {
  box-sizing: border-box;
  float: left;
  width: 32%;
  height: 245px;
  min-width: 250px;
  margin: 0px 5px;
}
.examples .example.no-title {
  height: 210px;
  margin-top: 4px;
}
.examples .example .preview {
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 11px #e4e4e4;
  background-color: white;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 200px;
}
.examples .example .preview img {
  width: 100%;
}
.examples .example .preview:hover {
  border: 1px solid #C0E1FF;
  box-shadow: 0px 0px 15px #C0E1FF;
}
.examples .example .title {
  text-align: center;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.examples .advantage {
  box-sizing: border-box;
  float: left;
  width: 32%;
  height: 245px;
  min-width: 250px;
  margin: 0px 5px;
}
.examples .advantage > div {
  position: relative;
  width: 350px;
}
.loading {
  font-size: 20px;
  position: absolute;
  left: 42%;
  top: 46%;
  padding: 5px 20px;
}
section.video-promo {
  background-color: #0f3c4e;
}
section.video-promo .video {
  margin: 0px auto;
  margin-left: -60px;
  margin-bottom: -5px;
  text-align: center;
}
section.video-promo .video iframe {
  background-color: white;
}
section.video-promo iframe {
  width: 1060px;
  height: 600px;
  background-color: #0f3c4e;
}
.examples .example {
  height: 225px;
}
.examples .example .video {
  height: 173px;
}
.examples .example img {
  margin-top: 4px;
}
.article {
  padding-left: 28px;
}
.article ul,
.article ol {
  font-size: 16px;
}
.article .title {
  margin-bottom: 10px;
}
.article .title .date {
  color: #999;
}
.article .body {
  margin-bottom: 30px;
}
.article .body p {
  margin: 15px 0px;
  font-size: 17px;
  line-height: 1.6;
}
.article .more ul li {
  margin-left: -15px;
  margin-bottom: 15px;
}
.article .more ul li .date {
  color: #999;
}
.article .learn-menu ul li {
  margin-left: -23px;
  margin-bottom: 4px;
  list-style-type: circle;
  font-size: 14px;
}
.article .learn-menu ul li::marker {
  color: #7ca4d0;
}
@media screen and (max-width: 992px) {
  .navbar-right {
    margin-right: -40px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-right {
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-collapse {
    position: absolute;
    padding-top: 0 !important;
    left: 0;
    margin-top: 11px;
    width: 100vw;
    overflow: hidden;
    border-bottom: 1px solid silver;
  }
  .navbar-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 0 !important;
    margin: 0 !important;
    margin-right: -15px !important;
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
    background-color: white !important;
    box-shadow: none !important;
    border: none !important;
  }
  .burger {
    width: 20px;
    height: 20px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .burger .stripe {
    width: 20px;
    height: 4px;
    background-color: #4C4C4C;
    transition: transform 0.3s, opacity 0.3s;
  }
  .burger.open .stripe:nth-child(1) {
    transform: rotate(45deg) translate(4px, 7px);
  }
  .burger.open .stripe:nth-child(2) {
    opacity: 0;
  }
  .burger.open .stripe:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -7px);
  }
  a.navbar-brand {
    padding: 23px 0 !important;
  }
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-RegularItalic.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: bold;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-BoldItalic.woff2") format('woff2');
}