/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after, #header .holder:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box;
  background: #1b2433; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hr851a");
  src: url("../fonts/icomoon.eot?hr851a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hr851a") format("truetype"), url("../fonts/icomoon.woff?hr851a") format("woff"), url("../fonts/icomoon.svg?hr851a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: "\e900"; }

.icon-youtube-play:before {
  content: "\e901"; }

.icon-linkedin:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-facebook-official:before {
  content: "\e904"; }

.icon-download:before {
  content: "\e905"; }

.icon-check:before {
  content: "\e906"; }

.icon-close:before {
  content: "\e907"; }

/* wrapper of the websiteb */
#wrapper {
  position: relative;
  overflow: hidden; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '"'; }

/* home page styling */
.home #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(1, 1, 1, 0.15) 28%, rgba(17, 16, 17, 0.15) 79%, rgba(20, 20, 20, 0.15) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(1, 1, 1, 0.15) 28%, rgba(17, 16, 17, 0.15) 79%, rgba(20, 20, 20, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26141414',GradientType=0 ); }
  .home #header .holder {
    padding: 21px 12px 18px 25px; }
    @media (min-width: 767px) {
      .home #header .holder {
        padding: 20px 12px 9px 10px; } }
    @media (min-width: 900px) {
      .home #header .holder {
        padding: 20px 12px 9px 0; } }
  @media (max-width: 767px) {
    .home #header .account {
      display: none; } }

.home #nav > ul > li.mega-menu .navigation {
  margin: -25px 0 0; }

a {
  text-decoration: none;
  color: #28b0ce; }

/* banners */
.banner {
  position: relative;
  max-width: 1600px;
  height: 530px;
  margin: 0 auto;
  z-index: 1; }
  .banner:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 9999px;
    margin: 0 -9999px;
    padding: 0 9999px;
    z-index: -1;
    content: '';
    background: #58409e;
    /*background: -webkit-linear-gradient(top, #18082c 0%, #19092d 7%, #1d1036 19%, #251945 33%, #3a356e 64%, #434180 80%, #49488c 93%, #4a4a8e 100%);
    background: linear-gradient(to bottom, #18082c 0%, #19092d 7%, #1d1036 19%, #251945 33%, #3a356e 64%, #434180 80%, #49488c 93%, #4a4a8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18082c', endColorstr='#4a4a8e',GradientType=0 );*/
     }
  .banner img {
    height: auto;
    width: 100%;
    vertical-align: top; }
  .banner .caption {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 50px 10px 0; }
    @media (min-width: 769px) {
      .banner .caption {
        padding: 0; } }
    @media (min-width: 1025px) {
      .banner .caption {
        padding: 34px 0 0; } }
    .banner .caption h1 {
      margin: 0 0 72px;
      font: 300 30px/36px "Open Sans", sans-serif;
      color: #fff;
      letter-spacing: -1px; }
      @media (min-width: 767px) {
        .banner .caption h1 {
          font-size: 48px;
          line-height: 54px;
          margin: 0 0 49px; } }
    .banner .caption .btn {
      display: inline-block;
      vertical-align: top;
      border-radius: 22px;
      font: 700 16px/1.1 "Open Sans", sans-serif;
      text-transform: uppercase;
      background: #fff;
      color: #58409e;
      min-width: 207px;
      padding: 13px 5px;
      opacity: 1;
      -webkit-transition: 0.1s ease-in-out;
              transition: 0.1s ease-in-out; }
      .banner .caption .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 7px rgba(0,0,0,.15); }
      .banner .caption .btn.hide {
        border-radius: 5px;
        background: none;
        border: 1px solid #fff;
        color: #fff;
        min-width: 180px;
        display: inline-block;
        margin: 0 0 68px; }
        @media (min-width: 767px) {
          .banner .caption .btn.hide {
            display: none; } }

/* background stretch */
.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: 50% 50%;
  background-size: cover; }
  .bg-stretch img {
    vertical-align: top;
    max-width: 9999px; }

/* trail form */
.trial-form {
  position: relative; }
  .trial-form .slideset {
    position: relative; }
    .trial-form .slideset .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      .trial-form .slideset .slide.active {
        z-index: 2; }
  .trial-form.form-trial {
    color: #1b2433;
    background-color: #fff;
    padding: 56px 23px 63px; }
    @media (min-width: 767px) {
      .trial-form.form-trial {
        padding: 99px 0 102px; } }
    .trial-form.form-trial h3 {
      color: #28b0ce;
      font-size: 35px;
      font-weight: 400; }
      @media (min-width: 767px) {
        .trial-form.form-trial h3 {
          font-size: 36px; } }
    .trial-form.form-trial p {
      margin: 0 0 43px; }
    .trial-form.form-trial .form-control {
      background: #edf1f3; }
    .trial-form.form-trial .form-control.error {
      /*background-color:#f7b2b2;*/
      box-shadow:0px 0px 1px #e53d41, 0px 0px 2px #e53d41;
    }
    .trial-form.form-trial input[type="submit"] {
      background: #31c08a;
      color: #fff;
      outline:none; }
    .trial-form.form-trial .submitBtn {
      padding: 0; }
      @media (min-width: 767px) {
        .trial-form.form-trial .submitBtn {
          padding: 54px 0 0; } }
  .trial-form.form-trial.loading input[type="submit"] {
    width: 43px;
    color: rgba(255,255,255,0);
    background-image: url(../images/white_256@2x.gif);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: none;
    transform: translateY(0px);
    cursor: default;
  }
  .trial-form .btn-prev,
  .trial-form .btn-next {
    height: 180px;
    width: 80px;
    border-radius: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 8px;
    background: #edf1f3;
    z-index: 6;
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out; }
    .trial-form .btn-prev:hover,
    .trial-form .btn-next:hover {
      opacity: 0.7; }
    @media (min-width: 767px) {
      .trial-form .btn-prev,
      .trial-form .btn-next {
        display: block; } }
    @media (min-width: 1025px) {
      .trial-form .btn-prev,
      .trial-form .btn-next {
        left: 62px; } }
    .trial-form .btn-prev:before,
    .trial-form .btn-next:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      height: 46px;
      width: 30px;
      content: '';
      background: url(../images/arrow3.png) no-repeat; }
    .trial-form .btn-prev .icon,
    .trial-form .btn-next .icon {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      font: 600 14px/1 "Open Sans", sans-serif;
      color: #1b2433;
      text-align: center;
      padding: 27px 0 0; }
      .trial-form .btn-prev .icon img,
      .trial-form .btn-next .icon img {
        display: block;
        margin: 0 auto 10px; }
  .trial-form .btn-next {
    left: auto;
    right: 8px; }
    @media (min-width: 1025px) {
      .trial-form .btn-next {
        right: 62px;
        left: auto; } }
    .trial-form .btn-next:before {
      background: url(../images/arrow4.png) no-repeat; }

/* Higlighted text */
.highlighted {
  border-radius: 5px;
  display: block;
  margin: 24px auto 25px;
  max-width: 640px;
  background: #fef6d9;
  padding: 12px 13px 17px;
  text-align: center;
  font: 600 16px/1.2 "Open Sans", sans-serif;
  color: #000;
  position:relative;
  z-index:10;
}
.highlighted.loading {
  color:#fff;
  background:#fff;
}
.highlighted.loading a {
  color:#fff;
}
.highlighted.loading a span {
  color:#fff;
}
.highlighted > div {
  display:inline-block;
  position:relative;
  cursor: pointer;
  text-decoration: underline;
}
.highlighted > div:hover .hidden {
  display:block;
}
.highlighted > div > .hidden {
  display:none;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  font-size: 13px;
  border-radius: 0 0 8px 8px;
  width: 160px;
  background-color:#ece9e2;
  padding: 0 0 14px;
}
.highlighted > div > .hidden:before {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: -1;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  content: '';
}

.highlighted > div > .hidden > a {
  display:block;
  padding: 11px 10px 0;
}
.highlighted > div > .hidden > a:hover span {
  color:#28b0ce;
}

.highlighted > div > .hidden > a > span {
  display: inline-block;
  vertical-align: middle;
  background: none;
}
.highlighted > div > .hidden > a > i {
  background-image: url(../images/location_flags@2x.png);
  background-size: 23px 96px;
  background-position:0px 0px;
  display: inline-block;
  width: 23px;
  vertical-align: middle;
  height: 16px;
  margin-right: 7px;
}
@media(min-width:767px) {
  .highlighted > div > .hidden > a > i {
    background-image: url(../images/location_flags.png);
  }
}
.highlighted > div > .hidden > a[data-location="united kingdom"] > i {
  background-position:0px -64px;
}
.highlighted > div > .hidden > a[data-location="united states"] > i {
  background-position:0px -80px;
}
.highlighted > div > .hidden > a[data-location="eurozone"] > i {
  background-position:0px -32px;
}
.highlighted > div > .hidden > a[data-location="canada"] > i {
  background-position:0px -16px;
}
.highlighted > div > .hidden > a[data-location="new zealand"] > i {
  background-position:0px -48px;
}
  @media (min-width: 767px) {
    .highlighted {
      font-size: 14px;
      line-height: 1;
      padding: 7px 3px 8px;
      margin: 16px auto 15px; } }
  
  @media (max-width:400px) {
    .highlighted > div > .hidden {
      left:auto;
      right:0;
        }
  }      

  .highlighted span {
    font-weight: 700; }
  .highlighted a {
    text-decoration: underline;
    color: #000; }

/* button */
.bttn {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 21px;
  height: auto;
  width: 218px;
  display: block;
  background: #40c498;
  margin: 0 auto;
  font: 700 14px/1.1 "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 0 15px;
  opacity: 1;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out; }
  .bttn:hover {
    transform:translateY(-2px);
    box-shadow:0px 7px 10px rgba(0,0,0,0.2);
  }

/* navigations */
@media (min-width: 1023px) {
  .jcf-scrollable-wrapper {
    width: auto !important;
    height: auto !important; } }

@media (max-width: 1022px) {
  .jcf-scrollable-wrapper .navigation ul .lavalamp-object {
    display: none !important; } }

.navigation {
  margin: 0 auto;
  max-width: 1145px;
  overflow: auto;
  text-align: center;
  padding: 13px 0 15px;
  white-space: nowrap;
  position: relative; }
  @media (max-width: 1023px) {
    .navigation {
      height: 118px;
      padding: 13px 0 0; } }
  @media (min-width: 769px) {
    .navigation {
      padding: 18px 0 18px; } }
  @media (min-width: 1023px) {
    .navigation {
      overflow: hidden;
      width: auto !important;
      height: auto !important;
      padding: 18px 20px 15px 0; } }
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 600 14px/1 "Open Sans", sans-serif;
    position: relative; }
    .navigation ul li {
      display: inline-block;
      vertical-align: top;
      border-radius: 7px;
      padding: 4px 13px 9px 13px;
      border: 1px solid transparent; }
      @media (min-width: 767px) {
        .navigation ul li {
          border-radius: 0;
          padding: 0 13px 2px;
          border: 0; } }
      @media (min-width: 1025px) {
        .navigation ul li {
          padding: 0 16px; } }
      .navigation ul li a {
        display: block;
        color: #1b2433;
        outline:none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .navigation ul li .ico {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto 7px;
        min-height: 38px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        background: none !important; }
        .navigation ul li .ico img {
          display: block; }
      @media (max-width: 767px) {
        .navigation ul li:hover, .navigation ul li.active {
          border: 1px solid #28b0ce; } }
      @media (min-width: 767px) {
        .navigation ul li:hover a, .navigation ul li.active a {
          border: 0; } }
      .navigation ul li:hover .ico, .navigation ul li.active .ico {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
      .navigation ul li:hover a, .navigation ul li.active a {
        color: #28b0ce; }
    .navigation ul .lavalamp-object {
      display: none;
      top: auto !important;
      bottom: -15px !important; }
      @media (min-width: 767px) {
        .navigation ul .lavalamp-object {
          display: block; } }
      .navigation ul .lavalamp-object:before {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -8px;
        border: solid;
        border-width: 8px 8px 8px 8px;
        border-color: transparent transparent #58409e transparent;
        content: ''; }

@media (max-width: 1023px) {
  .jcf-scrollable-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 14px;
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.99) 30%, rgba(255, 255, 255, 0.94) 39%, rgba(255, 255, 255, 0.87) 48%, rgba(255, 255, 255, 0.71) 60%, rgba(255, 255, 255, 0.09) 94%, rgba(255, 255, 255, 0.04) 97%, rgba(255, 255, 255, 0.02) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.99) 30%, rgba(255, 255, 255, 0.94) 39%, rgba(255, 255, 255, 0.87) 48%, rgba(255, 255, 255, 0.71) 60%, rgba(255, 255, 255, 0.09) 94%, rgba(255, 255, 255, 0.04) 97%, rgba(255, 255, 255, 0.02) 100%);
    width: 20px;
    content: '';
    z-index: 9; }
  .jcf-scrollable-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 14px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.04) 3%, rgba(255, 255, 255, 0.09) 6%, rgba(255, 255, 255, 0.71) 40%, rgba(255, 255, 255, 0.87) 52%, rgba(255, 255, 255, 0.94) 61%, rgba(255, 255, 255, 0.99) 70%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.04) 3%, rgba(255, 255, 255, 0.09) 6%, rgba(255, 255, 255, 0.71) 40%, rgba(255, 255, 255, 0.87) 52%, rgba(255, 255, 255, 0.94) 61%, rgba(255, 255, 255, 0.99) 70%, white 100%);
    width: 20px;
    content: '';
    z-index: 9; } }

/* coming soon */
.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #e9e9e9;
  height: 462px; }
  .coming-soon .holder {
    overflow: hidden;
    max-width: 735px;
    margin: 0;
    text-align: center;
    color: #333;
    font: 18px/1.3 "Open Sans", sans-serif; }
  .coming-soon h2 {
    margin: 0 0 58px;
    font: 36px/1 "Open Sans", sans-serif;
    color: #fff; }
  .coming-soon p {
    margin: 0; }

/* features block */
.feature-block {
  position: relative;
  background: #58409e;
  z-index: 5;
  height: 497px;
  box-sizing: border-box;
  padding: 30px 10px 0; }
  @media (min-width: 767px) {
    .feature-block {
      padding: 92px 0 0;
      height: 665px; } }
  .feature-block .bg-stretch {
    overflow: hidden; }
  .feature-block .holder {
    margin: 0 auto;
    max-width: 1035px;
    position: relative;
    z-index: 1;
    font: 18px/24px "Open Sans", sans-serif;
    color: #fff;
    text-align: center; }
  .feature-block .breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 600 13px/1.1 "Open Sans", sans-serif;
    color: #fff;
    margin: 0 0 39px; }
    .feature-block .breadcrumbs li {
      display: inline-block;
      vertical-align: top;
      padding: 0 14px;
      position: relative; }
      @media (min-width: 769px) {
        .feature-block .breadcrumbs li {
          padding: 0 7px 0 12px; } }
      .feature-block .breadcrumbs li:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        background: url(../images/arrow5.png) no-repeat;
        width: 6px;
        height: 9px;
        margin: -4px 0 0; }
      @media (min-width: 769px) {
        .feature-block .breadcrumbs li:first-child {
          padding-left: 0; } }
      .feature-block .breadcrumbs li:first-child:before {
        display: none; }
      .feature-block .breadcrumbs li a {
        color: #fff; }
        .feature-block .breadcrumbs li a:hover {
          text-decoration: underline; }
  .feature-block h1 {
    margin: 0 0 35px;
    color: #fff;
    font: 400 36px/44px "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      .feature-block h1 {
        margin: 0 0 32px; } }
  .feature-block p {
    margin: 0 0 38px; }
    @media (min-width: 767px) {
      .feature-block p {
        margin: 0 0 71px; } }
    .feature-block p br {
      display: none; }
      @media (min-width: 767px) {
        .feature-block p br {
          display: block; } }
  .feature-block .picture-box {
    max-width: 676px; }
    @media (min-width: 1250px) {
      .feature-block .picture-box {
        max-width: 876px;
        height:503px; } }

/* picture box */
.picture-box {
  position: relative;
  margin: 0 auto; }
  .picture-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 10%, rgba(255, 255, 255, 0.2) 23%, rgba(255, 255, 255, 0.74) 51%, rgba(255, 255, 255, 0.83) 57%, rgba(255, 255, 255, 0.93) 67%, rgba(255, 255, 255, 0.99) 79%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 10%, rgba(255, 255, 255, 0.2) 23%, rgba(255, 255, 255, 0.74) 51%, rgba(255, 255, 255, 0.83) 57%, rgba(255, 255, 255, 0.93) 67%, rgba(255, 255, 255, 0.99) 79%, white 100%);
    content: '';
    height: 35px; }
    @media (min-width: 769px) {
      .picture-box:before {
        height: 135px; } }
  .picture-box .txt-note {
    position: absolute;
    top: 0;
    left: 101%;
    white-space: nowrap;
    padding: 0 0 0 6px;
    text-align: left;
    font: 600 13px/15px "Open Sans", sans-serif;
    display: none; }
    @media (min-width: 1025px) {
      .picture-box .txt-note {
        display: block;
        font-size: 12px; } }
    @media (min-width: 1300px) {
      .picture-box .txt-note {
        font-size: 16px; } }
    .picture-box .txt-note span {
      position: absolute;
      top: 50%;
      right: 100%;
      height: 1px;
      width: 63px;
      margin: -1px 0 0;
      background: #fff; }
      .picture-box .txt-note span:before {
        height: 8px;
        width: 8px;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: -8px;
        content: '';
        border: 1px solid #fff;
        margin: -4px 0 0; }
    .picture-box .txt-note.add1 {
      top: 15.5%; }
    .picture-box .txt-note.add2 {
      top: 31.5%; }
    .picture-box .txt-note.add3 {
      top: 50.3%; }
    .picture-box .txt-note.add4 {
      top: 26.2%; }
      .picture-box .txt-note.add4 span {
        width: 13px; }
    .picture-box .txt-note.add5 {
      top: 55%; }
      .picture-box .txt-note.add5 span {
        width: 170px; }
    .picture-box .txt-note.add6 {
      top: 73.0%; }
      .picture-box .txt-note.add6 span {
        width: 490px; }
        @media (min-width: 1025px) {
          .picture-box .txt-note.add6 span {
            width: 790px; } }
    .picture-box .txt-note.add9 {
      top: 5%; }
      .picture-box .txt-note.add9 span {
        width: 25px; }
    .picture-box .txt-note.add10 {
      top: auto;
      bottom: 13%; }
      .picture-box .txt-note.add10 span {
        width: 115px; }
    .picture-box .txt-note.add11 {
      top: 36.6%; }
      .picture-box .txt-note.add11 span {
        width: 25px; }
    .picture-box .txt-note.add12 {
      top: 54.3%; }
      .picture-box .txt-note.add12 span {
        width: 100px; }
    .picture-box .txt-note.add13 {
      top: 74.9%; }
      .picture-box .txt-note.add13 span {
        width: 400px; }
    .picture-box .txt-note.add18 {
      top: 21.2%; }
      .picture-box .txt-note.add18 span {
        width: 229px; }
    .picture-box .txt-note.add19 {
      top: 54.4%; }
      .picture-box .txt-note.add19 span {
        width: 50px; }
    .picture-box .txt-note.add22 {
      top: 38%; }
      .picture-box .txt-note.add22 span {
        width: 20px; }
    .picture-box .txt-note.add23 {
      top: 55%; }
      .picture-box .txt-note.add23 span {
        width: 200px; }
    .picture-box .txt-note.add25 {
      top: 18%; }
      .picture-box .txt-note.add25 span {
        width: 217px; }
    .picture-box .txt-note.add26 {
      top: 26%; }
      .picture-box .txt-note.add26 span {
        width: 30px; }
    .picture-box .txt-note.add27 {
      top: 43%; }
      .picture-box .txt-note.add27 span {
        width: 170px; }
    .picture-box .txt-note.add30 {
      top: 19.5%; }
      .picture-box .txt-note.add30 span {
        width: 40px; }
    .picture-box .txt-note.add31 {
      top: 26.5%; }
      .picture-box .txt-note.add31 span {
        width: 40px; }
    .picture-box .txt-note.add32 {
      top: 41.5%; }
      .picture-box .txt-note.add32 span {
        width: 249px; }
    .picture-box .txt-note.pink {
      color: #fd7092;
      display:none; }
      .picture-box .txt-note.pink span {
        background: #fd7092; }
        .picture-box .txt-note.pink span:before {
          border-color: #fd7092; }
    .picture-box .txt-note.left {
      left: auto;
      right: 101%;
      padding: 0 6px 0 0; }
      .picture-box .txt-note.left.add7 {
        top: 26.2%; }
        .picture-box .txt-note.left.add7 span {
          width: 17px; }
      .picture-box .txt-note.left span {
        left: 100%; }
        .picture-box .txt-note.left span:before {
          left: auto;
          right: -8px; }
      .picture-box .txt-note.left.add8 {
        top: 60.5%; 
        display:none;}
        .picture-box .txt-note.left.add8 span {
          width: 99px; }
      .picture-box .txt-note.left.add14 {
        top: 25.6%; }
        .picture-box .txt-note.left.add14 span {
          width: 22px; }
      .picture-box .txt-note.left.add15 {
        top: 36.6%; }
      .picture-box .txt-note.left.add16 {
        top: 44.2%; }
        .picture-box .txt-note.left.add16 span {
          width: 20px; }
      .picture-box .txt-note.left.add17 {
        top: 53.5%; }
      .picture-box .txt-note.left.add20 {
        top: 28.4%; }
        .picture-box .txt-note.left.add20 span {
          width: 13px; }
      .picture-box .txt-note.left.add21 {
        top: 43.6%; }
        .picture-box .txt-note.left.add21 span {
          width: 20px; }
      .picture-box .txt-note.left.add24 {
        top: 33%; }
        .picture-box .txt-note.left.add24 span {
          width: 20px; }
      .picture-box .txt-note.left.add28 {
        top: 15%; }
        .picture-box .txt-note.left.add28 span {
          width: 20px; }
      .picture-box .txt-note.left.add29 {
        top: 39%; }
        .picture-box .txt-note.left.add29 span {
          width: 470px; }

/* manage product */
.manage-product {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1317px;
  padding: 100px 10px;
  color: #333;
  font: normal 18px/1.3 "Open Sans", sans-serif; }
  @media (min-width: 767px) {
    .manage-product {
      padding: 169px 10px 181px; } }
  @media (min-width: 1300px) {
    .manage-product {
      padding: 169px 0 181px; } }
  .manage-product .alignleft {
    display: block;
    margin: 0 auto 15px; }
    @media (min-width: 767px) {
      .manage-product .alignleft {
        display: inline-block;
        vertical-align: middle;
        width: 51.25%;
        margin: 0 3.8% 0 0; } }
  .manage-product .content {
    display: block; }
    @media (min-width: 767px) {
      .manage-product .content {
        display: inline-block;
        vertical-align: middle;
        width: 40%; } }
  .manage-product h2 {
    margin: 0 0 30px;
    font: 36px/1.2 "Open Sans", sans-serif;
    color: #28b0ce; }
    @media (max-width: 767px) {
      .manage-product h2 {
          text-align: center;
      }
      .manage-product h2 br {
        display:none;
      }
      .manage-product p {
        text-align:center;
      }
    }
  .manage-product p {
    margin: 0; }

/* mail respond */
.mail-respond {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #28b0ce;
  height: 645px;
  font: normal 18px/1.1 "Open Sans", sans-serif;
  z-index: 1;
  color: #fff; }
  .mail-respond .holder {
    max-width: 760px;
    margin: 0;
    padding: 0 10px 133px; }
    @media (min-width: 767px) {
      .mail-respond .holder {
        padding: 0 0 133px; } }
  .mail-respond h2 {
    margin: 0 0 41px;
    font: 35px/1.2 "Open Sans", sans-serif;
    color: #fff; }
    @media (min-width: 767px) {
      .mail-respond .holder {
        padding: 0 0 133px;
        font-size:18px;
        font-weight:normal;
      } 
    }
  .mail-respond p {
    margin: 0; }

/* payment-area */
.payment-area {
  position: relative;
  background: #e7e8e9;
  padding: 43px 15px 19px; }
  @media (min-width: 769px) {
    .payment-area {
      padding: 43px 0 19px; } }
  .payment-area .holder {
    overflow: hidden;
    max-width: 1106px;
    margin: 0 auto;
    padding: 0 1% 0 3.1%; }
  .payment-area picture {
    width: 100%; }
  .payment-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media (min-width: 767px) {
      .payment-area ul {
        margin: 0 0 -46px;
        text-align: left; } }
    .payment-area ul li {
      padding: 0 0 68px; }
      .payment-area ul li:first-child .btn-link {
        font-weight: 600; }
      @media (min-width: 767px) {
        .payment-area ul li {
          display: inline-block;
          vertical-align: top;
          width: 29%;
          padding: 0 0 66px; } }
      @media (min-width: 767px) {
        .payment-area ul li:nth-child(2) {
          width: 29%;
          padding-right: 30px; } }
      @media (min-width: 769px) {
        .payment-area ul li:nth-child(2) {
          width: 29%;
          padding-right: 0;
          margin-right:70px; } }
      @media (min-width: 767px) {
        .payment-area ul li:nth-child(3) {
          width: 30%;
          padding-right: 10px; } }
      @media (min-width: 925px) {
        .payment-area ul li:nth-child(3) {
          width: 29%; } }
      .payment-area ul li.button {
        float: right;
        width: 29%;
        text-align: center;
        padding: 43px 5px 66px 0;
        text-align: center;
        display: none; }
        @media (min-width: 769px) {
          .payment-area ul li.button {
            display: block; } }
        .payment-area ul li.button a {
          display: block;
          color: #250d33;
          border: 1px solid  #5b5b5b;
          border-radius: 5px;
          padding: 16px 10px 17px;
          font: 400 18px/1.2 "Open Sans", sans-serif;
          opacity: 1;
          -webkit-transition: opacity 0.3s ease-in-out;
                  transition: opacity 0.3s ease-in-out; }
          .payment-area ul li.button a:hover {
            opacity: 0.7; }
          .payment-area ul li.button a span {
            font-weight: 700; }
  .payment-area .name {
    display: block;
    color: #250d33;
    margin: 0 0 32px;
    font: 700 18px/1 "Open Sans", sans-serif; }
    .payment-area .name span {
      font-weight: 400;
      display: block; }
      @media (min-width: 767px) {
        .payment-area .name span {
          display: inline; } }
  .payment-area .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 57px;
    margin: 0 0 31px;
    position: relative; }
  .payment-area img {
    display: block; }
    @media (max-width: 767px) {
      .payment-area img {
        margin: 0 auto; } }
    @media (min-width: 769px) {
      .payment-area img {
        margin: 0; } }
  .payment-area .btn-link {
    display: inline-block;
    vertical-align: top;
    color: #28b0ce;
    font: 18px/1 "Open Sans", sans-serif;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out; }
    @media (min-width: 769px) {
      .payment-area .btn-link {
        font-weight: 400; } }
    .payment-area .btn-link:hover {
      opacity: 0.7; }

/* payment choose */
.payment-choose {
  overflow: hidden;
  padding: 70px 15px 48px; }
  @media (min-width: 767px) {
    .payment-choose {
      padding: 146px 5px 178px; } }
  @media (min-width: 769px) {
    .payment-choose {
      padding: 146px 0 180px; } }
  .payment-choose .holder {
    overflow: hidden;
    max-width: 1035px;
    margin: 0 auto;
    text-align: center;
    font: 18px/1.3 "Open Sans", sans-serif;
    color: #333; }
  .payment-choose h2 {
    margin: 0 0 37px;
    color: #28b0ce;
    font: 35px/1.2 "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      .payment-choose h2 {
        font-size: 36px;
        margin: 0 0 45px; } }
  .payment-choose p {
    margin: 0 0 24px; }
  .payment-choose ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 29px 0 0; }
    @media (min-width: 767px) {
      .payment-choose ul {
        padding: 89px 0 0; } }
    .payment-choose ul li {
      display: inline-block;
      vertical-align: bottom;
      text-align: center;
      padding: 0 0 20px; }
      @media (max-width: 767px) {
        .payment-choose ul li {
          margin: 0 22px; } }
      @media (max-width: 479px) {
        .payment-choose ul li {
          margin: 0 12px; } }
      @media (min-width: 768px) {
        .payment-choose ul li {
          width: 20%;
          padding: 0; } }
  @media (min-width: 768px) and (min-width: 320px) {
    .payment-choose ul li {
      width: auto; } }
      @media (min-width: 320px) {
        .payment-choose ul li:nth-child(2) {
          width: auto; } }
      @media (min-width: 768px) {
        .payment-choose ul li:nth-child(2) {
          width: 45%; } }
      .payment-choose ul li img {
        display: block;
        margin: 0 auto; }

/* invoice block */
.invoice-block {
  overflow: hidden;
  height: 803px;
  position: relative;
  z-index: 1;
  font: 18px/1.3 "Open Sans", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px; }
  @media (min-width: 767px) {
    .invoice-block {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; 
    } 
  }
  @media (min-width: 1025px) {
    .invoice-block {
      padding: 95px 0 0; 
    } 
  }
  @media (max-width:767px) {
    .invoice-block {
      height:365px;
      text-align:center;
    }
  }

  .invoice-block .bg-stretch:before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    bottom: 0;
    right: 0;
    background: #564b77;
    background: -webkit-linear-gradient(left, #564b77 0%, #6a69c9 100%);
    background: linear-gradient(to right, #564b77 0%, #6a69c9 100%);
    content: ''; }
  .invoice-block > div {
    width: 100%;
    padding: 0 10px; }
    @media (min-width: 769px) {
      .invoice-block > div {
        padding: 0; } }
  .invoice-block .holder {
    margin: 0 auto;
    max-width: 915px;
    padding: 0 16px 86px; }
    @media (min-width: 767px) {
      .invoice-block .holder {
        padding: 0; } }
  .invoice-block h2 {
    margin: 0 0 35px;
    color: #fff;
    font: 35px/1.2 "Open Sans", sans-serif;
    text-align: center; }
    @media (min-width: 767px) {
      .invoice-block h2 {
        font-size: 36px;
        text-align: left; } }
  .invoice-block p {
    margin: 0; }

/* billing block */
.billing-block {
  position: relative;
  z-index: 4;
  color: #333;
  text-align: center;
  font: normal 18px/1.2 "Open Sans", sans-serif;
  padding: 0 10px 94px;
  background: #fff; }
  @media (min-width: 767px) {
    .billing-block {
      padding: 0 10px 120px;
      background: #e8e9ea;
      background: -webkit-linear-gradient(top, #e8e9ea 0%, #e7e8e9 26%, white 59%, white 100%, #6a6aca 100%);
      background: linear-gradient(to bottom, #e8e9ea 0%, #e7e8e9 26%, white 59%, white 100%, #6a6aca 100%); } }
  @media (min-width: 769px) {
    .billing-block {
      padding: 0 10px 118px; } }
  @media (min-width: 1025px) {
    .billing-block {
      padding: 0 0 118px; } }
  .billing-block .holder {
    max-width: 925px;
    margin: 0 auto; }
  .billing-block .img {
    display: inline-block;
    vertical-align: top;
    margin: -15px 0 59px; }
    @media (min-width: 767px) {
      .billing-block .img {
        margin: -54px 0 90px; } }
  .billing-block h2 {
    color: #28b0ce;
    margin: 0 0 39px;
    font: 35px/1.2 "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      .billing-block h2 {
        font-size: 36px; } }
  .billing-block p {
    margin: 0 0 10px; }

/* hide */
@media (min-width: 767px) {
  .hide {
    display: none; } }

/* slick dots */
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }
  .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    text-indent: -99999px;
    overflow: hidden;
    background: none;
    box-sizing: border-box;
    border: 1px solid  #220c3e;
    margin: 0 2px; }
    .slick-dots li.slick-active {
      background: #220c3e; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

/* custom select styles */
.tab-link {
  height: 55px;
  width: 268px;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
  margin: 0 auto;
  display: block !important;
  font: 600 18px/1.2 "Open Sans", sans-serif;
  color: #2e3c54;
  padding: 18px 50px 14px 19px; }
  .tab-link:before {
    height: 21px;
    width: 31px;
    position: absolute;
    text-align: center;
    background: url(../images/arrow2.png) no-repeat;
    right: 15px;
    top: 18px;
    content: ''; }
  @media (min-width: 767px) {
    .tab-link {
      display: none !important; } }

.jcf-select {
  height: 55px;
  width: 268px;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
  margin: 0 auto;
  display: block !important; }
  @media (min-width: 767px) {
    .jcf-select {
      display: none !important; } }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font: 600 18px/1.2 "Open Sans", sans-serif;
  color: #2e3c54;
  padding: 18px 50px 14px 19px; }

.jcf-select .jcf-select-opener {
  height: 21px;
  width: 31px;
  position: absolute;
  text-align: center;
  background: url(../images/arrow2.png) no-repeat;
  right: 15px;
  top: 18px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: block;
  position: relative;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  background: #fff; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 11px;
  font: 600 15px/1.2 "Open Sans", sans-serif;
  color: #28b0ce; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #28b0ce;
  color: #fff; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: #f00 !important; }

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #fff;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }
  @media (min-width: 1025px) {
    .jcf-scrollbar-horizontal {
      display: none; } }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
  display: none; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 8px;
  padding: 4px 0 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #28b0ce;
  height: 14px; }

/* header of the website */

#header {
  position: relative;
  z-index: 999;
  background: #58409e; }
  #header .holder {
    max-width: 1035px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 22px 12px 22px 25px;
    position: relative; }
    @media (min-width: 767px) {
      #header .holder {
        padding: 20px 12px 8px 3px; } }
    @media (min-width: 900px) {
      #header .holder {
        padding: 20px 12px 9px 0;} }
  #header .logo {
    float: left;
    width: 161px; }
    @media (min-width: 767px) {
      #header .logo {
        margin: 7px 0 0 4px;
        width: 21%; } }
    @media (min-width: 1025px) {
      #header .logo {
        width: auto;
        margin: 0; } }
  #header .account {
    float: right;
    width: 200px;
    display: none; }
    @media (min-width: 768px) {
      #header .account {
        display: block; } }
    #header .account .btn-login {
      float: left;
      font: 600 16px/1 "Open Sans", sans-serif;
      color: #fff;
      margin: 13px 0 0; }
      #header .account .btn-login:hover {
        color:#28b0ce; }
    #header .account .btn-trail {
      border-radius: 5px;
      float: right;
      font: 600 16px/1 "Open Sans", sans-serif;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.5);
      min-width: 128px;
      text-align: center;
      padding: 12px 5px 13px;
      box-sizing: border-box;
      opacity: 1;
      text-transform: uppercase;
      -webkit-transition: 0.1s ease-in-out;
              transition: 0.1s ease-in-out; }
      #header .account .btn-trail:hover {
        color: #58409e;
        background: #fff;
      }
      #header .account .btn-trail.add {
        text-transform: inherit; }

/* footer of the website */
#footer {
  margin: 0 auto;
  max-width: 1235px;
  position: relative;
  font: 600 14px/1.2 "Open Sans", sans-serif;
  color: #28b0ce;
  z-index: 1;
  box-sizing: border-box;
  padding: 39px 38px 42px; }
  @media (min-width: 767px) {
    #footer {
      padding: 78px 0 42px 7.3%; } }
  #footer:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 9999px;
    margin: 0 -9999px;
    padding: 0 9999px;
    content: '';
    z-index: -1;
    background: #1b2433; }
  #footer h4 {
    margin: 0 0 14px;
    font: 600 18px/1.2 "Open Sans", sans-serif;
    color: #d4d2d2;
    text-transform: uppercase; }
    @media (min-width: 767px) {
      #footer h4 {
        font-size: 14px; } }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #28b0ce;
    font: 600 18px/1.2 "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      #footer ul {
        font-size: 14px; } }
    #footer ul li {
      padding: 0 0 14px; }
      @media (min-width: 767px) {
        #footer ul li {
          padding: 0 0 12px; } }
      #footer ul li a {
        color: #28b0ce;
        -webkit-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out; }
        #footer ul li a:hover {
          color: #fff; }
  #footer .upper-footer {
    overflow: hidden; }
    @media (min-width: 767px) {
      #footer .upper-footer {
        padding: 0 0 44px; } }
  @media (min-width: 767px) {
    #footer .right {
      float: right;
      width: 70.9%; } }
  #footer .left {
    width: 26%;
    float: left;
    display: none; }
    @media (min-width: 767px) {
      #footer .left {
        display: block; } }
  #footer .content {
    margin: 0 0 32px; }
    @media (min-width: 767px) {
      #footer .content {
        float: right;
        width: 53%;
        margin: 0; } }
  @media (min-width: 767px) {
    #footer .footer-nav {
      float: left;
      width: 47%; } }
  #footer .footer-nav .col {
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      #footer .footer-nav .col.add h4 {
        display: none; } }
    @media (min-width: 767px) {
      #footer .footer-nav .col {
        float: left;
        width: 49%;
        padding: 0 5px 0 0; } }
  #footer .blog {
    line-height: 1.6;
    display: none; }
    @media (min-width: 767px) {
      #footer .blog {
        display: block; } }
  #footer .helpLine {
    display: block;
    font: 30px/35px "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: -1px; }
    #footer .helpLine br {
      display: none; }
    @media (min-width: 767px) {
      #footer .helpLine {
        font-size: 24px;
        line-height: 48px;
        padding: 21px 0 0; }
        #footer .helpLine br {
          display: block; } }
    @media (min-width: 1025px) {
      #footer .helpLine {
        font-size: 31px; } }
    @media (min-width: 1103px) {
      #footer .helpLine {
        font-size: 36px;
        line-height: 48px; } }
    #footer .helpLine span {
      color: #28b0ce; }
  #footer .bottom {
    overflow: hidden;
    padding: 18px 0 0; }
    @media (min-width: 767px) {
      #footer .bottom {
        border-top: 1px solid #404753;
        width: 88%; } }
  #footer .socialnetworks {
    overflow: hidden;
    padding: 0 0 24px;
    line-height: 24px;
    font-size: 14px; }
    #footer .socialnetworks li {
      float: left;
      padding: 0 13px 21px 0; }
      @media (min-width: 767px) {
        #footer .socialnetworks li {
          padding: 0 23px 0 0; } }
      #footer .socialnetworks li a {
        display: inline-block;
        vertical-align: top; }
      #footer .socialnetworks li i {
        display: inline-block;
        vertical-align: top;
        font-size: 24px;
        line-height: 24px;
        margin: 0 5px 0 0; }
  #footer .copyright {
    display: block;
    color: #d4d2d2;
    font: 14px/24px "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      #footer .copyright {
        line-height: 1.2; } }
    #footer .copyright a {
      color: #d4d2d2;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
      #footer .copyright a:hover {
        opacity: 0.7; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* main navigation of the website */
#nav {
  position: absolute;
  top: 0;
  left: auto;
  right: 0; }
  @media (min-width: 767px) {
    #nav {
      position: static;
      width: calc(100% - 260px);
      text-align: right; } }
  @media (min-width: 1025px) {
    #nav {
      width: calc(100% - 300px);
      padding: 4px 0 0 0; } }
  #nav .opener {
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding: 31px 36px 16px 24px; }
    #nav .opener span {
      background: #fff;
      height: 5px;
      width: 30px;
      display: block;
      position: relative;
      border-radius: 1px; }
      #nav .opener span:after, #nav .opener span:before {
        position: absolute;
        top: -9px;
        left: 0;
        height: 5px;
        width: 30px;
        background: #fff;
        border-radius: 1px;
        content: ''; }
      #nav .opener span:after {
        top: auto;
        bottom: -9px; }
    @media (min-width: 768px) {
      #nav .opener {
        display: none; } }
  #nav.active a {
    background: #fff; }
    #nav.active a span {
      background: #18082c; }
      #nav.active a span:after, #nav.active a span:before {
        background: #18082c; }
  #nav.active > ul {
    display: block; }
  #nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    letter-spacing: -1px;
    font: 600 13px/1 "Open Sans", sans-serif; }
    @media (max-width: 767px) {
      #nav > ul {
        position: absolute;
        top: 47px;
        right: 0;
        width: 284px;
        background: #fff;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        padding: 34px 0 16px;
        display: none;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
        #nav > ul:before {
          position: absolute;
          top: 0;
          left: -4px;
          right: 0;
          bottom: -4px;
          background: rgba(0, 0, 0, 0.5);
          content: '';
          z-index: -1; } }
    @media (min-width: 768px) {
      #nav > ul {
        position: static; } }
    @media (min-width: 800px) {
      #nav > ul {
        font-size: 16px; } }
    #nav > ul > li {
      padding: 0 0 25px;
      position: relative; }
      @media (min-width: 768px) {
        #nav > ul > li {
          float: left;
          padding: 0; } }
      #nav > ul > li > a {
        color: #220c3e; }
        @media (min-width: 768px) {
          #nav > ul > li > a {
            color: #fff;
            display: block;
            padding: 10px 28px 18px 18px; } }
      @media (min-width: 767px) {
        #nav > ul > li.drop > a {
          border-radius: 8px 8px 0 0;
          background-image: url(../images/arrow.png);
          background-repeat: no-repeat;
          background-position: 89% 45%; } }
      #nav > ul > li.drop ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        font: 600 17px/1 "Open Sans", sans-serif;
        width: auto;
        padding: 0 0 14px;
        text-align: left;
        display: none;
        text-align: center; }
        @media (min-width: 767px) {
          #nav > ul > li.drop ul {
            position: absolute;
            top: 100%;
            left: 0;
            text-align: left;
            font-size: 13px;
            border-radius: 0 8px 8px 8px;
            font-size: 16px;
            width: 202px; } }
        #nav > ul > li.drop ul:before {
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px;
          z-index: -1;
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
          content: ''; }
        #nav > ul > li.drop ul li {
          padding: 11px 10px 0; }

          #nav > ul > li.drop ul li a[href=about] img {
            margin-left: 4px;
            margin-right: 14px;
          }
          #nav > ul > li.drop ul li a.get-in-touch img {
            margin-right: 14px;
          }
          #nav > ul > li.drop ul li .img {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 0; }
          #nav > ul > li.drop ul li .txt {
            display: inline-block;
            vertical-align: middle;
            background: none; }
          #nav > ul > li.drop ul li a {
            color: #220c3e;
            display: block; }
            @media (min-width: 769px) {
              #nav > ul > li.drop ul li a {
                color: #140725; } }
            #nav > ul > li.drop ul li a:hover .txt {
              color: #28b0ce; }
      #nav > ul > li.drop.hover ul, #nav > ul > li.drop:hover ul {
        display: block; }
      #nav > ul > li.drop.hover a, #nav > ul > li.drop:hover a {
        background-color: #fff;
        color: #140725; }
      #nav > ul > li.hover > a[name="pricing"], #nav > ul > li.hover > a[name="blog"] {
        color:#28b0ce;
      }
      #nav > ul > li.mega-menu {
        position: static; }
        @media (min-width: 767px) {
          #nav > ul > li.mega-menu > a {
            border-radius: 8px 8px 0 0;
            background-image: url(../images/arrow.png);
            background-repeat: no-repeat;
            background-position: 89% 45%; } }
        #nav > ul > li.mega-menu .navigation {
          background: #fff;
          display: none;
          width: auto;
          white-space: normal;
          padding: 18px 10px 15px;
          height: auto; }
          #nav > ul > li.mega-menu .navigation:after {
            display: none; }
          @media (min-width: 767px) {
            #nav > ul > li.mega-menu .navigation {
              border-radius: 8px;
              position: absolute;
              top: 100%;
              left: 0;
              right: 0;
              margin: -19px 0 0;
              white-space: nowrap;
              padding: 18px 0 17px; } }
          @media (min-width: 1025px) {
            #nav > ul > li.mega-menu .navigation {
              overflow: visible; } }
          #nav > ul > li.mega-menu .navigation:before {
            position: absolute;
            bottom: 0;
            left: 20px;
            right: 20px;
            z-index: -1;
            box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
            content: ''; }
          #nav > ul > li.mega-menu .navigation ul li .ico {
            -webkit-filter: grayscale(0);
            filter: grayscale(0); }
          @media (max-width: 767px) {
            #nav > ul > li.mega-menu .navigation ul li.active, #nav > ul > li.mega-menu .navigation ul li:hover {
              border: 1px solid #fff; } }
          @media (max-width: 767px) {
            #nav > ul > li.mega-menu .navigation ul li {
              display: block; } }
        #nav > ul > li.mega-menu .title {
          position: relative;
          font: 14px/1.2 "Open Sans", sans-serif;
          color: #28b0ce;
          margin: 0 0 15px;
          display: none; }
          @media (min-width: 767px) {
            #nav > ul > li.mega-menu .title {
              font-size: 24px;
              display:block; } }
        #nav > ul > li.mega-menu ul {
          text-align: center; }
          #nav > ul > li.mega-menu ul li {
            padding: 0; }
            #nav > ul > li.mega-menu ul li.active a {
              color: #1b2433; }
            #nav > ul > li.mega-menu ul li a {
              border-radius: 9px;
              display: block;
              border: 1px solid #fff;
              box-sizing: border-box;
              padding: 14px 19px; }
            #nav > ul > li.mega-menu ul li:hover a {
              border: 1px solid #28b0ce;
              color: #28b0ce; }
        #nav > ul > li.mega-menu.hover .navigation, #nav > ul > li.mega-menu:hover .navigation {
          display: block;}
        @media (max-width: 767px) {
          #nav > ul > li.mega-menu.hover .navigation, #nav > ul > li.mega-menu:hover .navigation {
            margin-top:0px;
          }
        }
        #nav > ul > li.mega-menu.hover a, #nav > ul > li.mega-menu:hover a {
          background-color: #fff;
          color: #140725; }

/* intro */
.intro {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 42px 20px 38px; }
  @media (min-width: 767px) {
    .intro {
      padding: 46px 10px 82px; } }
  @media (min-width: 769px) {
    .intro {
      padding: 46px 0 86px; } }
  .intro:before {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 50%);
    width: 100%;
    background: #ecf0f1;
    content: '';
    z-index: -1; }
  .intro .holder {
    max-width: 1035px;
    margin: 0 auto;
    text-align: center;
    font: 18px/1.3 "Open Sans", sans-serif;
    color: #000;
    padding: 0 0 44px; }
    @media (min-width: 767px) {
      .intro .holder {
        padding: 0; } }
  .intro h2 {
    color: #28b0ce;
    font: 400 25px/1.1 "Open Sans", sans-serif;
    margin: 0 0 27px;
    letter-spacing: -1px; }
    @media (min-width: 767px) {
      .intro h2 {
        font-size: 39px;
        margin: 0 0 31px;
        font-weight: 300; } }
    @media (min-width: 769px) {
      .intro h2 {
        font-size: 48px; } }
  .intro p {
    margin: 0 0 47px; }
    .intro p br {
      display: none; }
      @media (min-width: 769px) {
        .intro p br {
          display: block; } }

.video-box {
  position: relative;
  /*margin: 0 -4px 0 -21px;*/
  padding-bottom:60px; }
  @media (min-width: 767px) {
    .video-box {
      margin: 0;
      padding: 0 0 0 0; } }
  .video-box .video-holder {
    max-width: 869px;
    position: relative;
    margin: 0 auto; }
    .video-box .video-holder img {
      height: auto;
      width: 100%;
      vertical-align: top; }
    .video-box .video-holder .phone {
      position: absolute;
      right: 0;
      bottom: 10%;
      width: 22%;
      z-index: 6; }
  .video-box .video-frame {
    position: absolute;
    top: 6%;
    left: 15.6%;
    height: auto;
    width: 67.7%; }
    .video-box .video-frame img {
      height: auto;
      width: 100%;
      vertical-align: top; }
    .video-box .video-frame .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      height: 90px;
      width: 90px;
      border-radius: 50px;
      font: 700 16px/100px "Open Sans", sans-serif;
      text-transform: uppercase;
      color: #fff;
      box-shadow: 0 0 0 6px rgba(40, 176, 206, 0.9);
      background: #28b0ce;
      opacity: 1;
      padding: 0 10px 0 41px;
      -webkit-transition: 0.1s ease-in-out;
              transition: 0.1s ease-in-out; }
      .video-box .video-frame .btn-play:hover {
        background-color: #fff;
        color: #28b0ce;
        top: calc(50% - 2px);
        box-shadow: 0 4px 7px rgba(0,0,0,.15);
      }
      .video-box .video-frame .btn-play:hover:before {
        border-color:transparent transparent transparent #28b0ce;
      }
      @media (min-width: 1025px) {
        .video-box .video-frame .btn-play {
          transform: translate(-33%, -32%);
          -moz-transform: translate(-33%, -32%);
          -ms-transform: translate(-33%, -32%);
          -o-transform: translate(-33%, -32%);
          -webkit-transform: translate(-33%, -32%); } }
      @media (min-width: 767px) {
        .video-box .video-frame .btn-play {
          height: 103px;
          width: 247px;
          box-shadow: none;
          background: rgba(36, 207, 251, 0.6); } }
      .video-box .video-frame .btn-play:before {
        position: absolute;
        left: 38px;
        top: 24px;
        border: solid 22px;
        border-color: transparent transparent transparent #fff;
        content: ''; }
        @media (min-width: 767px) {
          .video-box .video-frame .btn-play:before {
            left: 44px;
            top: 30px; } }
      .video-box .video-frame .btn-play span {
        display: none; }
        @media (min-width: 767px) {
          .video-box .video-frame .btn-play span {
            display: block; } }

.threecolumn {
  position: relative;
  overflow: hidden;
  font: 18px/1.3 "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  max-width: 1300px;
  margin: -29px auto 0;
  z-index: 36; }
  @media (min-width: 480px) {
    .threecolumn {
      margin: -15px auto 0; } }
  .threecolumn .col {
    float: left;
    width: 33.33%;
    padding: 0 10px 30px; }
    @media (min-width: 767px) {
      .threecolumn .col {
        padding: 0 3%; } }
  .threecolumn h3 {
    margin: 0 0 25px;
    color: #28b0ce;
    letter-spacing: -1px;
    font: 25px/1.2 "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      .threecolumn h3 {
        font-size: 18px;
        font-weight: 600; } }
  .threecolumn p {
    margin: 0; }

/* partners logo */
.partners {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 29px 0 80px;
  max-width: 1300px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .partners {
      padding: 64px 0 54px; } }
  .partners:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 9999px;
    margin: 0 -9999px;
    padding: 0 9999px;
    content: '';
    background: #58409e;
    z-index: -1; }
  .partners h3 {
    font: 600 16px/1 "Open Sans", sans-serif;
    color: #fff;
    margin: 0 0 52px;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .partners h3 {
        margin: 0 0 47px; } }
  .partners ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    .partners ul:before {
      position: absolute;
      top: -40px;
      right: 0;
      background: url(../images/shadow-mbl.png) repeat-y;
      width: 44px;
      bottom: -30px;
      content: '';
      z-index: 2;
      display: block; }
      @media (min-width: 767px) {
        .partners ul:before {
          display: none; } }
    .partners ul:after {
      position: absolute;
      top: -40px;
      left: 0;
      background: url(../images/shadow-mbl2.png) repeat-y;
      width: 44px;
      bottom: -30px;
      content: '';
      z-index: 2;
      display: block; }
      @media (min-width: 767px) {
        .partners ul:after {
          display: none; } }
    .partners ul .slick-track {
      margin: 0 auto; }
    .partners ul li {
      margin: 0 8px; }
      @media (max-width: 767px) {
        .partners ul li {
          min-height: 70px;
          display: -webkit-box !important;
          display: -webkit-flex !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (min-width: 767px) {
        .partners ul li {
          float: none !important;
          height: auto !important;
          width: auto !important;
          display: inline-block !important;
          vertical-align: middle !important; } }
      @media (min-width: 1025px) {
        .partners ul li {
          margin: 0 25px; } }
      .partners ul li img {
        margin: 0 auto; }
        @media (min-width: 769px) {
          .partners ul li img {
            vertical-align: top; } }
      .partners ul li.logo1 img {
        height: auto;
        width: 159px; }
        @media (min-width: 767px) {
          .partners ul li.logo1 img {
            height: 40px;
            width: 95px; } }
      .partners ul li.logo2 img {
        height: auto;
        width: 265px; }
        @media (min-width: 767px) {
          .partners ul li.logo2 img {
            height: auto;
            width: 165px; } }
      .partners ul li.logo3 img {
        height: auto;
        width: 284px; }
        @media (min-width: 767px) {
          .partners ul li.logo3 img {
            height: auto;
            width: 245px; } }
      .partners ul li.logo4 img {
        height: auto;
        width: 240px; }
        @media (min-width: 767px) {
          .partners ul li.logo4 img {
            height: auto;
            width: 201px; } }
      .partners ul li.logo5 img {
        height: auto;
        width: 66px; }
      .partners ul li.logo6 img {
        height: auto;
        width: 160px; }
        @media (min-width: 767px) {
          .partners ul li.logo6 img {
            height: auto;
            width: 120px; } }

/* features */
.features {
  max-width: 1035px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #2e3c54;
  font: 18px/1.3 "Open Sans", sans-serif;
  text-align: center;
  padding: 44px 10px 78px; }
  @media (min-width: 767px) {
    .features {
      padding: 84px 10px 78px;
      font-size: 14px; } }
  @media (min-width: 769px) {
    .features {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .features {
      padding: 84px 0 78px; } }
  .features h3 {
    margin: 0 0 25px;
    color: #28b0ce;
    letter-spacing: -1px;
    font: 400 25px/1.1 "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      .features h3 {
        font-size: 39px;
        font-weight: 300; } }
    @media (min-width: 769px) {
      .features h3 {
        font-size: 48px; } }
  .features p {
    margin: 0 0 25px; }
  .features .post {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    border: 1px solid #28b0ce;
    border-radius: 5px;
    padding: 15px 10px 6px;
    margin: 0 0 10px; }
    @media (min-width: 767px) {
      .features .post {
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0 2% 75px 0;
        font-size: 14px;
        width: 32.33%; } }
    @media (min-width: 767px) {
      .features .post:nth-child(3n) {
        margin-right: 0;
        width: 30%; } }
    .features .post h3 {
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 23px; }
      @media (min-width: 767px) {
        .features .post h3 {
          font-size: 16px;
          margin: 0 0 13px; } }
    .features .post .box {
      overflow: hidden;
      padding: 12px 0 0; }
      @media (min-width: 769px) {
        .features .post .box {
          padding: 17px 0 0; } }
    .features .post .alignleft {
      margin: 0 auto;
      display: block;
      min-height: 52px; }
      @media (min-width: 767px) {
        .features .post .alignleft {
          float: left;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0 19px 0 0; } }
    .features .post p {
      margin: 0 0 11px; }
    .features .post .btn-link {
      -webkit-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out;
      color: #2e3c54;
      font: 600 14px/1.3 "Open Sans", sans-serif;
      text-decoration: underline;
      display: none; }
      @media (min-width: 767px) {
        .features .post .btn-link {
          display: inline-block; } }
      .features .post .btn-link:hover {
        color: #28b0ce; }
  .features .holder {
    position: relative;
    padding: 2px 7px 0; }
    @media (min-width: 767px) {
      .features .holder {
        padding: 41px 0 0;
        text-align: left; } }
  .features .button {
    display: block; }
    @media (min-width: 767px) {
      .features .button {
        margin: -12px 0 0; } }
    .features .button a {
      display: inline-block;
      vertical-align: top;
      border-radius: 5px;
      border: 1px solid  #28b0ce;
      color: #28b0ce;
      font: 600 16px/1.3 "Open Sans", sans-serif;
      min-width: 198px;
      padding: 10px 10px 11px;
      opacity: 1;
      -webkit-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
      .features .button a:hover {
        color:#fff;
        background:#28b0ce;
      }

/* school block */
.school-block {
  position: relative;
  background-color: #1b2433;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 42px 10px 74px; }
  @media (min-width: 767px) {
    .school-block {
      padding: 67px 0 80px; } }
  .school-block .holder {
    max-width: 1035px;
    margin: 0 auto; }
  .school-block h3 {
    color: #fff;
    margin: 0 0 39px;
    letter-spacing: -1px;
    font: 300 25px/1.2 "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      .school-block h3 {
        font-size: 48px;
        line-height: 1;
        margin: 0 0 43px; } }
  .school-block .cycle-gallery {
    max-width: 911px;
    margin: 0 auto;
    padding: 0 0 19px;
    position: static; }
    .school-block .cycle-gallery .slick-slide {
      border-radius: 5px;
      float: left;
      padding: 7px 6px 25px 7px;
      font: 14px/1 "Open Sans", sans-serif;
      color: #fff;
      margin: 0 20px 13px;
      cursor: pointer;
      outline: none;
      -webkit-transition: background 0.3s ease-in-out;
              transition: background 0.3s ease-in-out; }
      @media (min-width: 767px) {
        .school-block .cycle-gallery .slick-slide {
          margin: 0 20px; } }
      .school-block .cycle-gallery .slick-slide.slick-current {
        background: #58409e; }
      @media (max-width: 767px) {
        .school-block .cycle-gallery .slick-slide.slick-active {
          background: #58409e; } }
    .school-block .cycle-gallery img {
      height: auto;
      width: 100%;
      border-radius: 5px;
      display: block;
      margin: 0 0 20px; }
    .school-block .cycle-gallery .name {
      font: 700 14px/1 "Open Sans", sans-serif;
      color: #fff;
      display: block;
      padding: 0 0 6px; }
      .school-block .cycle-gallery .name a {
        color: #fff; }
    .school-block .cycle-gallery p {
      margin: 0; }
      .school-block .cycle-gallery p span {
        display: block;
        padding: 0 0 6px;
        font-style: italic; }

.slideshow {
  position: relative; }
  .slideshow .slick-dots {
    position: absolute;
    bottom: -57px;
    left: 0;
    right: 0; }
    .slideshow .slick-dots li {
      border-color: #fff;
      background: #220c3e; }
      .slideshow .slick-dots li.slick-active {
        background: #fff;
        border-color:#fff; }
  .slideshow .slideset {
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .slideshow .slideset {
        padding: 17px 0 0; } }
    .slideshow .slideset .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .slideshow blockquote {
    margin: 0;
    color: #fff; 
    max-width: 780px;
    text-align: center;
    margin: auto;
  }
    .slideshow blockquote q {
      font: italic 24px/1.3 "Open Sans", sans-serif; }

/* trail form */
.trial-form {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #28b0ce;
  padding: 35px 21px 59px;
  font: 600 18px/1.2 "Open Sans", sans-serif;
  color: #fff;
  z-index: 1;
  overflow: hidden; }
  @media (min-width: 767px) {
    .trial-form {
      font-weight: 400;
      padding: 125px 0 195px; } }
  .trial-form .holder {
    max-width: 650px;
    margin: 0 auto;
    text-align: center; }
  .trial-form h3 {
    color: #fff;
    letter-spacing: -1px;
    font: 600 25px/1.2 "Open Sans", sans-serif;
    margin: 0 0 23px; }
    @media (min-width: 767px) {
      .trial-form h3 {
        font-size: 48px;
        line-height: 1;
        font-weight: 300; } }
  .trial-form p {
    margin: 0 0 40px; }
  .trial-form form {
    max-width: 522px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .trial-form form {
        padding: 0 0 0 5px; } }
  .trial-form .form-control {
    height: 54px;
    width: 100%;
    border-radius: 10px;
    display: block;
    background: #fff;
    border: 0;
    margin: 0 0 17px;
    padding: 14px 19px;
    font: 600 18px/24px "Open Sans", sans-serif;
    color: #2e3c54;
    outline: none; }
    .trial-form .form-control::-webkit-input-placeholder {
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
    .trial-form .form-control::-moz-placeholder {
      opacity: 1;
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
    .trial-form .form-control:-moz-placeholder {
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
    .trial-form .form-control:-ms-input-placeholder {
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
    .trial-form .form-control.placeholder {
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
  .trial-form input[type="submit"] {
    height: 43px;
    width: 218px;
    border-radius: 21px;
    background: #6a6acb;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 0;
    border: 0;
    font: 700 14px/18px "Open Sans", sans-serif;
    opacity: 1;
    outline:none;
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out; }
    .trial-form input[type="submit"]:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 7px rgba(0,0,0,.15);
    }
  .trial-form .submitBtn {
    display: block;
    padding: 5px 0 0;
    outline:none; }
    @media (min-width: 767px) {
      .trial-form .submitBtn {
        padding: 24px 0 0; } }

/* about */
.about {
  height: 465px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #58409e;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font: 400 18px/1.4 "Open Sans", sans-serif;
  color: #fff; }
  @media (min-width: 767px) {
    .about {
      height: 665px; } }
  .about.business-about {
    height: 575px;
    width: 100%; }
    @media (min-width: 767px) {
      .about.business-about {
        height: 815px; } }
    .about.business-about:before {
      opacity: 0.8;
      filter: alpha(opacity=80);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #28b0ce;
      background: -webkit-linear-gradient(left, #28b0ce 0%, #28b0ce 13%, #2fa9cd 27%, #389fce 41%, #5a7bcb 80%, #666fcb 100%);
      background: linear-gradient(to right, #28b0ce 0%, #28b0ce 13%, #2fa9cd 27%, #389fce 41%, #5a7bcb 80%, #666fcb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b0ce', endColorstr='#666fcb',GradientType=1 );
      content: '';
      z-index: 1; }
    .about.business-about p {
      margin: 0; }
      .about.business-about p a {
        text-decoration: underline;
        color: #fff; }
        .about.business-about p a:hover {
          text-decoration: none; }
  .about.about-info {
    height: 767px;
    width: 100%;
    background: #fff;
    color: #333; }
    /*.about.about-info:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(236, 233, 226, 0.7);
      content: '';
      z-index: 1; }*/
    .about.about-info .holder {
      max-width: 703px; }
    .about.about-info p {
      margin: 0 0 21px; }
  .about .holder {
    max-width: 693px;
    margin: 0;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1; }
    @media (min-width: 767px) {
      .about .holder {
        padding: 0 0 44px; } }
  .about h1 {
    margin: 0 0 40px;
    font: 400 36px/1.2 "Open Sans", sans-serif;
    color: #fff; }
    .about h1 span {
      display: block;
      font-size: 13px;
      margin: 0 0 36px;
      text-transform: uppercase; }
  .about h2 {
    margin: 0 0 40px;
    font: 400 36px/1.2 "Open Sans", sans-serif;
    color: #fff; }
  .about h3 {
    margin: 0 0 40px;
    letter-spacing: -1px;
    font: 400 36px/1.2 "Open Sans", sans-serif;
    color: #28b0ce; }
  .about.add {
    height: 557px;
    width: 100%; }
    @media (min-width: 767px) {
      .about.add {
        height: 767px; } }
    .about.add:before {
      opacity: 0.8;
      filter: alpha(opacity=80);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #3fc49c;
      background: -webkit-linear-gradient(left, #3fc49c 0%, #3ac6ae 24%, #2acde5 78%, #25cff6 100%);
      background: linear-gradient(to right, #3fc49c 0%, #3ac6ae 24%, #2acde5 78%, #25cff6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc49c', endColorstr='#25cff6',GradientType=1 );
      content: '';
      z-index: 1; }
  .about.add-about {
    height: 616px;
    width: 100%;
    background: #fff; }
    @media (min-width: 767px) {
      .about.add-about {
        height: 766px; } }
    .about.add-about:before {
      opacity: 0.8;
      filter: alpha(opacity=80);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(253, 184, 59, 0.8);
      content: '';
      z-index: 1; }
    .about.add-about .holder {
      max-width: 743px; }
    .about.add-about h3 {
      color: #fff; }

/* testimonials */
.testimonials {
  position: relative;
  z-index: 1;
  background: #58409e;
  overflow: hidden;
  height: 501px; }
  @media (max-width: 767px) {
    .testimonials.add .bg-stretch {
      display: none; } }
  .testimonials.add3 .bg-stretch {
    background-position: 100% 50%;
    background-size: auto auto;
    background-repeat: no-repeat; }
  .testimonials .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .testimonials .bg img {
      max-width: 100%;
      margin: 0 auto;
      display: block; }
  .testimonials .holder {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 501px; }
  .testimonials blockquote {
    margin: 0; }
    .testimonials blockquote q {
      display: block;
      letter-spacing: -1px;
      font: 300 30px/36px "Open Sans", sans-serif;
      color: #fff;
      padding: 0 15px 47px; }
      @media (min-width: 767px) {
        .testimonials blockquote q {
          font-size: 48px;
          line-height: 55px;
          padding: 0 15px 57px; } }
    .testimonials blockquote cite {
      display: block; }
    .testimonials blockquote .name {
      display: block;
      font: 700 18px/1 "Open Sans", sans-serif;
      color: #fff;
      padding: 0 0 7px; }
      @media (min-width: 769px) {
        .testimonials blockquote .name {
          font-size: 14px; } }
    .testimonials blockquote .txt {
      display: block;
      font: italic 18px/1 "Open Sans", sans-serif;
      color: #fff; }
      @media (min-width: 769px) {
        .testimonials blockquote .txt {
          font-size: 14px; } }
      .testimonials blockquote .txt span {
        display: block;
        font-style: normal;
        padding: 10px 0 0; }

/* price detail */
.price-area {
  position: relative;
  z-index: 1;
  background: #f3f6f7;
  padding: 29px 15px 60px; }
  .price-area:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #fff;
    z-index: -1;
    height: calc(100% - 43%); }
    @media (min-width: 767px) {
      .price-area:before {
        height: calc(100% - 65%); } }
  @media (min-width: 767px) {
    .price-area {
      padding: 75px 0px; } }
  .price-area .holder {
    max-width: 1035px;
    margin: 0 auto;
    text-align: center;
    font: 400 18px/1.2 "Open Sans", sans-serif;
    color: #242424;
    padding: 0 0 41px; }
    @media (min-width: 767px) {
      .price-area .holder {
        padding: 0 0 54px; } }
  .price-area h1 {
    margin: 0 0 18px;
    color: #28b0ce;
    /*font: 400 25px/1.1 "Open Sans", sans-serif;*/
    font: 400 36px/44px "Open Sans", sans-serif;
    }
    @media (min-width: 767px) {
      .price-area h1 {
        font-size: 48px; } }
    .price-area h1 span {
      font-weight: 300; }
  .price-area p {
    margin: 0 0 25px; }
    .price-area p span {
      display: block;
      font-weight: 700;
      padding: 7px 0 0; }
      @media (min-width: 767px) {
        .price-area p span {
          padding: 2px 0 0; } }
      @media (min-width:767px) {
        #wrapper > .price-area > .holder > p > br {
          display:none!important;
        }
      }
      @media (max-width:767px) {
        #wrapper > .price-area > .holder > p > br {
          display:block!important;
        }
      }
  .price-area .bttn.hide {
    display: block;
    text-align: center;
    margin: 0 auto 50px; }
    @media (min-width: 769px) {
      .price-area .bttn.hide {
        display: none; } }
  @media (max-width: 767px) {
    .price-area .bttn {
      display: none; } 
    .upgrade-page .price-area .bttn {
      display:block; } }
  .price-area .frame {
    max-width: 1108px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 29px; }
    @media (min-width: 770px) {
      .price-area .frame {
        overflow: hidden; } }
    .price-area .frame:after {
      display: block;
      clear: both;
      content: ''; }
    .price-area .frame:before {
      position: absolute;
      top: 0;
      left: 4%;
      right: 7%;
      content: '';
      background: #7f8c8d;
      height: 1px;
      display: none; }
      @media (min-width: 768px) {
        .price-area .frame:before {
          display: block; } }
  @media (min-width: 768px) {
    .price-area .left {
      float: left;
      text-align: center;
      padding: 21px 0 0 10px;
      width: 38%; } }
  .price-area h2 {
    margin: 0 0 8px;
    font: 700 18px/1.1 "Open Sans", sans-serif;
    color: #000;
    text-align: center; }
    @media (min-width: 768px) {
      .price-area h2 {
        font-size: 12px;
        text-align: left; } }
    @media (min-width: 769px) {
      .price-area h2 {
        font-size: 14px; 
      } 
      .price-area h2 br {
        display:none;
      }
    }
    @media (max-width: 769px) {
      .price-area h2 br {
        display:block;
      }
    }

    .price-area h2 span {
      color: #28b0ce; }
  .price-area .txt {
    display: block;
    font: italic 16px/1.1 "Open Sans", sans-serif;
    color: #000;
    text-align: center;
    padding: 13px 0 0; }
    @media (min-width: 767px) {
      .price-area .txt {
        text-align: center;
        font-size: 14px;
        padding: 0 60px 0 0; } }
  .price-area .right {
    padding: 40px 0 0; }
    @media (min-width: 768px) {
      .price-area .right {
        float: right;
        width: 58%;
        padding: 0; } }
    @media (min-width: 769px) {
      .price-area .right {
        width: 58%; } }
    @media (min-width: 1200px) {
      .price-area .right {
        width: 52%; } }
  .price-area .nav-select {
    display: block; }
    @media (min-width: 768px) {
      .price-area .nav-select {
        display: none; } }
  .price-area .list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    padding: 17px 0 3px;
    font: 700 12px/1.1 "Open Sans", sans-serif;
    position: relative; }
    @media (min-width: 1024px) {
      .price-area .list {
        font-size: 14px; } }
    @media (max-width: 766px) {
      .price-area .list li {
        font-size: 16px;
        background: #fff; } }
    @media (min-width: 768px) {
      .price-area .list li {
        background: none;
        float: left; }
        .price-area .list li:hover a, .price-area .list li.active a {
          color: #fff;
          background: #28b0ce; } }
    @media (min-width: 769px) {
      .price-area .list li + li {
        margin: 0; } }
  @media (min-width: 769px) and (min-width: 1025px) {
    .price-area .list li + li {
      margin: 0 0 0 24px; } }
    .price-area .list li a {
      display: block;
      color: #28b0ce;
      padding: 5px 12px 7px 13px;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease; }
      @media (min-width: 769px) {
        .price-area .list li a {
          -webkit-transition: color 0.3s ease-in-out;
                  transition: color 0.3s ease-in-out;
          border-radius: 5px; } }
    .price-area .list li.greater a {
      background: none;
      color: #e67e22; }
    .price-area .list li.greater:hover a, .price-area .list li.greater.active a {
      color: #fff;
      background: #e67e22; }
    .price-area .list .lavalamp-object {
      top: 0 !important;
      bottom: 0 !important;
      height: 44px !important;
      display: none; }
      @media (min-width: 767px) {
        .price-area .list .lavalamp-object {
          display: block; } }
      .price-area .list .lavalamp-object:before {
        border: solid;
        border-width: 5px;
        border-color: #7f8c8d transparent transparent transparent;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -6px; }
  .price-area .price-holder {
    max-width: 528px;
    margin: 0 auto;
    padding: 0 0 56px 5px; }
    @media (min-width: 769px) {
      .price-area .price-holder {
        padding: 0 0 46px 5px; } }
    .price-area .price-holder:after {
      display: block;
      clear: both;
      content: ''; }
    .price-area .price-holder .col {
      width: 241px;
      margin: 0 auto; }
    .price-area .price-holder .col.wide {
      width:523px;
    }
    @media (max-width: 767px) {
    .price-area .price-holder .col.wide {
        width:241px;
    } }
      @media (min-width: 767px) {
        .price-area .price-holder .col {
          float: left; } }
      .price-area .price-holder .col .box {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
        background: #fff;
        text-align: center;
        padding: 28px 10px 25px; }
      .price-area .price-holder .col.wide .box {
        padding:28px 30px 25px;
      }
      .price-area .price-holder .col.wide .title {
        padding-bottom:20px;
      }
      @media (min-width: 767px) {
        .price-area .price-holder .col.year {
          float: right; } }
      .price-area .price-holder .col.year .head {
        background: #6a6acb;
        color: #fff; }
    .price-area .price-holder .head {
      display: block;
      color: #7f8c8d;
      font: 700 14px/1.1 "Open Sans", sans-serif;
      text-align: center;
      padding: 10px 10px 13px; }
    .price-area .price-holder .col.wide .head {
      background:#e67e22;
      color:#fff;
    }
      .price-area .price-holder .head span {
        text-decoration: underline; }
    .price-area .price-holder .title {
      display: block;
      color: #242424;
      font: 18px/1.1 "Open Sans", sans-serif; }
      .price-area .price-holder .title span {
        font-weight: 700; }
    .price-area .price-holder .price {
      padding: 42px 10px 53px;
      display: block;
      letter-spacing: 1px;
      font: 300 98px/0.7 "Open Sans", sans-serif; }
      .price-area .price-holder .price sup {
        font-weight: 400;
        font-size: 33px;
        line-height: 1;
        vertical-align: top;
        display: inline-block;
        margin: 13px 0 0 -7px; }
      .price-area .price-holder .price .month {
        display: block;
        color: #a1a1a1;
        font-weight: 600;
        font-size: 16px;
        padding: 18px 0 0; }
    .price-area .price-holder ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding: 27px 10px 0;
      color: #242424;
      position: relative;
      font: 16px/1.1 "Open Sans", sans-serif; }
      .price-area .price-holder ul:before {
        position: absolute;
        top: 0;
        left: 50%;
        height: 1px;
        width: 29px;
        margin: 0 0 0 -14px;
        background: #dbe1e3;
        content: ''; }
      .price-area .price-holder ul li {
        padding: 0 0 25px; }
        .price-area .price-holder ul li .info {
          height: 26px;
          width: 26px;
          border-radius: 5px;
          display: inline-block;
          vertical-align: top;
          background: #dbe1e3;
          font: 700 16px/26px "Open Sans", sans-serif;
          color: #fff; }
          @media (max-width: 767px) {
            .price-area .price-holder ul li .info {
              margin: -3px 0 0 8px; } }
          @media (min-width: 769px) {
            .price-area .price-holder ul li .info {
              height: 20px;
              width: 20px;
              line-height: 20px; } }
  .price-area .price-holder .col.wide .form-control {
    height: 54px;
    width: calc(100%);
    border-radius: 10px;
    display: block;
    background:#edf1f3;
    border: 0;
    margin: 0 0 17px;
    padding: 14px 19px;
    font: 600 18px/24px "Open Sans", sans-serif;
    color: #2e3c54;
    outline: none; }
    .price-area .price-holder .col.wide.loading .box {
      background-image: url(../images/black_256@2x.gif);
      background-size: 32px;
      background-position: 50%;
      background-repeat: no-repeat; }
    .price-area .price-holder .col.wide.loading.success .box {
      background-image: url(../images/green_tick@2x.png);
    }
    .price-area .price-holder .col.wide.loading .title {
      opacity:0; }
    .price-area .price-holder .col.wide.loading form {
      opacity:0; }
  .price-area .price-holder .col.wide .submitBtn input[type="submit"] {
    height: 43px;
    max-width: calc(100%);
    border-radius: 21px;
    background: #e67e22;
    color:#fff;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 0 19px;
    border: 0;
    font: 700 14px/18px "Open Sans", sans-serif;
    opacity: 1;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; 
    outline:none;}
    .price-area .price-holder .col.wide .submitBtn input[type="submit"]:hover {
      transform:translateY(-2px);
      box-shadow:0px 8px 15px rgba(0,0,0,0.2);
    }
    .price-area .price-holder .col.wide .form-control::-webkit-input-placeholder {
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
    .price-area .price-holder .col.wide .form-control::-moz-placeholder {
      opacity: 1;
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
    .price-area .price-holder .col.wide .form-control:-moz-placeholder {
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
    .price-area .price-holder .col.wide .form-control:-ms-input-placeholder {
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
    .price-area .price-holder .col.wide .form-control.placeholder {
      color: #2e3c54;
      font: 600 18px/24px "Open Sans", sans-serif; }
  .price-area .or {
    font: italic 600 16px/1 "Open Sans", sans-serif;
    color: #949494;
    display: block;
    text-align: center;
    padding: 20px 0;
    background: url(../images/divider2.png) no-repeat 50% 50%; }
    @media (min-width: 767px) {
      .price-area .or {
        margin: 20% 0 0 10px;
        padding: 54px 0 54px;
        float: left;
        text-align: left;
        background: url(../images/divider.png) no-repeat 50% -8px; } }
  .price-area .notes {
    display: none;
    color: #242424;
    font: 16px/22px "Open Sans", sans-serif;
    text-align: center; }
    .price-area .notes a {
      font-weight: 700;
      color: #28b0ce;
      text-decoration: underline; }

@media (max-width: 767px) {
  .tabs-holder {
    width: 268px;
    margin: 0 auto;
    position: relative; }
    .tabs-holder.active .tab-link {
      border-radius: 10px 10px 0 0; }
    .tabs-holder.active .tabs-drop {
      border-radius: 0 0 10px 10px;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.08); }
    .tabs-holder .tab-link {
      display: block !important; }
    .tabs-holder .tabs-drop {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }
      .tabs-holder .tabs-drop ul {
        padding: 0; }
        .tabs-holder .tabs-drop ul li a {
          color: #28b0ce !important;
          display: block;
          font: 600 15px/1.2 "Open Sans",sans-serif;
          overflow: hidden;
          padding: 11px;
          white-space: nowrap; }
          .tabs-holder .tabs-drop ul li a:hover {
            background: #28b0ce;
            color: #fff !important;
            opacity: 1; } }

@media (min-width: 768px) {
  .tabs-holder .js-slide-hidden {
    position: static !important;
    left: auto !important;
    top: auto !important;
    height: auto !important; }
  .tabs-holder .tab-link {
    display: none; } }

/* privacy detail */
.privacy-area {
  position: relative;
  overflow: hidden;
  max-width: 1065px;
  margin: 0 auto;
  padding: 48px 30px 68px; }
  @media (min-width: 769px) {
    .privacy-area {
      padding: 112px 10px 68px; } }
  @media (min-width: 1025px) {
    .privacy-area {
      padding: 112px 0 68px; } }
  .privacy-area > h3 {
    margin: 0 0 43px;
    font: 25px/29px "Open Sans", sans-serif;
    color: #28b0ce;
    text-align: center; }
    @media (min-width: 767px) {
      .privacy-area > h3 {
        font-size: 36px;
        line-height: 1;
        margin: 0 0 58px; } }
  .privacy-area .holder {
    overflow: hidden;
    padding: 40px 0 22px; }
    @media (min-width: 767px) {
      .privacy-area .holder {
        padding: 0 0 18px; } }
  @media (min-width: 767px) {
    .privacy-area .slide {
      display: block !important;
      float: left;
      width: 28.33%;
      margin: 0 8% 0 0; } }
  @media (min-width: 767px) {
    .privacy-area .slide:nth-child(3) {
      margin: 0;
      width: 27.33%; } }
  .privacy-area .slide > h3 {
    margin: 0 0 52px;
    font: 24px/1 "Open Sans", sans-serif;
    color: #242424;
    display: none; }
    @media (min-width: 767px) {
      .privacy-area .slide > h3 {
        display: block; } }
  .privacy-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #242424;
    font: 18px/22px "Open Sans", sans-serif; }
    @media (min-width: 767px) {
      .privacy-area ul {
        font-size: 16px;
        line-height: 1.2; } }
    .privacy-area ul li {
      padding: 0 0 30px; }
    .privacy-area ul h3 {
      font: 700 18px/24px "Open Sans", sans-serif;
      color: #242424;
      margin: 0 0 17px; }
      @media (min-width: 767px) {
        .privacy-area ul h3 {
          font-size: 16px;
          line-height: 1.2;
          margin: 0 0 19px; } }
      .privacy-area ul h3 a {
        color: #242424;
        -webkit-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out; }
        .privacy-area ul h3 a:hover {
          color: #28b0ce; }
    .privacy-area ul p {
      margin: 0 0 19px; }
      .privacy-area ul p a {
        text-decoration: underline;
        color: #242424;
        font-weight: 700; }
  .privacy-area .bottom {
    overflow: hidden;
    text-align: center;
    padding: 78px 0 20px 0;
    background: url(../images/shadow.png) no-repeat 50% 0; }
    @media (max-width: 767px) {
      .privacy-area .bottom {
        margin: 0 -30px;
        padding: 96px 10px 49px; } }
    .privacy-area .bottom h3 {
      margin: 0 0 33px;
      color: #242424;
      font: 600 18px/1.2 "Open Sans", sans-serif; }
      @media (max-width: 767px) {
        .privacy-area .bottom h3 {
          padding: 0 0 6px; } }

/* upgrade page */
.upgrade-page #header .holder {
  padding: 21px 12px 23px 0; }

.upgrade-page #header .logo {
  height: 37px;
  width: 222px;
  float: none;
  display: block;
  margin: 0 auto; }

.upgrade-page .price-area {
  padding: 86px 0 30px; }
  .upgrade-page .price-area:before {
    height: calc(100% - 47%); }
  .upgrade-page .price-area .holder {
    padding: 0 0 59px;
    line-height: 1.3; }
  .upgrade-page .price-area .or {
    color: #40c498; }
    @media (min-width: 767px) {
      .upgrade-page .price-area .or {
        margin: 46% 0 0 10px;
        padding: 53px 0 54px; } }
  .upgrade-page .price-area h1 {
    font-size: 36px;
    margin: 0 0 20px;
    font-weight: 600; }
    .upgrade-page .price-area h1 span {
      font-weight: 400; }
  .upgrade-page .price-area p {
    margin: 0 10px 23px; }
    .upgrade-page .price-area p span {
      display: inline-block;
      /*vertical-align: top;*/ }
    .upgrade-page .price-area p strong {
      font-weight: 700;
      color: #4a4a8e; }
  .upgrade-page .price-area .price-holder .price {
    padding: 42px 10px 59px; }
  .upgrade-page .price-area .price-holder .col .box {
    padding: 30px 10px 12px; }
  .upgrade-page .price-area .bttn {
    width: 150px;
    margin: 0 auto 45px; }
  .upgrade-page .price-area .notes {
    padding: 0 10px 90px; }
    .upgrade-page .price-area .notes strong {
      font-weight: 700;
      color: #4a4a8e; }
    .upgrade-page .price-area .notes span {
      font-weight: 700;
      color: #242424; }
  .upgrade-page .price-area .txt {
    display: block;
    text-align: center;
    color: #242424;
    font: 16px/1.1 "Open Sans", sans-serif;
    padding: 13px 15px 0; }

/* reports block */
.report-block {
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #333;
  font: 400 18px/1.3 "Open Sans", sans-serif;
  padding: 120px 15px 55px; }
  @media (min-width: 480px) {
    .report-block {
      padding: 180px 15px 55px; } }
  @media (min-width: 767px) {
    .report-block {
      padding: 160px 10px 52px; } }
  @media (min-width: 1250px) {
    .report-block {
      padding: 278px 0 53px; } }
  .report-block:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% - 58.7%);
    content: '';
    background: #edf1f3;
    z-index: -1; }
    @media (min-width: 480px) {
      .report-block:before {
        height: calc(100% - 55.7%); } }
  .report-block .holder {
    max-width: 1035px;
    margin: 0 auto;
    text-align: center; }
  .report-block h2 {
    margin: 0 0 32px;
    color: #28b0ce;
    letter-spacing: -1px;
    font: 35px/1.2 "Open Sans", sans-serif; }
    .report-block h2 br {
      display: none; }
    @media (min-width: 767px) {
      .report-block h2 {
        font-size: 36px;
        line-height: 1;
        margin: 0 0 41px; }
        .report-block h2 br {
          display: block; } }
  .report-block p {
    margin: 0 0 30px; }
    @media (min-width: 767px) {
      .report-block p {
        margin: 0 0 60px; } }
    .report-block p br {
      display: none; }
      @media (min-width: 769px) {
        .report-block p br {
          display: block; } }
  .report-block .img {
    display: block;
    margin: 0 auto; }
    .report-block .img img {
      display: block;
      margin: 0 auto; }
  .report-block.add1 {
    padding: 100px 15px 74px; }
    @media (min-width: 767px) {
      .report-block.add1 {
        padding: 100px 10px 74px; } }
    @media (min-width: 1025px) {
      .report-block.add1 {
        padding: 100px 0 74px; } }
    .report-block.add1:before {
      display: none; }
    .report-block.add1 .bg-stretch:before {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.6;
      filter: alpha(opacity=60);
      bottom: 0;
      right: 0;
      content: '';
      background: #2bacce;
      background: -webkit-linear-gradient(left, #2bacce 0%, #696acb 100%);
      background: linear-gradient(to right, #2bacce 0%, #696acb 100%); }
    .report-block.add1 .bg-stretch:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: '';
      background: url(../images/img77.png) no-repeat;
      background-size: auto 740px; }
      @media (min-width: 767px) {
        .report-block.add1 .bg-stretch:after {
          background-size: 100% 740px; } }
    .report-block.add1 p {
      margin: 0 0 77px; }
  .report-block.add3 {
    padding: 60px 15px; }
    @media (min-width: 767px) {
      .report-block.add3 {
        padding: 117px 10px 96px; } }
    @media (min-width: 1025px) {
      .report-block.add3 {
        padding: 117px 0 96px; } }
    .report-block.add3:before {
      height: calc(100% - 50%); }
    .report-block.add3 h2 {
      margin: 0 0 47px; }
    .report-block.add3 p {
      margin: 0 0 106px; }
  .report-block.add4 {
    padding: 70px 10px; }
    @media (min-width: 767px) {
      .report-block.add4 {
        padding: 151px 0 124px; } }
    .report-block.add4:before {
      display: none; }
    .report-block.add4 h2 {
      margin: 0 0 48px; }
    .report-block.add4 p {
      margin: 0 0 40px; }
      @media (min-width: 400px) {
        .report-block.add4 p {
          margin: 0 0 70px; } }
    .report-block.add4 .bg-stretch {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      height: 39.6%;
      overflow: hidden;
      background-color: #28b0ce; }
      @media (min-width: 400px) {
        .report-block.add4 .bg-stretch {
          height: 51.6%; } }
      @media (min-width: 480px) {
        .report-block.add4 .bg-stretch {
          height: 56.6%; } }
  .report-block.add5 {
    padding: 64px 10px 76px; }
    @media (min-width: 480px) {
      .report-block.add5 {
        padding: 67px 10px 125px; } }
    @media (min-width: 767px) {
      .report-block.add5 {
        padding: 67px 0 125px; } }
    .report-block.add5:before {
      display: none; }
    .report-block.add5 h2 {
      margin: 0 0 39px; }
    .report-block.add5 p {
      margin: 0 0 37px; }
      @media (min-width: 769px) {
        .report-block.add5 p {
          margin: 0 0 87px; } }
    .report-block.add5 .bg-stretch {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      height: 35.7%;
      overflow: hidden;
      background: #7f7fcd;
      z-index: -1; }
      @media (min-width: 480px) {
        .report-block.add5 .bg-stretch {
          height: 51.7%; } }
      @media (min-width: 500px) {
        .report-block.add5 .bg-stretch {
          height: 59.7%; } }
      .report-block.add5 .bg-stretch img {
        display: block;
        margin: 0 auto; }
  .report-block.add6 {
    padding: 150px 10px 16px; }
    @media (min-width: 767px) {
      .report-block.add6 {
        padding: 150px 10px 16px; } }
    @media (min-width: 1024px) {
      .report-block.add6 {
        padding: 150px 0 0; } }
    @media (min-width: 1250px) {
      .report-block.add6 {
        padding: 242px 0 0; } }
    .report-block.add6:before {
      display: none; }
    .report-block.add6 h2 {
      line-height: 1.2;
      margin: 0 0 43px; }
    .report-block.add6 .holder {
      padding: 0 0 44px; }
    .report-block.add6 .frame {
      text-align: left;
      padding: 0 10px; }
      @media (min-width: 1024px) {
        .report-block.add6 .frame {
          padding: 0; } }
      @media (min-width: 1024px) {
        .report-block.add6 .frame .content {
          width: 28.5%; } }
      .report-block.add6 .frame .content h2 {
        margin: 0 0 43px; }
      .report-block.add6 .frame .content p {
        margin: 0 0 30px; }
  .report-block.add7 {
    padding: 50px 10px 33px; }
    .report-block.add7 h2 {
      color: #28b0ce; }
    @media (min-width: 767px) {
      .report-block.add7 {
        padding: 145px 0 33px; }
        .report-block.add7 h2 {
          color: #28b0ce; } }
    .report-block.add7:before {
      display: none; }
    .report-block.add7 .bg-stretch {
      position: absolute;
      top: 0;
      left: 0;
      height: 304px;
      overflow: hidden; }
      @media (min-width: 500px) {
        .report-block.add7 .bg-stretch {
          height: 444px; } }
      @media (min-width: 767px) {
        .report-block.add7 .bg-stretch {
          height: 674px; } }
      .report-block.add7 .bg-stretch:before {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.9;
        filter: alpha(opacity=90);
        right: 0;
        bottom: 0;
        content: '';
        background: #6a6acb;
        background: -webkit-linear-gradient(left, #6a6acb 0%, #26ccf9 100%);
        background: linear-gradient(to right, #6a6acb 0%, #26ccf9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6acb', endColorstr='#26ccf9',GradientType=1 ); }
      .report-block.add7 .bg-stretch:after {
        position: absolute;
        bottom: -2px;
        right: 0;
        left: 0;
        height: 169px;
        z-index: 1;
        content: '';
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 7%, rgba(255, 255, 255, 0.17) 23%, rgba(255, 255, 255, 0.33) 37%, rgba(255, 255, 255, 0.67) 64%, rgba(255, 255, 255, 0.85) 81%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 0.92) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 7%, rgba(255, 255, 255, 0.17) 23%, rgba(255, 255, 255, 0.33) 37%, rgba(255, 255, 255, 0.67) 64%, rgba(255, 255, 255, 0.85) 81%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 0.92) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ebffffff',GradientType=0 ); }
    .report-block.add7 .img {
      margin: 0 auto 13px; }
    .report-block.add7 h2 {
      margin: 0 0 51px; }
    .report-block.add7 p {
      margin: 0 0 28px; }
  .report-block.add8 {
    padding: 110px 10px 100px; }
    @media (min-width: 480px) {
      .report-block.add8 {
        padding: 130px 10px 100px; } }
    @media (min-width: 560px) {
      .report-block.add8 {
        padding: 180px 10px 100px; } }
    @media (min-width: 769px) {
      .report-block.add8 {
        padding: 110px 10px 100px; } }
    @media (min-width: 1250px) {
      .report-block.add8 {
        padding: 242px 0 164px; } }
    .report-block.add8:before {
      display: none; }
    .report-block.add8 h2 {
      line-height: 1.2;
      margin: 0 0 43px; }
    .report-block.add8 .holder {
      padding: 0 10px 44px; }
      @media (min-width: 1025px) {
        .report-block.add8 .holder {
          padding: 0 0 44px; } }
  .report-block.add9 {
    padding: 34px 10px 10px; }
    @media (min-width: 769px) {
      .report-block.add9 {
        padding: 34px 0 10px; } }
    .report-block.add9 .bg-stretch {
      height: 63%;
      overflow: hidden;
      background-color: #7f8c8d; }
      @media (min-width: 767px) {
        .report-block.add9 .bg-stretch {
          height: 590px; } }
      .report-block.add9 .bg-stretch:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 10%, rgba(255, 255, 255, 0.2) 23%, rgba(255, 255, 255, 0.74) 51%, rgba(255, 255, 255, 0.83) 57%, rgba(255, 255, 255, 0.93) 67%, rgba(255, 255, 255, 0.99) 79%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 10%, rgba(255, 255, 255, 0.2) 23%, rgba(255, 255, 255, 0.74) 51%, rgba(255, 255, 255, 0.83) 57%, rgba(255, 255, 255, 0.93) 67%, rgba(255, 255, 255, 0.99) 79%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        content: '';
        height: 255px; }
    .report-block.add9:before {
      display: none; }
    .report-block.add9 .img {
      margin: 0 auto 73px; }
    .report-block.add9 h2 {
      line-height: 1.2;
      margin: 0 0 52px; }
    .report-block.add9 .holder {
      padding: 0 0 10px; }
  .report-block .frame {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1210px;
    padding: 0 10px;
    text-align: center; }
    @media (min-width: 1025px) {
      .report-block .frame {
        padding: 0; } }
    @media (min-width: 767px) {
      .report-block .frame .picture-box {
        width: 33.8%;
        display: inline-block;
        vertical-align: middle; } }
    .report-block .frame .picture-box img {
      display: block;
      margin: 0 auto; }
    .report-block .frame .picture-box:before {
      display: none; }
    .report-block .frame .content {
      text-align: center;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 767px) {
        .report-block .frame .content {
          width: 49%;
          margin: 0 4.4% 0 0;
          text-align:left; } }
      @media (min-width: 800px) {
        .report-block .frame .content {
          width: 39%; } }
      @media (min-width: 1024px) {
        .report-block .frame .content {
          width: 31%; } }
  .report-block .grade-box {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1024px;
    padding: 27px 0 0;
    z-index: 1; }
    @media (min-width: 1150px) {
      .report-block .grade-box {
        max-width: 1102px; } }
    .report-block .grade-box .col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 214px;
      width: 214px;
      border-radius: 142px;
      position: relative;
      font: 700 13px/1.3 "Open Sans", sans-serif;
      color: #fff;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .report-block .grade-box .col {
          float: left;
          height: 284px;
          width: 284px; } }
      .report-block .grade-box .col.red {
        background: #e56c69;
        z-index: 1; }
        .report-block .grade-box .col.red:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          font-family: 'icomoon';
          font-size: 114px;
          content: "\e907";
          z-index: -1;
          color: #ea8987; }
      .report-block .grade-box .col.yellow {
        background: #edbb64;
        margin: 20px auto; }
        @media (min-width: 1024px) {
          .report-block .grade-box .col.yellow {
            margin: 0 6.8%; } }
        @media (min-width: 1150px) {
          .report-block .grade-box .col.yellow {
            margin: 0 10.8%; } }
        .report-block .grade-box .col.yellow:before {
          position: absolute;
          top: 50%;
          left: auto;
          right: 95%;
          transform: translateY(-42%);
          -moz-transform: translateY(-42%);
          -ms-transform: translateY(-42%);
          -o-transform: translateY(-42%);
          -webkit-transform: translateY(-42%);
          height: 60px;
          width: 33%;
          background: #e56c69;
          background: -webkit-linear-gradient(left, #e56c69 0%, #edbb64 100%);
          background: linear-gradient(to right, #e56c69 0%, #edbb64 100%);
          content: '';
          z-index: -1; }
          @media (max-width: 1023px) {
            .report-block .grade-box .col.yellow:before {
              background: #e56c69;
              background: -webkit-linear-gradient(top, #e56c69 0%, #edbb64 100%);
              background: linear-gradient(to bottom, #e56c69 0%, #edbb64 100%);
              top: -7px;
              left: 50%;
              height: 46px;
              transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%); } }
          @media (min-width: 1150px) {
            .report-block .grade-box .col.yellow:before {
              height: 60px;
              width: 51%; } }
        .report-block .grade-box .col.yellow:after {
          position: absolute;
          top: 50%;
          left: 98%;
          transform: translateY(-42%);
          -moz-transform: translateY(-42%);
          -ms-transform: translateY(-42%);
          -o-transform: translateY(-42%);
          -webkit-transform: translateY(-42%);
          height: 60px;
          width: 33%;
          background: #edbb64;
          background: -webkit-linear-gradient(left, #edbb64 0%, #1f7f5c 100%);
          background: linear-gradient(to right, #edbb64 0%, #1f7f5c 100%);
          content: '';
          z-index: -1; }
          @media (max-width: 1023px) {
            .report-block .grade-box .col.yellow:after {
              background: #edbb64;
              background: -webkit-linear-gradient(top, #edbb64 0%, #1f7f5c 100%);
              background: linear-gradient(to bottom, #edbb64 0%, #1f7f5c 100%);
              bottom: -27px;
              top: auto;
              left: 50%;
              height: 46px;
              transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              -webkit-transform: translate(-50%, 0); } }
          @media (min-width: 1150px) {
            .report-block .grade-box .col.yellow:after {
              height: 60px;
              width: 51%; } }
      .report-block .grade-box .col.green {
        background: #1f7f5c;
        z-index: 1; }
      .report-block .grade-box .col:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        font-family: 'icomoon';
        font-size: 88px;
        content: "\e906";
        z-index: -1;
        color: #4c997d; }
  .report-block .widget-holder {
    max-width: 1147px;
    margin: 0 auto;
    overflow: hidden; }
    .report-block .widget-holder .alignleft {
      padding: 0 10px 80px;
      display: block;
      background: url(../images/shadow2.png) no-repeat 50% 100%;
      background-size: 100% auto; }
      @media (min-width: 1025px) {
        .report-block .widget-holder .alignleft {
          padding: 0 0 80px; } }
      .report-block .widget-holder .alignleft img {
        margin: 0 auto;
        display: block; }
      @media (min-width: 767px) {
        .report-block .widget-holder .alignleft {
          margin: 0 13.2% 0 0;
          width: 33%;
          float: left; } }
    .report-block .widget-holder .content-box {
      overflow: hidden;
      padding: 9.1% 0 0; }
    @media (max-width: 767px) {
      .report-block .widget-holder .content-box h2 {
        text-align:center;
      }
      .report-block .widget-holder .content-box p {
        text-align:center;
      }
      .report-block .widget-holder .content-box p br {
        display:none;
      }
      .report-block .widget-holder .content-box h2 br {
        display:none;
      }
    }
      .report-block .widget-holder .content-box h2 {
        line-height: 1.2;
        margin: 0 0 33px; }
      .report-block .widget-holder .content-box p {
        margin: 0 0 28px; }
        .report-block .widget-holder .content-box p a {
          font-weight: 700;
          text-decoration: underline;
          color: #000; }
  .report-block.add10 {
    padding: 190px 10px 22px; }
    @media (min-width: 1250px) {
      .report-block.add10 {
        padding: 277px 0 22px; } }
    .report-block.add10:before {
      height: calc(100% - 35.7%);
      background: #e7e8e9; }
      @media (min-width: 800px) {
        .report-block.add10:before {
          height: calc(100% - 39.7%); } }
  .report-block.add11 {
    padding: 88px 10px 34px; }
    @media (min-width: 769px) {
      .report-block.add11 {
        padding: 89px 0 34px; } }
    .report-block.add11:before {
      display: none; }
    .report-block.add11 .box-add {
      margin: 0 auto 70px; }
      @media (min-width: 767px) {
        .report-block.add11 .box-add {
          margin: 0 auto 131px; } }
    .report-block.add11 h2 {
      margin: 0 0 50px; }
    .report-block.add11 p {
      margin: 0 0 94px; }
    .report-block.add11 .box-add ~ h2 {
      margin: 0 0 49px; }
    .report-block.add11 .box-add ~ p {
      margin: 0 0 73px; }
    .report-block.add11 .bg-stretch {
      top: auto;
      bottom: 0;
      height: 22%;
      overflow: hidden;
      background-color: #7f8c8d; }
      @media (min-width: 767px) {
        .report-block.add11 .bg-stretch {
          height: 485px; } }
  .report-block.add12 {
    background: #ece9e2;
    background: -webkit-linear-gradient(top, #ece9e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ece9e2 0%, #ffffff 100%);
    padding: 60px 10px; }
    @media (min-width: 767px) {
      .report-block.add12 {
        padding: 120px 10px 140px; } }
    @media (min-width: 769px) {
      .report-block.add12 {
        padding: 122px 10px 141px; } }
    .report-block.add12 h2 {
      margin: 0 0 47px; }
    .report-block.add12 p {
      margin: 0 0 63px; }
    .report-block.add12:before {
      display: none; }
  .report-block.add13 {
    padding: 120px 0 76px; }
    @media (min-width: 480px) {
      .report-block.add13 {
        padding: 170px 0 76px; } }
    @media (min-width: 540px) {
      .report-block.add13 {
        padding: 210px 0 76px; } }
    @media (min-width: 670px) {
      .report-block.add13 {
        padding: 140px 0 76px; } }
    @media (min-width: 880px) {
      .report-block.add13 {
        padding: 200px 0 76px; } }
    @media (min-width: 1250px) {
      .report-block.add13 {
        padding: 309px 0 76px; } }
    .report-block.add13:before {
      display: none; }
    .report-block.add13 h2 {
      margin: 0 0 26px; }
    @media (max-width: 1022px) {
      .report-block.add13 .holder {
        padding: 0 15px; } }
    .report-block.add13 p {
      margin: 0 0 64px; }
    .report-block.add13 .bg-stretch {
      top: auto;
      bottom: 0;
      height: 47%;
      overflow: hidden; }
      @media (min-width: 480px) {
        .report-block.add13 .bg-stretch {
          height: 56%; } }
      @media (min-width: 769px) {
        .report-block.add13 .bg-stretch {
          height: 556px; } }
      @media (min-width: 1025px) {
        .report-block.add13 .bg-stretch {
          height: 596px; } }
  .report-block.add14 {
    padding: 170px 10px 34px; }
    @media (min-width: 1024px) {
      .report-block.add14 {
        padding: 170px 10px 0; } }
    @media (min-width: 1250px) {
      .report-block.add14 {
        padding: 242px 0 0; } }
    .report-block.add14:before {
      display: none; }
    .report-block.add14 .bg-stretch {
      top: auto;
      height: 68.1%;
      overflow: hidden; }
      .report-block.add14 .bg-stretch:before {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.7;
        filter: alpha(opacity=70);
        bottom: 0;
        right: 0;
        content: '';
        background: #28b0ce;
        background: -webkit-linear-gradient(left, #28b0ce 0%, #28b0ce 13%, #2fa9cd 27%, #389fce 41%, #5a7bcb 80%, #666fcb 100%);
        background: linear-gradient(to right, #28b0ce 0%, #28b0ce 13%, #2fa9cd 27%, #389fce 41%, #5a7bcb 80%, #666fcb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b0ce', endColorstr='#666fcb',GradientType=1 );
        z-index: 1; }
    @media (min-width: 1024px) {
      .report-block.add14 .frame .content {
        padding: 107px 0 0; } }
    .report-block.add14 .holder {
      padding: 0 0 3px; }
    .report-block.add14 p a {
      color: #28b0ce;
      font-weight: 700;
      text-decoration: underline; }
    .report-block.add14 .txt-note {
      color: #fff; }
      .report-block.add14 .txt-note.add9 {
        top: 11%;
        color: #fd7092;
      }
      .report-block.add14 .txt-note.add10 {
        bottom: 40%; }
        .report-block.add14 .txt-note.add10 span {
          width: 30px; }
    .report-block.add14 .content {
      color: #fff; }
      .report-block.add14 .content h2 {
        color: #fff;
        margin: 0 0 20px; }
      .report-block.add14 .content p {
        margin: 0 0 20px; }
  .report-block.add15 {
    padding: 58px 10px 87px; }
    @media (min-width: 769px) {
      .report-block.add15 {
        padding: 58px 10px 87px; } }
    @media (min-width: 1025px) {
      .report-block.add15 {
        padding: 58px 0 87px; } }
    .report-block.add15:before {
      display: none; }
    .report-block.add15 h2 {
      margin: 0 0 27px; }
    .report-block.add15 .picture-box {
      max-width: 676px;
      margin: 0 auto 51px; }
      @media (min-width: 1190px) {
        .report-block.add15 .picture-box {
          max-width: 876px; } }
    .report-block.add15 .txt-note {
      left: 101.5%; }
      .report-block.add15 .txt-note.left {
        left: auto; }
      .report-block.add15 .txt-note.add25 {
        top: 15%;
        display:none; }
        .report-block.add15 .txt-note.add25 span {
          width: 20px; }
      .report-block.add15 .txt-note.add26 {
        top: 27.5%; }
        .report-block.add15 .txt-note.add26 span {
          width: 190px; }
      .report-block.add15 .txt-note.add27 {
        top: 32.5%; }
        .report-block.add15 .txt-note.add27 span {
          width: 20px; }
      .report-block.add15 .txt-note.left.add28 {
        top: 42%; }
        .report-block.add15 .txt-note.left.add28 span {
          width: 177px; }
      .report-block.add15 .txt-note.left.add29 {
        display:none;
        top: 72%; }
        .report-block.add15 .txt-note.left.add29 span {
          width: 177px; }
  .report-block.add16 {
    padding: 230px 10px 0; }
    @media (min-width: 769px) {
      .report-block.add16 {
        padding: 200px 0 0; } }
    @media (min-width: 1250px) {
      .report-block.add16 {
        padding: 284px 0 0; } }
    .report-block.add16:before {
      bottom: 57px;
      height: calc(100% - 76.3%);
      background: #28b0ce;
      background: -webkit-linear-gradient(left, #28b0ce 0%, #28b0cd 8%, #2fa9ce 21%, #3d9acd 41%, #5d78cb 77%, #696acb 100%);
      background: linear-gradient(to right, #28b0ce 0%, #28b0cd 8%, #2fa9ce 21%, #3d9acd 41%, #5d78cb 77%, #696acb 100%); }
      @media (min-width: 465px) {
        .report-block.add16:before {
          height: calc(100% - 62.3%); } }
      @media (min-width: 670px) {
        .report-block.add16:before {
          height: calc(100% - 53.3%); } }
    .report-block.add16 h2 {
      margin: 0 0 47px; }
    .report-block.add16 p {
      margin: 0 0 67px; }
  .report-block.add17 {
    padding: 103px 10px; }
    @media (min-width: 769px) {
      .report-block.add17 {
        padding: 149px 0 177px; } }
    .report-block.add17:before {
      display: none; }
    .report-block.add17 h2 {
      margin: 0 0 48px; }
    .report-block.add17 .bg {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }
      .report-block.add17 .bg img {
        display: block;
        margin: 0 auto; }
    .report-block.add17 p {
      margin: 0 0 80px; }
    .report-block.add17 .bg-stretch {
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 100% auto; }
  .report-block.add18 {
    padding: 117px 0 55px;
    color: #fff; }
    .report-block.add18:before {
      display: none; }
    .report-block.add18 .bg-stretch {
      background-color: #28b0ce;
      height: 77.5%;
      overflow: hidden; }
    .report-block.add18 h2 {
      color: #fff; }
    .report-block.add18 p {
      margin: 0 0 57px; }
  .report-block.add19 {
    padding: 0 10px 50px; }
    @media (min-width: 480px) {
      .report-block.add19 {
        padding: 84px 10px 100px; } }
    @media (min-width: 769px) {
      .report-block.add19 {
        padding: 83px 0 161px; } }
    .report-block.add19:before {
      display: none; }
    .report-block.add19 h2 {
      margin: 0 0 58px; }
    .report-block.add19 p {
      margin: 0 0 70px; }
  .report-block.add20 {
    padding: 123px 17px 33px; }
    @media (min-width: 480px) {
      .report-block.add20 {
        padding: 161px 17px 73px; } }
    @media (min-width: 767px) {
      .report-block.add20 {
        padding: 149px 0 73px; } }
    @media (min-width: 1250px) {
      .report-block.add20 {
        padding: 307px 0 73px; } }
    .report-block.add20 h2 {
      margin: 0 0 29px; }
      @media (min-width: 769px) {
        .report-block.add20 h2 {
          margin: 0 0 48px; } }
    .report-block.add20:before {
      display: none; }
  .report-block.add33 {
    padding: 20px 10px 41px; }
    @media (min-width: 769px) {
      .report-block.add33 {
        padding: 0 10px 41px !important; } }
    @media (min-width: 1300px) {
      .report-block.add33 {
        padding: 0 0 41px !important; } }
    .report-block.add33:before {
      display: none; }
    .report-block.add33 .bg-stretch {
      top: 0;
      height: auto;
      overflow: hidden; }
      @media (min-width: 900px) {
        .report-block.add33 .bg-stretch {
          top: 15%; } }
      .report-block.add33 .bg-stretch:before {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.7;
        filter: alpha(opacity=70);
        bottom: 0;
        right: 0;
        content: '';
        background: #28b0ce;
        background: -webkit-linear-gradient(left, #28b0ce 0%, #28b0ce 13%, #2fa9cd 27%, #389fce 41%, #5a7bcb 80%, #666fcb 100%);
        background: linear-gradient(to right, #28b0ce 0%, #28b0ce 13%, #2fa9cd 27%, #389fce 41%, #5a7bcb 80%, #666fcb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b0ce', endColorstr='#666fcb',GradientType=1 );
        z-index: 1; }
  .report-block.add34 {
    padding: 20px 10px 23px; }
    @media (min-width: 769px) {
      .report-block.add34 {
        padding: 0 10px 23px; } }
    @media (min-width: 1025px) {
      .report-block.add34 {
        padding: 0 0 23px; } }
    .report-block.add34:before {
      top: 0;
      display: block;
      height: auto;
      bottom: 0; }
      @media (min-width: 769px) {
        .report-block.add34:before {
          top: 12px; } }

/* demo detail */
.detail-demo {
  position: relative;
  margin: 0 auto;
  max-width: 1044px;
  text-align: center;
  font: 18px/1.2 "Open Sans", sans-serif;
  color: #333;
  padding: 57px 15px 21px; }
  @media (min-width: 767px) {
    .detail-demo {
      padding: 124px 15px 124px; } }
  @media (min-width: 1025px) {
    .detail-demo {
      padding: 127px 0 123px; } }
  .detail-demo h2 {
    margin: 0 0 49px;
    font: 36px/1 "Open Sans", sans-serif;
    color: #28b0ce; }
  .detail-demo .img {
    display: block;
    margin: 0 auto 40px; }
    @media (min-width: 767px) {
      .detail-demo .img {
        margin: 0 auto 128px; } }
  .detail-demo p {
    margin: 0 0 88px; }
  .detail-demo .download {
    position: relative;
    z-index: 1;
    padding: 44px 0 47px; }
    .detail-demo .download h2 a {
      color: #28b0ce; }
      .detail-demo .download h2 a:hover {
        text-decoration: underline; }
    .detail-demo .download i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      z-index: -1;
      font-size: 331px;
      line-height: 1;
      margin: -1px 0 0 0;
      color: #d4eff5; }
/*# sourceMappingURL=main.css.map */

/* trial signup form */
#trial_signup_modal {
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
  width:100%;
  height:100%;
  transform:rotateX(-10deg);
  opacity:0;
  transition:0.15s ease-in-out;
}

#trial_signup_modal_wrapper {
  display:none;
  opacity:0;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 850px;
  height: 350px;
  width: 850px;
  margin-left: -425px;
  margin-top: -175px;
  z-index: 10000;
  text-align: center; 
  perspective:600px;
  perspective-origin:50% 50%; 
}

#trial_signup_modal_wrapper.loading input[type="submit"] {
  width: 43px;
  color: rgba(255,255,255,0);
  background-image: url(../images/white_256@2x.gif);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  box-shadow: none;
  transform: translateY(0px);
  cursor: default;
}

@media (max-width:870px) {
  #trial_signup_modal_wrapper {
    width:600px!important;
    margin-left:-300px!important;
    height:398px!important;
    margin-top:-199px!important;
  }
  #trial_signup_modal .holder .form-control {
    width:calc(46%)!important;
  }
}

@media (max-width:620px) {
  #trial_signup_modal_wrapper {
    width:340px!important;
    margin-left:-170px!important;
    height:auto!important;
    top:20px!important;
    margin-top:0px!important;
  }
  #trial_signup_modal .holder .form-control {
    width:calc(90%)!important;
  }
  #trial_signup_modal .holder h3 {
    font-size: 40px!important;
    margin-top: 0px!important;
    line-height: 39px!important;
  }
  html.modal, html.modal body {
    height:100%!important;
    overflow:hidden!important;
  }
}

#trial_signup_modal .holder {
  padding: 30px;
}

#trial_signup_modal .holder h3 {
    font-family: "Open Sans";
    font-size: 48px;
    font-weight: 300;
    color: #28b0ce;
    margin-top:16px;
}

#trial_signup_modal .holder p {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 18px;
}

#trial_signup_modal .holder .form-control {
  height: 54px;
  border-radius: 10px;
  width:calc(40%);
  background: #edf1f3;
  border: 0;
  margin: 0 0 17px;
  padding: 14px 19px;
  font: 600 18px/24px "Open Sans", sans-serif;
  color: #2e3c54;
  outline: none;
}
#trial_signup_modal .holder .form-control.error {
  /*background-color:#f7b2b2;*/
  box-shadow:0px 0px 1px #e53d41, 0px 0px 2px #e53d41;
}
#trial_signup_modal .holder input[type="submit"] {
  height: 43px;
  width: 218px;
  border-radius: 21px;
  background: #31c08a;
  color:#fff;
  display: block;
  margin: 10px auto 0px auto;
  cursor: pointer;
  padding: 0;
  border: 0;
  font: 700 14px/18px "Open Sans", sans-serif;
  opacity: 1;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  outline:none;
}

#trial_signup_modal .holder input[type="submit"]:hover {
  transform:translateY(-2px);
  box-shadow:0px 7px 10px rgba(0,0,0,0.2);
}

#trial_signup_modal .holder .form-control::-webkit-input-placeholder {
  color: #2e3c54;
  font: 600 18px/24px "Open Sans", sans-serif; 
}
#trial_signup_modal .holder .form-control::-moz-placeholder {
  opacity: 1;
  color: #2e3c54;
  font: 600 18px/24px "Open Sans", sans-serif; 
}
#trial_signup_modal .holder .form-control:-moz-placeholder {
  color: #2e3c54;
  font: 600 18px/24px "Open Sans", sans-serif; 
}
#trial_signup_modal .holder .form-control:-ms-input-placeholder {
  color: #2e3c54;
  font: 600 18px/24px "Open Sans", sans-serif; 
}
#trial_signup_modal .holder .form-control.placeholder {
  color: #2e3c54;
  font: 600 18px/24px "Open Sans", sans-serif; 
}

/* bg modal */
#bg_modal {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1001;
  background: rgba(0,0,0,0.0);
  display:none;
}

#bg_modal.show {
  display:block;
  background: rgba(0,0,0,0.8);
}


#wrapper > .invoice-block > div > div > p {
  max-width:552px;
}


.problem {
  display:none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  background-color: #ece9e2;
  margin-left: -180px;
  height: 200px;
  margin-top: -100px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
  perspective:600px;
  perspective-origin:50% 50%; 
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.problem h1 {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 8px;
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 400;
}

.problem a.ok {
  text-align: center;
  height: 43px;
  width: 110px;
  border-radius: 21px;
  background: #31c08a;
  color: #fff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 0;
  border: 0;
  font: 700 14px/18px "Open Sans", sans-serif;
  opacity: 1;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  line-height: 43px;
}

.problem a.ok:hover {
  transform:translateY(-2px);
  box-shadow:0px 7px 10px rgba(0,0,0,0.2);
}

.problem p {
  font-size: 16px;
  font-family: "Open Sans";
  padding: 0px 20px;
  margin: 0px!important;
  height: 90px;
  max-height: 90px;
  overflow: auto;
}



/**** upgrade page ****/
#plan_summary {
    margin: 0px;
    font: 700 14px/1.1 "Open Sans", sans-serif;
    text-align: center;
    padding: 10px 10px 13px;
    background-color: #6a6acb;
    color: #fff;
}

#upgrade_modal_wrapper {
  opacity: 0;
  display:none;
  position:absolute;
  width:622px;
  font: 400 18px/1.2 "Open Sans", sans-serif;
  top:200px;
  left:50%;
  margin-left:-311px;
  z-index:9001;
}

#upgrade_wrapper {
  width:100%;
  height:100%;
  background-color:#fff;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
  transform: translateY(0px);
  opacity: 0;
  transition:0.15s ease-out;
}

#upgrade_wrapper label {
  font: bold 14px/1.2 "Open Sans",sans-serif;
  color:#7f8c8d;
}


#upgrade_wrapper label.error {
  color:#e74c3c;
}


#upgrade_wrapper .form_group {
    padding: 20px;
}

#upgrade_wrapper .form_group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#upgrade_wrapper .form_group ul li {
  position: relative;
  width: calc(50%);
  float: left;
}

#upgrade_wrapper .form_group ul li:nth-child(2),#upgrade_wrapper .form_group ul li:nth-child(3) {
  width:calc(25% - 10px);
}

#upgrade_wrapper .form_group ul li:nth-child(2) {
  margin:0px 10px;
}

#upgrade_wrapper .form_group .details_wrapper ul li {
  width:calc(50% - 5px);
}

#upgrade_wrapper .form_group .details_wrapper ul li:nth-child(2) {
  margin:0px 0px 0px 10px;
}
#upgrade_wrapper .form_group h1 {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 36px;
    color:#28b0ce;
    text-align:left;
}

#upgrade_wrapper .form_group input {
    height: 50px;
    border-radius: 10px;
    width: 100%;
    background: #edf1f3;
    border: 2px solid #edf1f3;
    margin: 7px 0 15px;
    padding: 14px 19px;
    font: 600 18px/24px "Open Sans", sans-serif;
    color: #2e3c54;
    outline: none;
    transition: 0.1s linear;
}

#upgrade_wrapper .form_group input:focus {
  background:#e9e9e9;
  border:2px solid rgba(0,0,0,0.2)
}

#upgrade_wrapper .form_group input.error {
  background-color:#e74c3c;
  border: 2px solid #e74c3c;
  color:#fff;
}

#upgrade_wrapper .form_group span.label {
  opacity: 0;
  position: absolute;
  top: -3px;
  left: 10px;
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color:#2e3c54;
  display:block;
  transition: 0.1s linear;
}

#upgrade_wrapper .form_group label[for="card_cvc"] a {
  background-color: #28b0ce;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 20px;
}

#upgrade_wrapper .form_group ul.inline-rows > li {
  width: calc(50% - 8px);
  float: left;
}

#upgrade_wrapper .form_group ul.inline-rows > li.ir-right {
  float:right;
}




#upgrade_wrapper .summary_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#upgrade_wrapper .summary_wrapper ul li h3 {
    color: #7f8c8d;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#upgrade_wrapper .summary_wrapper h2 {
    color: #28b0ce;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    margin: 0 0 25px 0;
}

#upgrade_wrapper .summary_wrapper {
    padding: 19px 25px;
    background: #ecf0f1;
}

#upgrade_wrapper .summary_wrapper ul:after {
    clear: both;
}

#upgrade_wrapper .summary_wrapper ul li:after {
    clear: both;
    content: '';
    display: block;
}

#upgrade_wrapper .summary_wrapper ul li {
    display: inline-block;
    width: calc(32%);
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
}

#wrapper.upgrade-page .price-area .price-holder {
  position:relative;
}

#wrapper.upgrade-page .price-area .price-holder .col {
  cursor:pointer;
}

#wrapper.upgrade-page .price-area .price-holder .col:hover a.bttn {
  transform:translateY(-2px);
  box-shadow:0px 7px 10px rgba(0,0,0,0.2); 
}

#upgrade_wrapper .summary_wrapper h2 .accepted_cards {
  position: absolute;
  right: 50px;
  width: 122px;
  height: 33px; 
  top:15px; 
}

#upgrade_wrapper .summary_wrapper h2 .accepted_cards i {
    height: 33px;
    display: inline-block;
    background-image: url(../images/cardlogos.png); 
}

#upgrade_wrapper .summary_wrapper h2 .accepted_cards i.va {
  width:70px;
  background-position:0px 0px;
}

#upgrade_wrapper .summary_wrapper h2 .accepted_cards i.mc {
  width:52px;
  background-position:54px 0px;
}

#upgrade_wrapper .summary_wrapper h2 .accepted_cards i.va.show {
  background-position:0px -32px;
}

#upgrade_wrapper .summary_wrapper h2 .accepted_cards i.mc.show {
  background-position:54px -32px;
}


#upgrade_wrapper .summary_wrapper h2 .close {
  position: absolute;
  right: 20px;
  height: 33px;
  top: 19px;
  cursor:pointer;
}
#upgrade_wrapper .summary_wrapper h2 .close:hover i {
  color:#000;
}

#upgrade_wrapper .summary_wrapper h2 .close i {
  color: #889495;
  font-size: 16px;  
}


#upgrade_wrapper #submit_button_wrapper a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #31c08a;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 600;
}

#upgrade_wrapper #submit_button_wrapper a.loading {
  color:rgba(255,255,255,0);
  background-image:url(../images/white_256@2x.gif);
  background-size:24px;
  background-position:50%;
  background-repeat:no-repeat;
}

#upgrade_wrapper #submit_button_wrapper a:hover {
  background-color:#2ead7d;
}

#upgrade_wrapper #submit_button_wrapper a i {
  position:relative;
  left:0px;
}
#upgrade_wrapper #submit_button_wrapper a:hover i {
  animation-duration: 0.25s;
  animation-name: arrowshift;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: arrowshift;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}

@keyframes arrowshift {
  from {
    left: 0px;
  }

  to {
    left: 5px;
  }
}




#cvc_helper .strip {
    width: 100%;
    height: 30px;
    background-color: rgba(0,0,0,0.4);
    margin-top: 24px;
}

#cvc_helper {
    display:none;
    position: absolute;
    width: 300px;
    height: 160px;
    right: 60px;
    top: -160px;
    background-color: #cecece;
    border-radius: 8px;
    border: 4px solid rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}


#cvc_helper p {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin: 10px;
    color: #000;
}

#cvc_helper p span {
    font-weight: bold;
    margin-left: 8px;
}

#upgrade_wrapper .problem {
  display:none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  background-color: #fff;
  margin-left: -180px;
  height: 200px;
  margin-top: -100px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.2);
  perspective:600px;
  perspective-origin:50% 50%; 
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  z-index:20;
}

#upgrade_wrapper .problem h1 {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 8px;
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 400;
}

#upgrade_wrapper .problem a.ok {
  text-align: center;
  height: 43px;
  width: 110px;
  border-radius: 21px;
  background: #31c08a;
  color: #fff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 0;
  border: 0;
  font: 700 14px/18px "Open Sans", sans-serif;
  opacity: 1;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  line-height: 43px;
}

#upgrade_wrapper .problem a.ok:hover {
  transform:translateY(-2px);
  box-shadow:0px 7px 10px rgba(0,0,0,0.2);
}

#upgrade_wrapper .problem p {
  font-size: 14px;
  font-weight:600;
  font-family: "Open Sans", sans-serif;
  padding: 5px 20px;
  margin: 5px 0px!important;
  height: 85px;
  max-height: 85px;
  overflow: auto;
}

#upgrade_wrapper .ui-blocker {
  width:100%;
  height:100%;
  position:absolute;
  background-color:rgba(0,0,0,0.2);
  display:none;
  z-index:1;
}


@media (max-width: 769px) {
  .holder p br {
    display:none;
  }
}


@media (max-width:650px) {
  #upgrade_modal_wrapper {
    top:100px;
    width:350px;
    margin-left:-175px;
    padding-bottom:80px;
  }
  #upgrade_wrapper .form_group ul li {
    width:calc(100%)!important;
    margin:0px!important;
  }
  #cvc_helper {
    right:6px;
  }
  #upgrade_wrapper .summary_wrapper ul li {
    display: block;
    width: calc(100%);
  }
  #upgrade_wrapper .summary_wrapper ul li:nth-child(2), #upgrade_wrapper .summary_wrapper ul li:nth-child(3) {
    float:left;
    width:calc(45%);
    margin-top:20px;
  }
}

/* privacy t&c */
.privacy-page {
  position: relative;
  overflow: hidden;
  max-width: 1065px;
  margin: 0 auto;
  padding: 48px 30px 68px; }
  @media (min-width: 769px) {
    .privacy-page {
      padding: 112px 10px 68px; } }
  @media (min-width: 1025px) {
    .privacy-page {
      padding: 112px 0 68px; } }

.privacy-page h1 {
  margin: 0 0 18px;
  color: #28b0ce;
  font: 600 36px/44px "Open Sans", sans-serif;
}
.privacy-page h2 {
  margin: 0 0 18px;
  color: #28b0ce;
  font: 400 27px/36px "Open Sans", sans-serif;
}
.privacy-page h3 {
  margin: 0 0 18px;
  color: #28b0ce;
  font: 400 24px/27px "Open Sans", sans-serif;
}
.privacy-page p {
  margin: 0 0 25px;
  color: #000;
  font: 600 16px/24px "Open Sans", sans-serif;
}
.privacy-page ul li {
  color: #000;
  font: 600 16px/24px "Open Sans", sans-serif;
}