/* ==========================================================================
 colors
 ========================================================================== */
/* @include center(true, false); */
/*  https://github.com/pfist/quantum-shadows
 ========================================================================== */
/* ==========================================================================
 placeholder
 ========================================================================== */
/* ==========================================================================
 HAMBURGER
 ========================================================================== */
/* ===================================== https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos ===================================== */
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 > div {
 margin-bottom: .4em;
 background: #333;
 padding: .8em;
 color: #fff;
 }
 }
 */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-italic-webfont.woff2') format('woff2'), url('../fonts/lato-italic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* FONTS
 ========================================================================== */
@font-face {
  font-family: "i";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/i.woff") format('woff'), url("../fonts/i.woff2") format('woff2');
}
@font-face {
  font-family: "walls_black";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/TTWalls-TTWallsBlack.woff") format('woff'), url("../fonts/TTWalls-TTWallsBlack.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Lato';
  font-weight: 300;
  position: relative;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  color: #fff;
  background: #0e8bbd;
}
body ::selection {
  color: #fff;
  background: #0e8bbd;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  padding: 0 10px;
  outline: 0 none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='email'], input[type='password'], input[type='tel'], textarea {
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 10px;
  color: #222;
  border: 1px solid #e1e1e1;
}
input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 16px;
  opacity: 1;
  color: #4c4c4c;
}
input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  opacity: 1;
  color: #4c4c4c;
}
input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 16px;
  opacity: 1;
  color: #4c4c4c;
}
textarea {
  height: 120px;
  padding-top: 10px;
  resize: none;
}
input[type=text]:focus, input[type=search]:focus, input[type=email]:focus, input[type='password']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #0e8bbd !important;
  box-shadow: 0 0 3px #0e8bbd !important;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type='password']:focus::-webkit-input-placeholder, input[type='tel']:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input[type=text]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type='password']:focus::-moz-placeholder, input[type='tel']:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 1;
  color: transparent !important;
}
input[type=text]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type='password']:focus:-ms-input-placeholder, input[type='tel']:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #0e8bbd;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 20px 0;
  border: 0 none;
  background: #707070;
}
strong, b {
  font-weight: normal;
}
i {
  font-style: normal;
}
/*
 @media screen and (min-width: $media_row) {
 ::-webkit-scrollbar {
 width: 13px;
 }
 ::-webkit-scrollbar-track {
 border-left: 1px solid #ccc;
 background-color: #eaeaea;
 }
 ::-webkit-scrollbar-thumb {
 background-color: $a;
 }
 ::-webkit-scrollbar-thumb:hover {
 background: darken($a, 5%);
 }
 }*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.s_around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex.ai_all_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.ai_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flex.ai_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
[class*='col-'] {
  width: 100%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 20px;
  }
}
[data-icon]:before {
  font-family: 'i' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  content: attr(data-icon);
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^='i-']:before, [class*=' i-']:before {
  font-family: 'i' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-t-left:before {
  content: "\61";
}
.i-t-right:before {
  content: "\62";
}
.i-t-down:before {
  content: "\63";
}
.i-t-up:before {
  content: "\64";
}
.i-mail:before {
  content: "\65";
}
.i-search:before {
  content: "\66";
}
.i-marker:before {
  content: "\67";
}
.i-calendar:before {
  content: "\68";
}
.i-phone:before {
  content: "\69";
}
.i-cross:before {
  content: "\6a";
}
.i-down:before {
  content: "\6b";
}
.i-up:before {
  content: "\6c";
}
.i-left:before {
  content: "\6d";
}
.i-right:before {
  content: "\6e";
}
.i-alert:before {
  content: "\6f";
}
.i-done:before {
  content: "\70";
}
.i-cog:before {
  content: "\71";
}
.i-l-left:before {
  content: "\72";
}
.i-l-right:before {
  content: "\73";
}
.i-l-down:before {
  content: "\74";
}
.i-play-circle:before {
  content: "\75";
}
.i-check:before {
  content: "\76";
}
.i-heart:before {
  content: "\77";
}
.i-c-gp:before {
  content: "\78";
}
.i-c-kv:before {
  content: "\79";
}
.i-c-tr:before {
  content: "\7a";
}
.i-c-bk:before {
  content: "\41";
}
.i-c-pr:before {
  content: "\42";
}
.i-c-ln:before {
  content: "\43";
}
.i-c-yb:before {
  content: "\44";
}
.i-c-vm:before {
  content: "\45";
}
.i-c-ism:before {
  content: "\46";
}
.i-c-up:before {
  content: "\47";
}
.i-c-down:before {
  content: "\48";
}
.i-c-left:before {
  content: "\49";
}
.i-c-right:before {
  content: "\4a";
}
.i-exit:before {
  content: "\4b";
}
.i-home:before {
  content: "\4c";
}
.i-cart:before {
  content: "\4d";
}
.i-mail2:before {
  content: "\4e";
}
.i-phone2:before {
  content: "\4f";
}
.i-serach2:before {
  content: "\50";
}
.i-c-tmblr:before {
  content: "\51";
}
.i-eye:before {
  content: "\52";
}
.i-comments:before {
  content: "\53";
}
.i-edit:before {
  content: "\54";
}
.i-user:before {
  content: "\55";
}
.i-quote:before {
  content: "\56";
}
.i-list:before {
  content: "\57";
}
.i-grid:before {
  content: "\58";
}
.i-rss:before {
  content: "\59";
}
.i-play:before {
  content: "\5a";
}
.i-bag:before {
  content: "\30";
}
.i-cart-new:before {
  content: "\31";
}
.i-lock:before {
  content: "\32";
}
.i-info-circle:before {
  content: "\33";
}
.i-clock:before {
  content: "\34";
}
.i-calendar1:before {
  content: "\35";
}
.i-check-circle:before {
  content: "\36";
}
.i-download:before {
  content: "\37";
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}
.alignright {
  float: right;
  padding-left: 20px;
  padding-bottom: 10px;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 404 page
 ========================================================================== */
.error404 main {
  margin: 0 0 40px;
  text-align: center;
}
.error404 h1 {
  font-size: 18px;
  margin: 30px 0 20px;
}
.error404 h1 i {
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
}
.error404 .search404 {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}
.error404 .search404 span {
  position: relative;
  display: block;
}
.error404 .search404 .i-search {
  margin: 20px 0;
}
.error404 .search404 .i-search:before {
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.error404 .search404 input[type='search'] {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.inside_web {
  position: relative;
  width: 280px;
  height: 260px;
  margin: 0 auto;
}
.inside_web .l_overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 100%;
  background: transparent;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, .87), 0 0 19px 0 rgba(0, 0, 0, .16) inset;
}
.inside_web .i-cog {
  position: absolute;
  z-index: -2;
}
.cog_top {
  top: 0;
  left: 50px;
}
.cog_top:before {
  font-size: 150px;
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
  color: #999;
}
.cog_left {
  top: 114px;
  left: 35px;
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}
.cog_left:before {
  font-size: 110px;
  -webkit-animation: rotate_left 10s 0.1s infinite reverse linear;
  animation: rotate_left 10s 0.1s infinite reverse linear;
  color: #666;
}
.cog_right {
  top: 175px;
  left: 118px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cog_right:before {
  font-size: 75px;
  -webkit-animation: rotate_right 10.4s 0.4s infinite linear;
  animation: rotate_right 10.4s 0.4s infinite linear;
  color: #444;
}
/* Animations */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate_left {
  from {
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
  }
  to {
    -webkit-transform: rotate(376deg);
    transform: rotate(376deg);
  }
}
@keyframes rotate_left {
  from {
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
  }
  to {
    -webkit-transform: rotate(376deg);
    transform: rotate(376deg);
  }
}
@-webkit-keyframes rotate_right {
  from {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  to {
    -webkit-transform: rotate(364deg);
    transform: rotate(364deg);
  }
}
@keyframes rotate_right {
  from {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  to {
    -webkit-transform: rotate(364deg);
    transform: rotate(364deg);
  }
}
/*
 .comment_wrap{
 padding: 5px;
 }
 .commentlist{
 .depth-1{
 margin-bottom: 20px;
 padding: 10px;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
 &.thread-even{
 border-top: 3px solid $a;
 }
 &.thread-odd{
 border-top: 3px solid $b;
 }
 }
 .comment-author{
 display: inline-block;
 .avatar{
 display: none;
 }
 }
 .comment-meta{
 display: inline-block;
 }
 .reply{
 text-align: right;
 }
 }
 */
/* ==========================================================================
 HELPERS
 ========================================================================== */
body {
  overflow-x: hidden;
  padding-top: 80px;
  color: #000;
}
.row {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.row_1050 {
  position: relative;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}
.sidebar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sidebar_container .sidebar_menu_relative {
  -webkit-flex-basis: 330px;
  -moz-flex-basis: 330px;
  -ms-flex-basis: 330px;
  flex-basis: 330px;
  margin-left: 10px;
  position: static !important;
  margin-top: 110px;
}
.sidebar_container .main_container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#content {
  padding: 50px 0 40px 0;
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 20;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg_center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.btn, .post-password-form input[type="submit"] {
  font-weight: 900;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #0e8bbd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn_mini, .post-password-form input[type="submit"].btn_mini {
  font-size: 13px;
}
.btn.btn_big, .post-password-form input[type="submit"].btn_big {
  font-size: 26px;
  padding: 27px 40px;
}
.btn.btn_full, .post-password-form input[type="submit"].btn_full {
  width: 100%;
}
.btn.btn_bottom_margin, .post-password-form input[type="submit"].btn_bottom_margin {
  margin-bottom: 10px;
}
.btn.btn_info_kit:before, .post-password-form input[type="submit"].btn_info_kit:before {
  width: 115px;
  height: 108px;
  top: -25px;
  left: 0;
  position: absolute;
  content: '';
  background-image: url(../img/btn_info_kit.png);
}
.btn.btn_right_arrow:after, .post-password-form input[type="submit"].btn_right_arrow:after {
  text-transform: none !important;
  content: "\62";
  padding-left: 10px;
  position: relative;
  top: 3px;
  font-family: 'i' !important;
}
.btn:hover, .post-password-form input[type="submit"]:hover {
  background: #0b6f97;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active, .post-password-form input[type="submit"]:active {
  background: #095776;
}
.btn.btn_green, .post-password-form input[type="submit"].btn_green {
  background: #00c853;
}
.btn.btn_green:hover, .post-password-form input[type="submit"].btn_green:hover {
  background: #009f42;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_green:active, .post-password-form input[type="submit"].btn_green:active {
  background: #007c33;
}
.btn.btn_cherry, .post-password-form input[type="submit"].btn_cherry {
  background: #c41a47;
}
.btn.btn_cherry:hover, .post-password-form input[type="submit"].btn_cherry:hover {
  background: #a0153a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_cherry:active, .post-password-form input[type="submit"].btn_cherry:active {
  background: #80112f;
}
.btn.btn_red, .post-password-form input[type="submit"].btn_red {
  background: #dc0405;
}
.btn.btn_red:hover, .post-password-form input[type="submit"].btn_red:hover {
  background: #b40304;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_red:active, .post-password-form input[type="submit"].btn_red:active {
  background: #910303;
}
.btn.btn_red_new, .post-password-form input[type="submit"].btn_red_new {
  background: #ee3c45;
}
.btn.btn_red_new:hover, .post-password-form input[type="submit"].btn_red_new:hover {
  background: #eb1621;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_red_new:active, .post-password-form input[type="submit"].btn_red_new:active {
  background: #cc121b;
}
.btn.btn_orange, .post-password-form input[type="submit"].btn_orange {
  background: #f54025;
}
.btn.btn_orange:hover, .post-password-form input[type="submit"].btn_orange:hover {
  background: #e7270b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_orange:active, .post-password-form input[type="submit"].btn_orange:active {
  background: #c42109;
}
.btn.btn_oranges, .post-password-form input[type="submit"].btn_oranges {
  background: #ffc439;
}
.btn.btn_oranges:hover, .post-password-form input[type="submit"].btn_oranges:hover {
  background: #ffb810;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_oranges:active, .post-password-form input[type="submit"].btn_oranges:active {
  background: #eca500;
}
.no_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #0e8bbd;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.wysiwyg h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}
.wysiwyg h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}
.wysiwyg p {
  padding-bottom: 20px;
  font-family: "Lato";
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .wysiwyg p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .wysiwyg iframe {
    width: 100% !important;
  }
}
strong, b {
  font-family: "Lato";
  font-weight: 700;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 14px/1 'Lato', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 0 auto !important;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output:before {
  display: none !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
.wpcf7 .ajax-loader {
  display: none;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s_link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s_link a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s_link a:before {
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s_link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s_link a.i-c-bk {
  background: #3b5993;
}
.s_link a.i-c-tr {
  background: #55acee;
}
.s_link a.i-c-ism:hover {
  background: #181818;
}
.s_link a.i-c-ln:hover {
  background: #0177b5;
}
.s_link a.i-c-gp {
  background: #d94733;
}
.s_link a.i-c-pr {
  background: #bd1e23;
}
.s_link a.i-c-yb:hover {
  background: #f80000;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sidebar_menu_wrap {
  width: 100%;
  max-width: 300px;
  background: #f1f6f8;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  left: 10px;
  top: 130px;
  z-index: 100;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li > a {
  display: block;
  background: #e1e9ec;
  cursor: default;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 900;
  color: #313333;
  position: relative;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li > a span {
  position: absolute;
  right: 20px;
  top: 17px;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li.sub_active > a span:before {
  content: "\6c" !important;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul {
  padding: 10px 15px;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul a {
  font-weight: 900;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #9ed3f3;
  padding-left: 20px;
  color: #313333;
  font-size: 18px;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul a:hover {
  color: #00c853;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a .sub_open > a {
  cursor: pointer !important;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a .sub_open:hover > a {
  background: #cfe0e7;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a .sub_open:active > a {
  background: #adcad6;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a .sub_open ul {
  display: none;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
body {
  overflow-x: hidden;
  padding-top: 80px;
}
.row {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.sidebar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sidebar_container .sidebar_menu_relative {
  -webkit-flex-basis: 330px;
  -moz-flex-basis: 330px;
  -ms-flex-basis: 330px;
  flex-basis: 330px;
  margin-left: 10px;
  position: static !important;
  margin-top: 130px;
}
.sidebar_container .main_container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#content {
  padding: 50px 0 40px 0;
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 2000;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg_center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.btn, .post-password-form input[type="submit"] {
  font-weight: 900;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #0e8bbd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn_mini, .post-password-form input[type="submit"].btn_mini {
  font-size: 13px;
}
.btn.btn_big, .post-password-form input[type="submit"].btn_big {
  font-size: 26px;
  padding: 27px 40px;
}
.btn:hover, .post-password-form input[type="submit"]:hover {
  background: #0b6f97;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active, .post-password-form input[type="submit"]:active {
  background: #095776;
}
.btn.btn_green, .post-password-form input[type="submit"].btn_green {
  background: #00c853;
}
.btn.btn_green:hover, .post-password-form input[type="submit"].btn_green:hover {
  background: #009f42;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_green:active, .post-password-form input[type="submit"].btn_green:active {
  background: #007c33;
}
.btn.btn_cherry, .post-password-form input[type="submit"].btn_cherry {
  background: #c41a47;
}
.btn.btn_cherry:hover, .post-password-form input[type="submit"].btn_cherry:hover {
  background: #a0153a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_cherry:active, .post-password-form input[type="submit"].btn_cherry:active {
  background: #80112f;
}
.btn.btn_red, .post-password-form input[type="submit"].btn_red {
  background: #dc0405;
}
.btn.btn_red:hover, .post-password-form input[type="submit"].btn_red:hover {
  background: #b40304;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_red:active, .post-password-form input[type="submit"].btn_red:active {
  background: #910303;
}
.btn.btn_orange, .post-password-form input[type="submit"].btn_orange {
  background: #f54025;
}
.btn.btn_orange:hover, .post-password-form input[type="submit"].btn_orange:hover {
  background: #e7270b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn_orange:active, .post-password-form input[type="submit"].btn_orange:active {
  background: #c42109;
}
.no_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #0e8bbd;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.wysiwyg p {
  padding-bottom: 20px;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 14px/1 'Lato', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: 'x';
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
.wpcf7 .ajax-loader {
  display: none;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s_link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s_link a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s_link a:before {
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s_link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s_link a.i-c-bk {
  background: #3b5993;
}
.s_link a.i-c-tr {
  background: #55acee;
}
.s_link a.i-c-ism:hover {
  background: #181818;
}
.s_link a.i-c-ln:hover {
  background: #0177b5;
}
.s_link a.i-c-gp {
  background: #d94733;
}
.s_link a.i-c-pr {
  background: #bd1e23;
}
.s_link a.i-c-yb:hover {
  background: #f80000;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sidebar_menu_wrap {
  width: 100%;
  max-width: 300px;
  background: #f1f6f8;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  left: 10px;
  top: 130px;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li > a {
  display: block;
  background: #e1e9ec;
  cursor: default;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 900;
  color: #313333;
  position: relative;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li > a span {
  position: absolute;
  right: 20px;
  top: 17px;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li.sub_active > a span:before {
  content: "\6c" !important;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul {
  padding: 10px 15px;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul a {
  font-weight: 900;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #9ed3f3;
  padding-left: 20px;
  color: #313333;
  font-size: 18px;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul a:hover {
  color: #00c853;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a .sub_open > a {
  cursor: pointer !important;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a .sub_open:hover > a {
  background: #cfe0e7;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a .sub_open:active > a {
  background: #adcad6;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a .sub_open ul {
  display: none;
}
.footer_info_bar {
  position: relative;
  z-index: 300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.footer_info_bar .footer_info_bar_close {
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}
.footer_info_bar .footer_info_bar_close:hover {
  color: #0e8bbd;
}
.footer_info_bar .box_item {
  padding-left: 120px;
  min-height: 80px;
  position: relative;
  width: 460px;
  display: block;
}
.footer_info_bar .box_item:hover .arrow:before {
  right: -10px;
}
.footer_info_bar .arrow {
  position: relative;
  max-width: 270px;
}
.footer_info_bar .arrow::before {
  position: absolute;
  right: 0;
  top: 40%;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_info_bar .left_side {
  background: #ebebeb;
  -webkit-flex-basis: 460px;
  -moz-flex-basis: 460px;
  -ms-flex-basis: 460px;
  flex-basis: 460px;
  height: 90px;
  float: right;
}
.footer_info_bar .left_side .f_left_content {
  float: right;
  padding-top: 15px;
}
.footer_info_bar .left_side .f_left_content img {
  position: absolute;
  left: 0;
  top: -17px;
  max-width: 130px;
}
.footer_info_bar .left_side h4 {
  color: #232323;
  font-weight: 300;
  font-size: 17px;
  padding-bottom: 5px;
}
.footer_info_bar .left_side h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fc2626;
}
.footer_info_bar .right_side {
  -webkit-flex-basis: 460px;
  -moz-flex-basis: 460px;
  -ms-flex-basis: 460px;
  flex-basis: 460px;
  background: #e1e1e1;
  border-left: 1px solid #d6d6d6;
}
.footer_info_bar .right_side .box_item {
  padding-left: 30px;
}
.footer_info_bar .right_side .f_right_content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_info_bar .right_side .f_right_content h2 {
  font-size: 17px;
  color: #345b92;
  font-weight: 900;
}
.footer_info_bar .right_side .f_right_content h4 {
  font-size: 17px;
  color: #232323;
  padding: 5px 0;
}
.footer_info_bar .right_side .f_right_content img {
  position: absolute;
  right: 10px;
  top: -35px;
  max-width: 140px;
}
.footer_info_bar .right_side .f_right_content:hover .arrow:before {
  left: -10px;
}
.footer_info_bar .right_side .arrow {
  padding-left: 65px;
}
.footer_info_bar .right_side .arrow:before {
  left: 0;
  right: auto;
}
.floating_container {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2800;
}
.floating_container.go {
  position: static !important;
  background: #fff !important;
}
.fixed_container {
  position: relative;
  z-index: 3000;
}
body.home .fixed_container {
  display: none;
}
body.home.show_bottom_bar .fixed_container {
  display: block !important;
}
.ul li {
  position: relative;
  font-size: 23px;
  padding-left: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}
.ul li:before {
  content: "\70";
  text-transform: none;
  font-family: "i";
  position: absolute;
  left: 0;
  top: 0;
  color: #00c853;
  font-size: 25px;
}
.ul li mark {
  color: #f54025;
}
.map_sub {
  color: #036 !important;
  font-family: "globerlight";
  font-size: 22px !important;
  font-weight: 300 !important;
  letter-spacing: -1.5px;
  line-height: 1;
  padding-bottom: 5px;
  padding-left: 0 !important;
}
.map-content ul li.map_sub:before {
  display: none !important;
}
.map_select_wrap .selectric-wrapper {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
.map_select_wrap .selectric {
  padding: 0 60px 0 45px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #01a545;
}
.map_select_wrap .selectric .label {
  font-size: 20px;
  color: #000;
  line-height: 59px;
  height: 59px;
  text-transform: uppercase;
  font-weight: 700;
}
.map_select_wrap .selectric .button {
  width: 10px;
  height: 10px;
  right: 63px;
  top: 25px;
  background-color: #fff;
}
.map_select_wrap .selectric .button:after {
  border: 10px solid transparent;
  border-top-color: #00c853;
  border-bottom: none;
}
.spiner_btn_fix {
  position: relative;
  top: 13px;
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #0e8bbd;
  background: #0e8bbd;
}
.r_menu_fb_lk {
  padding-left: 20px;
}
.logo_instructions {
  display: none;
}
.products-template-default .fixed_container {
  display: none;
}
body.show_bottom_bar .fixed_container {
  display: block !important;
}
.footer_contacts_bottom a {
  line-height: 1.6;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
#logo {
  opacity: 1;
  position: fixed;
  top: 5px;
  z-index: 110;
  left: 10px;
  width: 100%;
  max-width: 285px;
  text-align: center;
}
#logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.sticky_nav #logo img {
  max-width: 240px;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 102;
  will-change: transform, opacity;
  padding-left: 240px;
  border-bottom: 1px solid #005b7f;
  background: #0b92c3;
  background: -moz-linear-gradient(top, #0b92c3 0%, #1380b3 100%);
  background: -webkit-linear-gradient(top, #0b92c3 0%, #1380b3 100%);
  background: linear-gradient(to bottom, #0b92c3 0%, #1380b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b92c3', endColorstr='#1380b3', GradientType=0);
}
header .main_nav {
  font-size: 0;
}
header .main_nav * {
  line-height: 1;
}
header .main_nav a {
  display: block;
}
header .main_nav li {
  vertical-align: top;
}
header .level_a {
  position: relative;
}
header .level_a > li {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
header .level_a > li > a {
  border-right: 1px solid #005b7f;
  width: 100%;
  height: 80px;
  font-size: 16px;
  color: #fff;
  line-height: 80px;
  text-transform: uppercase;
}
header .level_a > li.current-menu-item > a, header .level_a > li:hover > a {
  background: #1897c8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
header .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
header .level_a > .menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
header .level_a > .menu-item-has-children:hover > .sub-menu {
  display: block;
}
header .main_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .sub_icon {
  position: relative;
  right: -6px;
  font-size: 11px;
  top: 0;
}
/* ==========================================================================
 ideas_submenu
 ========================================================================== */
header .ideas_submenu > .sub-menu {
  text-align: left;
  position: absolute;
  z-index: 100;
  font-size: 0;
  display: none;
  width: 100%;
}
header .ideas_submenu > .sub-menu li {
  list-style-type: none;
}
header .ideas_submenu > .sub-menu a {
  text-transform: uppercase;
  font-size: 14px;
  color: #023750;
}
header .ideas_submenu > .sub-menu > li.menu_all_prod {
  padding: 10px 0;
  background: #b3eaff;
}
header .ideas_submenu > .sub-menu > li.menu_all_prod > a {
  display: none;
}
header .ideas_submenu > .sub-menu > li.menu_all_prod .sub-menu {
  font-size: 0;
}
header .ideas_submenu > .sub-menu > li.menu_all_prod .sub-menu li {
  width: 25%;
  vertical-align: top;
  display: inline-block;
}
header .ideas_submenu > .sub-menu > li.menu_all_prod .sub-menu a {
  background: #b3eaff;
  font-size: 14px;
  width: 100%;
  padding: 8px 30px;
}
header .ideas_submenu > .sub-menu > li.menu_all_prod .sub-menu a:hover {
  background: #08567a;
  color: #fff;
}
header .ideas_submenu > .sub-menu > li:not(.menu_all_prod) {
  display: inline-block;
  position: static;
}
header .ideas_submenu > .sub-menu > li:not(.menu_all_prod) > a {
  border-right: 1px solid #005b7f;
  background: #0d6994;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  background: -moz-linear-gradient(top, #0d6994 0%, #1380b2 100%);
  background: -webkit-linear-gradient(top, #0d6994 0%, #1380b2 100%);
  background: linear-gradient(to bottom, #0d6994 0%, #1380b2 100%);
}
header .ideas_submenu > .sub-menu > li:not(.menu_all_prod) > a:hover {
  background: -moz-linear-gradient(top, #1380b2 0%, #0d6994 100%);
  background: -webkit-linear-gradient(top, #1380b2 0%, #0d6994 100%);
  background: linear-gradient(to bottom, #1380b2 0%, #0d6994 100%);
}
header .ideas_submenu > .sub-menu > li:not(.menu_all_prod) .sub-menu {
  position: absolute;
  display: none;
  left: 0;
}
header .ideas_submenu > .sub-menu > li:not(.menu_all_prod) .sub-menu a {
  border-right: 1px solid #34708d;
  background: #08567a;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
}
header .ideas_submenu > .sub-menu > li:not(.menu_all_prod) .sub-menu a:hover {
  background: #0a6792;
}
header .ideas_submenu > .sub-menu > li:not(.menu_all_prod):hover .sub-menu {
  display: block;
}
header .order_now_menu a {
  font-weight: 700;
}
.header_info_kit {
  background: #1897c8;
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-basis: 350px;
  flex-basis: 350px;
  height: 80px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 40px;
  line-height: 80px;
  display: block;
  text-align: left;
  font-weight: 900;
}
.header_info_kit img {
  position: absolute;
  right: 0;
  top: 10px;
}
.header_info_kit:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  background: #262931;
  z-index: 3000;
  position: relative;
}
footer .footer_bottom {
  background: #202329;
  padding: 30px 0;
}
footer .copyright {
  color: #6f7072;
  font-size: 14px;
  font-weight: 400;
}
footer .copyright span {
  display: inline-block;
  margin: 0 10px;
}
footer .copyright a {
  color: #6f7072;
}
footer .copyright a:hover {
  color: #fff;
}
footer .footer_nav {
  padding: 60px 110px 50px;
}
footer .footer_nav a {
  display: inline-block;
}
footer .footer_lvl_a > li > a {
  margin-bottom: 30px;
  cursor: default;
  color: #fff;
  font-weight: 700;
}
footer .footer_lvl_a > li ul a {
  color: #a8acb6;
  margin-bottom: 5px;
  font-size: 15px;
}
footer .footer_lvl_a > li ul a:hover {
  color: #fff;
}
.remodal_privacy_policy {
  text-align: left;
  max-width: 1100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home_top_block {
  padding: 20px;
  min-height: 750px;
  text-align: center;
  position: relative;
}
.home_top_block h1 {
  display: block;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, .44);
  font-size: 60px;
  width: 100%;
  font-weight: 300;
  margin-bottom: 60px;
}
.home_top_block h1 strong {
  font-weight: 900;
  font-style: normal;
}
.home_video_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
}
.home .w_content {
  z-index: 10;
  position: relative;
  background-repeat: no-repeat;
  background-position: 85% bottom;
  background-color: #fff;
  padding: 0 0 50px;
}
.home .w_content h2 {
  text-align: center;
  font-size: 40px;
  color: #565656;
  font-weight: 300;
  padding-bottom: 100px;
}
.home .w_content .inner_content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home .w_content .inner_content p {
  font-size: 19px;
}
.home .w_content .inner_content strong {
  font-weight: 700;
}
.home .w_content .inner_content a {
  text-decoration: underline;
}
.home .w_content .inner_content .w_content_item {
  padding-left: 120px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-color: transparent;
  min-height: 95px;
  padding-top: 30px;
  position: relative;
}
.home .w_content .header_info_kit {
  position: absolute;
  background-color: transparent;
  left: 478px;
  top: 4px;
  width: 100px;
}
.home .w_content .header_info_kit:hover {
  box-shadow: none;
}
/* ==========================================================================
 fund_riser_block
 ========================================================================== */
.fund_riser_block {
  padding: 50px 0 40px;
  text-align: center;
  background-attachment: fixed;
  z-index: 20;
  position: relative;
  background-repeat: no-repeat;
}
.fund_riser_block .fundraisers_title {
  display: inline-block;
  margin-bottom: 45px;
  padding: 5px;
  background-color: rgba(0, 200, 83, .5);
  background-repeat: no-repeat;
  background-position: 40px center;
}
.fund_riser_block .fundraisers_title h3 {
  border: 2px solid #fff;
  padding: 15px 30px 15px 100px;
  font-size: 40px;
  color: #fff;
  font-weight: 300;
}
.fund_riser_block .fundraisers_title h3 strong {
  font-weight: 700;
}
.fund_riser_block .products_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.fund_riser_block.high_profit .btn_more_info {
  background: #00c853;
}
.fund_riser_block.no_risk_order .fundraisers_title {
  background-color: rgba(14, 139, 189, .5);
}
.fund_riser_block.no_risk_order .profit {
  background: #0e8bbd;
}
.fund_riser_block.no_risk_order .btn_more_info {
  background: #0e8bbd;
}
.fund_riser_block.candy_fundraisers .fundraisers_title {
  background-color: rgba(245, 64, 37, .5);
}
.fund_riser_block.candy_fundraisers .profit {
  background: #ee3c45;
}
.profit {
  width: 110px;
  height: 110px;
  padding: 5px;
  background: #00c853;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profit.blue {
  background: #0e8bbd;
}
.profit.red {
  background: #ee3c45;
}
.profit span {
  display: block;
  padding: 2px 0;
  font-weight: 700;
  font-size: 26px;
}
.profit .inner {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  text-align: center;
  padding-top: 9px;
  border: 2px solid #fff;
}
.prod_item {
  position: relative;
  background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-position: center center;
}
.prod_item .img {
  min-height: 445px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.prod_item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  margin-top: 10px;
}
.prod_item .prod_title {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  font-size: 30px;
  z-index: 10;
  color: #000;
  font-weight: 900;
}
.prod_item .prod_title .prod_title_description {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #4c4c4c;
  font-weight: 300;
  padding-top: 5px;
}
.prod_item .btn_wrap {
  max-width: 420px;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}
.prod_item .btn_wrap .find_more {
  margin-bottom: 30px;
}
.prod_item .back_description {
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  top: 160px;
  width: 100%;
  left: 0;
  text-align: left;
  font-size: 0;
  right: 0;
}
.prod_item .back_description li {
  display: inline-block;
  width: 50%;
  padding: 0 25px;
  vertical-align: top;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.prod_item .back_description li:before {
  content: "\70";
  font-family: "i";
  color: #0e8bbd;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.prod_item .front .btn_wrap {
  text-align: center;
}
.btn_more_info {
  padding: 15px 40px;
}
.flip-container {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
}
.flip_css .flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.flip_css .flip-container.hover .front {
  z-index: -1;
}
.flip_css .flip-container.hover .back {
  z-index: 100;
}
.flip_css .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  will-change: transform;
}
.flip_css .flip-container.hover .flipper .profit {
  opacity: 0;
}
.flip_css .flip-container, .flip_css .front, .flip_css .back {
  width: 100%;
  min-height: 445px;
}
.flip_css .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flip_css .front, .flip_css .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip_css .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #f8f8f8;
}
.flip_css .back .btn_wrap {
  z-index: 100;
}
.prod_item_back .img {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  opacity: 0.3;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.home_testimonials {
  position: relative;
  z-index: 20;
  background-color: #def2fd;
  background-position: center 95%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 60px 0 30px;
}
.home_testimonials .testimonials_bottom_image {
  display: inline-block;
  padding-top: 60px;
  margin: 0 auto;
}
.home_testimonials .testimonials_title {
  font-size: 44px;
  color: #181818;
  font-weight: 400;
}
.home_testimonials .testimonials_row {
  padding-left: 80px;
  padding-right: 80px;
}
.home_testimonials .testimonials_items {
  padding-top: 80px;
}
.home_testimonials .testimonials_items .swiper-slide {
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  padding: 70px 20px 20px 20px;
  min-height: 330px;
}
.home_testimonials .testimonials_items .thumbnail {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home_testimonials .t_content {
  font-size: 18px;
  line-height: 1.3;
  color: #4b4b4b;
  font-weight: 300;
  font-style: italic;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
.home_testimonials .bottom_content {
  padding-top: 20px;
  margin-top: 30px;
  color: #000;
  position: relative;
}
.home_testimonials .bottom_content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 120px;
  height: 2px;
  background: #e1e1e1;
}
.home_testimonials .bottom_content h3 {
  font-weight: 700;
  font-size: 16px;
}
.home_testimonials .bottom_content h4 {
  font-weight: 300;
  font-size: 14px;
  color: #4c4c4c;
  padding-top: 10px;
}
.home_testimonials .btn_wrap {
  position: absolute;
  top: 320px;
  width: 100%;
}
.home_testimonials .btn_wrap .swiper-btn {
  position: absolute;
  top: 0;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.home_testimonials .btn_wrap .swiper-btn:hover {
  color: #ccc;
}
.home_testimonials .btn_wrap .swiper-prev {
  left: -60px;
}
.home_testimonials .btn_wrap .swiper-next {
  right: -60px;
}
.home_testimonials .swiper_row {
  position: relative;
}
.stars {
  width: 130px;
  margin: 0 auto 30px;
}
.stars .inner {
  background: #fff url(../img/stars.png) 0 0 no-repeat;
  height: 17px;
}
.sponsors_wrap {
  background: #fff;
  position: relative;
  z-index: 20;
  padding: 90px 0;
  text-align: center;
}
.sponsors_wrap img {
  margin: 0 auto;
}
.sponsors_wrap h4 {
  font-size: 34px;
  color: #565656;
  padding-bottom: 80px;
  font-weight: 300;
}
.sponsors_wrap .swiper-slide {
  min-height: 110px;
}
.sponsors_wrap .swiper-slide img {
  max-height: 110px;
  max-width: 100%;
}
.home_explains_row {
  background: #fffcc4;
  position: relative;
  z-index: 20;
  padding-top: 90px;
}
.home_explains_row .video_explains_description {
  background: #ffb810;
  padding: 35px 0;
}
.home_explains_row .video_explains_description_row {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #262626;
  font-weight: 400;
}
.home_explains_row .video_explains_title {
  font-size: 40px;
  color: #010101;
  font-weight: 300;
  padding-bottom: 60px;
  text-align: center;
}
.home_explains_row .imac {
  background: transparent url(../img/imac.png) 0 0 no-repeat;
  width: 100%;
  height: 620px;
  position: relative;
  background-size: 100% auto;
}
.home_explains_row .imac iframe {
  width: 642px !important;
  height: 387px !important;
  position: absolute;
  top: 26px;
  left: 27px;
}
.home_explains_row .orange_box {
  border-radius: 4px;
  padding: 90px 80px 0;
  background: #ff7b26;
  border: 10px solid #d1a213;
  text-align: center;
}
.home_explains_row .orange_box br {
  display: none;
}
.home_explains_row .orange_box h2 {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
}
.home_explains_row .orange_box h5 {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.home_explains_row .cf7_grid .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
.home_explains_row .cf7_grid .wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid #ef6c18;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.home_explains_row .btn, .home_explains_row .post-password-form input[type="submit"], .post-password-form .home_explains_row input[type="submit"] {
  padding: 20px 30px;
  font-size: 20px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.home_explains_row .wpcf7 .wpcf7-not-valid-tip {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.home_explains_row h6 {
  text-align: center;
  padding-top: 35px;
  font-size: 16px;
  color: #262626;
  font-weight: 400;
}
.home_explains_row .wpcf7-list-item {
  display: block;
  color: #fff;
}
.home_explains_row .wpcf7-list-item label {
  display: inline-block;
}
.home_explains_row .wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top;
}
.home_explains_row .wpcf7-list-item label span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #fff;
}
.home_explains_row .wpcf7-list-item label span:after {
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: 2px;
  content: '\2713';
  opacity: 0;
  color: #fff;
}
.home_explains_row .wpcf7-list-item label input {
  display: none;
}
.home_explains_row .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
/* ==========================================================================
 home_work_content
 ========================================================================== */
.home_work_content {
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 20;
  position: relative;
  background-color: #f9f9f6;
  padding: 120px 0 80px;
  background-size: auto 100%;
}
.home_work_content h2 {
  font-weight: 900;
  color: #000;
  font-size: 50px;
  line-height: 1;
}
.home_work_content h3 {
  font-weight: 300;
  color: #000;
  padding: 10px 0 50px;
  line-height: 1;
}
.home_work_content p {
  font-size: 20px;
  color: #000;
  padding-bottom: 20px;
}
.home_work_content em {
  font-style: italic;
}
.blue_bg {
  background-color: #def2fd !important;
}
/* ==========================================================================
 how_to_start_block
 ========================================================================== */
.how_to_start_block {
  padding: 80px 0;
}
.how_to_start_block .wow_to_start_title {
  font-size: 34px;
  color: #000;
  font-weight: 900;
  padding-bottom: 80px;
  text-align: center;
}
.how_to_start_block .left_background {
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 35px;
}
.how_to_start_block .left_background .inner {
  padding-left: 130px;
}
.how_to_start_block .left_background h4 {
  padding-bottom: 50px;
  color: #000;
  font-size: 20px;
  font-weight: 900;
}
.how_to_start_block .left_background p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.how_to_start_block .c_bottom_content {
  text-align: center;
  padding-top: 30px;
}
.how_to_start_block .c_bottom_content h4 {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  padding-bottom: 20px;
}
.how_to_start_block .c_bottom_content p {
  padding-bottom: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.how_to_start_block .c_bottom_content .btn, .how_to_start_block .c_bottom_content .post-password-form input[type="submit"], .post-password-form .how_to_start_block .c_bottom_content input[type="submit"] {
  margin-bottom: 20px;
}
.profit_table {
  text-align: center;
  padding: 60px 0;
}
.profit_table .top_description {
  padding-bottom: 60px;
}
.profit_table .top_description h3 {
  font-size: 34px;
  color: #000;
  font-weight: 900;
  padding-bottom: 15px;
}
.profit_table .top_description p {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.profit_table .col-1 {
  -webkit-flex-basis: 8.1041666667%;
  -moz-flex-basis: 8.1041666667%;
  -ms-flex-basis: 8.1041666667%;
  flex-basis: 8.1041666667%;
}
.profit_table .col-2 {
  -webkit-flex-basis: 16.4583333333%;
  -moz-flex-basis: 16.4583333333%;
  -ms-flex-basis: 16.4583333333%;
  flex-basis: 16.4583333333%;
}
.profit_table .col-3 {
  -webkit-flex-basis: 24.8125%;
  -moz-flex-basis: 24.8125%;
  -ms-flex-basis: 24.8125%;
  flex-basis: 24.8125%;
}
.profit_table .col-4 {
  -webkit-flex-basis: 33.1666666667%;
  -moz-flex-basis: 33.1666666667%;
  -ms-flex-basis: 33.1666666667%;
  flex-basis: 33.1666666667%;
}
.profit_table .col-5 {
  -webkit-flex-basis: 41.5208333333%;
  -moz-flex-basis: 41.5208333333%;
  -ms-flex-basis: 41.5208333333%;
  flex-basis: 41.5208333333%;
}
.profit_table .col-6 {
  -webkit-flex-basis: 49.875%;
  -moz-flex-basis: 49.875%;
  -ms-flex-basis: 49.875%;
  flex-basis: 49.875%;
}
.profit_table .col-7 {
  -webkit-flex-basis: 58.2291666667%;
  -moz-flex-basis: 58.2291666667%;
  -ms-flex-basis: 58.2291666667%;
  flex-basis: 58.2291666667%;
}
.profit_table .col-8 {
  -webkit-flex-basis: 66.5833333333%;
  -moz-flex-basis: 66.5833333333%;
  -ms-flex-basis: 66.5833333333%;
  flex-basis: 66.5833333333%;
}
.profit_table .col-9 {
  -webkit-flex-basis: 74.9375%;
  -moz-flex-basis: 74.9375%;
  -ms-flex-basis: 74.9375%;
  flex-basis: 74.9375%;
}
.profit_table .col-10 {
  -webkit-flex-basis: 83.2916666667%;
  -moz-flex-basis: 83.2916666667%;
  -ms-flex-basis: 83.2916666667%;
  flex-basis: 83.2916666667%;
}
.profit_table .col-11 {
  -webkit-flex-basis: 91.6458333333%;
  -moz-flex-basis: 91.6458333333%;
  -ms-flex-basis: 91.6458333333%;
  flex-basis: 91.6458333333%;
}
.profit_table .col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.profit_table .line {
  background: #fff;
  font-size: 23px;
  color: #0e8bbd;
  font-weight: 900;
  padding: 11px 3px;
}
.profit_table .line:nth-child(even) {
  background: #f8f8f8;
}
.profit_table .line em {
  font-style: normal;
  font-size: 16px;
}
.profit_table .blue_table .table_item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.profit_table .blue_table .table_item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.profit_table .blue_table .table_item:last-child:before {
  position: absolute;
  top: -70px;
  left: -6px;
  content: "";
  width: 73px;
  height: 111px;
  background: url(../img/profit_small.png) 0 0 no-repeat;
  background-size: 80%;
}
.profit_table .blue_table .item_title {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  min-height: 77px;
  background: #0e8bbd;
}
.profit_table .blue_table .item_title span span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.profit_table .green_table {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 2px solid #00c853;
  border-radius: 3px;
}
.profit_table .green_table .green_table_title {
  font-size: 20px;
  min-height: 79px;
  color: #fff;
  font-weight: 900;
  background: #00c853;
  padding: 5px 5px;
}
.profit_table .green_table .green_table_title span span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.profit_table .green_table .green_table_values .line p {
  font-size: 18px;
  color: #00c853;
  font-weight: 700;
  padding-bottom: 5px;
}
.profit_table .green_table .green_table_values .line p strong {
  font-weight: 900;
  font-size: 19px;
}
.profit_table .prof_bottom_description {
  padding-left: 240px;
  margin-top: 50px;
  min-height: 172px;
  background: #fff url(../img/profit.png) 80px center no-repeat;
  text-align: left;
}
.profit_table .prof_bottom_description p {
  padding-bottom: 20px;
}
.profit_table .prof_bottom_description h3 {
  font-weight: 700;
  padding-bottom: 5px;
  color: #000;
  font-size: 18px;
}
.profit_table .prof_bottom_description h3 strong {
  font-size: 30px;
  font-weight: 900;
}
.profit_table .col_6_custom {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
}
.profit_table .one_more_table .table_item:last-child:before {
  display: none !important;
}
.profit_table .one_more_table .blue_table .item_title {
  min-height: 100px;
}
.profit_table .one_more_table .green_table_title {
  font-size: 33px;
  min-height: 104px;
}
.profit_table .one_more_table > .table_wrap {
  margin-top: 40px;
}
.profit_table .description_for_this_table {
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 10px;
  text-align: center;
}
.matchHeightTitle {
  min-height: 90px !important;
}
.prod_simple_two_column {
  padding: 80px 0;
}
.prod_simple_two_column h3 {
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 15px;
}
.prod_simple_two_column p {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 400;
}
.prod_simple_two_column p strong {
  font-weight: 700;
}
.prod_simple_two_column .wp-caption p.wp-caption-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 17px;
  text-align: center;
}
.prod_simple_two_column img {
  border: 10px solid #fff;
  border-radius: 4px;
}
.prod_simple_two_column .wp-caption {
  padding-top: 10px;
  text-align: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
/* ==========================================================================
 prod__beef_jerky
 ========================================================================== */
/* ==========================================================================
 brochure_block
 ========================================================================== */
.brochure_block {
  padding: 60px 0 120px;
  background-color: #ccf4dc;
}
.brochure_block .brochure_title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 60px;
}
.single_brochures_items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.single_brochures_items img {
  margin: 0 auto;
}
.brochures_items {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}
.brochures_items .description {
  font-size: 24px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
  color: #02a8df;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brochures_items:hover .description {
  text-decoration: none;
}
.brochures_items .custom_single_title {
  font-size: 30px;
  color: #000;
  font-weight: 900;
  min-height: 80px;
  margin-bottom: 10px;
}
.brochures_items img {
  margin: 0 auto;
}
/* ==========================================================================
 product_info_block
 ========================================================================== */
.product_info_block {
  padding: 40px 0 50px;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}
.product_info_block ul {
  margin-bottom: 30px;
}
.product_info_block .simple_content h3 {
  padding-bottom: 30px;
  padding-left: 40px;
  font-size: 34px;
  font-weight: 900;
}
.product_info_block .simple_content img {
  margin: 0 auto 30px;
}
.product_info_block .simple_content p {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
}
.product_info_block .simple_content mark {
  color: #f54025;
}
.product_info_block .simple_content h5 {
  color: #00c853;
  font-size: 20px;
  padding-bottom: 10px;
}
.product_info_block .simple_content h6 {
  padding-bottom: 15px;
}
.product_info_block .simple_content h6 a {
  color: #0e8bbd;
  font-size: 20px;
  text-decoration: underline;
}
.product_info_block .simple_content h6 a:hover {
  text-decoration: none;
}
.product_info_block .wp-caption {
  margin: 0;
  padding-top: 0;
  text-align: center !important;
  border: none;
  border-radius: 0;
  width: 100% !important;
  background-color: transparent;
}
.product_info_block .wp-caption img {
  margin: 0 auto;
}
.product_info_block .wp-caption p.wp-caption-text {
  font-size: 24px;
  color: #02a8df;
  line-height: 1;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: underline;
  padding: 0 4px 5px;
}
/* ==========================================================================
 monitor_container
 ========================================================================== */
.monitor_container {
  background: transparent url(../img/v-device.png) 0 0 no-repeat;
  width: 100%;
  height: 600px;
  background-size: 100% auto;
  position: relative;
}
.monitor_container iframe {
  position: absolute;
  left: 24px;
  top: 25px;
  width: 774px;
  height: 451px;
}
/* ==========================================================================
 sample_discount_cards
 ========================================================================== */
.sample_discount_cards {
  background: #fffcc4;
  padding: 120px 0 100px;
}
.sample_discount_cards .sample_discount_cards__title {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  padding-bottom: 20px;
}
.sample_discount_cards .discount_item {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sample_discount_cards .discount_item:hover {
  opacity: 0.85;
}
.fancybox-enabled header {
  margin-right: 13px;
}
.thermometer_wrap .top_description {
  padding-top: 140px;
  text-align: center;
  padding-bottom: 20px;
}
.thermometer_wrap .top_description h1 {
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 5px;
}
.thermometer_wrap .top_description p {
  font-size: 18px;
  font-weight: 700;
}
.thermometer_wrap .top_description h3 {
  font-size: 36px;
  padding-top: 50px;
  color: #1897c8;
}
.thermometer_wrap .top_description h3 img {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.thermometer_wrap .thermometer_form {
  padding-top: 140px;
  background-position: 0 0;
  min-height: 690px;
  background-repeat: no-repeat;
}
.thermometer_wrap .form_controls {
  padding-left: 340px;
}
.thermometer_wrap .form_controls input[type="text"], .thermometer_wrap .form_controls input[type="number"] {
  margin-bottom: 30px;
  border: 2px solid #9f9d7a;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  width: 100%;
}
.thermometer_wrap .currency {
  display: none;
  text-align: right;
  margin-bottom: 30px;
}
.thermometer_wrap .currency .cur {
  vertical-align: top;
  font-size: 24px;
  color: #9f9d7a;
  display: inline-block;
  padding-top: 5px;
  padding-right: 15px;
}
.thermometer_wrap .currency .selectric-wrapper {
  vertical-align: top;
  max-width: 120px;
  display: inline-block;
}
.thermometer_wrap .selectric {
  border: 2px solid #9f9d7a;
  border-radius: 5px;
  background: #fff;
}
.thermometer_wrap .selectric .button {
  background: #fff;
}
.thermometer_wrap .selectric .button:after {
  border-top-color: #00c853;
}
.thermometer_wrap .selectric .label {
  text-align: center;
  font-weight: 400 !important;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.thermometer_wrap .description_in_form {
  padding-left: 80px;
  background: #fff url(../img/abc.jpg) 0 0 no-repeat;
}
.thermometer_wrap .description_in_form p {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 20px;
}
.thermometer_wrap .code_wrap {
  padding-top: 20px;
  text-align: center;
}
.thermometer_wrap .code_wrap h3 {
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.thermometer_wrap .code_wrap h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
}
.thermometer_wrap .code_wrap textarea {
  background: #edf1f3;
  font-size: 18px;
  color: #345b92;
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding: 30px 40px 10px;
  height: 220px;
  overflow: hidden;
}
.thermometer_wrap .submit_wrap {
  margin-top: 35px;
}
.thermometer_wrap .bottom_description {
  max-width: 830px;
  padding-top: 100px;
  text-align: justify;
  padding-bottom: 60px;
  margin: 0 auto;
}
.thermometer_wrap .bottom_description p {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
}
.profit_chart_box {
  padding: 50px 0;
}
.profit_chart_box .profit_chart_title {
  font-weight: 900;
  font-size: 34px;
  padding-bottom: 80px;
  text-align: center;
}
.chart_calc {
  background: #0e8bbd;
  width: 100%;
  padding: 30px 30px 0 30px;
  max-width: 1030px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.chart_calc .green_bg {
  padding: 50px 90px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #00c853;
  margin-top: 30px;
}
.chart_calc .green_bg h3 {
  min-height: 65px;
  text-shadow: 0 0 11px rgba(0, 0, 0, .15);
  padding-left: 30px;
}
.chart_calc .col {
  -webkit-flex-basis: 148px;
  -moz-flex-basis: 148px;
  -ms-flex-basis: 148px;
  flex-basis: 148px;
}
.chart_calc .colb {
  -webkit-flex-basis: 204px;
  -moz-flex-basis: 204px;
  -ms-flex-basis: 204px;
  flex-basis: 204px;
}
.chart_calc h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
}
.chart_calc .plus, .chart_calc .minus, .chart_calc .eq {
  color: #fff;
  font-size: 40px;
  padding-top: 70px;
  font-weight: 900;
}
.chart_calc input[type="text"], .chart_calc input[type="number"] {
  height: 60px;
  border-radius: 20px;
  padding-left: 40px;
  color: #000;
  font-size: 20px;
}
.chart_calc .curency_sign {
  background: #fff url(../img/s__.png) 10px center no-repeat;
}
.chart_calc .number_of_members {
  width: 223px;
}
.chart_calc .top_line {
  padding: 0 50px;
}
.chart_calc .submit {
  height: 60px;
  visibility: hidden;
}
.profit_chart__description {
  background: #fff url(../img/profit.png) 0 center no-repeat;
  padding-left: 150px;
  padding-top: 70px;
  padding-right: 200px;
  min-height: 180px;
}
.profit_chart__description p {
  font-size: 18px;
}
.how_it_works_custom {
  padding: 60px 0 100px;
  background: #ccf4dc;
  text-align: center;
}
.how_it_works_custom h3 {
  color: #000;
  font-weight: 900;
  font-size: 34px;
  padding-bottom: 40px;
}
.brochure_block_custom_prod {
  background: #fff;
}
.map_select_wrap {
  background: #fff;
  padding: 90px 0;
}
.map_select_wrap h3 {
  font-size: 34px;
  color: #000;
  padding-bottom: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.map_select_wrap p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}
.map_select_wrap p a {
  color: #0e8bbd;
  text-decoration: underline;
}
.map_select_wrap p a:hover {
  text-decoration: none;
}
.map_select_wrap .select_wrap {
  margin: 0 auto;
  max-width: 450px;
}
.map_select_wrap .cart_description_content {
  max-width: 840px;
  margin: 0 auto;
}
.customize_coupons_wrap {
  position: relative;
  background: #fff;
  z-index: 1000;
}
.customize_coupons_wrap .customize_coupons {
  background: #ccf4dc;
  padding: 70px 0 90px;
  text-align: center;
}
.customize_coupons_wrap .customize_coupons h3 {
  font-size: 34px;
  color: #000;
  padding-bottom: 60px;
  font-weight: 900;
  text-align: center;
}
.customize_coupons_wrap .customize_coupons h5 {
  color: #cf5050;
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 5px;
}
.customize_coupons_wrap .customize_coupons h4 {
  font-size: 30px;
  color: #00c850;
  padding-bottom: 60px;
}
.customize_coupons_wrap .customize_coupons p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.customize_coupons_wrap .customize_lines {
  position: relative;
}
.customize_coupons_wrap .customize_lines .col-6 {
  max-width: 650px;
}
.customize_coupons_wrap .customize_a {
  background: #328832;
}
.customize_coupons_wrap .customize_a .col-6 {
  background: transparent url(../img/c_a.png) 0 center no-repeat;
}
.customize_coupons_wrap .customize_b {
  background: #b8403f;
}
.customize_coupons_wrap .customize_b .col-6 {
  background: transparent url(../img/c_b.png) 0 center no-repeat;
}
.customize_coupons_wrap .customize_c {
  background: #5475b9;
}
.customize_coupons_wrap .customize_c .col-6 {
  background: transparent url(../img/c_c.png) 0 center no-repeat;
}
.customize_coupons_wrap .customize_item {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.customize_coupons_wrap .customize_item .row {
  padding: 60px 0 30px 110px;
}
.customize_coupons_wrap .customize_item .row .col-6 {
  padding-left: 120px;
  min-height: 90px;
  padding-right: 90px;
}
.customize_coupons_wrap .customize_item a {
  color: #68efff;
  text-decoration: underline;
}
.customize_coupons_wrap .customize_item a:hover {
  text-decoration: none;
}
.customize_coupons_wrap .customize__right_content {
  background: #e7eef2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  max-width: 690px;
  float: right;
  padding: 60px 50px;
}
.customize_coupons_wrap .customize__right_content p {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}
.customize_coupons_wrap .customize__right_content mark {
  color: #b04e4d;
}
.customize_coupons_wrap .customize__right_content strong {
  color: #458646;
}
.customize_coupons_wrap .absolute_block {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.video_block_scratch {
  padding: 160px 0 0;
  text-align: center;
}
.video_block_scratch h3 {
  font-size: 34px;
  color: #000;
  padding-bottom: 60px;
  font-weight: 900;
  text-align: center;
}
.video_block_scratch .video_container {
  background: transparent url(../img/v-device1.png) 0 0 no-repeat;
  width: 635px;
  height: 487px;
  position: relative;
  margin: 0 auto;
}
.video_block_scratch .video_container iframe {
  top: 19px;
  left: 19px;
  position: absolute;
  width: 598px;
  height: 350px;
}
.custom_ordering_box {
  margin-top: 60px;
  border: 3px solid #ffc439;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 35px;
}
.custom_ordering_box .ordering_background_a {
  background-repeat: no-repeat;
  background-position: 90px 60px;
  position: relative;
  padding: 60px 90px 60px 390px;
}
.custom_ordering_box .ordering_background_b {
  position: absolute;
  right: -10px;
  top: 20px;
}
.custom_ordering_box .ordering_content {
  max-width: 580px;
  padding-bottom: 65px;
}
.custom_ordering_box .ordering_content h3 {
  font-size: 48px;
  color: #000;
  padding-bottom: 50px;
  font-weight: 900;
  text-align: center;
}
.custom_ordering_box .ordering_content p {
  font-size: 26px;
  color: #000;
  font-weight: 700;
}
.custom_ordering_box .custom_column p {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  padding-bottom: 20px;
}
.custom_ordering_box .ordering_description {
  padding-bottom: 80px;
  padding-left: 90px;
  padding-right: 90px;
}
.custom_ordering_box .ordering_description p {
  font-size: 18px;
  font-weight: 700;
}
.custom_ordering_box .ordering_description p strong {
  font-weight: 900;
  color: #458646;
}
.custom_ordering_box .paypal_btn:hover {
  opacity: 0.85;
}
.custom_ordering_box .paypal_title {
  text-align: right;
  color: #000;
  font-weight: 700;
  font-size: 19px;
}
.custom_ordering_box .paypal_title mark {
  color: #01a545;
}
.custom_ordering_box .paypal_title_b input[type="image"] {
  top: 15px;
  position: relative;
}
.product_id_258 .ordering_background_b {
  right: 101px;
  top: -22px;
}
.product_id_258 .customize_coupons_wrap .customize__right_content p {
  padding-bottom: 35px;
}
.paypal_column {
  text-align: center;
  position: relative;
  top: -10px;
}
.paypal_column input[type="image"] {
  width: 160px;
}
.paypal_e_card {
  text-align: left;
  margin-bottom: 20px;
}
.paypal_e_card b {
  display: block;
  padding-bottom: 20px;
}
.paypal_e_card input[type="image"] {
  padding-left: 0;
  margin-top: 10px;
  width: 160px;
}
.map_container {
  margin-top: 100px;
}
.PlannedStartDate {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}
.page_304, .page_380 {
  background: #ccf4dc;
}
.page_304 .selectric-items li, .page_380 .selectric-items li {
  font-size: 24px;
}
.page_380 .selectric {
  padding: 0 60px 0 45px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #01a545;
}
.page_380 .selectric .label {
  font-size: 20px;
  color: #000;
  line-height: 59px;
  height: 59px;
  font-weight: 700;
}
.page_380 .selectric .button {
  width: 10px;
  height: 10px;
  right: 63px;
  top: 25px;
  background-color: #fff;
}
.page_380 .selectric .button:after {
  border: 10px solid transparent;
  border-top-color: #00c853;
  border-bottom: none;
}
.page_454 .profit_table .green_table_content {
  padding: 5px 0;
}
.page_454 .profit_table .green_table_content p strong {
  font-size: 20px;
}
.page_454 .profit_table .green_table {
  position: relative;
}
.unknown-browser .fund_riser_block {
  background-attachment: scroll;
}
.unknown-browser .flip-container:hover .front {
  opacity: 0;
}
.unknown-browser .flip-container:hover .flipper, .unknown-browser .flip-container:hover .back {
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -o-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}
.unknown-browser .profit_table .col-9 {
  -webkit-flex-basis: 73.9375%;
  -moz-flex-basis: 73.9375%;
  -ms-flex-basis: 73.9375%;
  flex-basis: 73.93%;
}
.unknown-browser .profit_table .col-4 {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
}
.unknown-browser .profit_table .col-6 {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
}
.single-products .sidebar_menu_wrap {
  z-index: 10;
}
.tpl--work .fixed_container {
  display: none !important;
}
.page_304 + .fixed_container, .page_380 + .fixed_container, .page_385 + .fixed_container, .page_222 + .fixed_container {
  display: none !important;
}
.tpl--thank_request .fixed_container {
  display: none !important;
}
.tpl--thank_request #wrap {
  top: 13px;
}
.tpl--thank_request .page_222 {
  top: 0;
}
/* ==========================================================================
 order_form_wrap
 ========================================================================== */
.order_form_wrap {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.order_form_wrap img {
  margin: 0 auto;
}
.order_form_wrap h1 {
  font-size: 40px;
  color: #000;
  font-weight: 900;
  padding: 40px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .order_form_wrap h1 {
    font-size: 24px;
    padding: 20px 0;
  }
}
.order_form_wrap .col-6, .order_form_wrap .col-12 {
  margin-bottom: 30px;
}
.order_form_wrap input[type='text'], .order_form_wrap input[type='email'], .order_form_wrap input[type='tel'], .order_form_wrap textarea {
  height: 60px;
  border: 2px solid #9f9d7a;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
}
.order_form_wrap input[type='text']::-webkit-input-placeholder, .order_form_wrap input[type='email']::-webkit-input-placeholder, .order_form_wrap input[type='tel']::-webkit-input-placeholder, .order_form_wrap textarea::-webkit-input-placeholder {
  font-size: 24px;
  font-weight: 400;
  opacity: 1;
  color: #000;
}
.order_form_wrap input[type='text']::-moz-placeholder, .order_form_wrap input[type='email']::-moz-placeholder, .order_form_wrap input[type='tel']::-moz-placeholder, .order_form_wrap textarea::-moz-placeholder {
  opacity: 1;
  font-size: 24px;
  font-weight: 400;
  opacity: 1;
  color: #000;
}
.order_form_wrap input[type='text']:-ms-input-placeholder, .order_form_wrap input[type='email']:-ms-input-placeholder, .order_form_wrap input[type='tel']:-ms-input-placeholder, .order_form_wrap textarea:-ms-input-placeholder {
  font-size: 24px;
  font-weight: 400;
  opacity: 1;
  color: #000;
}
.order_form_wrap .b_err, .order_form_wrap .b_err_parent + .selectric {
  border: 2px solid #f54025 !important;
}
.order_form_wrap .selectric .label {
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
  color: #000;
  height: 60px;
}
.order_form_wrap .selectric {
  border: 2px solid #9f9d7a;
  border-radius: 8px;
  background: #fff;
  text-align: left;
}
.order_form_wrap .full_with_input {
  margin-bottom: 30px;
}
.order_form_wrap .selectric .button {
  width: 60px;
  height: 60px;
}
.order_form_wrap .custom_checkbox br {
  display: none;
}
.order_form_wrap .custom_checkbox > * {
  width: 100%;
  text-align: left;
  display: block;
}
.order_form_wrap .custom_input_styles {
  margin: 30px 0 20px;
}
.order_form_wrap .custom_input_styles .custom_checkbox label {
  width: 100%;
  margin-bottom: 15px;
}
.order_form_wrap .custom_input_styles .custom_checkbox label .wpcf7-list-item-label:before {
  top: 3px;
}
.order_form_wrap .custom_input_styles .custom_checkbox label .wpcf7-list-item-label:after {
  top: 8px;
}
.order_form_wrap .time_chooser {
  margin: 10px 0 30px;
}
.order_form_wrap h2 {
  font-size: 30px;
  color: #000;
  padding-bottom: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .order_form_wrap h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.order_form_wrap .info {
  line-height: 1.5;
}
.order_form_wrap .info p {
  padding-bottom: 20px;
}
.order_form_wrap .bottom_textarea {
  height: 200px;
  margin: 30px 0;
}
.order_form_wrap .submit_description .left-col {
  text-align: left;
}
.order_form_wrap .submit_description .right-col {
  text-align: right;
}
.order_form_wrap .hidden_option {
  margin: 40px 0;
}
.order_form_wrap .quantity {
  display: block;
  text-align: left;
  max-width: 300px;
}
.order_form_wrap .quantity_description {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.order_form_wrap .booklets_constructor {
  max-width: 400px;
  margin: 20px auto;
}
.order_form_wrap .booklets_constructor textarea {
  height: 160px;
  margin-bottom: 20px;
}
.order_form_wrap .booklets_constructor strong {
  padding-bottom: 20px;
  font-weight: 900;
  display: block;
}
.order_form_wrap .booklets_constructor .logo_placeholder {
  margin: 20px 0;
  height: 80px;
}
.order_form_wrap .hidden_option {
  display: none;
}
.order_form_wrap .hidden_option.show_option {
  display: block;
}
.order_form_wrap .product_description {
  text-align: left;
}
.order_form_wrap .product_description p {
  padding-bottom: 10px;
}
.order_form_wrap .product_notification {
  text-align: left;
  padding-bottom: 15px;
  font-size: small;
  color: maroon;
}
.unknown-browser .prod_item_back .img {
  opacity: 0.1;
}
.page_257 .how_to_start_block {
  display: none;
}
.chart_calc + .profit_chart__description {
  background: none !important;
  padding-top: 0;
  min-height: 1px;
  padding-left: 0;
  text-align: center;
  padding-right: 0;
}
.chart_calc + .profit_chart__description p {
  text-align: center !important;
  padding-bottom: 15px;
}
.page_528 + .fixed_container {
  display: none !important;
}
.tpl--about h1 {
  color: #0e8bbd;
}
.page_254 .brochures_items, .page_253 .brochures_items {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%;
}
.page_454 .profit_table .green_table_content p {
  padding-bottom: 15px;
}
.scroll_notification {
  display: none;
}
.tpl--thermometer .show_more .content_seo_hidden {
  display: none;
}
.tpl--thermometer .content_button {
  text-align: center;
}
.custom_input_styles_new input, .custom_input_styles_new .selectric-wrapper {
  margin-bottom: 20px;
}
.custom_input_styles_new .selectric .label {
  height: 54px;
}
.custom_input_styles_new .btn.btn_red, .custom_input_styles_new .post-password-form input[type="submit"].btn_red, .post-password-form .custom_input_styles_new input[type="submit"].btn_red {
  background: #dc0405 !important;
  color: #fff !important;
  border: none !important;
}
.custom_input_styles_new .bottom_info {
  padding-top: 20px;
}
.container_385 {
  display: none !important;
}
.hidden_top_products_menu {
  display: none;
}
.profit_chart__description_wrap {
  max-width: 840px;
  margin: 0 auto;
}
.index_style_wrap {
  width: 100%;
  z-index: 100;
  background: #fff;
}
.How_the_works {
  background: #fffcc4;
  padding: 80px 0 45px;
}
.How_the_works .entertainment_card_title h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  color: #000;
  font-weight: 900;
  padding-bottom: 15px;
}
.How_the_works .video_box .icons {
  position: relative;
  margin: 0 auto;
}
.How_the_works .video_box .icons:before {
  content: '';
  position: absolute;
  width: 243px;
  height: 78px;
  bottom: 30px;
  left: 0;
  background: url("../img/a.png") no-repeat;
}
.How_the_works .video_box .icons:after {
  content: '';
  position: absolute;
  width: 243px;
  height: 78px;
  bottom: 30px;
  right: 0;
  background: url("../img/b.png") no-repeat;
}
.How_the_works .video_box .icons .icon {
  text-align: center;
  top: 161px;
  position: relative;
  width: 593px;
  height: 453px;
  margin: 0 auto;
  background: transparent url('../img/tv.png') 0 0 no-repeat;
}
.How_the_works .video_box .icons .icon:after {
  content: '';
  position: absolute;
  width: 1000px;
  height: 1000px;
  bottom: -77%;
  right: -46%;
  background: url("../img/fon.png") no-repeat;
}
.How_the_works .video_box .icons .icon iframe {
  z-index: 10;
  height: 325px;
  width: 556px;
  position: absolute;
  left: 17px;
  top: 18px;
}
.How_the_works .options {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  -moz-align-items: inherit;
  align-items: inherit;
  margin-bottom: 65px;
}
.How_the_works .options .option {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.How_the_works .options .option .info {
  width: 90%;
  max-width: 745px;
  font-size: 24px;
}
.How_the_works .options .option .info h4 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 65px;
}
.How_the_works .options .option .info h5 {
  font-weight: 900;
  padding-bottom: 30px;
}
.How_the_works .options .option .info p {
  font-weight: 700;
}
.How_the_works .options .option_a {
  background: #0b6173;
  padding: 50px 0 40px;
}
.How_the_works .options .option_a .info {
  margin-left: auto;
  max-width: 720px;
  padding-right: 40px;
}
.How_the_works .options .option_a .info h4 {
  width: 60%;
}
.How_the_works .options .option_b {
  background: #0b7437;
  padding: 90px 0 40px;
}
.How_the_works .options .option_b .info {
  width: 90%;
  max-width: 750px;
  position: relative;
  padding-left: 40px;
}
.How_the_works .options .option_b .info h4 {
  position: absolute;
  top: -165px;
  right: 40px;
}
.How_the_works .bottom_text .description_card {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  padding-right: 20px;
}
.How_the_works .bottom_text .description_card p {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 25px;
}
.How_the_works .bottom_text .description_card p:last-child {
  font-weight: 900;
}
.How_the_works .bottom_text .button_box {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
}
.How_the_works .bottom_text .button_box .btn_big {
  font-size: 24px;
}
.video_block {
  padding: 120px 0 75px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(186, 224, 246, 1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(186, 224, 246, 1) 100%);
}
.video_block h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  font-weight: 900;
  padding-bottom: 15px;
}
.video_block .box_card {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  -webkit-align-items: space-around;
  -moz-align-items: space-around;
  align-items: space-around;
}
.video_block .box_card h3 {
  padding-bottom: 60px;
}
.video_block .box_card .video_left_card, .video_block .box_card .video_right_card {
  text-align: center;
  top: 0;
  position: relative;
  width: 593px;
  height: 453px;
  margin: 0 auto;
  background: transparent url(../img/tv.png) 0 0 no-repeat;
}
.video_block .box_card .video_left_card iframe, .video_block .box_card .video_right_card iframe {
  height: 325px;
  width: 556px;
  position: absolute;
  left: 17px;
  top: 18px;
}
.video_block .left_box h3 {
  padding-bottom: 100px;
}
.entertainment_Card {
  background: url("../img/bg_lager_card.png") #fffcc4 47% 41% no-repeat;
  padding: 80px 0 60px;
}
.entertainment_Card h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  color: #000;
  font-weight: 900;
  padding-bottom: 150px;
}
.entertainment_Card .card_larger .item {
  text-align: center;
}
.entertainment_Card .card_larger .item figure {
  margin-bottom: 50px;
}
.entertainment_Card .card_larger .item > a {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  text-transform: uppercase;
}
.entertainment_Card .card_larger .item > a:hover {
  text-decoration: none;
}
.entertainment_Card .description_entertainment_card {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 110px;
  border: 1px solid #af9b79;
  padding: 40px;
}
.entertainment_Card .description_entertainment_card a {
  color: #0e8bbd;
  text-decoration: underline;
}
.entertainment_Card .description_entertainment_card a:hover {
  text-decoration: none;
}
.payment {
  padding: 150px 0 70px;
}
.payment p {
  font-size: 18px;
  font-weight: 400;
}
.payment p, .payment h5, .payment h4 {
  padding-bottom: 20px;
}
.payment h5, .payment h4 {
  text-transform: uppercase;
}
.payment h5 {
  color: #458646;
}
.payment h4 {
  font-weight: 700;
}
.payment h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  color: #000;
  font-weight: 900;
  padding-bottom: 60px;
}
.payment .payment_card_a, .payment .payment_card_b {
  background: #ccf4dc;
  border: 2px solid #ffc439;
  padding: 50px 85px 70px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
  box-shadow: 0px 0px 5px 0px rgba(209, 209, 209, 1);
}
.payment .payment_card_a a, .payment .payment_card_b a {
  color: #0e8bbd;
  text-decoration: underline;
  font-weight: 400;
}
.payment .payment_card_a h3 mark, .payment .payment_card_b h3 mark {
  color: #00c853;
}
.payment .payment_card_a .items, .payment .payment_card_b .items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.payment .payment_card_a .items .column, .payment .payment_card_b .items .column {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
}
.payment .payment_card_a .items .column .icon_payment_a, .payment .payment_card_b .items .column .icon_payment_a {
  margin-bottom: 50px;
}
.payment .payment_card_a .items .column .icon_payment_a .btn, .payment .payment_card_a .items .column .icon_payment_a .post-password-form input[type="submit"], .post-password-form .payment .payment_card_a .items .column .icon_payment_a input[type="submit"], .payment .payment_card_b .items .column .icon_payment_a .btn, .payment .payment_card_b .items .column .icon_payment_a .post-password-form input[type="submit"], .post-password-form .payment .payment_card_b .items .column .icon_payment_a input[type="submit"] {
  background: url("../img/btn.png") #ffc439 50% 50% no-repeat;
  min-width: 193px;
  height: 60px;
  margin-bottom: 35px;
}
.payment .payment_card_a .items .column .icon_payment_a p img, .payment .payment_card_b .items .column .icon_payment_a p img {
  display: inline-block;
  margin: 0 4px;
}
.payment .payment_card_a .items .column .wrap_select select, .payment .payment_card_b .items .column .wrap_select select {
  width: 100%;
}
.payment .payment_card_a .items .left, .payment .payment_card_b .items .left {
  -webkit-flex-basis: 19%;
  -moz-flex-basis: 19%;
  -ms-flex-basis: 19%;
  flex-basis: 19%;
}
.payment .payment_card_a .items .center, .payment .payment_card_b .items .center {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-basis: 41%;
  flex-basis: 41%;
}
.payment .payment_card_a .items .info, .payment .payment_card_b .items .info {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%;
}
.payment .payment_card_a .items .info h3, .payment .payment_card_b .items .info h3 {
  text-align: left;
}
.payment .payment_card_a .items .info > a, .payment .payment_card_b .items .info > a {
  font-size: 24px;
}
.payment .payment_card_a .items .info > a:hover, .payment .payment_card_b .items .info > a:hover {
  text-decoration: none;
}
.payment .payment_card_a .items .info p a:hover, .payment .payment_card_b .items .info p a:hover {
  text-decoration: none;
}
.single-post .wysiwyg {
  padding-left: 15%;
}
@media screen and (max-width: 1470px) {
  .How_the_works .video_block .flex {
    display: block;
  }
  .How_the_works .video_block .flex h3 {
    padding-bottom: 30px;
  }
  .How_the_works .video_block .flex .left_box {
    margin-bottom: 60px;
  }
  .How_the_works .bottom_text .button_box {
    max-width: 96%;
    margin: 0 auto;
  }
  .How_the_works .bottom_text .button_box .btn, .How_the_works .bottom_text .button_box .post-password-form input[type="submit"], .post-password-form .How_the_works .bottom_text .button_box input[type="submit"] {
    font-size: 18px;
  }
  .How_the_works .video_box {
    margin: 0 auto;
    max-width: 96%;
  }
  .How_the_works .video_box .icons .icon {
    top: 0;
    margin: 0;
    margin-right: auto;
  }
  .How_the_works .video_box .icons .icon:after {
    display: none;
  }
  .How_the_works .video_box .icons:before {
    top: 20%;
    right: 15%;
    left: auto;
    bottom: auto;
  }
  .How_the_works .video_box .icons:after {
    top: 45%;
    right: 15%;
  }
  .How_the_works .video_box .entertainment_card_title {
    margin-bottom: 30px;
  }
  .How_the_works .options .option .info h4 {
    width: auto;
    padding-bottom: 40px;
  }
  .How_the_works .options .option_b {
    padding-top: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .How_the_works .options .option_b .info h4 {
    position: static;
  }
  .video_block {
    padding: 60px 0 40px;
  }
  .video_block .box_card {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .video_block .box_card h3 {
    padding-bottom: 30px;
  }
  .entertainment_Card {
    background: #fffcc4;
  }
  .entertainment_Card .row {
    max-width: 96% !important;
    margin: 0 auto;
  }
  .entertainment_Card .row h3 {
    padding-bottom: 50px;
  }
  .How_the_works .video_box .icons {
    padding-bottom: 150px;
  }
  .How_the_works .video_box .icons .icon {
    margin: 0 auto;
  }
  .How_the_works .video_box .icons:before {
    top: auto;
    right: 55%;
    left: auto;
    bottom: 5%;
  }
  .How_the_works .video_box .icons:after {
    top: auto;
    right: auto;
    bottom: 5%;
    left: 55%;
  }
  .How_the_works .bottom_text {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .How_the_works .options {
    display: block;
  }
  .How_the_works .options .option {
    width: auto;
  }
  .How_the_works .options .option .info {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
  }
  .How_the_works .options .option .info h4 {
    font-size: 20px;
  }
  .How_the_works .options .option_b {
    padding-top: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .How_the_works .options .option_b .info h4 {
    position: static;
  }
  .entertainment_Card .card_larger {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .entertainment_Card .card_larger .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
  .entertainment_Card .description_entertainment_card {
    width: 90%;
    margin-top: 40px;
  }
  .payment {
    padding: 100px 0 50px;
  }
  .payment .payment_card_a, .payment .payment_card_b {
    padding: 30px;
  }
  .payment .payment_card_a .items, .payment .payment_card_b .items {
    display: block;
  }
  .payment .payment_card_a .items .column, .payment .payment_card_b .items .column {
    margin-bottom: 30px;
  }
  .payment .payment_card_a .items .column figure img, .payment .payment_card_b .items .column figure img {
    margin: 0 auto;
  }
  .payment .payment_card_a .items .column .icon_payment_a, .payment .payment_card_b .items .column .icon_payment_a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 630px) {
  .How_the_works h3 {
    font-size: 20px;
  }
  .How_the_works .video_box {
    margin-bottom: 50px;
  }
  .How_the_works .video_box .entertainment_card_title h3 {
    font-size: 20px;
  }
  .How_the_works .video_box .icons {
    padding-bottom: 0;
  }
  .How_the_works .video_box .icons:before {
    display: none;
  }
  .How_the_works .video_box .icons:after {
    display: none;
  }
  .How_the_works .video_box .icons .icon {
    background: none;
    height: auto;
    width: auto;
  }
  .How_the_works .video_box .icons .icon iframe {
    position: static;
    max-width: 96%;
    height: 300px;
  }
  .video_block h3 {
    font-size: 20px;
  }
  .video_block .flex {
    display: block;
  }
  .video_block .flex .box_card .video_left_card, .video_block .flex .box_card .video_right_card {
    background: none;
    width: auto;
    height: auto;
  }
  .video_block .flex .box_card .video_left_card iframe, .video_block .flex .box_card .video_right_card iframe {
    position: static;
    max-width: 96%;
    height: 300px;
  }
  .entertainment_Card {
    padding: 50px 0 30px;
  }
  .entertainment_Card h3 {
    font-size: 20px;
  }
  .entertainment_Card .card_larger {
    display: block;
  }
  .entertainment_Card .card_larger .item {
    margin-bottom: 50px;
  }
  .entertainment_Card .card_larger .item figure {
    margin-bottom: 15px;
  }
  .entertainment_Card .card_larger .item figure img {
    margin: 0 auto;
  }
  .entertainment_Card .card_larger .item a {
    font-size: 18px;
  }
  .entertainment_Card .description_entertainment_card {
    width: auto;
    margin-top: 40px;
    padding: 10px;
  }
  .payment {
    padding: 50px 0 30px;
  }
  .payment p {
    font-size: 15px;
  }
  .payment h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .payment .payment_card_a .items .column .icon_payment_a, .payment .payment_card_b .items .column .icon_payment_a {
    display: block;
  }
  .payment .payment_card_a .items .column .icon_payment_a p img, .payment .payment_card_b .items .column .icon_payment_a p img {
    margin: 0 2px;
  }
  .payment .payment_card_a .items .column .ordes_pay, .payment .payment_card_b .items .column .ordes_pay {
    margin-top: 40px;
  }
  .payment .payment_card_a .items .info a, .payment .payment_card_b .items .info a {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 450px) {
  .How_the_works .video_box .icons .icon iframe {
    height: 200px;
  }
  .video_block .box_card .video_left_card, .video_block .box_card .video_right_card {
    height: auto;
  }
  .video_block .box_card .video_left_card iframe, .video_block .box_card .video_right_card iframe {
    height: 200px !important;
  }
}
.home .wpcf7-form-control-wrap select {
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  #form_main .mobile_f_name {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #form_main .mobile_organization {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.btn_center {
  text-align: center;
  width: 100%;
}
.req_form_new {
  text-align: center;
}
.req_form_new select {
  width: 100%;
  height: 40px;
}
.req_form_new input[type="text"], .req_form_new input[type="email"] {
  width: 100%;
  border: 1px solid #ef6c18;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 10px;
}
.product_id_257 .ul li {
  padding-bottom: 10px;
}
header {
  z-index: 10001;
}
#logo {
  z-index: 10002;
}
.customize_coupons_wrap .customize_item .row .col-6 {
  position: relative;
  z-index: 1000;
}
.tpl--work_home .work_from_home_input {
  display: none;
}
.page_257 .entertainment_Card .card_larger .item {
  max-width: 350px;
}
.tpl--thank_for_emailing article {
  padding: 130px 0 170px;
}
.tpl--thank_for_emailing article h1 {
  font-size: 60px;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 55px;
}
.tpl--thank_for_emailing h3 {
  font-size: 30px;
  font-weight: 900;
  color: #1380b3;
  padding-bottom: 75px;
}
.tpl--contact .main_row {
  width: 1190px;
}
.tpl--contact article {
  padding: 130px 0 62px;
}
.tpl--contact article h1 {
  font-size: 35px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.tpl--contact .contact_left_info {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}
.tpl--contact .contact_left_info p {
  padding-bottom: 25px;
}
.tpl--contact .contact_left_info em {
  font-weight: 400;
  color: #a13e3e;
  font-style: normal;
}
.tpl--contact .contact_right_info {
  -webkit-flex-basis: 62%;
  -moz-flex-basis: 62%;
  -ms-flex-basis: 62%;
  flex-basis: 62%;
}
.tpl--contact textarea {
  font-family: 'Lato';
  padding: 20px 30px;
  height: 174px;
}
.tpl--contact .contact_form span:nth-child(3), .tpl--contact .contact_form span:first-child {
  -webkit-flex-basis: 54%;
  -moz-flex-basis: 54%;
  -ms-flex-basis: 54%;
  flex-basis: 54%;
}
.tpl--contact .contact_form span:nth-child(4), .tpl--contact .contact_form span:nth-child(2) {
  -webkit-flex-basis: 42.4%;
  -moz-flex-basis: 42.4%;
  -ms-flex-basis: 42.4%;
  flex-basis: 42.4%;
}
.tpl--contact .contact_form span:last-child {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.tpl--contact .contact_form .btn, .tpl--contact .contact_form .post-password-form input[type="submit"], .post-password-form .tpl--contact .contact_form input[type="submit"] {
  margin-left: 45px;
}
.custom_input_styles .custom_checkbox {
  display: block;
  margin-top: 10px;
}
.custom_input_styles .custom_checkbox label {
  width: 320px;
  max-width: 100%;
  font-size: 18px;
  margin: 0 5px 16px;
  display: inline-block;
}
.custom_input_styles .custom_checkbox label .wpcf7-list-item-label {
  display: block;
  cursor: pointer;
  font-weight: 700;
  color: #000;
  padding-left: 45px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom_input_styles .custom_checkbox label .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 7px;
  top: 22px;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 2px solid #9f9d7a;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.custom_input_styles .custom_checkbox label .wpcf7-list-item-label:after {
  content: '\70';
  font-family: 'i' !important;
  font-size: 15px;
  color: #00c853;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 7px;
  top: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.custom_input_styles .custom_checkbox label input {
  display: none;
}
.custom_input_styles .custom_checkbox label input:checked + .wpcf7-list-item-label {
  color: #424242;
}
.custom_input_styles .custom_checkbox label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.custom_input_styles input[type='text'], .custom_input_styles input[type='email'], .custom_input_styles input[type='password'], .custom_input_styles input[type='tel'], .custom_input_styles textarea {
  font-size: 24px;
  font-weight: 400;
  height: 59px;
  padding: 0 30px;
  color: #000;
  border: 2px solid #9f9d7a;
  border-radius: 10px;
}
.custom_input_styles input::-webkit-input-placeholder, .custom_input_styles textarea::-webkit-input-placeholder {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
.custom_input_styles input::-moz-placeholder, .custom_input_styles textarea::-moz-placeholder {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  opacity: 1;
}
.custom_input_styles .wpcf7-form-control-wrap {
  margin-bottom: 28px;
}
.custom_input_styles .wpcf7-not-valid-tip {
  height: 59px;
  padding: 21px 30px;
  border-radius: 10px;
  border: 2px solid #9f9d7a;
}
.custom_input_styles textarea {
  padding: 20px 30px;
  height: 170px;
}
.tpl--about h1 {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 160px;
}
.tpl--about .top_block {
  padding: 80px 0 225px;
  font-size: 18px;
  color: #fff;
}
.tpl--about .top_block .row {
  width: 650px;
}
.tpl--about .top_block h2 {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.tpl--about .info_block {
  padding: 108px 0 90px;
}
.tpl--about .info_block .row {
  width: 1400px;
}
.tpl--about .info_block figure {
  -webkit-flex-basis: 51.4%;
  -moz-flex-basis: 51.4%;
  -ms-flex-basis: 51.4%;
  flex-basis: 51.4%;
}
.tpl--about .info_block .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 0 5px 40px;
}
.tpl--about .about_contact_info {
  padding-bottom: 85px;
}
.tpl--about .about_contact_info .row {
  width: 480px;
}
.tpl--about .about_contact_info .item:first-child {
  font-weight: 700;
  text-align: right;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
}
.tpl--about .about_contact_info .item:nth-child(2) {
  -webkit-flex-basis: 38%;
  -moz-flex-basis: 38%;
  -ms-flex-basis: 38%;
  flex-basis: 38%;
}
.tpl--about #map iframe {
  width: 100%;
}
.tpl--about .shadow_box {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: rgba(255, 255, 255, .85);
  border-radius: 5px;
}
.index_style .post_item {
  -webkit-flex-basis: 48.6%;
  -moz-flex-basis: 48.6%;
  -ms-flex-basis: 48.6%;
  flex-basis: 48.6%;
  text-align: left;
  padding: 160px 45px 40px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(57, 57, 57, .14);
  -moz-box-shadow: 0 5px 10px rgba(57, 57, 57, .14);
  box-shadow: 0 5px 10px rgba(57, 57, 57, .14);
}
.index_style .post_item .post_content {
  z-index: 2;
  position: relative;
}
.index_style .post_item .post_content .post_title {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  margin-bottom: 20px;
}
.index_style .post_item .post_content .post_title:hover {
  color: #1281b4;
}
.index_style .post_item .post_content p {
  padding-bottom: 20px;
}
.index_style .post_item .btn, .index_style .post_item .post-password-form input[type="submit"], .post-password-form .index_style .post_item input[type="submit"] {
  position: relative;
  font-size: 18px;
  padding: 15px 35px;
  background: #00c853;
  z-index: 2;
}
.index_style .post_item .shadow_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(to top, rgba(245, 249, 250, 1), rgba(245, 249, 250, 0)), linear-gradient(to bottom, rgba(245, 249, 250, .85), rgba(245, 249, 250, 0));
  background-image: -moz-linear-gradient(to top, rgba(245, 249, 250, 1), rgba(245, 249, 250, 0)), linear-gradient(to bottom, rgba(245, 249, 250, .85), rgba(245, 249, 250, 0));
  background-image: -o-linear-gradient(to top, rgba(245, 249, 250, 1), rgba(245, 249, 250, 0)), linear-gradient(to bottom, rgba(245, 249, 250, .85), rgba(245, 249, 250, 0));
  background-image: -ms-linear-gradient(to top, rgba(245, 249, 250, 1), rgba(245, 249, 250, 0)), linear-gradient(to bottom, rgba(245, 249, 250, .85), rgba(245, 249, 250, 0));
  background-image: linear-gradient(to top, rgba(245, 249, 250, 1), rgba(245, 249, 250, 0)), linear-gradient(to bottom, rgba(245, 249, 250, .85), rgba(245, 249, 250, 0));
  z-index: 1;
}
.index_style .button_wrap {
  text-align: center;
}
.index_style .button_wrap #true_loadmore {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 60px;
  color: #0072bc;
  background: #fff;
  padding: 0 55px;
  border: 1px solid #0072bc;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_style .button_wrap #true_loadmore:hover {
  background: #0072bc;
  color: #fff;
}
.featured_post_item {
  min-height: 830px;
  text-align: center;
  padding-top: 80px;
}
.featured_post_item h1 {
  color: #fff;
  font-family: 'walls_black';
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 170px;
}
.featured_post_item h3 {
  text-transform: uppercase;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 35px;
  color: #fff;
}
.featured_post_item .wp_trim_words {
  max-width: 680px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin: 50px auto;
}
.post_single {
  padding: 130px 0 60px !important;
}
@media (max-width: 768px) {
  .post_single {
    padding: 70px 0 60px !important;
  }
}
.post_single .the_title {
  font-size: 35px;
  padding-bottom: 50px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .post_single .the_title {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
.post_thumbnail {
  margin: 0 auto 30px;
}
#order_form br {
  display: none;
}
#order_form img {
  margin: 0 auto 55px;
}
#order_form h1, #order_form h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
#order_form h1 {
  padding-bottom: 65px;
}
#order_form h2 {
  padding-bottom: 30px;
}
#order_form p {
  padding-bottom: 0;
}
#order_form .row {
  width: 1212px;
}
#order_form .wrapper {
  padding: 0 50px;
}
#order_form input[type='text'], #order_form input[type='email'], #order_form input[type='password'], #order_form input[type='tel'] {
  text-align: center;
}
#order_form .green_bg {
  background: #ccf4dc;
  padding: 55px 0 20px;
}
#order_form .green_bg .wrapper {
  width: 830px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#order_form .green_bg input[type="submit"] {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  height: 59px;
  padding: 0 30px;
  color: #000;
  border: 2px solid #9f9d7a;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
#order_form .green_bg p:last-child {
  text-align: center;
}
#order_form .green_bg .wpcf7-form-control-wrap {
  -webkit-flex-basis: 43%;
  -moz-flex-basis: 43%;
  -ms-flex-basis: 43%;
  flex-basis: 43%;
}
#order_form .green_bg .info {
  text-align: center;
  font-weight: 400;
}
#order_form .green_bg .info br {
  display: inline;
}
#order_form .green_bg .info strong {
  font-weight: 700;
}
#order_form .green_bg .info p {
  padding-bottom: 20px;
}
#order_form .choose_method {
  padding: 80px 0;
  text-align: center;
}
#order_form .choose_method .wrapper {
  width: 980px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#order_form .choose_method a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  text-decoration: underline;
}
#order_form .choose_method p {
  padding-bottom: 20px;
}
#order_form .choose_method .custom_checkbox {
  display: block;
  width: 580px;
  max-width: 100%;
  margin: 75px auto 0;
}
#order_form .choose_method .custom_checkbox label {
  width: auto;
  text-align: left;
  display: block;
}
#order_form .choose_method .custom_checkbox label .wpcf7-list-item-label:before {
  top: 0;
}
#order_form .choose_method .custom_checkbox label .wpcf7-list-item-label:after {
  top: 4px;
}
#order_form .choose_method textarea {
  height: 195px;
}
#order_form .choose_method .bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  text-align: left;
  padding: 0 40px;
}
#order_form .choose_method .bottom p {
  padding-bottom: 0;
}
#order_form .choose_method .bottom .btn, #order_form .choose_method .bottom .post-password-form input[type="submit"], .post-password-form #order_form .choose_method .bottom input[type="submit"] {
  margin-left: 80px;
}
#order_form .selectric {
  padding: 0 60px 0 45px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #01a545;
}
#order_form .selectric .label {
  font-size: 20px;
  color: #000;
  line-height: 59px;
  height: 59px;
  font-weight: 700;
}
#order_form .selectric .button {
  width: 10px;
  height: 10px;
  right: 63px;
  top: 25px;
  background-color: #fff;
}
#order_form .selectric .button:after {
  border: 10px solid transparent;
  border-top-color: #00c853;
  border-bottom: none;
}
#order_form .wpcf7-list-item-label:after {
  left: 26px;
}
#order_form .wpcf7-list-item-label:before {
  left: 26px;
}
.tpl--opportunity .register_info .mail_list {
  background-repeat: no-repeat;
}
.request_form br {
  display: none;
}
.request_form p {
  padding-bottom: 0;
}
.request_form h1 {
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 50px;
}
.request_form .row {
  width: 1210px;
  background: #ccf4dc;
  padding: 80px 50px 40px;
}
.request_form .wrap {
  width: 745px;
  max-width: 100%;
  margin: 0 auto;
}
.request_form .wpcf7-form-control-wrap {
  -webkit-flex-basis: 42.85%;
  -moz-flex-basis: 42.85%;
  -ms-flex-basis: 42.85%;
  flex-basis: 42.85%;
}
.request_form .wpcf7-form-control-wrap input {
  text-align: center;
}
.request_form .wpcf7-list-item-label:after {
  top: 10px !important;
  left: 20px !important;
}
.request_form .wpcf7-list-item-label:before {
  top: 6px !important;
  left: 20px !important;
}
.request_form .info .wrap {
  width: 1120px;
}
.request_form .info p {
  font-size: 18px;
  font-weight: 700;
}
.request_form .info figure {
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-basis: 350px;
  flex-basis: 350px;
}
.request_form .info div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.request_form .bottom_info {
  text-align: center;
}
.request_form .bottom_info p {
  padding-bottom: 20px;
}
.request_form .bottom_info br {
  display: inline;
}
.tpl--thank_reques_v2 .custom_row {
  width: 835px;
}
.tpl--thank_reques_v2 article {
  padding: 130px 0 70px;
}
.tpl--thank_reques_v2 h1 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.tpl--thank_reques_v2 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1897c8;
  padding-bottom: 45px;
}
.tpl--thank_reques_v2 h3 {
  font-size: 24px;
  font-weight: 400;
}
.tpl--thank_reques_v2 h5 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 30px;
}
.tpl--thank_reques_v2 .middle_info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
.tpl--thank_reques_v2 .middle_info figure {
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-basis: 300px;
  flex-basis: 300px;
}
.tpl--thank_reques_v2 .middle_info .info {
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl--videos article .embed-container {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
}
.tpl--top3 .top_3_custom_row {
  width: 1140px;
}
.tpl--top3 article {
  padding: 80px 0;
}
.tpl--top3 h1 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 80px;
}
.tpl--top3 .top_3 {
  padding-top: 90px;
}
.tpl--top3 .top_3 .item {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.tpl--top3 .top_3 .item figure {
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-basis: 270px;
  flex-basis: 270px;
}
.tpl--top3 .top_3 .item figure img {
  margin: 0 auto;
}
.tpl--top3 .top_3 .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
.tpl--top3 .top_3 .item h5 {
  font-family: 'walls_black';
  font-size: 30px;
  padding-bottom: 30px;
}
.tpl--top3 .top_3 .item h5 span {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 24px;
}
.tpl--top3 .top_3 .item .green {
  color: #00c853;
}
.tpl--top3 .top_3 .item .green span {
  color: #13719d;
}
.tpl--top3 .top_3 .item .blue {
  color: #13719d;
}
.tpl--top3 .top_3 .item .blue span {
  color: #00c853;
}
@media screen and (max-width: 1650px) {
  .sidebar_container {
    display: block;
  }
  #order_form .wrapper {
    padding: 0 25px;
  }
  #order_form img {
    margin: 0 auto 20px;
  }
  #order_form h1, #order_form h2 {
    font-size: 35px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1470px) {
  .tpl--about h1 {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .tpl--about .top_block {
    padding: 80px 0;
  }
  .tpl--about .top_block h2 {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .custom_ax .screen-bg {
    float: none;
    margin: 0 auto;
  }
  .custom_ax .wh-top-block .side-image {
    position: static;
    margin: 0 auto;
  }
  .custom_ax .two-ways .inner {
    padding: 35px 0;
    background: #5ea1a5;
  }
  .custom_ax .two-ways .inner .flex {
    display: block;
  }
  .custom_ax .two-ways .inner .item.blue {
    padding: 0;
    text-align: center;
  }
  .custom_ax .two-ways .inner .item.blue .top p {
    margin: 0;
    padding-bottom: 20px;
  }
  .custom_ax .two-ways .inner .item.blue .top img {
    margin: 0 auto 20px !important;
    display: block !important;
  }
  .custom_ax .two-ways .inner .item.blue .bottom {
    float: none;
    width: auto;
    padding-bottom: 20px;
  }
  .custom_ax .two-ways .inner .item.green {
    text-align: center;
    padding: 0;
  }
  .custom_ax .two-ways .inner .item.green .top .image4 {
    margin-top: 0;
  }
  .custom_ax .two-ways .inner .item.green .top img {
    margin: 0 auto 15px !important;
    display: block;
  }
  .custom_ax .two-ways .inner .item.green .top p {
    display: block;
    margin: 0;
    padding-bottom: 20px;
  }
  .custom_ax .two-ways .inner .item.green .bottom {
    width: auto;
  }
}
@media screen and (max-width: 1260px) {
  .contact_info_page {
    display: block;
  }
  .contact_info_page .contact_left_info {
    text-align: center;
  }
  .contact_info_page .contact_right_info {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
  }
  .contact_info_page .contact_right_info .flex {
    display: block;
  }
  .request_form p {
    padding-bottom: 20px;
  }
  .tpl--thank_for_emailing article h1 {
    font-size: 40px;
    padding-bottom: 35px;
  }
  .tpl--thank_for_emailing h3 {
    font-size: 25px;
    padding-bottom: 35px;
  }
  .tpl--guarantee article {
    padding: 20px 10px;
    background: none;
    border: 10px solid #415c6d;
  }
  .tpl--guarantee article ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tpl--videos article .embed-container {
    background: none;
    padding-bottom: 0;
  }
  .tpl--about .info_block {
    padding: 50px 0;
  }
  .tpl--about .info_block .flex {
    display: block;
  }
  .tpl--about .info_block .info {
    padding: 0;
  }
  .tpl--about .info_block figure {
    margin-bottom: 20px;
  }
  .tpl--about .info_block figure img {
    margin: 0 auto;
  }
  #map iframe {
    height: 500px;
  }
  .tpl--thank_for_emailing article {
    padding: 50px 10px;
  }
  .request_form .info .wrap {
    display: block;
  }
  .request_form .info .wrap img {
    margin: 0 auto;
  }
  .tpl--top3 .top_3 {
    padding-top: 25px;
  }
  .tpl--top3 .top_3 .item {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .tpl--opportunity h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .tpl--opportunity .bottom_header {
    padding-top: 35px;
  }
  .tpl--opportunity .register_info {
    padding: 15px;
  }
  .tpl--opportunity .register_info .mail_list {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
  }
  .tpl--opportunity .register_info .mail_list div {
    width: 100%;
    background-color: #fbeacc;
    padding: 15px;
  }
  .tpl--opportunity .content_ob {
    padding: 15px;
  }
  .tpl--opportunity .desc_bh {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .tpl--thank_request article {
    padding: 40px 0;
  }
  .tpl--thank_request p {
    padding: 0 0 20px;
  }
  .tpl--link article {
    padding: 40px 0;
  }
  .tpl--link article ul {
    margin-left: 0;
  }
  .tpl--link article ul li {
    font-size: 20px;
  }
  .tpl--policy article {
    padding: 40px 0;
  }
  .custom_ax .row_1020 h2 {
    padding: 20px 0;
  }
  .custom_ax .table-box h2 {
    font-size: 30px;
  }
  .custom_ax .content .flex {
    display: block;
  }
  .custom_ax .content .item .alignleft, .custom_ax .content .item .aliginright {
    float: none;
    margin: 0 auto 20px;
  }
  .custom_ax .content .item p {
    font-size: 20px;
  }
  .custom_ax .content .item h6 {
    margin-top: 0;
  }
  .tpl--work_home h1 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .tpl--work_home h3 {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }
  .custom_ax .two-ways .two-ways-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom_input_styles input[type='text'], .custom_input_styles input[type='email'], .custom_input_styles input[type='password'], .custom_input_styles input[type='tel'], .custom_input_styles textarea {
    font-size: 16px;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 16px !important;
  }
  #order_form .flex {
    display: block;
  }
  #order_form .green_bg input[type="submit"] {
    font-size: 16px;
  }
  #order_form .selectric {
    padding: 0 8px 0 20px;
  }
  #order_form .selectric .button {
    right: 26px;
  }
  #order_form .choose_method {
    padding: 35px 0;
  }
  #order_form .choose_method .custom_checkbox {
    margin-top: 20px;
  }
  #order_form .choose_method .bottom {
    padding: 0;
  }
  #order_form .choose_method .bottom .btn, #order_form .choose_method .bottom .post-password-form input[type="submit"], .post-password-form #order_form .choose_method .bottom input[type="submit"] {
    margin-left: 0;
    margin-top: 20px;
  }
  .tpl--thank_for_emailing article h1 {
    font-size: 30px;
  }
  .tpl--thank_for_emailing h3 {
    font-size: 20px;
  }
  .tpl--about .top_block {
    height: auto;
    min-height: 500px;
  }
  .tpl--about .about_contact_info {
    padding-bottom: 50px;
    text-align: center;
  }
  .tpl--about .about_contact_info .flex {
    display: block;
  }
  .tpl--about .about_contact_info .item:first-child {
    text-align: center;
  }
  #map iframe {
    height: 250px;
  }
  .request_form .row {
    padding: 0;
  }
  .request_form .wrap .flex {
    display: block;
  }
  .tpl--thank_reques_v2 .middle_info {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .tpl--thank_reques_v2 .middle_info img {
    margin: 0 auto;
  }
  .tpl--videos article {
    padding: 35px 0;
  }
  .tpl--videos article .embed-container iframe {
    height: 300px !important;
  }
  .tpl--videos article .video {
    margin-bottom: 30px;
  }
  .custom_ax .testimonials .text-box {
    padding: 5px;
  }
  .custom_ax .testimonials .face-name {
    display: block;
  }
  .custom_ax .testimonials .face-name img {
    margin: 0 auto 10px;
  }
  .custom_ax .screen-bg {
    background: none !important;
  }
  .custom_ax .table-box {
    padding: 30px 0 20px;
  }
  .custom_ax .table-box h2 {
    padding: 0;
  }
  .custom_ax .table-box h2:after {
    display: none;
  }
  .custom_ax .table-box h2:before {
    display: none;
  }
  .custom_ax .table-box .line {
    display: block;
  }
  .custom_ax .table-box .line .first, .custom_ax .table-box .line .second, .custom_ax .table-box .line .third {
    border-left: none !important;
    border-right: none !important;
  }
  .custom_ax .two-ways .inner p {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .tpl--videos article .embed-container iframe {
    height: 200px !important;
  }
}
.custom_ax .row_1020 {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
}
.custom_ax .row_740 {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
}
.custom_ax h1 {
  font-weight: 900;
  color: #345b92;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}
.custom_ax .wh-top-block {
  background-size: cover;
  background-position: center center;
  min-height: 823px;
  position: relative;
}
.custom_ax .wh-top-block .row {
  padding-top: 110px;
}
.custom_ax .wh-top-block h3 {
  text-transform: uppercase;
  font-size: 32px;
  color: #232323;
  font-weight: 300;
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
}
.custom_ax .wh-top-block .side-image {
  position: absolute;
  right: 115px;
  top: 44px;
}
.custom_ax .wh-top-block .btn, .custom_ax .wh-top-block .post-password-form input[type="submit"], .post-password-form .custom_ax .wh-top-block input[type="submit"] {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.custom_ax .screen-bg {
  width: 635px;
  height: 487px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 19px 0 19px;
  float: right;
  margin-top: 35px;
}
.custom_ax .screen-bg iframe {
  width: 100% !important;
  height: 348px !important;
}
.custom_ax .content {
  background: #def2fd;
  padding: 80px 0;
}
.custom_ax .content .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
}
.custom_ax .content .item .alignleft {
  margin-right: 25px;
}
.custom_ax .content .item p {
  font-size: 24px;
  color: #282f39;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: justify;
}
.custom_ax .content .item p strong {
  font-weight: 900;
}
.custom_ax .content .item h6 {
  font-size: 36px;
  color: #282f39;
  font-weight: 700;
  margin-top: 95px;
  margin-bottom: 35px;
}
.custom_ax .table-box {
  background: #ccf4dc;
  padding: 100px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.custom_ax .table-box h2 {
  font-size: 48px;
  font-weight: 900;
  color: #000;
  text-align: center;
  position: relative;
  padding: 0 105px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.custom_ax .table-box h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: url(../img/bf.png) no-repeat;
  width: 93px;
  height: 102px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.custom_ax .table-box h2:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  background: url(../img/bf.png) no-repeat;
  width: 93px;
  height: 102px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.custom_ax .table-box .flex {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 930px;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.custom_ax .table-box .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}
.custom_ax .table-box .line div {
  text-align: center;
  min-height: 70px;
  font-weight: 900;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 15px;
}
.custom_ax .table-box .line div.first {
  font-size: 24px;
  color: #344248;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.custom_ax .table-box .line div.second {
  font-size: 18px;
  color: #0e8bbd;
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 485px;
  -moz-box-flex: 2;
  -moz-flex: 2 1 485px;
  -ms-flex: 2 1 485px;
  flex: 2 1 485px;
  border-right: 4px solid #eee;
  border-left: 4px solid #eee;
}
.custom_ax .table-box .line div.second strong {
  font-weight: 900;
  font-size: 24px;
}
.custom_ax .table-box .line div.third {
  font-size: 18px;
  color: #00c853;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  border-left: 1px solid #d9d9d9;
}
.custom_ax .table-box .line div.third strong {
  font-weight: 900;
  font-size: 24px;
}
.custom_ax .table-box .line:nth-child(even) div {
  background: #f8f8f8;
}
.custom_ax .testimonials h2 {
  font-size: 34px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding: 100px 0;
}
.custom_ax .testimonials .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 50px;
}
.custom_ax .testimonials .text-box {
  background: #f0f0f0;
  padding: 60px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 30px;
}
.custom_ax .testimonials .text-box p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.custom_ax .testimonials .text-box:after {
  content: '';
  display: block;
  position: absolute;
  font-size: 40px;
  background: url(../img/p1.png) no-repeat;
  width: 40px;
  height: 28px;
  bottom: -28px;
  left: 55%;
}
.custom_ax .testimonials .face-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.custom_ax .testimonials .face-name img {
  margin-right: 25px;
}
.custom_ax .testimonials .face-name .name {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 70px;
}
.custom_ax .testimonials .face-name .name:before {
  content: '';
  position: absolute;
  display: block;
  width: 56px;
  height: 60px;
  background: url(../img/bf1.png) no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.custom_ax .two-ways .two-ways-title {
  background: #ccf4dc;
  text-align: center;
  padding: 95px 0;
}
.custom_ax .two-ways .two-ways-title h2 {
  font-size: 40px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.custom_ax .two-ways .inner {
  background: linear-gradient(#6fafb3, #458d92) no-repeat border-box, linear-gradient(#6fba7d, #459a68) no-repeat border-box;
  background-size: 50% 100%, 50% 100%;
  background-position: 0 0, 100% 0;
  background-origin: padding-box, padding-box;
}
.custom_ax .two-ways .item {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.custom_ax .two-ways .item.blue .padding {
  padding: 0 75px 20px 0;
}
.custom_ax .two-ways .item.blue .top .image1 {
  margin-left: -90px;
  margin-top: -90px;
}
.custom_ax .two-ways .item.blue .top p {
  margin-right: 10px;
  margin-top: 78px;
  margin-left: -10px;
}
.custom_ax .two-ways .item.blue .top .image2 {
  margin-top: 50px;
}
.custom_ax .two-ways .item.blue .bottom {
  width: 600px;
  max-width: 100%;
  float: right;
}
.custom_ax .two-ways .item.green .padding {
  padding: 0 0 20px 75px;
}
.custom_ax .two-ways .item.green .top .image3 {
  margin-right: 25px;
  margin-top: 45px;
}
.custom_ax .two-ways .item.green .top p {
  margin-right: 10px;
  margin-top: 70px;
}
.custom_ax .two-ways .item.green .top .image4 {
  margin-top: -50px;
}
.custom_ax .two-ways .item.green .bottom {
  width: 410px;
  max-width: 100%;
}
.custom_ax .two-ways .item.green .bottom span {
  font-weight: 700;
  text-transform: none;
  display: block;
  margin-top: 10px;
}
.custom_ax .two-ways .item .top {
  font-size: 0;
}
.custom_ax .two-ways .item .top img {
  display: inline-block;
}
.custom_ax .two-ways .item .top p {
  display: inline-block;
  font-size: 34px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.custom_ax .two-ways .item .bottom {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.custom_ax .form-box {
  background: #ccf4dc;
}
.custom_ax .form-box .info {
  font-size: 17px;
  font-weight: 700 !important;
  line-height: 1.3;
}
.custom_ax .form-box .info p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.custom_ax .form-box .info strong {
  font-weight: 900;
}
.custom_ax .form-box .top_info {
  padding-bottom: 40px;
}
.custom_ax .form-box .bottom_info {
  padding-top: 40px;
}
.custom_ax .form-box .wpcf7-submit {
  background: #dc0405 !important;
  color: #fff !important;
  border: none;
}
.custom_ax .form-box .wpcf7-submit:hover {
  background: #b40304 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.custom_ax .form-box .wpcf7-submit:active {
  background: #910303 !important;
}
.custom_ax .testimonials .text-box {
  width: 100%;
}
.tpl--opportunity h1 {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 90px;
  font-size: 40px;
}
.tpl--opportunity .bottom_header {
  padding: 140px 0 0;
  background-position: center;
  text-align: center;
}
.tpl--opportunity .bottom_header .row {
  width: 1050px;
}
.tpl--opportunity img {
  display: inline-block;
  vertical-align: middle;
}
.tpl--opportunity .desc_bh {
  font-size: 24px;
  font-weight: 400;
  width: 57%;
  text-align: left;
  margin-left: auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.tpl--opportunity .register_info {
  border: 1px solid #8e9ba0;
  border-radius: 5px;
  padding: 0 35px 40px 105px;
  margin-top: 10px;
}
.tpl--opportunity .register_info.row {
  width: 1040px;
}
.tpl--opportunity .register_info .mail_list {
  margin-top: -30px;
  padding: 75px 0 35px;
}
.tpl--opportunity .register_info .mail_list > div {
  font-size: 24px;
  font-weight: 400;
  width: 62%;
  padding-right: 45px;
  text-align: left;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.tpl--opportunity .register_info .mail_list > div p:first-of-type {
  padding-bottom: 20px;
}
.tpl--opportunity .register_info .more_info {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-top: 30px;
}
.tpl--opportunity .register_info .more_info .btn, .tpl--opportunity .register_info .more_info .post-password-form input[type="submit"], .post-password-form .tpl--opportunity .register_info .more_info input[type="submit"] {
  margin: 30px 0 15px;
}
.tpl--opportunity .register_info .more_info p {
  padding-bottom: 20px;
}
.tpl--opportunity .register_info .more_info p:last-of-type {
  padding-bottom: 0;
}
.tpl--opportunity .register_info .more_info p span[style*="color:"] {
  font-size: 24px;
}
.tpl--opportunity .content_ob {
  padding: 40px 35px 75px 105px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.tpl--opportunity .content_ob.row {
  width: 1040px;
}
.tpl--opportunity .content_ob p {
  padding-bottom: 25px;
}
.tpl--opportunity .content_ob p:last-of-type {
  padding-bottom: 0;
}
.tpl--policy #wrap .row {
  width: 1040px;
}
.tpl--policy .wysiwyg table {
  width: 100% !important;
}
.tpl--policy article {
  padding: 150px 20px 120px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.tpl--policy h1 {
  font-size: 35px;
  text-align: center;
  color: #1897c8;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 55px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tpl--policy h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.tpl--policy p {
  padding-bottom: 25px;
}
.tpl--link #wrap .row {
  width: 1040px;
}
.tpl--link article {
  padding: 80px 200px 200px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.tpl--link h1 {
  font-size: 35px;
  text-align: center;
  color: #000;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.tpl--link p {
  padding-bottom: 25px;
}
.tpl--link .wysiwyg {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
.tpl--link .wysiwyg ul li {
  padding-left: 40px;
  position: relative;
  list-style: none inside;
  margin-bottom: 25px;
}
.tpl--link .wysiwyg ul li:before {
  font-family: 'i' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: 3px;
  position: absolute;
  content: "\70";
  color: #01c854;
  font-size: 25px;
}
.tpl--link .wysiwyg a {
  color: #1897c8;
  text-decoration: underline;
}
.tpl--link .wysiwyg a:hover {
  text-decoration: none;
}
.tpl--thank_request #wrap .row {
  width: 1040px;
}
.tpl--thank_request article {
  padding: 150px 50px 80px;
}
.tpl--thank_request h1 {
  font-size: 35px;
  text-align: center;
  color: #000;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.tpl--thank_request p {
  padding: 0 60px 25px;
}
.tpl--thank_request p:first-of-type {
  padding: 0 0 50px;
}
.tpl--thank_request p:first-of-type span[style*="color:"] {
  font-size: 18px;
  font-weight: 700;
}
.tpl--thank_request .wysiwyg {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.tpl--guarantee #wrap .row {
  width: 690px;
}
.tpl--guarantee article {
  padding: 35px 70px;
  margin: 50px 0 75px;
  background: url("../img/bg-gu.jpg") no-repeat top center;
}
.tpl--guarantee article .wysiwyg {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
.tpl--guarantee article ul {
  margin: 0;
}
.tpl--guarantee article ul li {
  padding-left: 40px;
  position: relative;
  list-style: none inside;
  margin-bottom: 25px;
}
.tpl--guarantee article ul li:before {
  font-family: 'i' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: 3px;
  position: absolute;
  content: "\70";
  color: #01c854;
  font-size: 25px;
}
.tpl--videos #wrap .row {
  width: 840px;
}
.tpl--videos article {
  padding: 80px 0;
}
.tpl--videos article h1 {
  font-size: 40px;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
}
.tpl--videos article .video {
  margin-bottom: 90px;
}
.tpl--videos article .v_content {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.tpl--videos article .embed-container {
  text-align: center;
  background: url("../img/v-device.png") no-repeat;
  padding: 26px 0 155px;
}
.tpl--videos article .embed-container iframe {
  width: 94% !important;
  height: 460px !important;
}
.top_block {
  height: 835px;
  padding-top: 80px;
  position: relative;
  background-repeat: no-repeat;
}
.top_block .resp_bg {
  display: none;
}
@media (max-width: 960px) {
  .top_block {
    background: transparent !important;
    overflow: hidden;
  }
  .top_block .resp_bg {
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block !important;
  }
}
.top_block .profit {
  position: absolute;
  top: 85px;
  left: 340px;
}
.top_block .top_block_title {
  font-weight: 900;
  font-size: 40px;
  color: #13719d;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.top_block mark {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #00c853;
}
.top_block mark span {
  font-size: 18px;
  color: #eb7a22;
  display: block;
  padding-top: 10px;
}
.top_block .box {
  position: absolute;
  top: auto;
  bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.top_block .box a {
  margin: 0 60px;
}
.top_block .profit {
  width: 130px;
  height: 130px;
  font-size: 20px;
}
.top_block .profit .inner {
  padding-top: 20px;
}
.top_block .profit span {
  font-size: 28px;
}
.background_fix {
  background: #fff;
}
.prod__entertainment mark {
  color: #13719d;
}
.prod__entertainment mark span {
  color: #eb7a22;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}
.content_seo {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 100px 0 50px;
  font-weight: 400;
  overflow: hidden;
}
.content_seo .row {
  width: 920px;
}
.content_seo .content_seo_hidden {
  display: none;
}
.content_seo p {
  margin-bottom: 25px;
  font-size: 20px;
}
.content_seo h4 {
  font-size: 35px;
  font-weight: 300;
  margin: 25px 0 30px;
}
.content_seo h4 strong {
  font-weight: 700;
}
.content_seo .content_button {
  position: relative;
  text-align: center;
}
.content_seo .content_button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  height: 100px;
  background: url("../img/shadow-seo.png") repeat top center;
}
.content_seo .content_button.thisAct:before {
  height: 0;
}
.content_seo #show_more {
  background-color: transparent;
  color: #000;
  border: 1px solid #0e8bbd;
  border-radius: 5px;
  font-weight: 400;
}
.green_table_title br {
  display: none;
}
.matchHeightLines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.matchHeightLines > * {
  display: block;
  width: 100%;
  text-align: center;
}
.sidebar_menu_wrap .sidebar_menu_lvl_a > li ul a i {
  display: none;
}
.resp_container .more_fundrisers {
  border-bottom: none !important;
}
.resp_container .more_fundrisers > a {
  display: none !important;
}
.resp_container .more_fundrisers > .sub-menu {
  display: block !important;
}
.resp_container .top_10_fundraisers {
  border-bottom: none !important;
}
.f_lk_bt {
  padding: 20px 0 0 30px;
}
.f_lk_bt iframe {
  width: 210px !important;
}
#error_list {
  margin-bottom: 10px;
}
#error_list div {
  border-bottom: 1px solid #cc121b;
  padding: 5px;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
.r_menu_fb_lk {
  position: absolute;
  top: 10px;
  left: 0;
}
.r_menu_fb_lk iframe {
  width: 210px !important;
}
/* ==========================================================================
 packages_container
 ========================================================================== */
.packages_container {
  padding-top: 130px;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.packages_container .page_title {
  text-align: center;
  font-size: 50px;
  color: #13719d;
  padding-bottom: 120px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .packages_container .page_title {
    font-size: 32px;
    padding-bottom: 40px;
  }
}
.packages_container .packages {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-bottom: 60px;
}
.packages_container .packages_item {
  background: #fff;
  font-family: "Lato";
  border: 5px solid #c99424;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background: url(../img/c_card.jpg) center 98% no-repeat;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 768px) {
  .packages_container .packages_item {
    border-width: 1px !important;
  }
}
.packages_container .packages_item:nth-child(2) {
  border: 5px solid #c2c2c2;
}
.packages_container .packages_item:nth-child(3) {
  border: 5px solid #927436;
}
.packages_container .name {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
}
@media (max-width: 768px) {
  .packages_container .name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
  }
}
.packages_container .inner_cntainer {
  padding: 25px;
}
@media (max-width: 1440px) {
  .packages_container .inner_cntainer {
    padding: 10px;
  }
}
.packages_container .description {
  min-height: 230px;
  margin-bottom: 20px;
}
.packages_container .description li {
  color: #000;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  font-size: 21px;
  font-weight: 700;
}
.packages_container .description li strong {
  color: #00c853;
}
.packages_container .description li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\70";
  color: #00c853;
  font-family: 'i' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
}
.packages_container .image {
  width: 100%;
  margin-bottom: 30px;
}
.packages_container .subtitle {
  font-family: "Lato";
  font-weight: 700;
  color: #464646;
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}
.packages_container .subtitle h3 {
  color: #00c853;
  font-size: 30px;
  font-weight: 900;
}
.packages_container .packages_list {
  font-size: 19px;
  color: #363636;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.packages_container .packages_list .col-right {
  text-align: right;
}
.packages_container .packages_list .line {
  padding-bottom: 10px;
}
.packages_container .packages_list .line:first-child {
  color: #003663;
  font-weight: 900;
}
.packages_container .total {
  text-align: right;
  color: #00c853;
  padding-bottom: 20px;
  font-size: 22px;
}
.packages_container .total strong {
  font-weight: 900;
  color: #003663;
  padding-right: 10px;
}
.packages_container .bottom_description {
  text-align: center;
  color: #000;
  font-size: 16px;
  width: 100%;
  padding-bottom: 20px;
}
.packages_container .bottom_description h3 {
  font-size: 20px;
}
.packages_container .paypal_form {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: inline-block;
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
}
.packages_container .page_bottom_description {
  text-align: left;
  padding-bottom: 60px;
}
.packages_container .page_bottom_description li {
  color: #000;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  font-size: 21px;
  font-weight: 700;
}
.packages_container .page_bottom_description li strong {
  color: #00c853;
}
.packages_container .page_bottom_description li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\70";
  color: #00c853;
  font-family: 'i' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
}
.tpl--packages .fixed_container {
  display: none !important;
}
.tpl--packages .header_info_kit {
  display: none;
}
.tpl--packages .packages_menu {
  margin-right: 240px;
}
@media (max-width: 768px) {
  .tpl--packages .packages_menu {
    margin-right: 0;
  }
}
.tpl--packages .packages_menu .level_a {
  float: right;
}
.tpl--packages header .level_a > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1440px) {
  .tpl--packages header {
    height: 40px;
  }
}
.selectric-items li {
  font-size: 24px !important;
}
/* ==========================================================================
 tpl--scholarship
 ========================================================================== */
.tpl--scholarship .header_info_kit {
  display: none;
}
.tpl--scholarship .packages_menu {
  margin-right: 0;
}
@media (max-width: 768px) {
  .tpl--scholarship .packages_menu {
    margin-right: 0;
  }
}
.tpl--scholarship .packages_menu .level_a {
  float: right;
}
.tpl--scholarship header .level_a > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
.tpl--scholarship .fixed_container {
  display: none !important;
}
.tpl--scholarship .top_block {
  height: 490px;
}
.tpl--scholarship .top_block h1 {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 160px;
  color: #0e8bbd;
}
.tpl--scholarship .main_content {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  body.tpl--scholarship {
    padding-top: 0;
  }
  body.tpl--scholarship:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 40px;
    z-index: 10000;
    background: #0e8bbd;
  }
}
@media screen and (max-width: 960px) {
  .tpl--scholarship .top_block {
    height: auto;
    padding-top: 85px;
  }
  .tpl--scholarship .top_block h1 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 40px;
  }
}
.copy_description {
  text-align: center;
  padding-bottom: 10px;
  font-size: 19px;
}
.copy_textarea:hover {
  text-decoration: underline;
}
.scroll_down_arrow_new {
  position: absolute;
  right: 40px;
  bottom: 80px;
  padding: 10px;
  border-radius: 2px;
  padding-bottom: 70px;
  font-size: 22px;
}
.scroll_down_arrow_new span {
  color: #0e8bbd;
  font-weight: 700;
}
@media screen and (max-width: 1010px) {
  .scroll_down_arrow_new {
    bottom: 60px;
    left: 0;
    right: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .scroll_down_arrow_new span {
    display: block;
    text-align: left;
    position: absolute;
    left: 179px;
    padding-top: 18px;
    font-size: 18px;
  }
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before, .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ee3c45;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
.home .scroll_down_arrow_new span {
  color: #fff;
}
@media screen and (max-width: 1010px) {
  .home .scroll_down_arrow_new span {
    display: none !important;
  }
  .page_498 .profit_table .col-5 {
    -webkit-flex-basis: 39%;
    -moz-flex-basis: 39%;
    -ms-flex-basis: 39%;
    flex-basis: 39%;
  }
}
.tpl--order .container_304 {
  display: none !important;
}
.single-products .scroll_down_arrow_new span {
  color: #ee3c45;
}
@media screen and (max-width: 1010px) {
  .single-products .scroll_down_arrow_new {
    bottom: 90px !important;
  }
}
.default_page_container {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 1060px) {
  .default_page_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.default_page_template + .fixed_container {
  display: none !important;
}
.content_seo_hidden h2 {
  padding-bottom: 20px;
}
.page_454 .product_info_block .simple_content {
  background: rgba(222, 242, 253, .8);
  padding: 20px;
  border-radius: 5px;
}
.page_454 .color_container {
  max-width: 900px;
  margin: 0 auto;
}
.page_454 .color_container mark {
  color: #fff;
}
/******************BROCHURE & FUNDRAISING*********************/
.tpl--brochure .fixed_container {
  display: none !important;
}
.tpl--brochure .bottom_header {
  padding: 140px 0 0;
  background-position: center;
  text-align: center;
}
.tpl--brochure .bottom_header .row {
  width: 1050px;
}
.tpl--brochure .bottom_header.green {
  background: #ccf4dc;
}
.tpl--brochure .bottom_header .title h2 {
  margin-bottom: 40px;
  font-weight: 900;
}
.tpl--brochure img {
  display: inline-block;
  vertical-align: middle;
}
.tpl--brochure .download-top {
  padding-bottom: 90px;
}
.tpl--brochure .download-top figure {
  margin-bottom: 30px;
}
.tpl--brochure .download-top img {
  margin-left: -20px;
}
.tpl--brochure .brochure_list {
  padding-top: 110px;
}
.tpl--brochure .brochure_list .row {
  width: 1140px;
}
.tpl--brochure .brochure_list .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1%;
  margin-right: -1%;
}
.tpl--brochure .brochure_list .box > * {
  -webkit-flex-basis: 31.333%;
  -moz-flex-basis: 31.333%;
  -ms-flex-basis: 31.333%;
  flex-basis: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
}
.tpl--brochure .brochure_list .item {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .tpl--brochure .brochure_list .item {
    margin-bottom: 20px;
  }
}
.tpl--brochure .brochure_list .item figure {
  margin-bottom: 30px;
}
.tpl--brochure .brochure_list .item a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 400;
  color: #02a8df;
  font-size: 18px;
}
.tpl--brochure .brochure_list .item a:hover {
  text-decoration: none;
}
.tpl--fundraising .fixed_container {
  display: none !important;
}
.tpl--fundraising .bottom_header {
  padding: 140px 0 0;
  background-position: center;
  text-align: center;
}
.tpl--fundraising .bottom_header .row {
  width: 1140px;
}
.tpl--fundraising .bottom_header .title h2 {
  margin-bottom: 55px;
  font-weight: 900;
}
.tpl--fundraising .fundraising {
  text-align: left;
  font-size: 18px;
}
.tpl--fundraising .fundraising p {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tpl--fundraising .fundraising p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.tpl--fundraising .fundraising a {
  text-decoration: underline;
  font-weight: 400;
}
.tpl--fundraising .fundraising a:hover {
  text-decoration: none;
}
.tpl--fundraising .fundraising .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
.tpl--fundraising .fundraising .item > * {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  .tpl--fundraising .fundraising .item {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .tpl--fundraising .bottom_header .row {
    width: 890px;
  }
}
@media screen and (max-width: 767px) {
  .tpl--brochure .brochure_list .box > * {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media screen and (max-width: 480px) {
  .tpl--brochure .brochure_list .box > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/****************************************/
@media screen and (max-width: 768px) {
  .tpl--opportunity .desc_bh {
    width: 100%;
    padding-bottom: 20px;
  }
  .tpl--opportunity .register_info {
    padding: 20px;
  }
  .tpl--opportunity .register_info .mail_list > div {
    width: 100%;
    padding: 20px;
  }
}
.post-password-form {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
.post-password-form label {
  font-size: 0;
}
.post-password-form label input {
  height: 40px;
  font-size: 16px;
}
.post-password-form input[type="submit"] {
  margin-top: 20px;
}
.screencast_items {
  margin-bottom: 20px;
}
.screencast_items .item {
  margin-bottom: 40px;
}
.screencast_items .iframe {
  position: relative;
}
.screencast_items .placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  border: 1px solid #eee;
  cursor: pointer;
  left: 0;
  top: 0;
  right: 0;
  background-position: center center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.screencast_items .placeholder img {
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.screencast_items .placeholder:hover img {
  opacity: 0.85;
}
.flyer_new_section {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  background: #fff;
  z-index: 20;
}
.flyer_new_section h3 {
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 40px;
}
.flyer_new_section img {
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 768px) {
  .flyer_new_section img {
    max-width: 84%;
  }
}
.flyer_new_section .description {
  padding-top: 20px;
}
.flyer_new_section .description a {
  font-size: 18px;
}
.flyer_new_section .description a:hover {
  text-decoration: underline;
}
body.edge .flip_css .back {
  display: none !important;
}
body.edge .flip_css .flipper:hover {
  transform-style: inherit;
}
body.edge .flip_css .flipper:hover .front {
  display: none !important;
}
body.edge .flip_css .flipper:hover .back {
  display: block !important;
  transform: rotateY(0deg) !important;
}
@media (max-width: 768px) {
  .wp-image-3103 {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.wysiwyg p {
  word-break: break-word;
}
.page_243 .blue_bg {
  background: #fff !important;
}
.page_243 .simple_content:nth-child(3) {
  margin-top: 40px;
}
.product_id_243 .product_info_block > .flex {
  justify-content: center;
}
.product_id_243 .simple_content {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .product_id_243 .simple_content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.desctop_hide {
  display: none;
}
@media screen and (max-width: 1650px) {
  .header_info_kit {
    -webkit-flex-basis: 210px;
    -moz-flex-basis: 210px;
    -ms-flex-basis: 210px;
    flex-basis: 210px;
    height: 80px;
    font-size: 16px;
    padding-left: 15px;
  }
  .header_info_kit img {
    right: -30px;
  }
  header .level_a > li > a {
    font-size: 13px;
  }
  .thermometer_wrap .top_description {
    padding-top: 100px;
  }
  .sticky_nav #logo img {
    max-width: 170px;
  }
  .single-post .wysiwyg {
    padding-left: 20%;
  }
}
@media screen and (max-width: 1550px) {
  .sidebar_menu_wrap {
    display: none !important;
  }
  .single-post .wysiwyg {
    padding-left: 0;
  }
}
@media screen and (max-width: 1470px) {
  .product_id_258 .ordering_background_b, .custom_ordering_box .ordering_background_b {
    display: none !important;
  }
  #logo {
    max-width: 190px;
  }
  header {
    padding-left: 180px;
  }
  .sidebar_menu_wrap {
    top: 70px;
    max-width: 190px;
  }
  .sidebar_menu_wrap .sidebar_menu_lvl_a > li > a {
    font-size: 13px;
    padding: 10px;
  }
  .sidebar_menu_wrap .sidebar_menu_lvl_a > li ul {
    padding: 5px;
  }
  .sidebar_menu_wrap .sidebar_menu_lvl_a > li ul a {
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 14px;
  }
  .sidebar_menu_wrap .sidebar_menu_lvl_a > li > a span {
    right: 10px;
    top: 13px;
  }
  .home_top_block {
    padding: 10px;
    min-height: 550px;
  }
  .home_top_block h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .btn.btn_big, .post-password-form input[type="submit"].btn_big {
    font-size: 19px;
    padding: 15px 30px;
  }
  .home .w_content {
    background-position: 125% bottom;
    padding: 40px 0 20px;
  }
  body .top_block .profit {
    width: 125px;
    height: 125px;
    font-size: 16px;
    top: 65px;
    left: 20px;
  }
  body .top_block .profit span {
    font-size: 28px;
  }
  .top_block {
    height: 630px;
    padding-top: 30px;
  }
  .top_block .top_block_title {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .top_block .box {
    bottom: 20px;
  }
  .row {
    width: 1140px;
  }
  .ul li {
    font-size: 16px;
    padding-left: 35px;
    padding-bottom: 20px;
  }
  .product_info_block .wp-caption p.wp-caption-text {
    font-size: 18px;
  }
  .profit_table .prof_bottom_description h3 {
    font-size: 15px;
  }
  .how_to_start_block {
    padding: 30px 0;
  }
  .how_to_start_block .wow_to_start_title {
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 35px;
  }
  .how_to_start_block .left_background h4 {
    padding-bottom: 39px;
    font-size: 15px;
    font-weight: 700;
  }
  .monitor_container iframe {
    position: absolute;
    left: 19px;
    top: 19px;
    width: 613px;
    height: 358px;
  }
  header .ideas_submenu > .sub-menu > li:not(.menu_all_prod) > a {
    padding: 23px 11px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .custom_ax .two-ways .padding {
    padding: 0 !important;
  }
  .home_explains_row .imac {
    background: none !important;
    width: 100%;
    height: auto;
  }
  .home_explains_row .imac iframe {
    width: 100% !important;
    position: static;
  }
  .footer_info_bar .box_item {
    width: 510px;
  }
  .footer_info_bar .right_side .f_right_content {
    padding-left: 20px;
  }
  .footer_info_bar .right_side .f_right_content h2 {
    font-size: 15px;
  }
  .footer_info_bar .right_side .f_right_content img {
    right: 0;
    top: 0;
    max-width: 120px;
  }
  .footer_info_bar .left_side .f_left_content img {
    left: 0;
    top: 12px;
    max-width: 120px;
  }
  .footer_info_bar .box_item {
    min-height: 100px;
  }
  .footer_info_bar .left_side .f_left_content {
    padding-top: 10px;
    padding-left: 105px;
  }
  .footer_info_bar .left_side h4 {
    padding-top: 10px;
  }
  footer .footer_nav {
    padding: 20px;
  }
  footer .footer_bottom {
    padding: 20px;
  }
  .btn.btn_info_kit:before, .post-password-form input[type="submit"].btn_info_kit:before {
    width: 65px;
    height: 80px;
    top: -8px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .profit_table {
    padding: 40px 0;
  }
  .profit_table .top_description h3 {
    font-size: 25px;
  }
  .profit_table .top_description p {
    font-size: 16px;
  }
  .profit_table .top_description {
    padding-bottom: 20px;
  }
  .profit_table .blue_table .table_item:last-child:before {
    display: none;
  }
  .profit_table .blue_table .item_title {
    font-weight: 700;
    font-size: 16px;
  }
  .profit_table .green_table .green_table_title {
    font-size: 19px;
    min-height: 58px;
    font-weight: 700;
  }
  .profit_table .line {
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
  }
  .brochures_items .custom_single_title {
    font-size: 22px;
    font-weight: 700;
    min-height: 1px;
    margin-bottom: 15px;
  }
  .sample_discount_cards {
    padding: 40px 0 40px;
  }
  .customize_coupons_wrap .absolute_block {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .customize_coupons_wrap .customize__right_content {
    max-width: 100%;
    float: none;
    padding: 20px;
  }
  .customize_coupons_wrap .customize_item .row .col-6 {
    padding-right: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .customize_coupons_wrap .customize_item .row {
    padding-top: 30px;
  }
  .video_block_scratch {
    padding-top: 30px;
  }
  .video_block_scratch h3 {
    padding-bottom: 40px;
    font-size: 27px;
  }
  .customize_coupons_wrap .customize__right_content p {
    font-size: 19px;
  }
  .custom_ordering_box .ordering_background_a {
    background-position: 16px 31px;
    padding: 20px 20px 20px 180px;
    background-size: 145px;
  }
  .custom_ordering_box .ordering_background_b {
    max-width: 280px;
  }
  .custom_ordering_box .ordering_content h3 {
    font-size: 30px;
    padding-bottom: 14px;
    font-weight: 700;
    text-align: left;
  }
  .custom_ordering_box .ordering_content {
    padding-bottom: 20px;
  }
  .custom_ordering_box .ordering_content {
    max-width: 100%;
    padding-right: 245px;
  }
  .custom_ordering_box .paypal_title {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    padding-top: 0;
  }
  .prod_item .prod_title {
    top: 20px;
  }
  .prod_item .btn_wrap .find_more {
    margin-bottom: 15px;
  }
  .prod_item .back_description {
    top: 120px;
  }
}
@media screen and (max-width: 1250px) {
  .simple_content_overlay_bg {
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
  }
  body {
    padding-top: 50px;
  }
  header .level_a > li > a, .header_info_kit {
    height: 50px;
    line-height: 50px;
  }
  header .level_a > li > a {
    font-size: 11px;
  }
  .header_info_kit img {
    right: -10px;
    max-width: 90px;
  }
  .home .w_content .inner_content {
    padding: 20px;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 0 auto;
    max-width: 550px;
    min-height: 225px;
    width: 100%;
  }
  .home .w_content .header_info_kit {
    left: 400px;
  }
  .home .w_content .inner_content p {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .home .w_content h2 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  .profit {
    width: 80px;
    height: 80px;
    padding: 1px;
    right: -5px;
    top: -5px;
    font-size: 12px;
    font-weight: 300;
  }
  .profit span {
    font-size: 16px;
  }
  .prod_item .prod_title {
    top: 10px;
    font-size: 20px;
    font-weight: 400;
  }
  .prod_item .prod_title .prod_title_description {
    font-size: 14px;
  }
  .home_testimonials {
    padding: 20px 0 80px;
  }
  .home_testimonials .testimonials_title {
    font-size: 29px;
  }
  .home_testimonials .testimonials_row {
    padding-left: 0;
    padding-right: 0;
  }
  .home_testimonials .btn_wrap {
    display: none;
  }
  .home_testimonials .testimonials_items .swiper-slide {
    padding: 60px 10px 10px 15px;
    min-height: 30px;
  }
  .stars {
    margin-bottom: 20px;
  }
  .home_testimonials .t_content {
    font-size: 14px;
  }
  .home_testimonials .bottom_content {
    padding-top: 10px;
    margin-top: 10px;
  }
  .sponsors_wrap {
    padding: 30px 0;
  }
  .sponsors_wrap h4 {
    font-size: 24px;
    padding-bottom: 50px;
  }
  .home_explains_row .video_explains_title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .home_explains_row {
    padding-top: 20px;
  }
  .home_explains_row .orange_box {
    padding: 20px;
    border-width: 2px;
  }
  .home_explains_row .orange_box h2 {
    font-size: 20px;
  }
  .home_explains_row .btn, .home_explains_row .post-password-form input[type="submit"], .post-password-form .home_explains_row input[type="submit"] {
    transform: translateY(0);
    margin-top: 20px;
  }
  .home_explains_row h6 {
    padding: 20px 0;
  }
  .home_explains_row .video_explains_description {
    padding: 20px;
  }
  .home_work_content {
    padding: 40px 0;
  }
  .profit_table .green_table_content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .profit_table .green_table_content p strong {
    font-weight: 700;
    font-size: 21px;
  }
  .profit_chart_box .profit_chart_title {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 20px;
  }
  .product_id_261 .custom_ordering_box .paypal_title {
    display: none;
  }
  .page_454 .profit_table .green_table_content p {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1140px) {
  .row {
    width: 100% !important;
  }
  .thermometer_form {
    display: block !important;
    background: none !important;
    padding-top: 30px !important;
  }
  .thermometer_form .form_controls {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .thermometer_wrap .code_wrap {
    padding-top: 40px;
  }
  .thermometer_wrap .bottom_description {
    padding-top: 40px;
  }
  .header_info_kit {
    font-size: 11px !important;
  }
}
.menu_hide_on_desctop {
  display: none;
}
.infokin_mobile {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  /* resp_menu_active
   ========================================================================== */
  /* ==========================================================================
   global style
   ========================================================================== */
  .infokin_mobile {
    display: block !important;
  }
  .menu_hide_on_desctop {
    display: block;
  }
  .termometr_menu {
    display: none;
  }
  .fund_riser_block {
    overflow: hidden;
  }
  header .main_nav {
    display: none;
  }
  header {
    display: block !important;
    text-align: right;
  }
  .header_info_kit {
    height: 40px;
    line-height: 40px;
    max-width: 220px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: right;
    margin-right: 80px;
    background: #55b683;
  }
  .header_info_kit img {
    display: none;
  }
  #logo {
    top: 2px;
    left: 20px;
    max-height: 64px;
    max-width: calc(100% - 180px);
    width: calc(100% - 180px);
    text-align: left;
  }
  #logo img {
    max-width: 150px;
    margin: 0 auto;
    position: relative;
    left: -5px;
    display: inline-block;
  }
  .sticky_nav #logo img {
    max-width: 110px;
  }
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .termometr_menu {
    display: none !important;
  }
  .burger {
    position: fixed;
    z-index: 13010;
    top: 13px;
    right: 10px;
    margin-right: 0;
    text-align: left;
  }
  .burger mark {
    color: #fff;
    vertical-align: top;
    position: relative;
    top: -2px;
    left: -4px;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: inline-block;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  .resp_container {
    font-size: 0;
    position: fixed;
    z-index: 12001;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    padding: 5px;
    border-bottom: 3px solid #0a688e;
    background: #0e8bbd;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-top: 40px;
  }
  .resp_container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: #0a688e;
  }
  .resp_container nav {
    margin-bottom: 40px;
  }
  .resp_container li {
    position: relative;
    display: block;
    width: 100%;
  }
  .resp_container a {
    z-index: 10;
    display: block;
    text-transform: uppercase;
  }
  .resp_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: #109cd5;
  }
  .resp_container .sub-anchor:hover {
    background: #0c7aa5;
  }
  .resp_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .resp_container .sub-menu {
    display: none;
    width: 100% !important;
  }
  .resp_container .sub-menu a {
    display: block;
    font-size: 13px;
    padding: 10px 40px;
    color: #fff;
  }
  .resp_container .sub-menu a:hover {
    background: #12aeec;
  }
  .resp_container .sub-menu .sub-anchor {
    display: none;
  }
  .resp_container .sub-menu .sub-menu {
    display: block;
    padding-left: 10px;
  }
  .resp_container .level_a > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #12aeec;
  }
  .resp_container .level_a > li > a {
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    height: 50px;
    padding-left: 20px;
    color: #fff;
  }
  .resp_container .level_a > li > a:hover {
    background: #109cd5;
  }
  .resp_container .level_a > li > ul > li {
    border-bottom: 1px solid #12aeec;
  }
  .resp_container .level_a > li > ul > li > ul li {
    border-bottom: 1px solid #109cd5;
  }
  body .resp_container .ideas_submenu .menu_all_prod {
    display: none !important;
  }
  body .resp_container .ideas_submenu .more_fundrisers > a > span {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #109cd5;
  }
  body .resp_container .ideas_submenu .more_fundrisers > a > span:hover {
    background: #0c7aa5;
  }
  body .resp_container .ideas_submenu .more_fundrisers > a > span:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body .resp_container .ideas_submenu .more_fundrisers > ul {
    display: none;
  }
  body .resp_container .ideas_submenu .mobile_sub .sub-anchor {
    display: block;
    width: 36px;
    height: 36px;
  }
  body .resp_container .ideas_submenu .mobile_sub .sub-menu {
    display: none;
  }
  .resp_menu_active {
    overflow: hidden;
  }
  .resp_menu_active:before {
    z-index: 1000;
    content: "";
    position: absolute;
    margin: 0 auto;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    top: 0;
    height: 100vh;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .resp_menu_active #wrap {
    opacity: 0.3;
  }
  .resp_menu_active .burger {
    position: fixed;
  }
  .resp_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .resp_menu_active footer {
    display: none;
  }
  .resp_menu_active .resp_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .resp_search {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .resp_search input {
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin: 0 auto 10px;
    border: 1px solid #12aeec;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  header .row {
    height: 40px;
  }
  .row {
    width: 100%;
    max-width: 96%;
  }
  .sidebar_menu_wrap {
    display: none;
  }
  body {
    padding-top: 40px;
  }
  .home_top_block {
    min-height: 460px;
  }
  .fund_riser_block {
    width: 100%;
  }
  .fund_riser_block .fundraisers_title h3 {
    font-size: 26px;
  }
  .fund_riser_block {
    background-attachment: inherit;
  }
  .flip_css .flip-container, .flip_css .front, .flip_css .back, .prod_item .img {
    min-height: 330px;
    background-size: 290px;
  }
  .prod_item .btn_wrap {
    display: block !important;
    bottom: 5px;
  }
  .prod_item .btn_wrap .btn, .prod_item .btn_wrap .post-password-form input[type="submit"], .post-password-form .prod_item .btn_wrap input[type="submit"] {
    max-width: 90%;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .prod_item .back_description {
    padding-left: 10px;
    padding-right: 10px;
    top: 60px;
    text-align: left;
    vertical-align: top;
    right: 0;
  }
  .prod_item .btn_wrap {
    bottom: 15px;
  }
  .prod_item .back_description li {
    font-size: 14px;
  }
  .prod_item .btn_wrap .find_more {
    margin-bottom: 10px;
  }
  .flip-container {
    margin-bottom: 20px;
  }
  .prod_item .back_description li {
    margin-bottom: 10px;
  }
  .footer_info_bar .box_item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  body .top_block .profit {
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top_block .top_block_title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .top_block mark {
    font-size: 19px;
    margin-top: 10px;
  }
  .top_block {
    height: 500px;
    padding-top: 175px;
  }
  .top_block .box a {
    margin: 0 10px;
  }
  body .btn.btn_big, body .post-password-form input[type="submit"].btn_big, .post-password-form body input[type="submit"].btn_big {
    font-size: 15px;
    padding: 10px 20px;
  }
  .scroll_wrap {
    overflow: scroll;
  }
  .scroll_wrap .scroll_container {
    min-width: 880px;
  }
  .profit_table .prof_bottom_description {
    padding-left: 0;
    margin-top: 20px;
    min-height: 172px;
    background: none !important;
  }
  .row_1050 {
    width: 100% !important;
    max-width: 94%;
    margin: 0 auto;
  }
  .how_to_start_block .c_bottom_content h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
  }
  .top_block {
    text-align: center;
  }
  .top_block .color_container {
    display: inline-block;
    padding: 20px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    margin: 0 auto;
  }
  .brochure_block {
    padding: 40px 0 40px;
  }
  .brochure_block .brochure_title {
    font-size: 27px;
    padding-bottom: 20px;
  }
  .product_info_block .simple_content h3 {
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .one_more_table {
    display: block;
  }
  .one_more_table .table_wrap {
    margin-bottom: 30px;
  }
  .one_more_table .scroll_container {
    min-width: 100% !important;
  }
  .monitor_container {
    background: none;
    width: 100%;
    height: auto;
  }
  .monitor_container iframe {
    position: static !important;
    width: 100% !important;
    height: 380px !important;
  }
  .chart_calc .green_bg {
    padding: 20px;
  }
  .chart_calc .top_line {
    padding: 0;
  }
  .chart_calc h3 {
    font-size: 18px;
    font-weight: 700;
  }
  .chart_calc .col {
    margin-bottom: 20px;
  }
  .chart_calc .green_bg h3 {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .chart_calc .top_line {
    display: block;
    text-align: center;
  }
  .chart_calc .top_line > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .profit_chart__description {
    padding-left: 125px;
    padding-top: 0;
    padding-right: 0;
    min-height: 180px;
  }
  .profit_chart__description p {
    font-weight: 400;
    font-size: 16px;
  }
  .how_it_works_custom {
    padding: 20px 0 20px;
  }
  .how_it_works_custom h3 {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 20px;
  }
  .map_select_wrap {
    padding: 20px 0;
  }
  .map_select_wrap h3 {
    font-size: 29px;
    padding-bottom: 20px;
    font-weight: 700;
  }
  .customize_coupons_wrap .customize_item .row {
    padding-left: 0;
  }
  .page_454 .profit_table .green_table {
    top: 0;
  }
  .floating_container {
    position: static !important;
  }
  .scroll_notification {
    display: block;
    text-align: left;
    padding: 20px 0 0;
    margin-bottom: 20px;
    font-family: "Lato";
    font-weight: normal;
  }
  .scroll_notification span {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: 60px;
    animation: bounce 2s infinite;
  }
  .scroll_notification span:before {
    animation: bounce 2s infinite;
    font-size: 19px;
  }
  .chart_calc {
    padding: 20px 10px 0 10px;
  }
  .chart_calc .col {
    margin-bottom: 5px;
  }
  .btn_red.submit {
    display: none;
  }
  .chart_calc .green_bg {
    padding: 10px;
  }
  .tpl--thank_request article {
    padding: 60px 20px 80px;
  }
  .tpl--thank_request h1 {
    font-size: 24px;
  }
  .tpl--thank_request p {
    padding: 0 0 25px;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@media screen and (max-width: 960px) {
  .tpl--about .top_block {
    padding: 40px 0 0;
    height: auto;
  }
  .tpl--about .top_block h1 {
    font-size: 36px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 880px) {
  .footer_info_bar .left_side, .footer_info_bar .right_side {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .footer_info_bar .arrow::before {
    display: none;
  }
  .footer_lvl_a > li {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-basis: 24%;
    flex-basis: 24%;
    margin-bottom: 15px;
  }
  footer .footer_lvl_a > li > a {
    margin-bottom: 15px;
  }
  .profit_table .prof_bottom_description h3 strong {
    font-size: 15px;
    font-weight: 700;
  }
  .custom_ordering_box .ordering_background_a {
    padding: 260px 20px 20px 20px;
  }
  .custom_ordering_box .ordering_background_b {
    max-width: 300px;
  }
  .custom_ordering_box .ordering_content {
    padding-right: 0;
  }
  .custom_ordering_box .ordering_description {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .custom_ordering_box .custom_column p {
    font-size: 20px;
  }
  .custom_ordering_box .ordering_content h3 {
    font-size: 24px;
  }
  .custom_ordering_box .ordering_content p {
    font-size: 21px;
  }
  .request_form {
    /* Chrome/Opera/Safari */
  }
  .request_form ::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .request_form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px !important;
  }
  .request_form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px !important;
  }
  .request_form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px !important;
  }
}
@media screen and (max-width: 960px) {
  #mapsvg {
    position: relative;
    z-index: 100;
  }
  #mapsvg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
  }
  .work_content_empty {
    display: none;
  }
  .home_work_content .work_content {
    background: rgba(255, 255, 255, .85);
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
  }
  .home_work_content h3 {
    padding: 10px 0 10px;
  }
  .home_work_content h2 {
    font-size: 28px;
  }
  .content_seo {
    padding: 30px 0 40px;
  }
  .content_seo h4 {
    font-size: 24px;
    margin: 15px 0 20px;
  }
  footer .footer_bottom {
    text-align: center;
  }
  footer .footer_bottom .s_link {
    margin: 0 auto;
  }
  footer .footer_bottom .s_link a {
    margin-left: 5px;
    margin-right: 5px;
  }
  footer .copyright {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .top_block {
    background-attachment: scroll;
  }
  .tpl--about .top_block {
    height: auto;
    min-height: 1px !important;
  }
}
@media screen and (max-width: 768px) {
  .how_to_start_block .right_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .how_to_start_block .right_img img {
    margin: 0 auto;
  }
  .how_to_start_block .left_background {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 110px;
  }
  .monitor_container iframe {
    height: 320px !important;
  }
  .how_to_start_block .left_background .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 670px) {
  .flip-container {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .flip-container .profit {
    right: -25px;
  }
  .flip_css .flip-container, .flip_css .front, .flip_css .back, .prod_item .img {
    min-height: 330px;
  }
  .prod_item .back_description li {
    width: 100%;
  }
  .video_block_scratch .video_container {
    background: none;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .video_block_scratch .video_container iframe {
    position: static;
    width: 100% !important;
    height: 380px;
  }
  .thermometer_wrap .top_description h1 {
    font-size: 28px;
    font-weight: 700;
  }
  .home .w_content .inner_content {
    padding: 10px;
    font-size: 16px;
  }
  .home .w_content .inner_content .w_content_item {
    padding-left: 100px;
  }
  .footer_lvl_a > li {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
  .home_order_btn_card {
    display: none !important;
  }
  .home .prod_item_back .btn_wrap {
    display: -webkit-box !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .home .prod_item_back .find_more {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
  .home .prod_item_back .btn_green {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media screen and (max-width: 640px) {
  .home_top_block h1 {
    font-size: 30px;
  }
  header {
    padding-left: 125px;
  }
  .fund_riser_block .fundraisers_title h3 {
    border: 1px solid #fff;
    padding: 15px 10px 15px 70px;
    font-size: 13px;
    text-align: left;
  }
  .fund_riser_block .fundraisers_title {
    background-position: 5px center;
  }
  .chart_calc .col, .chart_calc .plus, .chart_calc .minus, .chart_calc .eq, .chart_calc .colb {
    padding-top: 0 !important;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .chart_calc .green_bg h3 {
    padding-left: 0;
    min-height: 1px;
  }
  .chart_calc .green_bg h3 br {
    display: none;
  }
  .custom_ordering_box .ordering_background_b {
    display: none;
  }
  .home .row {
    overflow: hidden !important;
  }
  .home .profit {
    width: 70px;
    height: 70px;
    top: 0;
    right: 0 !important;
  }
  .home .profit .inner {
    padding-top: 6px;
  }
  .home .profit span {
    font-size: 14px;
  }
  .home .w_content {
    background-position: 64% 71px;
  }
}
@media screen and (max-width: 480px) {
  .footer_info_bar .left_side .f_left_content img, .footer_info_bar .right_side .f_right_content img {
    display: none;
  }
  .footer_info_bar .left_side .f_left_content {
    padding-left: 20px;
  }
  .video_block_scratch .video_container iframe {
    height: 280px;
  }
}
@media screen and (max-width: 420px) {
  .free_info_text {
    display: block;
  }
}
@media screen and (max-width: 1470px) {
  .tpl--work_home .custom_ax .wh-top-block .side-image {
    position: relative;
    top: auto;
    right: auto;
  }
  .tpl--work_home .custom_ax .screen-bg {
    float: none;
  }
  .tpl--work_home .custom_ax .wh-top-block {
    text-align: center;
  }
  .tpl--work_home .custom_ax .wh-top-block .btn, .tpl--work_home .custom_ax .wh-top-block .post-password-form input[type="submit"], .post-password-form .tpl--work_home .custom_ax .wh-top-block input[type="submit"] {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: auto;
    left: auto;
    margin: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .tpl--work_home .custom_ax .content .item {
    text-align: center;
  }
  .tpl--work_home .custom_ax .content .item .alignleft, .tpl--work_home .custom_ax .content .item .alignreght {
    margin: 0 auto 20px;
  }
  .tpl--work_home .custom_ax .content .item .alignleft {
    padding-right: 0;
  }
  .tpl--work_home .custom_ax .content .item .aliginright {
    padding-left: 0;
  }
  .tpl--work_home .custom_ax .content .item p {
    text-align: left;
    font-size: 16px;
  }
  .tpl--work_home .custom_ax .content .item h6 {
    font-size: 28px;
    margin-top: 30px;
  }
  .tpl--work_home .custom_ax .table-box h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .tpl--work_home .custom_ax .screen-bg {
    height: 390px;
  }
  .tpl--work_home .custom_ax h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .tpl--work_home .custom_ax .table-box .flex, .tpl--work_home .custom_ax .table-box .line {
    display: block;
  }
  .tpl--work_home .custom_ax .table-box .line div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .tpl--work_home .custom_ax .table-box h2 {
    padding: 0;
  }
  .tpl--work_home .custom_ax .table-box h2:before, .tpl--work_home .custom_ax .table-box h2:after {
    display: none;
  }
  .tpl--work_home .custom_ax .testimonials h1 {
    padding-top: 20px;
  }
  .tpl--work_home .custom_ax .testimonials h2 {
    display: none;
  }
  .tpl--work_home .custom_ax .testimonials .face-name {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .tpl--work_home .custom_ax .testimonials .face-name img {
    margin: 0 20px 0 0;
    max-width: 30%;
  }
  .tpl--work_home .custom_ax .testimonials .face-name .name {
    padding: 0 75px;
  }
  .tpl--work_home .custom_ax .testimonials .text-box {
    padding: 60px 10%;
  }
  .custom_ax .two-ways .two-ways-title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 320px) {
  .tpl--work_home .custom_ax .screen-bg {
    height: 170px;
  }
  .tpl--work_home .custom_ax .screen-bg iframe {
    height: 155px !important;
  }
}
