@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
}
img {
  max-width: 100%;
}
p {
  font-size: 18px;
  line-height: 30px;
}
#slide-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 70px;
  height: 70px;
  margin-right: 0;
  border: 3px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #cccccc;
  text-align: center;
  cursor: pointer;
  z-index: 500;
  zoom: 1;
}
.doc-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.doc-wrapper .doc-h1 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
}
.doc-wrapper .doc-h2 {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.doc-wrapper p {
  margin: 15px 0 15px;
  font-size: 16px;
  line-height: 28px;
}
.doc-wrapper ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.doc-wrapper ul p {
  margin: 10px 0 10px;
}
/*header
----------------------------------------*/
#header {
  font-family: "Open Sans", sans-serif;
  height: 70px;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}
#header .header-logo {
  float: left;
  height: 70px;
}
#header .header-logo a {
  display: inline-block;
  height: 70px;
}
#header .header-logo a img {
  margin-top: 15px;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs {
  float: right;
  padding: 0;
  margin: 0;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab {
  float: left;
  list-style-type: none;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab .nav-bar-toplink {
  display: inline-block;
  height: 70px;
  padding: 0 24px;
  text-decoration: none;
  line-height: 70px;
  color: #ffffff;
  font-size: 16px;
  transition: 0.1s ease-in;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab .nav-bar-toplink:hover {
  color: #00d24f;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab .dropmenu {
  display: none;
  opacity: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #eeeeee;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab:hover .dropmenu {
  position: absolute;
  left: 0;
  display: block;
  padding: 50px;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  color: #222326;
  opacity: 1;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab:hover .dropmenu .dropmenu-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #009f3c;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab:hover .dropmenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab:hover .dropmenu ul a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  text-decoration: none;
  transition: 0.1s ease-in;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab:hover .dropmenu ul a:hover {
  color: #009f3c;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab.product:after {
  content: ' ';
  display: none;
  position: relative;
  top: -7px;
  left: 43px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(45deg);
  z-index: 1000;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab.company:after {
  content: ' ';
  display: none;
  position: relative;
  top: -7px;
  left: 48px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(45deg);
  z-index: 1000;
}
#header .header-nav-bar #nav-bar-desktop .nav-bar-section-tabs .nav-bar-section-tab:hover:after {
  display: block;
}
#header .header-nav-bar #nav-bar-mobile {
  float: right;
  cursor: pointer;
  margin-top: 22px;
}
#header .header-nav-bar #nav-bar-mobile .nav-menu {
  line-height: 70px;
}
#nav-mobile {
  font-family: "Open Sans", sans-serif;
}
#nav-mobile .nav-mobile-level {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
  will-change: transform;
  transform: translate(100%, 0px);
  border-left: 1px solid #aaabb6;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
#nav-mobile .nav-mobile-level .nav-mobile-header .nav-mobile-title {
  text-align: center;
  padding: 20px 100px;
  font-size: 20px;
  color: #009f3c;
}
#nav-mobile .nav-mobile-level .nav-mobile-header .nav-mobile-close {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
#nav-mobile .nav-mobile-level .nav-mobile-section {
  padding: 0;
  margin: 0;
}
#nav-mobile .nav-mobile-level .nav-mobile-section li {
  list-style-type: none;
}
#nav-mobile .nav-mobile-level .nav-mobile-section li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 180px 20px 20px;
  text-decoration: none;
  font-size: 20px;
  color: #333333;
}
#nav-mobile .nav-mobile-level .nav-mobile-section li .fa {
  position: absolute;
  right: 20px;
  top: 25px;
}
#nav-mobile .nav-mobile-level.is-active {
  transition-delay: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) -0.2rem 0px 1.6rem;
  transform: translate(0px, 0px);
  transition-duration: 0.3s;
}
#nav-mobile .nav-mobile-level.nav-mobile-level-2 {
  transform: translate(200%, 0px);
}
#nav-mobile .nav-mobile-level.nav-mobile-level-2 .nav-mobile-section li a {
  width: 80%;
}
#nav-mobile #nav-mobile-fade-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 400;
  transition-property: background-color, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
#nav-mobile #nav-mobile-fade-screen.is-active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
}
#footer {
  background: black;
  color: #ffffff;
}
#footer .container {
  padding: 60px 0;
}
#footer .container .footer-links .footer-logo {
  margin-bottom: 20px;
}
#footer .container .footer-links .link-item {
  margin-bottom: 30px;
}
#footer .container .footer-links .link-item:nth-child(4) {
  clear: none;
}
#footer .container .footer-links .link-item.icon {
  text-align: right;
}
#footer .container .footer-links .links-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #ffffff;
}
#footer .container .footer-links ul {
  list-style: none;
  padding: 0;
}
#footer .container .footer-links ul li {
  margin: 0 0 10px 0;
  font-size: 14px;
}
#footer .container .footer-links ul li a {
  color: #cccccc;
  text-decoration: none;
}
#footer .container .footer-links ul li a:hover {
  color: #00d24f;
}
#footer .container .footer-links .icon a {
  margin: 0 10px;
}
#footer .container .footer-links .icon a:hover {
  color: #00d24f;
}
#footer .container .footer-sublinks {
  margin-top: 20px;
  font-size: 12px;
}
@media (max-width: 768px) {
  #footer .container .footer-sublinks .link-item {
    float: none !important;
    text-align: center;
  }
}
#footer .container .footer-sublinks ul {
  list-style: none;
  padding: 0;
}
#footer .container .footer-sublinks ul li {
  display: inline-block;
  margin-right: 15px;
}
#footer .container .footer-sublinks ul li a {
  color: #cccccc;
}
#footer .container .footer-sublinks ul li a:hover {
  color: #00d24f;
}
/*# sourceMappingURL=common.css.map */