.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  font-size: 16px;
  background: rgba(0, 12, 25, 0.9);
  text-align: center;
  z-index: 5000;
  max-width: 1440px;
  margin: 0 auto; }
  .nav-cols {
    display: table;
    width: 100%; }
  .nav-col {
    display: table-cell;
    vertical-align: middle; }
    .nav-col:nth-child(2) {
      width: 100%; }
  .nav-logo {
    opacity: .8;
    position: relative;
    top: 2px; }
    .nav-logo:hover {
      opacity: 1; }
  .nav-link {
    margin: 0 17px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #fff;
    opacity: .8;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap; }
    .nav-link:hover {
      opacity: 1; }
    .nav-link.-active .nav-dropdown {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .nav-dropdown {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; }
  .nav-switcher {
    display: none;
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; }
    .nav-switcher-bar {
      position: absolute;
      left: 0;
      right: 0;
      height: 4px;
      border-radius: 5px;
      background: #fff;
      -webkit-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .nav-switcher-bar:first-child {
        top: 0; }
      .nav-switcher-bar:last-child {
        bottom: 0; }
    .nav-switcher.-active {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
      .nav-switcher.-active .nav-switcher-bar:first-child {
        -webkit-transform-origin: 13px 4px;
        transform-origin: 13px 4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .nav-switcher.-active .nav-switcher-bar:last-child {
        -webkit-transform-origin: 13px 0;
        transform-origin: 13px 0;
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg); }
  .nav-grid {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 30px 0 50px;
    background: rgba(0, 12, 25, 0.9); }
    .nav-grid-rows {
      display: table;
      width: 800px;
      margin: 0 auto; }
    .nav-grid-row {
      display: table-row; }
    .nav-grid-cell {
      display: table-cell;
      padding: 25px 0;
      width: 25%;
      text-align: center; }
    .nav-grid-title {
      display: block;
      margin-bottom: 1px;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.95); }
    .nav-grid-lead {
      display: block;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.8); }
    .nav-grid-image {
      display: block;
      height: 95px;
      position: relative; }
      .nav-grid-image img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .nav-grid-item {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      -webkit-transition: .1s all ease-in-out;
      transition: .1s all ease-in-out;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      .nav-grid-item:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px); }
  .nav-mobile {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 5px 20px;
    background: rgba(0, 12, 25, 0.9);
    text-align: left;
    font-size: 14px;
    color: #fff; }
    .nav-mobile a {
      color: #fff;
      text-decoration: none; }
    .nav-mobile-lead {
      margin-top: 3px;
      display: block;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.6); }
    .nav-mobile-image {
      position: absolute;
      width: 42px;
      left: 0;
      top: 50%;
      margin-right: 10px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .nav-mobile .accordion-title {
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      cursor: pointer; }

@media all and (max-width: 780px) {
  .nav-logo {
    opacity: 1; }
  .nav-link {
    display: none; }
  .nav-grid {
    visibility: hidden; }
  .nav-mobile {
    visibility: visible; }
  .nav-switcher {
    display: block; } }
.accordion-title {
  position: relative; }
  .accordion-title.-active .accordion-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
.accordion-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  height: 7px;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }
.accordion-content {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .accordion-content.-with-icons .accordion-title {
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px; }

@media all and (max-width: 768px) {
  .accordion-title {
    display: block;
    padding: 12px 5px; }
  .accordion-arrow {
    display: inline-block; }
  .accordion-content {
    display: none; } }
.footer {
  color: #2c3e50;
  font-size: 13px;
  line-height: 1.5; }
  .footer li {
    margin-bottom: 5px; }
  .footer a {
    color: #91979b;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer-cols {
    padding: 20px 0 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d9dbdd; }
  .footer-title {
    margin: 30px 0 20px; }
  .footer-slim {
    padding: 30px 0;
    color: #91979b; }

@media all and (max-width: 768px) {
  .footer-cols {
    padding: 40px 0 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-title {
    margin: 0;
    padding: 10px 5px;
    border-top: 1px solid #d9dbdd;
    font-size: 16px;
    cursor: pointer; }
  .footer li {
    padding: 5px 10px; } }
h5, .h5 {
  font-size: 20px; }

.page {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto; }

.site-wrapper {
  min-width: 320px;
  padding: 67px 0 0; }

.page-info {
  margin-top: 22px; }
  .page-info.-article-page-info {
    font-size: 15px; }
  .page-info a {
    color: #a8a6a6; }

.subscribe-bar .site-content {
  max-width: 960px; }

.site-content {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.page-title {
  margin-top: 22px;
  margin-bottom: 5px;
  font-size: 34px; }

.page-subtitle {
  margin-top: 22px;
  margin-bottom: 30px;
  margin-left: 3px;
  font-size: 18px; }

.page-title-separator {
  margin: 20px 0; }

.page-layout-2 {
  display: block;
  width: 100%;
  margin-bottom: 50px; }

.page-layout-2-content, .page-layout-2-sidebar {
  display: block;
  vertical-align: top; }

.article-sidebar-beta {
  padding: 32px 0 17px;
  position: relative;
  clear: both;
  margin: 35px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.page-layout-2-content {
  width: 100%;
  padding-right: 80px; }

.article-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 15px 30px;
  text-decoration: none;
  color: #333; }
  .article-list-item:hover {
    border-radius: 5px;
    background: #f1f1f1; }

.article-list-title {
  display: inline-block;
  padding-bottom: 13px;
  font-size: 22px; }

.article-list-img {
  display: inline-block;
  padding: 0 0 13px; }

.article-list-body {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5; }

.article-list-readmore {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 13px;
  color: rgba(74, 144, 226, 0.95);
  text-decoration: none; }

.pagination {
  padding: 30px 5px 40px;
  font-size: 18px;
  overflow: hidden; }

.pagination-prev, .pagination-next {
  font-family: 'Lucida Grande', sans-serif;
  font-weight: 300;
  text-decoration: none; }

.sidebar-widget {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0; }
  .sidebar-widget:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.sidebar-widget-info, .page-info {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  color: #727272; }
  .sidebar-widget-info a, .page-info a {
    font-style: normal;
    font-weight: 400;
    text-decoration: none; }
    .sidebar-widget-info a:hover, .page-info a:hover {
      text-decoration: underline; }

.sidebar-widget-list {
  font-size: 14px;
  line-height: 1.5; }
  .sidebar-widget-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .sidebar-widget-list li {
    margin-bottom: 10px; }
  .sidebar-widget-list a {
    text-decoration: none; }
    .sidebar-widget-list a:hover {
      text-decoration: underline; }

.sidebar-widget-title {
  font-size: 20px;
  margin-bottom: 15px; }

.sidebar-widget-product-product {
  display: table;
  margin-bottom: 20px;
  color: #333;
  text-decoration: none;
  font-size: 13px; }
  .sidebar-widget-product-product img {
    position: relative;
    top: 2px; }

.sidebar-widget-product-product-col {
  display: table-cell;
  vertical-align: middle; }
  .sidebar-widget-product-product-col:first-child {
    padding-right: 15px; }

.sidebar-widget-product-name {
  display: block;
  padding-bottom: 5px;
  font-size: 24px; }

.subscribe-bar {
  display: table;
  width: 100%;
  padding: 35px 0;
  color: rgba(255, 255, 255, 0.6);
  background: #363b42; }

.subscribe-bar-left, .subscribe-bar-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle; }

.subscribe-bar-title {
  font-size: 16px;
  font-weight: 300;
  font-style: italic; }

.subscribe-bar-right {
  text-align: center; }

.subscribe-field {
  margin-right: 15px;
  padding: 10px 15px 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  color: #fff; }
  .subscribe-field:focus {
    border-color: #4a90e2;
    outline: none; }
  .subscribe-field.error {
    border-color: #d0021b;
    color: #760000; }

.subscribe-button {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  background: none;
  text-decoration: none !important;
  font-size: 16px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff; }
  .subscribe-button[disabled] {
    background: none !important;
    box-shadow: inset 0 0 0 2px #afb2b6 !important;
    color: #afb2b6 !important; }
  .subscribe-button:hover {
    background: #fff;
    color: #363b42; }

.subscribe-success {
  display: none;
  padding: 11px 0 10px 55px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  margin-left: 50px;
  background: url(/img/default/form_states/success.svg) left center no-repeat; }

hr {
  border: none;
  border-top: 1px solid #e7e7e7;
  margin: 0; }

.article img {
  max-width: 100%; }

.article-list-img img {
  max-width: 700px; }

.article ul,
.article li {
  line-height: 1.8; }

.article p {
  margin: 15px 0 15px;
  line-height: 1.8; }

.article hr {
  margin: 35px 0 40px; }

.article h2 {
  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4; }

.article h3 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4; }

.article-author {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden; }

.article-author-photo {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 25px; }

.article-author-name {
  padding-top: 20px;
  font-size: 18px;
  text-decoration: none;
  color: #A8A6A6; }

.article-signature {
  font-size: 13px;
  color: #A8A6A6;
  margin-top: 5px;
  font-style: italic; }

.article-date {
  margin-top: 15px;
  font-size: 13px;
  font-style: italic;
  opacity: .6; }

.article-share {
  margin: 40px 0; }
  .article-share-block {
    display: inline-block;
    vertical-align: top; }
  .article-share-text {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    line-height: 20px;
    font-weight: 400; }

.article-share-title {
  margin-right: 20px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }

.article-header {
  padding: 0;
  text-align: left; }

.article-header .article-share-like {
  margin: 8px 12px 0 0; }

.article-share-like {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 6px 0; }

.article-view {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 20px;
  color: #79bc75; }

.article-share-text {
  color: #79bc75;
  font-size: 11px; }

.article-share-text div, .article-view div {
  font-size: 24px;
  font-weight: bolder;
  position: relative;
  top: 0; }

@media (max-width: 980px) {
  .page-layout-2 {
    display: block; }

  .subscribe-bar-left {
    width: 100%;
    display: block;
    margin: 0 0 20px; }

  .subscribe-bar-right {
    text-align: left; }

  p img, h2 img, .article-list-img img {
    height: auto !important; } }
@media (max-width: 860px) {
  .page-layout-2-content {
    width: 100%;
    max-width: 100%; }

  .site-content {
    max-width: 660px; } }
.products-wrapper {
  background: -webkit-linear-gradient(#354769, #506283);
  background: linear-gradient(#354769, #506283); }
  .products-wrapper .products {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 20px; }
    .products-wrapper .products-header {
      font-size: 34px;
      color: #fff;
      line-height: 42px;
      padding-top: 24px; }
    .products-wrapper .products-text {
      font-weight: 400;
      font-size: 24px;
      color: #fff;
      line-height: 33px;
      padding-top: 15px;
      padding-bottom: 25px; }
    .products-wrapper .products-btn {
      display: inline-block;
      vertical-align: top;
      background: #2dc962;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
      border-radius: 5px;
      font-family: 'Lato', sans-serif;
      font-weight: 600;
      font-size: 21px;
      color: #fff;
      line-height: 25px;
      padding: 10px 50px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .products-wrapper .products-btn:hover {
        opacity: 0.9; }

@media (max-width: 610px) {
  .article-share {
    text-align: center;
    margin: 40px 0 0; }
    .article-share-title {
      display: block;
      margin-bottom: 15px; }

  .page-title {
    font-size: 30px; }

  .article-list-img img, .article img {
    width: 100% !important;
    height: auto !important; }

  .article-share-like {
    margin: 0 2px 0 !important; }

  .article-header .article-share-like {
    margin: 8px 4px 0 0 !important; }

  .article-sidebar {
    margin-top: 20px;
    text-align: center; }

  .subscribe-bar-left, .subscribe-bar-right {
    text-align: center;
    display: block;
    width: 100%; }

  .subscribe-field {
    margin-right: 0;
    margin-bottom: 20px; }

  input[type="submit"] {
    display: block;
    margin: 0 auto; } }
@media (max-width: 460px) {
  .article-view {
    border-right: 0; }

  .article-share-block {
    display: block; }

  .article-share-text {
    margin-left: 0; }

  .sidebar-widget-list ul {
    text-align: left; } }
.pagination-buttons {
  padding: 30px 5px 40px;
  font-size: 18px;
  overflow: hidden; }
  .pagination-buttons ul {
    width: 100%; }
    .pagination-buttons ul li {
      list-style-type: none;
      display: inline-block; }
      .pagination-buttons ul li .pagination-buttons-items {
        text-decoration: none;
        font-family: 'Lucida Grande', sans-serif; }
        .pagination-buttons ul li .pagination-buttons-items.active {
          font-weight: bold;
          border-bottom: 1px solid; }
  .pagination-buttons .pagination-buttons-prev, .pagination-buttons .pagination-buttons-next {
    font-family: 'Lucida Grande', sans-serif;
    font-weight: 300;
    text-decoration: none; }

/*# sourceMappingURL=howto.css.map */
