/*
Theme Name: NCR.com
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! 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; }


/* Help Template
   ========================================================================== */
.help-section .container #searchform {
    text-align: center;
    margin: 25px 0;
}

.help-section .container #s {
  width:50%;
}

.gray-line {
  border-bottom: 1px solid #acadad;
  margin:10px 0;
}

ul.help-articles-list {
  list-style:disc; 
  margin:25px 0 0 0;
}

ul.help-articles-list li {
  float: left;
  width:50%;
  margin-bottom:15px;

}





/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 17, 2015 */
@font-face {
  font-family: 'texgyreadventor';
  src: url("fonts/texgyreadventor-bold-webfont.eot");
  src: url("fonts/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/texgyreadventor-bold-webfont.woff2") format("woff2"), url("fonts/texgyreadventor-bold-webfont.woff") format("woff"), url("fonts/texgyreadventor-bold-webfont.ttf") format("truetype"), url("fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'texgyreadventor';
  src: url("fonts/texgyreadventor-regular-webfont.eot");
  src: url("fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/texgyreadventor-regular-webfont.woff2") format("woff2"), url("fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("fonts/texgyreadventor-regular-webfont.ttf") format("truetype"), url("fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border: 1px solid #c7c7c7;
  margin: 0 8px 0 0;
  height: 19px;
  border-radius: 3px;
  width: 19px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 7px;
  width: 14px;
  top: 30%;
  left: 62%;
  margin: -7px 0 0 -6px;
  border: 3px solid black;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-29deg) skew(0deg, -20deg);
      -ms-transform: rotate(-29deg) skew(0deg, -20deg);
          transform: rotate(-29deg) skew(0deg, -20deg); }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #e4e4e4;
  background: #fff;
  margin: 0;
  min-width: 207px;
  height: 39px;
  border-radius: 2px;
  padding: 6px 7px;
  text-align: left; }

.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-size: 16px;
  line-height: 23px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 51px;
  border-left: 2px solid #dfdfdf;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:before {
    content: '';
    position: absolute;
    background: url("images/sprite-1.png") no-repeat -438px -525px;
    width: 15px;
    height: 9px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

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; }

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #dfdfdf;
  border-top: 0; }

/* 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: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 18px;
  font-size: 16px;
  width: 100%; }

.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 ul li:first-child {
    display: none; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 14px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.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; }

.main-nav, .block-years .accordion, .block-happen .pagination ul, .block-happen .tag-list, .val-list, .slideshow-alt .pagination ul, .block-pos .list, .block-pricing .list, .block-answers .answers, .boxes-decide .list, .cycle-articles .tag-list, .promo-text.left .list, .promo-text.right .list, .blue-icons .accordion, .sh-full .pagination ul, .bottom-menu .list, .footer-list, .lang-holder .list, .nav-drop .list, .add-list, .block-stay-connect .social-connect, .block-topics .list, .slider-holder .tag-list, .underheader-menu .list, #sidebar .list, .overline .tag-list, .overline .social-list, .content-holder-alt .sidebar-alt .contact-side .contact-list, .menu-side, .menu-side .drop, .breadcrumbs, .accordion-alt, .carousel .pagination ul, .answer-list, .def, .has-tabs .tabset, .widget_socialcountplus .circle, .popular-posts ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, #header:after, #nav:after, .block-happen .bottom-frame:after, .block-happen .tag-list:after, .cycle-articles .slideshow:after, .frame-start:after, .frame-start .navigate-holder:after, .slider-holder .tag-list:after, .overline:after, .spec-list dd:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #909090;
  background: #fff;
  font: 16px / 1.625 "Avenir LT W01 45 Book", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 26px; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.625em; }

  iframe {
    margin:0;
  }

blockquote {
  border-left: 4px solid #909090;
  padding-left: .5em;
  margin-left: 1.625em; }

th, td {
  border: 1px solid #909090;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

label {
  font-size: 18px;
  line-height: 1;
  color: #909090;
  display: inline-block;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    label {
      font-size: 14px;
      margin-bottom: 5px; } }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none !important;
  border: 1px solid #cdcdcd;
  padding: 11px 17px;
  height: 52px;
  font-size: 18px;
  line-height: 28px;
  color: #c7c7c7; }
  @media (max-width: 767px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      height: 34px;
      font-size: 14px;
      line-height: 18px;
      padding: 7px 10px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #4db136; }
  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: #c7c7c7; }
  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: #c7c7c7; }
  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: #c7c7c7; }
  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: #c7c7c7; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #c7c7c7; }

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;
  border-radius: 3px;
  color: #fff;
  background: #4db136;
  border: 0;
  height: 50px;
  font-size: 18px;
  line-height: 22px;
  padding: 14px; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    background: #5785bc; }

.widget {
  margin-bottom: 1.625em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px;
  max-width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

#content .post-password-form {
  margin-bottom: 65px; }

.post-password-form label {
  display: block; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left;
  height: 38px; }
  .search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px;
    padding: 0 5px; }

.post-password-form input {
  float: left;
  height: 40px; }
  .post-password-form input[type='password'] {
    width: 150px; }

p > iframe {
  max-width: 100% !important;
  min-width: 288px !important;
  margin: 0 auto;
  width: 560px;
  height: 315px;
  display: block; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #5785bc;
  color: #fff;
  height: 40px;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #4db136; }

.commentlist {
  margin: 0 0 1.625em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.625em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.625em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

#content .navigation-comments {
  margin-bottom: 15px; }

.navigation,
.navigation-comments {
  padding-top: 6px;
  position: relative;
  vertical-align: middle;
  margin: 0; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    color: #909090;
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
    line-height: 1.3; }
    .navigation .page-numbers.current,
    .navigation-comments .page-numbers.current {
      color: #fff;
      background: #4db136; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 4px; } }
  .navigation a.page-numbers.current, .navigation a.page-numbers:hover,
  .navigation-comments a.page-numbers.current,
  .navigation-comments a.page-numbers:hover {
    color: #fff;
    background: #4db136; }
  .navigation a.next,
  .navigation a.prev,
  .navigation-comments a.next,
  .navigation-comments a.prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    color: #4db136;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    position: relative; }
    @media (max-width: 767px) {
      .navigation a.next,
      .navigation a.prev,
      .navigation-comments a.next,
      .navigation-comments a.prev {
        font-size: 12px; } }
    .navigation a.next:hover,
    .navigation a.prev:hover,
    .navigation-comments a.next:hover,
    .navigation-comments a.prev:hover {
      opacity: 0.6;
      background: none;
      color: #4db136; }
    .navigation a.next.disable,
    .navigation a.prev.disable,
    .navigation-comments a.next.disable,
    .navigation-comments a.prev.disable {
      color: #d0d0d0;
      pointer-events: none; }
  .navigation .next.has-arrow:after,
  .navigation-comments .next.has-arrow:after {
    position: absolute;
    content: '';
    right: -13px;
    top: 0;
    background: url("images/sprite-1.png") no-repeat -274px -707px;
    width: 10px;
    height: 15px; }
  .navigation .prev.has-arrow,
  .navigation-comments .prev.has-arrow {
    padding-left: 15px; }
  .navigation .prev.has-arrow:after,
  .navigation-comments .prev.has-arrow:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url("images/sprite-1.png") no-repeat -274px -707px;
    width: 10px;
    height: 15px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.navigation-single {
   margin-bottom: 1.625em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    color: #4db136;
    padding: .4em;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      color: #5785bc; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none; }
    @media (max-width: 767px) {
      .navigation-single .next,
      .navigation-single .prev {
        padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  padding: .4em;
  margin-bottom: 1.625em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.625em; }

#content .post-content img { border: 1px solid #ddd; } /* for the help article images */

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.625em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.625em; }

.mejs-container {
  margin-bottom: 1.625em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

blockquote {
  border: 0;
  padding: 14px 0 0;
  margin: 0;
  position: relative;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif; }
  @media (max-width: 1199px) {
    blockquote {
      padding: 0 60px; } }
  @media (max-width: 1023px) {
    blockquote {
      padding: 0 70px; } }
  @media (max-width: 767px) {
    blockquote {
      padding: 0; } }
  blockquote p:before {
    content: '';
    left: -96px;
    position: absolute;
    top: -6px;
    background: url("images/sprite-1.png") no-repeat -274px -4px;
    width: 93px;
    height: 74px; }
    @media (max-width: 1199px) {
      blockquote p:before {
        left: -30px; } }
  blockquote p:after {
    content: '';
    right: -80px;
    position: absolute;
    bottom: 27px;
    background: url("images/sprite-1.png") no-repeat -384px -2px;
    width: 92px;
    height: 74px; }
    @media (max-width: 1199px) {
      blockquote p:after {
        right: -30px; } }
  blockquote cite {
    font-size: 20px;
    font-family: "Avenir LT W01 45 Book", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1;
    display: block;
    font-style: normal;
    color: #c2c2c2;
    margin: 34px 0 0; }
    @media (max-width: 767px) {
      blockquote cite {
        font-size: 14px;
        margin-top: 15px; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  font-weight: normal;
  margin: 0 0 15px;
  color: #4db136;
  position: relative; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 40px;
  line-height: 52px; }
  h2:before, .h2:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -40px;
    width: 127px;
    height: 2px;
    background: #b4b4b4;
    -webkit-transition: width 0.5s;
            transition: width 0.5s; }
    @media (max-width: 767px) {
      h2:before, .h2:before {
        height: 1px;
        width: 71px;
        top: -21px; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 23px;
      line-height: 28px;
      padding: 0 35px; } }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 20px; }

a {
  outline: none;
  text-decoration: none;
  color: #5785bc;
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s;
          transition: color 0.3s, background 0.3s, opacity 0.3s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #4db136; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  right: 0; }
  #wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    z-index: -2; }

.video-holder .video-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .video-holder .video-box video {
    display: block; }

.video-holder.video-playing .container * {
  visibility: hidden !important;
  -webkit-transition: none !important;
          transition: none !important; }

.video-holder.video-playing .video-box {
  z-index: 1; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .container {
      padding: 0 14px; } }

.block {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 141px 0 92px; }
  .vid-block {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 141px 0 92px;
  }
  @media (max-width: 767px) {
    .block {
      padding: 102px 0 53px; } }
  .block.gray {
    background: #f7f6f5; }
  .vid-block.gray {
    background: #f7f6f5; }

.loader #wrapper {
  opacity: 0; }

.loader #header {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%); }

.loader .loading-block {
  visibility: visible; }

.loading-block {
  visibility: hidden; }

#header {
  z-index: 20;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 0;
  -webkit-transition: -webkit-transform 1.2s ease, left 0.5s linear, right 0.5s linear;
          transition: transform 1.2s ease, left 0.5s linear, right 0.5s linear; }
  @media (max-width: 767px) {
    #header {
      padding: 0; } }
  #header.no-image {
    padding: 0;
    background: #545454; }
    #header.no-image .logo {
      display: block; }
    #header.no-image .logo-alt {
      display: none; }
    #header.no-image #nav {
      padding: 30px 0; }
      @media (max-width: 767px) {
        #header.no-image #nav {
          padding: 0; } }
    @media (max-width: 767px) {
      #header.no-image .nav-opener {
        top: 9px; } }
  #header.fixed-position {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    padding: 0; }
    @media (max-width: 767px) {
      #header.fixed-position {
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); } }
    #header.fixed-position .main-nav a {
      color: #7e7e7e; }
      #header.fixed-position .main-nav a:before {
        background: #7e7e7e; }
      @media (max-width: 1023px) {
        #header.fixed-position .main-nav a {
          color: #fff; } }
    #header.fixed-position .main-nav .nav-btn a {
      border-color: #7e7e7e; }
      @media (max-width: 1023px) {
        #header.fixed-position .main-nav .nav-btn a {
          border-color: #fff; } }
    #header.fixed-position #nav {
      padding: 30px 0; }
      @media (max-width: 767px) {
        #header.fixed-position #nav {
          padding: 0; } }
    #header.fixed-position .nav-opener2 span {
      background: url("images/sprite-1.png") no-repeat -87px -599px;
      width: 26px;
      height: 25px; }
    @media (max-width: 767px) {
      #header.fixed-position .nav-opener {
        top: 9px; } }
    #header.fixed-position .nav-opener:before, #header.fixed-position .nav-opener:after, #header.fixed-position .nav-opener span {
      background: #7e7e7e; }
      @media (max-width: 1023px) {
        #header.fixed-position .nav-opener:before, #header.fixed-position .nav-opener:after, #header.fixed-position .nav-opener span {
          background: #b2b2b2; } }
    #header.fixed-position .nav-opener:hover:before, #header.fixed-position .nav-opener:hover:after, #header.fixed-position .nav-opener:hover span {
      opacity: 0.7; }
    #header.fixed-position .logo-alt {
      display: block; }
    #header.fixed-position .logo {
      display: none; }

.logo, .logo-alt {
  float: left;
  width: 185px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
  @media (max-width: 767px) {
    .logo, .logo-alt {
      width: 93px; } }
  .logo img, .logo-alt img {
    display: block; }

.logo-alt {
  width: 185px;
  display: none; }
  @media (max-width: 767px) {
    .logo-alt {
      width: 93px; } }

#nav {
  float: right;
  padding: 15px 0; }
  @media (max-width: 767px) {
    #nav {
      padding: 10px 0; } }

.nav-drop2 {
  float: left; }
  @media (max-width: 1023px) {
    .nav-drop2 {
      display: none; } }

.main-nav {
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif; }
  @media (max-width: 1023px) {
    .main-nav {
      background: #6a6a6a;
      padding: 10px; } }
  .main-nav li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-right: 16px;
    vertical-align: middle; }
    .main-nav li.active a:before, .main-nav li a:hover:before {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: left top 0;
          -ms-transform-origin: left top 0;
              transform-origin: left top 0; }
    @media (max-width: 1023px) {
      .main-nav li {
        text-align: center;
        display: block;
        margin: 0 auto 10px;
        max-width: 280px; } }
  .main-nav a {
    color: #fff;
    position: relative; }
    .main-nav a:before {
      background-color: #fff;
      bottom: -4px;
      content: "";
      display: block;
      height: 3px;
      left: 0;
      position: absolute;
      -webkit-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
              transform: scale(0, 1);
      -webkit-transform-origin: right top 0;
          -ms-transform-origin: right top 0;
              transform-origin: right top 0;
      -webkit-transition: color 0.1s ease 0s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
              transition: color 0.1s ease 0s, transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      width: 100%; }
  .main-nav .nav-btn a {
    display: block;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 1px;
    padding: 2px 10px 4px;
    line-height: 20px;
    min-width: 75px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
            transition: all .3s;
    z-index: 3;
    margin-top: 1px; }
    .main-nav .nav-btn a:before {
      display: none; }
    .main-nav .nav-btn a:after {
      position: absolute;
      -webkit-transition: all .3s;
              transition: all .3s;
      content: '';
      width: 0;
      bottom: -2px;
      background: #fff;
      height: 120%;
      left: -10%;
      -webkit-transform: skewX(15deg);
          -ms-transform: skewX(15deg);
              transform: skewX(15deg);
      z-index: -1; }
    .main-nav .nav-btn a:hover {
      color: #909090; }
      .main-nav .nav-btn a:hover:after {
        left: -10%;
        width: 120%; }

.nav-opener {
  display: block;
  float: right;
  position: relative;
  z-index: 10;
  width: 28px;
  height: 28px;
  margin-left: 29px;
  pointer-events: auto; }
  .nav-opener:before, .nav-opener:after, .nav-opener span {
    background: #fff;
    position: absolute;
    top: 54%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    -webkit-transition: background 0.3s linear;
            transition: background 0.3s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 16%; }
  .nav-opener:after {
    top: 93%; }
  .nav-opener:hover:before, .nav-opener:hover:after, .nav-opener:hover span {
    opacity: 0.7; }

.block-years .accordion {
  padding: 54px 0 67px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .block-years .accordion {
      padding: 42px 0 30px; } }

.block-years .box {
  float: left;
  width: 50%;
  text-align: left;
  overflow: hidden;
  padding: 51px 5px 49px 58px; }
  @media (max-width: 767px) {
    .block-years .box {
      height: auto !important;
      width: 100%;
      border: 0;
      padding: 0; }
      .block-years .box.active .title:after {
        display: none; }
      .block-years .box.active .title:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
  .block-years .box.border-r {
    border-right: 1px solid #dbdada;
    padding-right: 58px;
    padding-left: 5px; }
    @media (max-width: 767px) {
      .block-years .box.border-r {
        border: 0;
        padding: 0; } }
  .block-years .box.border-b {
    border-bottom: 1px solid #dbdada; }
    @media (max-width: 767px) {
      .block-years .box.border-b {
        border: 0;
        padding: 0; } }

.block-years .img-holder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #808080;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .block-years .img-holder {
      display: none; } }
  .block-years .img-holder .alt {
    display: none; }
  .block-years .img-holder:hover, .block-years .img-holder.active {
    background: #5785bc;
    border-color: #5785bc; }
    .block-years .img-holder:hover .icon, .block-years .img-holder.active .icon {
      -webkit-animation: scaling 0.5s;
              animation: scaling 0.5s; }
      .block-years .img-holder:hover .icon img, .block-years .img-holder.active .icon img {
        display: none; }
      .block-years .img-holder:hover .icon .alt, .block-years .img-holder.active .icon .alt {
        display: block; }
    .block-years .img-holder:hover .icon-key, .block-years .img-holder.active .icon-key {
      background: url("images/ico4alt.png") no-repeat; }
    .block-years .img-holder:hover .icon-oper, .block-years .img-holder.active .icon-oper {
      background: url("images/ico3alt.png") no-repeat; }
    .block-years .img-holder:hover .icon-target, .block-years .img-holder.active .icon-target {
      background: url("images/ico1alt.png") no-repeat; }
    .block-years .img-holder:hover .icon-pc, .block-years .img-holder.active .icon-pc {
      background: url("images/ico2alt.png") no-repeat; }

.block-years .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.block-years .text-holder {
  display: block;
  overflow: hidden;
  padding-left: 38px; }
  @media (max-width: 767px) {
    .block-years .text-holder {
      margin: 0;
      padding: 0;
      border-top: 1px solid #979797; } }
  .block-years .text-holder p {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .block-years .text-holder p {
        margin-bottom: 6px; } }

.block-years .title {
  font-size: 18px;
  margin-top: -4px;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  font-weight: normal;
  display: block;
  margin-bottom: 7px;
  color: #5785bc; }
  @media (max-width: 767px) {
    .block-years .title {
      font-size: 13px;
      line-height: 1;
      padding: 15px 55px 16px 0;
      position: relative;
      margin: 0; }
      .block-years .title:after {
        content: '';
        position: absolute;
        right: 50px;
        top: 10px;
        height: 26px;
        width: 1px;
        background: #c0c0bf; }
      .block-years .title:before {
        content: '';
        position: absolute;
        top: 20px;
        right: 16px;
        background: url("images/sprite-1.png") no-repeat -62px -598px;
        width: 17px;
        height: 9px; } }
  .block-years .title:hover {
    color: #4db136; }

@media (max-width: 767px) {
  .block-years .slide {
    font-size: 13px;
    line-height: 18px;
    margin-top: -6px; } }

@media (min-width: 768px) {
  .block-years .slide {
    left: auto !important;
    position: relative !important;
    top: auto !important;
    width: auto !important; } }

.block-years .more {
  display: none; }
  @media (max-width: 767px) {
    .block-years .more {
      float: left;
      display: block;
      margin-bottom: 14px; } }

.boxes-welcome {
  width: 100%;
  overflow: hidden;
  border-top: 7px solid #4db136;
  text-align: left; }
  .boxes-welcome .box {
    float: left;
    width: 50%;
    position: relative;
    border-bottom: 1px solid #cacbca;
    border-left: 1px solid #cacbca;
    padding: 45px 42px 38px; }
    @media (max-width: 767px) {
      .boxes-welcome .box {
        padding: 10px;
        width: 100%;
        border-right: 1px solid #cacbca; } }
    .boxes-welcome .box:last-child {
      border-right: 1px solid #cacbca; }
  .boxes-welcome a:hover .icon {
    -webkit-animation: scaling-alt 0.5s;
            animation: scaling-alt 0.5s; }
  .boxes-welcome .img-holder {
    display: inline-block;
    vertical-align: top;
    margin-right: 34px; }
    @media (max-width: 1199px) {
      .boxes-welcome .img-holder {
        margin: 0 auto 10px;
        display: block; } }
  @media (max-width: 1199px) {
    .boxes-welcome .icon {
      margin: 0 auto; } }
  .boxes-welcome .text-holder {
    display: inline-block;
    vertical-align: middle;
    max-width: 330px; }
    @media (max-width: 1199px) {
      .boxes-welcome .text-holder {
        text-align: center;
        margin: 0 auto;
        display: block; } }
  .boxes-welcome .title {
    font-size: 20px;
    line-height: 1;
    color: #808080;
    font-weight: normal;
    margin-bottom: 14px;
    display: block; }
  .boxes-welcome span {
    font-size: 16px;
    line-height: 28px;
    color: #909090; }

.boxes-real {
  overflow: hidden;
  padding-top: 65px;
  margin: 0 -12px; }
  @media (max-width: 767px) {
    .boxes-real {
      padding-top: 23px; } }
  .boxes-real a:hover .icon {
    -webkit-animation: scaling 0.5s;
            animation: scaling 0.5s; }
  .boxes-real a[href^="tel"], .boxes-real a[href^="skype"], .boxes-real a[href^="sms"] {
    cursor: pointer;
    pointer-events: auto; }
  @media (max-width: 767px) {
    .boxes-real a {
      max-width: 220px;
      margin: 0 auto;
      display: block; } }
  .boxes-real .box {
    width: 33.33%;
    float: left;
    text-align: left;
    overflow: hidden;
    padding: 0 20px; }
    @media (max-width: 1199px) {
      .boxes-real .box {
        padding: 0 5px; } }
    @media (max-width: 767px) {
      .boxes-real .box {
        width: 100%;
        padding: 0 42px; } }
  .boxes-real .img-holder {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    @media (max-width: 767px) {
      .boxes-real .img-holder {
        height: 72px;
        margin: 0;
        width: 48px; } }
  .boxes-real .text-holder {
    margin-top: -4px;
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle; }
    @media (max-width: 1023px) {
      .boxes-real .text-holder {
        padding-left: 5px; } }
    @media (max-width: 767px) {
      .boxes-real .text-holder {
        margin-left: 9px; } }
  .boxes-real .title {
    font-size: 20px;
    font-weight: normal;
    color: #909090; }
    @media (max-width: 1023px) {
      .boxes-real .title {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .boxes-real .title {
        font-size: 13px;
        line-height: 14px;
        display: block;
        margin-bottom: 3px; } }
  .boxes-real span {
    font-size: 24px;
    line-height: 26px;
    color: #4db136; }
    @media (max-width: 1023px) {
      .boxes-real span {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .boxes-real span {
        font-size: 16px;
        line-height: 1;
        display: block; } }
  @media (max-width: 767px) {
    .boxes-real br {
      display: none; } }
  .boxes-real .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
  @media (max-width: 767px) {
    .boxes-real .icon-phone {
      background: url("images/sprite-1.png") no-repeat -1px -655px;
      width: 43px;
      height: 43px; } }
  @media (max-width: 767px) {
    .boxes-real .icon-chat {
      background: url("images/sprite-1.png") no-repeat -1px -704px;
      width: 43px;
      height: 43px; } }
  @media (max-width: 767px) {
    .boxes-real .icon-mail {
      background: url("images/sprite-1.png") no-repeat -1px -751px;
      width: 43px;
      height: 43px; } }

.welcome {
  display: block;
  padding-right: 62px;
  width: 100%;
  text-align: left;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  color: #4db136;
  font-size: 30px;
  padding-left: 65px;
  position: relative;
  margin: 70px 0 24px; }
  @media (max-width: 767px) {
    .welcome {
      font-size: 16px;
      padding-top: 7px; } }
  .welcome:before {
    position: absolute;
    left: 11px;
    top: 4px;
    content: '';
    background: url("images/sprite-1.png") no-repeat -43px -174px;
    width: 33px;
    height: 33px; }

.sub-title {
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  max-width: 670px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 767px) {
    .sub-title {
      font-size: 12px;
      line-height: 20px;
      padding: 0 35px; } }

.btn {
  display: inline-block;
  height: 51px;
  min-width: 205px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 21px;
  padding: 14px 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s;
          transition: all .3s;
  z-index: 3;
  text-align: center;
  color: #fff; }
  .btn:after {
    position: absolute;
    -webkit-transition: all .3s;
            transition: all .3s;
    content: '';
    width: 0;
    top: -2px;
    bottom: -2px;
    background: #fff;
    height: 130%;
    left: -10%;
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
    z-index: -1; }
  .btn.btn-350 {
    min-width: 350px; }
    @media (max-width: 767px) {
      .btn.btn-350 {
        min-width: 0;
        width: 100%; } }
  .btn.btn-277 {
    min-width: 277px; }
  .btn.btn-255 {
    min-width: 255px; }
  .btn.btn-178 {
    min-width: 178px; }
  .btn.btn-150 {
    min-width: 150px; }
  .btn.btn-outline:hover {
    color: #909090; }
    .btn.btn-outline:hover:after {
      left: -10%;
      width: 120%; }
  .btn.btn-top {
  	margin-top:10px;
  }
  .btn.btn-solid {
    border-color: #5785bc; }
    .btn.btn-solid:after {
      left: -10%;
      width: 125%;
      background: #5785bc; }
    .btn.btn-solid:hover {
      color: #fff;
      background: #5785bc; }
      .btn.btn-solid:hover:after {
        width: 0;
        left: -10%; }

.block-three-images {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff; }
  @media (max-width: 767px) {
    .block-three-images {
      border-width: 12px;
      border-bottom: 0; } }
  .block-three-images.reverse .large-img {
    border-left: 20px solid #fff;
    border-right: 0; }
    @media (max-width: 767px) {
      .block-three-images.reverse .large-img {
        border: 0; } }

.images {
  width: 100%;
  position: relative;
  max-width: 100%; }
  .images img {
    width: 100%;
    position: relative; }
  .images .images {
    width: 100%;
    position: relative;
    max-width: 100%; }
  .images .small-images {
    vertical-align: top;
    float: left;
    width: 35%;
    position: relative; }
    @media (max-width: 767px) {
      .images .small-images {
        display: none; } }
  .images .large-img {
    float: left;
    width: 65%;
    border-right: 20px solid #fff;
    position: relative; }
    @media (max-width: 767px) {
      .images .large-img {
        width: 100%;
        border: 0; }
        .images .large-img img {
          height: 277px;
          width: auto;
          max-width: none;
          position: relative;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          display: block; } }
  .images .small {
    position: relative;
    height: 50%;
    border-top: 10px solid #fff;
    overflow: hidden;
    width: 100%; }
    .images .small.top {
      border-bottom: 10px solid #fff;
      border-top: 0; }
  .images .small-left {
    position: relative;
    width: 33.5%;
    float: left;
    height: 100%;
    border-right: 20px solid #fff; }
  .images .small-right {
    position: relative;
    float: right;
    width: 66.5%;
    height: 100%; }

.bg-stretch {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0; }
  .bg-stretch img {
    max-width: none;
    display: block;
    width: 100%;
    margin: 0 !important;
    min-height: 100% !important; }

.block-industry h2:before {
  display: none; }

.block-industry .large-img {
  width: 50.3%; }
  @media (max-width: 767px) {
    .block-industry .large-img {
      width: 100%; } }

.block-industry .small-images {
  width: 49.7%; }

.slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 70px 0 0; }
  .slideshow .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slideshow .slideset {
    width: 99999px;
    float: left; }
  .slideshow .slide {
    width: 100%;
    float: left; }
    .slideshow .slide.active {
      z-index: 1; }
  .slideshow .btn-prev, .slideshow .btn-next {
    position: absolute;
    width: 61px;
    height: 70px;
    bottom: 19px;
    z-index: 2;
    font-size: 0;
    line-height: 0; }
    .slideshow .btn-prev:hover, .slideshow .btn-next:hover {
      opacity: 0.7; }
  .slideshow .btn-prev {
    left: 0;
    background: url("images/sprite-1.png") no-repeat -367px -215px; }
  .slideshow .btn-next {
    right: 0;
    background: url("images/sprite-1.png") no-repeat -435px -215px; }

.slideshow {
  margin: 68px 0 0;
  position: relative; }
  .slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%; }
    .slideshow .slide.active {
      z-index: 2; }
  .slideshow.not-enough-slides a.btn-prev,
  .slideshow.not-enough-slides a.btn-next {
    visibility: hidden; }

.block-happen {
  padding-bottom: 0; }
  .block-happen .slideshow {
    overflow: visible; }
  .block-happen.side-header h2 {
    text-align: left;
    margin-bottom: -30px;
    padding-left: 4px; }
    .block-happen.side-header h2:before {
      left: 4px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .block-happen .box {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    text-align: left;
    padding: 0 10px 43px;
    margin-bottom: 80px;
    position: relative; }
    @media (max-width: 767px) {
      .block-happen .box {
        display: none;
        margin: 0;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: 100%;
        min-height: 155px; }
        .block-happen .box:first-child {
          display: block; } }
  .block-happen a:hover .img-holder:before, .block-happen a.active .img-holder:before {
    opacity: 1; }
  .block-happen a:hover .read, .block-happen a.active .read {
    top: 192px; }
    @media (max-width: 1023px) {
      .block-happen a:hover .read, .block-happen a.active .read {
        top: auto;
        height: 50px;
        bottom: 0; } }
    @media (max-width: 767px) {
      .block-happen a:hover .read, .block-happen a.active .read {
        display: none; } }
  .block-happen a:hover .holder:before, .block-happen a.active .holder:before {
    -webkit-animation: scaling 0.5s;
            animation: scaling 0.5s;
    opacity: 1; }
  @media (max-width: 767px) {
    .block-happen a {
      overflow: hidden; } }
  .block-happen .read {
    top: 254px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(86, 165, 65, 0.9);
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    padding: 27px 10px;
    display: block; }
    @media (max-width: 1199px) {
      .block-happen .read {
        padding: 13px 10px; } }
    @media (max-width: 1023px) {
      .block-happen .read {
        padding: 16px 10px;
        top: auto;
        bottom: -70px; } }
  .block-happen .holder {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .block-happen .holder:before {
      content: '';
      opacity: 0;
      position: absolute;
      left: 50%;
      top: 42%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 66px;
      height: 66px;
      background: url("images/sprite-1.png") no-repeat;
      background-position: -84px -105px;
      display: block;
      z-index: 100; }
      @media (max-width: 767px) {
        .block-happen .holder:before {
          top: 50%; } }
  .block-happen .img-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .block-happen .img-holder {
        max-width: 105px;
        float: left;
        margin: 0; }
        .block-happen .img-holder img {
          height: 114px;
          max-width: none;
          width: auto !important; } }
    .block-happen .img-holder:before {
      -webkit-transition: all 0.3s;
              transition: all 0.3s;
      opacity: 0;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.45); }
    .block-happen .img-holder img {
      width: 100%; }
  .block-happen .title {
    font-size: 24px;
    line-height: 32px;
    color: #4db136;
    font-weight: normal; }
    @media (max-width: 767px) {
      .block-happen .title {
        display: block;
        overflow: hidden;
        font-size: 13px;
        line-height: 20px;
        padding-left: 10px;
        height: auto !important; } }
  .block-happen .pagination {
    padding: 30px 0 65px;
    display: none; }
    @media (max-width: 767px) {
      .block-happen .pagination {
        display: block; } }
    .block-happen .pagination li {
      display: inline-block;
      padding: 0 8px; }
      .block-happen .pagination li.active a, .block-happen .pagination li a:hover {
        background: #5785bc; }
    .block-happen .pagination a {
      display: block;
      width: 7px;
      height: 7px;
      background: #808080;
      border-radius: 50%; }
  .block-happen .slide {
    margin: 0 -7px;
    width: auto; }
    @media (max-width: 767px) {
      .block-happen .slide {
        margin: 0;
        width: 100%;
        background: #fff;
        padding: 7px 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } }
  .block-happen .bottom-frame {
    overflow: hidden;
    border-top: 2px solid #bdbcbc;
    margin-top: -34px;
    padding: 17px 0 0;
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px; }
    @media (max-width: 767px) {
      .block-happen .bottom-frame {
        border-top: 1px solid #bdbcbc;
        overflow: visible;
        left: 3px;
        right: 3px;
        padding-top: 5px;
        padding-bottom: 6px; } }
  .block-happen .more {
    display: none; }
    @media (max-width: 767px) {
      .block-happen .more {
        display: block;
        float: left;
        font-size: 13px;
        line-height: 1;
        margin-left: 10px;
        margin-top: 20px; } }
  .block-happen time {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    float: left;
    padding-left: 20px;
    position: relative; }
    @media (max-width: 767px) {
      .block-happen time {
        font-size: 13px;
        line-height: 1; }
        .block-happen time:before {
          display: none; } }
    .block-happen time:before {
      content: '';
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -246px -59px;
      width: 13px;
      height: 14px;
      left: 0;
      top: 0; }
  .block-happen .tag-list {
    float: right;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    padding-right: 23px;
    position: relative;
    padding-top: 1px;
    max-width: 280px; }
    @media (max-width: 1199px) {
      .block-happen .tag-list {
        font-size: 13px; } }
    @media (max-width: 1023px) {
      .block-happen .tag-list {
        line-height: 1;
        max-width: 100px;
        overflow: visible; } }
    .block-happen .tag-list:before {
      content: '';
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -246px -78px;
      width: 13px;
      height: 15px;
      right: 0;
      top: 0; }
      @media (max-width: 1023px) {
        .block-happen .tag-list:before {
          top: -63px; } }
    .block-happen .tag-list.large:after {
      display: inline-block; }
      @media (max-width: 1023px) {
        .block-happen .tag-list.large:after {
          display: none; } }
    .block-happen .tag-list li {
      float: right;
      margin-right: 5px;
      position: relative; }
      @media (max-width: 1023px) {
        .block-happen .tag-list li {
          display: none; }
          .block-happen .tag-list li:first-child {
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 100px; }
            .block-happen .tag-list li:first-child:after {
              display: none; } }
      .block-happen .tag-list li:after {
        content: ','; }
      .block-happen .tag-list li:first-child:after {
        display: none; }
    .block-happen .tag-list a {
      color: #909090; }
      .block-happen .tag-list a:hover {
        color: #4db136; }
  .block-happen .btn-prev {
    display: block;
    background: url("images/sprite-1.png") no-repeat -87px -181px;
    width: 8px;
    height: 13px;
    position: absolute;
    top: -51px;
    right: 23px;
    -webkit-transition: none;
            transition: none;
    left: auto; }
    @media (max-width: 767px) {
      .block-happen .btn-prev {
        display: none; } }
    .block-happen .btn-prev:hover {
      opacity: 1;
      background: url("images/sprite-1.png") no-repeat -123px -180px; }
  .block-happen .btn-next {
    display: block;
    -webkit-transition: none;
            transition: none;
    background: url("images/sprite-1.png") no-repeat -109px -180px;
    width: 8px;
    height: 13px;
    position: absolute;
    top: -51px;
    right: 2px; }
    @media (max-width: 767px) {
      .block-happen .btn-next {
        display: none; } }
    .block-happen .btn-next:hover {
      opacity: 1;
      background: url("images/sprite-1.png") no-repeat -142px -181px; }

.block-spotlight {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .block-spotlight {
      background: #f6f5f4;
      padding: 15px; } }
  @media (max-width: 767px) {
    .block-spotlight .add-wrap {
      background: #fff;
      padding: 79px 0 0; }
      .block-spotlight .add-wrap h2 {
        padding: 0;
        margin-bottom: 8px; } }
  .block-spotlight .names {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #7f7f7f;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .block-spotlight .names {
        font-size: 18px;
        line-height: 32px;
        margin-top: -10px;
        margin-bottom: 4px; } }
  .block-spotlight .quote-holder {
    background: #f7f6f5;
    padding: 60px 140px 63px; }
    @media (max-width: 1023px) {
      .block-spotlight .quote-holder {
        display: none; } }
  .block-spotlight .owners {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #7f7f7f;
    font-style: italic; }
    @media (max-width: 767px) {
      .block-spotlight .owners {
        font-size: 14px;
        margin-bottom: 35px; } }
  .block-spotlight .text-holder {
    overflow: hidden;
    margin: 61px -10px 81px;
    text-align: left;
    position: relative;
    padding: 54px 0 0;
    line-height: 32px; }
    @media (max-width: 767px) {
      .block-spotlight .text-holder {
        font-size: 14px;
        line-height: 26px;
        padding-top: 0;
        margin: 0; } }
    .block-spotlight .text-holder:before {
      content: '';
      position: absolute;
      left: 10px;
      right: 10px;
      top: 0;
      height: 1px;
      background: #979797; }
      @media (max-width: 767px) {
        .block-spotlight .text-holder:before {
          display: none; } }
  .block-spotlight .col {
    float: left;
    width: 50%;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .block-spotlight .col {
        width: 100%;
        padding: 0 10px; } }
  .block-spotlight blockquote {
    border-left: 10px solid #4db136;
    padding-left: 32px;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    padding-top: 0; }
    .block-spotlight blockquote p:before {
      background: url("images/sprite-1.png") no-repeat -158px -102px;
      width: 167px;
      height: 105px;
      left: -200px;
      top: -73px; }
    .block-spotlight blockquote p:after {
      background: url("images/sprite-1.png") no-repeat -329px -102px;
      width: 167px;
      height: 103px;
      right: -133px;
      bottom: -83px; }
  .block-spotlight .open {
    display: none;
    margin: 20px 0 0;
    position: relative; }
    .block-spotlight .open:hover {
      opacity: 0.6; }
    @media (max-width: 767px) {
      .block-spotlight .open {
        display: block;
        font-size: 14px;
        line-height: 1;
        position: absolute;
        right: 8px;
        bottom: 22px;
        background: url("images/sprite-1.png") no-repeat -62px -598px;
        width: 17px;
        height: 9px; } }
  @media (max-width: 767px) {
    .block-spotlight .some-holder {
      padding-bottom: 45px;
      position: relative; }
      .block-spotlight .some-holder:after {
        left: 10px;
        right: 10px;
        bottom: 10px;
        content: '';
        background: #cbcbcb;
        height: 1px;
        position: absolute; } }
  .block-spotlight .some-holder.active .open {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.has-background {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 165px 0 178px;
  font-size: 30px;
  line-height: 52px; }
  @media (max-width: 767px) {
    .has-background {
      padding: 40px 0;
      font-size: 16px;
      line-height: 28px; } }
  .has-background.no-space {
    padding: 0; }
    .has-background.no-space .text {
      padding: 165px 0 178px; }
      @media (max-width: 767px) {
        .has-background.no-space .text {
          padding: 40px 0; } }
  .has-background h2 {
    color: #fff; }
    .has-background h2:before {
      display: none; }

.has-layout:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3a2a23;
  opacity: 0.8; }

.val-list {
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin: 45px -10px 10px; }
  @media (max-width: 767px) {
    .val-list {
      font-size: 14px;
      line-height: 20px; } }
  .val-list li {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    padding: 24px 50px 24px;
    position: relative;
    vertical-align: bottom; }
    @media (max-width: 767px) {
      .val-list li {
        width: 100%;
        padding: 10px 50px; } }
    .val-list li:after {
      content: '';
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 0;
      height: 1px;
      background: #d6d6d6; }
    .val-list li:before {
      content: '';
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: url("images/sprite-1.png") no-repeat -246px -40px;
      width: 14px;
      height: 13px; }

.form-holder {
  max-width: 952px;
  margin: 0 auto;
  padding-top: 47px;
  text-align: left; }
  .form-holder .descr {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    margin: 26px 0 43px; }
  .form-holder .cols {
    overflow: hidden;
    margin: 0 -10px 46px;
    position: relative;
    padding: 58px 0 27px; }
    .form-holder .cols:before {
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      height: 1px;
      background: #a9a9a9;
      content: ''; }
    .form-holder .cols:after {
      position: absolute;
      bottom: 0;
      left: 10px;
      right: 10px;
      height: 1px;
      background: #a9a9a9;
      content: ''; }
  .form-holder .col {
    float: left;
    width: 50%;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .form-holder .col {
        width: 100%; } }
  .form-holder .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block; }
  .form-holder .error .wpcf7-form-control {
    border-color: #d90e0e; }
  .form-holder .error .error-message {
    display: block; }
  .form-holder .wpcf7-not-valid::-webkit-input-placeholder {
    font-size: 0;
    line-height: 0; }
  .form-holder .wpcf7-not-valid::-moz-placeholder {
    opacity: 1;
    font-size: 0;
    line-height: 0; }
  .form-holder .wpcf7-not-valid:-moz-placeholder {
    font-size: 0;
    line-height: 0; }
  .form-holder .wpcf7-not-valid:-ms-input-placeholder {
    font-size: 0;
    line-height: 0; }
  .form-holder .wpcf7-not-valid.placeholder {
    font-size: 0;
    line-height: 0; }
  .form-holder .focused .wpcf7-not-valid-tip {
    display: none; }
  .form-holder .error-message, .form-holder .wpcf7-not-valid-tip {
    pointer-events: none;
    font-size: 18px;
    line-height: 1;
    color: #d90e0e;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: -13px;
    padding: 0 48px; }
    @media (max-width: 1023px) {
      .form-holder .error-message, .form-holder .wpcf7-not-valid-tip {
        font-size: 14px;
        padding: 0 0 0 48px; } }
    @media (max-width: 767px) {
      .form-holder .error-message, .form-holder .wpcf7-not-valid-tip {
        margin-top: -3px; } }
    .form-holder .error-message:before, .form-holder .wpcf7-not-valid-tip:before {
      content: '';
      left: 25px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -242px -5px;
      width: 21px;
      height: 21px; }
  .form-holder .wpcf7-form-control {
    width: 100%;
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      .form-holder .wpcf7-form-control {
        margin-bottom: 5px; } }
    .form-holder .wpcf7-form-control::-webkit-input-placeholder {
      color: #c7c7c7; }
    .form-holder .wpcf7-form-control::-moz-placeholder {
      opacity: 1;
      color: #c7c7c7; }
    .form-holder .wpcf7-form-control:-moz-placeholder {
      color: #c7c7c7; }
    .form-holder .wpcf7-form-control:-ms-input-placeholder {
      color: #c7c7c7; }
    .form-holder .wpcf7-form-control.placeholder {
      color: #c7c7c7; }
  .form-holder .wpcf7-list-item-label {
    font-size: 16px; }
    @media (max-width: 1023px) {
      .form-holder .wpcf7-list-item-label {
        font-size: 14px; } }
  .form-holder .wpcf7-checkbox label {
    margin-top: 10px; }
  .form-holder .info {
    margin-top: 9px;
    display: block; }
  @media (max-width: 1023px) {
    .form-holder .checkbox label {
      overflow: hidden; }
    .form-holder .checkbox .jcf-checkbox {
      float: left; } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    .form-holder .checkbox .jcf-checkbox {
      margin-top: 4px; } }
  @media (max-width: 1023px) {
    .form-holder .checkbox .wpcf7-list-item-label {
      display: block;
      overflow: hidden;
      margin-top: -12px; } }
  .form-holder .wpcf7-submit {
    margin-bottom: 0;
    -webkit-transition: background 0.3s;
            transition: background 0.3s; }

.slideshow-alt {
  padding: 40px 0 66px;
  text-align: left; }
  .slideshow-alt .slideshow {
    margin-top: 0; }
  .slideshow-alt .container {
    max-width: 1450px;
    text-align: center; }
  .slideshow-alt .img-holder {
    display: inline-block;
    max-width: 720px;
    margin-right: 90px;
    vertical-align: middle;
    text-align: left;
    -webkit-transform: translate(-200%, 0);
        -ms-transform: translate(-200%, 0);
            transform: translate(-200%, 0);
    -webkit-transition: all 1s;
            transition: all 1s; }
    @media (max-width: 1309px) {
      .slideshow-alt .img-holder {
        margin-right: 85px;
        max-width: 500px; } }
    @media (max-width: 1199px) {
      .slideshow-alt .img-holder {
        max-width: 400px; } }
    @media (max-width: 1023px) {
      .slideshow-alt .img-holder {
        margin-right: 30px;
        max-width: 320px;
        vertical-align: middle; } }
    @media (max-width: 767px) {
      .slideshow-alt .img-holder {
        display: block;
        margin: 0 auto; } }
  .slideshow-alt .active .img-holder {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .slideshow-alt .text-holder {
    vertical-align: bottom;
    text-align: left;
    display: inline-block;
    max-width: 450px;
    padding: 64px 0; }
    @media (max-width: 1023px) {
      .slideshow-alt .text-holder {
        max-width: 350px;
        vertical-align: middle; } }
    @media (max-width: 767px) {
      .slideshow-alt .text-holder {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 10px 0; } }
  .slideshow-alt .btn {
    height: 42px;
    font-size: 16px;
    line-height: 20px;
    padding: 11px; }
  .slideshow-alt p {
    margin-bottom: 59px; }
  .slideshow-alt p a {
    color: #4db136; }
    .slideshow-alt p a:hover {
      color: #5785bc; }
  .slideshow-alt h2 {
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      .slideshow-alt h2 {
        padding: 0; } }
    .slideshow-alt h2:before {
      left: 0;
      top: -63px;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); }
  .slideshow-alt .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 35px 0 0;
    z-index: 10; }
    .slideshow-alt .pagination ul {
      text-align: center; }
    .slideshow-alt .pagination li {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0 10px; }
      .slideshow-alt .pagination li.active a, .slideshow-alt .pagination li:hover a {
        background: #6d6d6d; }
    .slideshow-alt .pagination a {
      display: block;
      height: 9px;
      width: 9px;
      border-radius: 50%;
      background: #969696; }

.block-pos {
  padding-bottom: 0; }
  .block-pos h2:before {
    display: none; }
  .block-pos .cols {
    text-align: left;
    padding: 74px 0 0; }
    @media (max-width: 1199px) {
      .block-pos .cols {
        text-align: center; } }
  .block-pos .container {
    max-width: 1500px; }
  .block-pos .list {
    font-size: 18px;
    line-height: 22px;
    margin-top: -28px;
    width: 100%;
    margin-bottom: 65px;
    text-align: left; }
    @media (max-width: 1023px) {
      .block-pos .list {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .block-pos .list {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0; } }
    .block-pos .list li {
      border-bottom: 1px solid #d4d4d4;
      padding: 25px 36px 24px;
      position: relative; }
      @media (max-width: 1023px) {
        .block-pos .list li {
          padding: 10px 36px; } }
      .block-pos .list li:before {
        content: '';
        position: absolute;
        left: 4px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        background: url("images/sprite-1.png") no-repeat -246px -40px;
        width: 14px;
        height: 13px; }
  .block-pos .text-holder {
    display: inline-block;
    max-width: 538px;
    vertical-align: top;
    width: 100%;
    padding: 20px 0; }
    @media (max-width: 1199px) {
      .block-pos .text-holder {
        max-width: 440px; } }
    @media (max-width: 1023px) {
      .block-pos .text-holder {
        max-width: 400px;
        vertical-align: middle; } }
    @media (max-width: 767px) {
      .block-pos .text-holder {
        width: 100%;
        max-width: 100%;
        display: block; } }
  .block-pos .img-holder {
    display: inline-block;
    max-width: 700px;
    vertical-align: top;
    margin-right: 50px; }
    @media (max-width: 1349px) {
      .block-pos .img-holder {
        margin-right: 20px;
        max-width: 420px;
        vertical-align: bottom; } }
    @media (max-width: 1023px) {
      .block-pos .img-holder {
        vertical-align: bottom;
        max-width: 300px; } }
    @media (max-width: 767px) {
      .block-pos .img-holder {
        width: 100%;
        display: block;
        margin: 0 auto 10px; } }

.block-pricing h2 {
  margin-bottom: 33px; }
  @media (max-width: 767px) {
    .block-pricing h2 {
      padding: 0; } }
  .block-pricing h2:before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.block-pricing .list {
  font-size: 16px;
  line-height: 1;
  margin-top: 0;
  width: 100%;
  margin-bottom: 23px; }
  .block-pricing .list li {
    border-bottom: 1px solid #d4d4d4;
    padding: 11px 1px 13px; }
    .block-pricing .list li:last-child {
      border-bottom: 0; }

.block-pricing p {
  margin-bottom: 16px; }

.block-pricing .img-holder {
  display: inline-block;
  vertical-align: top;
  max-width: 445px;
  width: 100%;
  margin-right: 110px; }
  @media (max-width: 1199px) {
    .block-pricing .img-holder {
      margin-right: 20px;
      max-width: 330px; } }
  @media (max-width: 767px) {
    .block-pricing .img-holder {
      width: 100%;
      max-width: 100%;
      display: block; } }

.block-pricing .text-holder {
  padding-top: 40px;
  max-width: 536px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left; }
  @media (max-width: 1023px) {
    .block-pricing .text-holder {
      max-width: 350px; } }
  @media (max-width: 767px) {
    .block-pricing .text-holder {
      max-width: 100%;
      display: block;
      width: 100%; } }

.block-pricing p a {
  color: #4db136; }
  .block-pricing p a:hover {
    color: #5785bc; }

.block-pricing .line1 {
  display: block;
  width: 100%;
  background: #4db136;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  padding: 20px;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold; }

.block-pricing .line2 {
  display: block;
  font-size: 100px;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  line-height: 1;
  background: #71c15e;
  color: #fff;
   }


.block-pricing .line3 {
  display: block;
  color: #fff;
  background: #71c15e;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  padding: 0 10px 46px;
  font-size: 14px;
}


.block-pricing .line4 {
  display: block;
  color: #fff;
  background: #94d086;
  font-size: 18px;
  line-height: 1;
  padding: 28px 10px; }

.block-pricing .line5 {
  display: block;
  color: #fff;
  background: #b8e0af;
  font-size: 18px;
  line-height: 1;
  padding: 28px 10px; }

.block-pricing .line6 {
  display:block;
  background:#d9efd1;
  font-size:18px;
  line-height:1;
  padding:15px 10px;
}

.block-pricing .line6 span {
font-size:11px;
}


.block-pricing mark {
  font-size: 30px;
  line-height: 1;
  background: none;
  color: #fff;
  display: inline-block;
  margin-left: 13px; }

.block-answers .answers {
  text-align: left;
  margin: 0 -20px;
  font-size: 16px;
  line-height: 26px;
  padding: 45px 0 40px; }

.block-answers li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  padding: 0 20px 29px; }
  @media (max-width: 767px) {
    .block-answers li {
      width: 100%;
      padding: 0 20px; } }

.block-answers .title {
  font-weight: normal;
  font-size: 18px;
  color: #5785bc; }

.block-cloud .cols {
  padding: 93px 0 0;
  margin: 0 -5px; }
  @media (max-width: 767px) {
    .block-cloud .cols {
      padding: 40px 0 0;
      margin: 0; } }

.block-cloud .img-holder {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 1199px) {
    .block-cloud .img-holder {
      max-width: 400px; } }
  @media (max-width: 1023px) {
    .block-cloud .img-holder {
      max-width: 100%;
      display: block;
      width: 100%; } }

.block-cloud .text-holder {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 440px;
  padding-bottom: 60px;
  margin-right: 70px; }
  @media (max-width: 1023px) {
    .block-cloud .text-holder {
      display: block;
      width: 100%;
      margin: 0;
      max-width: 100%; } }

.block-cloud p {
  margin-bottom: 13px; }

.block-cloud .btn {
  margin-top: 46px; }
  @media (max-width: 1023px) {
    .block-cloud .btn {
      display: block;
      margin: 0 auto;
      max-width: 300px; } }

.block-headline {
  padding-bottom: 0; }
  .block-headline .boxes {
    padding: 62px 0 54px;
    margin: 0 -25px;
    overflow: hidden; }
  .block-headline .box {
    text-align: left;
    float: left;
    width: 50%;
    padding: 0 25px;
    font-size: 16px;
    line-height: 26px; }
    @media (max-width: 767px) {
      .block-headline .box {
        width: 100%; } }
  .block-headline .title {
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    font-size: 20px;
    line-height: 1;
    color: #7f7f7f; }
    .block-headline .title:hover {
      color: #4db136; }
  .block-headline .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .block-headline .img-holder {
        margin: 0 auto 20px;
        display: block; } }
  .block-headline .text-holder {
    display: inline-block;
    vertical-align: middle;
    max-width: 420px; }
    @media (max-width: 1199px) {
      .block-headline .text-holder {
        width: 100%;
        display: block;
        max-width: 100%; } }
  .block-headline .btn {
    margin-bottom: 68px; }

.icon {
  display: block; }

.icon-draw {
background-repeat:no-repeat !important;
background-position: center !important;

}

.icon-lock {
  background-position: 0 -108px;
  width: 76px;
  height: 63px; }

.icon-house {
  background: url("images/sprite-1.png") no-repeat -236px -554px;
  width: 95px;
  height: 74px; }
  @media (max-width: 767px) {
    .icon-house {
      background: url("images/sprite-1.png") no-repeat -353px -744px;
      width: 51px;
      height: 39px; } }

.icon-house-dark {
  background: url("images/sprite-1.png") no-repeat -245px -473px;
  width: 89px;
  height: 69px; }

.icon-house-ways {
  background: url("images/sprite-1.png") no-repeat -335px -554px;
  width: 167px;
  height: 96px; }
  @media (max-width: 767px) {
    .icon-house-ways {
      background: url("images/sprite-1.png") no-repeat -413px -734px;
      width: 86px;
      height: 49px; } }

.icon-dollar {
  background: url("images/ico9.png") no-repeat;
  width: 78px;
  height: 78px; }

.icon-refresh {
  background: url("images/ico8.png") no-repeat;
  width: 78px;
  height: 78px; }

.icon-add {
  background: url("images/ico7.png") no-repeat;
  width: 78px;
  height: 78px; }

.icon-key {
  background: url("images/ico4.png") no-repeat;
  width: 47px;
  height: 47px; }

.icon-pc {
  background: url("images/ico2.png");
  width: 47px;
  height: 47px; }

.icon-pc2 {
  background: url("images/ico5.png") no-repeat;
  width: 79px;
  height: 79px; }

.icon-oper {
  background: url("images/ico3.png");
  width: 47px;
  height: 47px; }

.icon-target {
  background: url("images/ico1.png");
  width: 47px;
  height: 47px; }

.icon-chat {
  background: url("images/ico11.png") no-repeat;
  width: 68px;
  height: 68px; }

.icon-chat2 {
  background: url("images/ico6.png") no-repeat;
  width: 79px;
  height: 79px; }

.icon-mail {
  background: url("images/ico10.png") no-repeat;
  width: 68px;
  height: 68px; }

.icon-man {
  background: url("images/sprite-1.png") no-repeat -343px -520px;
  width: 20px;
  height: 20px; }

.icon-phone {
  background: url("images/ico12.png") no-repeat;
  width: 68px;
  height: 68px; }

.has-space #main {
  margin-top: 89px; }

.partners {
  overflow: hidden;
  margin: 0 -10px;
  padding-top: 100px; }
  .partners .box {
    float: left;
    width: 33.33%;
    padding: 0 10px 20px; }
    @media (max-width: 767px) {
      .partners .box {
        width: 50%; } }
    @media (max-width: 479px) {
      .partners .box {
        width: 100%; } }
  .partners .box-wrap {
    width: 100%;
    background: #fff;
    min-height: 260px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .partners .box-wrap {
        min-height: 340px; } }
    @media (max-width: 479px) {
      .partners .box-wrap {
        min-height: 280px; } }
    .partners .box-wrap:hover .text-holder, .partners .box-wrap.active .text-holder, .partners .box-wrap.hover .text-holder {
      top: 0; }
  .partners .img-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 1023px) {
      .partners .img-holder img {
        max-width: 90%; } }
  .partners .text-holder {
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    color: #fff;
    background: rgba(86, 165, 65, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 100%;
    right: 0;
    font-size: 16px;
    padding: 36px 10px 10px; }
  .partners .title {
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 26px;
    padding-left: 40px;
    position: relative; }
    .partners .title:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: url("images/sprite-1.png") no-repeat -4px -173px;
      width: 31px;
      height: 32px; }
  .partners p {
    margin-bottom: 13px; }
  .partners .more {
    display: inline-block;
    color: #fff;
    font-weight: bold; }
    .partners .more:hover {
      color: #5785bc; }

.block-types .boxes {
  padding: 99px 0 0;
  margin: 0 -10px 0; }
  @media (max-width: 767px) {
    .block-types .boxes {
      padding: 20px 0; } }

.block-types .box-wrap {
  width: 33.33%;
  float: left;
  padding: 0 10px 20px; }
  @media (max-width: 1023px) {
    .block-types .box-wrap {
      width: 50%; } }
  @media (max-width: 767px) {
    .block-types .box-wrap {
      width: 100%; } }

.block-types .box {
  width: 100%;
  position: relative;
  min-height: 261px;
  display: block;
  overflow: hidden; }
  .block-types .box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1; }
  .block-types .box:hover .title, .block-types .box.active .title, .block-types .box.hover .title {
    top: 19%; }
  .block-types .box:hover .content, .block-types .box.active .content, .block-types .box.hover .content {
    top: 0; }

.block-types .content {
  background: #5eb849;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 95%;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 86px 10px 10px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.block-types p {
  margin-bottom: 14px; }

.block-types a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  font-weight: bold; }
  .block-types a:hover {
    color: #5785bc; }

.block-types .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding: 0 10px; }

.boxes-decide {
  margin: 0 -10px 78px;
  overflow: hidden;
  padding-top: 85px; }
  @media (max-width: 767px) {
    .boxes-decide {
      padding-top: 40px;
      margin-bottom: 40px; } }
  .boxes-decide .box {
    float: left;
    width: 33.33%;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .boxes-decide .box {
        width: 100%;
        margin: 0 auto 10px;
        max-width: 400px;
        float: none; } }
  .boxes-decide .box-wrap {
    background: #fff;
    border-top: 7px solid #4db136;
    padding: 37px 25px 29px;
    display: block;
    color: #808080; }
    @media (max-width: 1023px) {
      .boxes-decide .box-wrap {
        padding: 10px; } }
    .boxes-decide .box-wrap:hover .icon {
      -webkit-animation: scaling-alt 0.5s !important;
              animation: scaling-alt 0.5s !important; }
  .boxes-decide .list {
    text-align: left;
    padding: 35px 28px 0; }
    @media (max-width: 1023px) {
      .boxes-decide .list {
        padding: 10px; } }
    .boxes-decide .list li {
      margin-bottom: 6px; }
      @media (max-width: 1023px) {
        .boxes-decide .list li {
          font-size: 14px;
          line-height: 20px; } }
  .boxes-decide .top-frame {
    text-align: center;
    border-bottom: 1px solid #a9a9a9; }
  .boxes-decide .icon {
    display: inline-block;
    margin-bottom: 8px; }
  .boxes-decide .title {
    display: block;
    color: #808080;
    font-size: 20px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    font-weight: normal;
    margin-bottom: 28px; }

@-webkit-keyframes scaling {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.2) rotate(-90deg);
            transform: translate(-50%, -50%) scale(0.2) rotate(-90deg); }
  70% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(10deg);
            transform: translate(-50%, -50%) scale(1.1) rotate(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0);
            transform: translate(-50%, -50%) scale(1) rotate(0); } }

@keyframes scaling {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.2) rotate(-90deg);
            transform: translate(-50%, -50%) scale(0.2) rotate(-90deg); }
  70% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(10deg);
            transform: translate(-50%, -50%) scale(1.1) rotate(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0);
            transform: translate(-50%, -50%) scale(1) rotate(0); } }

@-webkit-keyframes scaling-alt {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(-90deg);
            transform: scale(0.2) rotate(-90deg); }
  70% {
    opacity: 0.9;
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@keyframes scaling-alt {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(-90deg);
            transform: scale(0.2) rotate(-90deg); }
  70% {
    opacity: 0.9;
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@-webkit-keyframes scaling-norotate {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
            transform: translate(-50%, -50%) scale(0.2); }
  30% {
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3); }
  70% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

@keyframes scaling-norotate {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
            transform: translate(-50%, -50%) scale(0.2); }
  30% {
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3); }
  70% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

@-webkit-keyframes scaling-norotate-alt {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  30% {
    opacity: 0.2;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  70% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaling-norotate-alt {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  30% {
    opacity: 0.2;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  70% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.cycle-articles h2 {
  float: left; }
  @media (max-width: 767px) {
    .cycle-articles h2 {
      width: 100%; } }
  .cycle-articles h2:before {
    display: none; }

.cycle-articles .search-holder {
  float: right;
  position: relative;
  display: block;
  height: 50px;
  min-width: 50px;
  margin-top: 6px; }

.cycle-articles .info {
  font-size: 16px;
  line-height: 32px;
  padding: 42px 0 6px; }

.cycle-articles .bottom-frame {
  overflow: hidden;
  border-top: 1px solid #a9a9a9;
  width: 100%;
  padding-top: 30px; }

.cycle-articles .btn-prev {
  z-index: 3;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: -200px;
  top: 160px;
  background: url("images/sprite-1.png") no-repeat -203px -299px;
  width: 39px;
  height: 72px; }
  .cycle-articles .btn-prev:hover {
    opacity: 0.7; }
  @media (max-width: 1549px) {
    .cycle-articles .btn-prev {
      left: 0px; } }

.cycle-articles .btn-next {
  z-index: 3;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: -200px;
  top: 160px;
  background: url("images/sprite-1.png") no-repeat -158px -299px;
  width: 39px;
  height: 72px; }
  .cycle-articles .btn-next:hover {
    opacity: 0.7; }
  @media (max-width: 1549px) {
    .cycle-articles .btn-next {
      right: 0px; } }

.cycle-articles time {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  float: left;
  padding-left: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .cycle-articles time {
      width: 100%;
      margin-bottom: 10px; } }
  .cycle-articles time:before {
    content: '';
    position: absolute;
    background: url("images/sprite-1.png") no-repeat -246px -59px;
    width: 13px;
    height: 14px;
    left: 0;
    top: 0; }

.cycle-articles .slide {
  overflow: hidden;
  text-align: left; }

.cycle-articles .tag-list {
  float: right;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
  padding-right: 23px;
  position: relative;
  padding-top: 1px; }
  @media (max-width: 767px) {
    .cycle-articles .tag-list {
      float: left; } }
  .cycle-articles .tag-list:before {
    content: '';
    position: absolute;
    background: url("images/sprite-1.png") no-repeat -246px -78px;
    width: 13px;
    height: 15px;
    right: 0;
    top: 0; }
  .cycle-articles .tag-list.large:after {
    content: '...'; }
  .cycle-articles .tag-list li {
    float: left;
    margin-right: 5px;
    position: relative; }
    .cycle-articles .tag-list li:after {
      content: ','; }
    .cycle-articles .tag-list li:last-child:after {
      display: none; }
  .cycle-articles .tag-list a {
    color: #909090; }
    .cycle-articles .tag-list a:hover {
      color: #4db136; }

.cycle-articles .more {
  float: right;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px; }

.cycle-articles .top-frame {
  overflow: hidden;
  padding-top: 46px;
  margin-bottom: 21px; }

.cycle-articles .popup {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  display: block !important; }

.cycle-articles .open {
  overflow: hidden;
  z-index: 2;
  display: block;
  background: #fff;
  width: 54px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  border-radius: 3px; }
  .cycle-articles .open:hover {
    background: #ccc; }

.cycle-articles .popup-active .popup {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.cycle-articles .popup-active .open {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.cycle-articles .search-form {
  position: relative; }

.cycle-articles input {
  height: 50px !important;
  border: 1px solid #cccccc;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 22px;
  color: #848484;
  width: 280px;
  padding-right: 100px;
  overflow: hidden; }
  .cycle-articles input::-webkit-input-placeholder {
    color: #848484; }
  .cycle-articles input::-moz-placeholder {
    opacity: 1;
    color: #848484; }
  .cycle-articles input:-moz-placeholder {
    color: #848484; }
  .cycle-articles input:-ms-input-placeholder {
    color: #848484; }
  .cycle-articles input.placeholder {
    color: #848484; }

.cycle-articles .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  width: 85px;
  border-radius: 0 3px 3px 0;
  border-left: 2px solid #cccccc;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
  .cycle-articles .btn-search:hover {
    background: #cccccc; }

.cycle-articles .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.cycle-articles .slideshow {
  margin-top: 0;
  text-align: left;
  overflow: visible; }

.cycle-articles .text-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 36px;
  line-height: 46px;
  padding: 33px 46px;
  color: #fff;
  z-index: 3; }
  @media (max-width: 1199px) {
    .cycle-articles .text-holder {
      padding: 30px 50px; } }
  @media (max-width: 767px) {
    .cycle-articles .text-holder {
      font-size: 18px;
      line-height: 20px; } }
  .cycle-articles .text-holder:before {
    position: absolute;
    content: '';
    left: 50px;
    top: 0;
    width: 102px;
    height: 1px;
    background: #fff; }

.cycle-articles .img-holder {
  border-top: 13px solid #4db136;
  position: relative; }
  .cycle-articles .img-holder:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #442f19;
    opacity: 0.5; }
  .cycle-articles .img-holder img {
    width: 100%; }
    @media (max-width: 1023px) {
      .cycle-articles .img-holder img {
        height: 100%;
        max-width: none;
        left: 50%;
        width: auto;
        position: relative;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
  @media (max-width: 1023px) {
    .cycle-articles .img-holder {
      min-height: 323px; } }

.icon-search {
  background: url("images/sprite-1.png") no-repeat -470px -482px;
  width: 26px;
  height: 26px; }

.icon-search2 {
  background: url("images/sprite-1.png") no-repeat -465px -516px;
  width: 34px;
  height: 33px; }

.icon-search3 {
  background: url("images/sprite-1.png") no-repeat -172px -631px;
  width: 32px;
  height: 32px; }

.some-text {
  text-align: left; }
  .some-text .title {
    font-size: 22px;
    line-height: 26px;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    margin-bottom: 30px; }
  .some-text p {
    margin-bottom: 26px; }

.has-table .top-frame {
  overflow: hidden;
  padding: 46px 0 25px; }

.has-table .select-form {
  float: right; }
  @media (max-width: 767px) {
    .has-table .select-form {
      float: left; } }
  .has-table .select-form .jcf-select {
    margin-left: 17px; }
    @media (max-width: 767px) {
      .has-table .select-form .jcf-select {
        margin: 0 0 10px; } }

.has-table a {
  display: block;
  height: 20px;
  position: relative; }

.has-table .title {
  float: left;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  padding-top: 9px;
  margin-left: 15px; }
  @media (max-width: 767px) {
    .has-table .title {
      width: 100%;
      text-align: left;
      margin: 0 0 10px; } }

.has-table .table-holder {
  width: 100%;
  overflow: auto; }
  @media (max-width: 767px) {
    .has-table .table-holder {
      height: 400px; } }

.has-table .table {
  position: relative;
  width: 1100px;
  border: 1px solid #dedede;
  border-collapse: separate;
  border-bottom: 0; }

.has-table td:nth-child(even) {
  background: #f7f6f5; }

.has-table .up {
  padding-left: 30px;
  color: #4db136; }
  .has-table .up .arrow {
    background: url("images/sprite-1.png") no-repeat -372px -516px; }

.has-table .down {
  padding-left: 30px;
  color: #5785bc; }
  .has-table .down .arrow {
    background: url("images/sprite-1.png") no-repeat -402px -515px; }

.has-table .icon.arrow {
  left: 40%;
  width: 24px;
  height: 29px; }

.has-table a:hover {
  opacity: 0.7; }

.has-table th, .has-table td {
  border: 0;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
  padding: 20px 5px 19px;
  position: relative;
  min-width: 63px;
  border-bottom: 1px solid #d7d6d6; }
  .has-table th:nth-child(2), .has-table td:nth-child(2) {
    width: 443px;
    text-align: left;
    background: #fff; }

.has-table th {
  text-transform: uppercase;
  font-weight: normal;
  background: #f7f6f5;
  height: 52px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 10px; }
  .has-table th:nth-child(2) {
    background: #f7f6f5; }

.has-table .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block; }

.has-table .icon-man:after {
  position: absolute;
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #a8a8a8;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.has-table tr:first-child th {
  background: #eaeaea;
  height: 55px; }

.promo-text {
  padding-bottom: 0; }
  @media (max-width: 1023px) {
    .promo-text {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .promo-text {
      padding-top: 30px; } }
  .promo-text.left {
    padding-top: 70px;
    text-align: left;
    overflow: visible; }
    @media (max-width: 1023px) {
      .promo-text.left {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .promo-text.left {
        padding: 10px 0; } }
    .promo-text.left .lightbox {
      padding-right: 0;
      padding-left: 48px; }
      .promo-text.left .lightbox:after {
        right: auto;
        left: 0; }
    .promo-text.left .img-holder {
      vertical-align: middle; }
    .promo-text.left .img-holder2 {
      margin-left: 100px;
      margin-right: -120px; }
      @media (max-width: 1199px) {
        .promo-text.left .img-holder2 {
          margin-right: 0;
          margin-left: 40px;
          max-width: 450px; } }
      @media (max-width: 1023px) {
        .promo-text.left .img-holder2 {
          display: block;
          margin: 0 auto; } }
    .promo-text.left .text-holder {
      color: #7f7f7f;
      padding: 99px 0 10px;
      vertical-align: middle;
      max-width: 446px;
      text-align: left; }
      @media (max-width: 1023px) {
        .promo-text.left .text-holder {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .promo-text.left .text-holder {
          padding-top: 40px; } }
    .promo-text.left h2:before {
      left: auto;
      display: block;
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    @media (max-width: 767px) {
      .promo-text.left h2 {
        padding: 0; } }
    .promo-text.left p {
      margin-bottom: 14px; }
    .promo-text.left .list li {
      width: 100%;
      border-bottom: 1px solid #d4d4d4;
      padding: 6px 0; }
      .promo-text.left .list li:last-child {
        border: 0; }
  .promo-text.right {
    padding-top: 125px;
    text-align: right;
    overflow: visible; }
    @media (max-width: 1023px) {
      .promo-text.right {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .promo-text.right {
        padding: 10px 0; } }
    .promo-text.right .img-holder {
      vertical-align: middle; }
    .promo-text.right .img-holder1 {
      margin-left: -120px;
      margin-right: 100px; }
      @media (max-width: 1199px) {
        .promo-text.right .img-holder1 {
          margin-right: 40px;
          margin-left: 0;
          max-width: 450px; } }
      @media (max-width: 1023px) {
        .promo-text.right .img-holder1 {
          display: block;
          width: 100%;
          text-align: center;
          margin: 0 auto; } }
    .promo-text.right .img-holder3 {
      margin-left: -140px;
      margin-right: 120px; }
      @media (max-width: 1199px) {
        .promo-text.right .img-holder3 {
          margin-right: 40px;
          margin-left: 0;
          max-width: 450px; } }
      @media (max-width: 1023px) {
        .promo-text.right .img-holder3 {
          display: block;
          width: 100%;
          text-align: center;
          margin: 0 auto; } }
    .promo-text.right .text-holder {
      color: #7f7f7f;
      padding: 45px 0 10px;
      vertical-align: middle;
      max-width: 446px;
      text-align: right; }
      @media (max-width: 1023px) {
        .promo-text.right .text-holder {
          margin: 0 auto;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .promo-text.right .text-holder {
          padding-top: 40px; } }
    .promo-text.right h2:before {
      left: auto;
      display: block;
      right: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    @media (max-width: 767px) {
      .promo-text.right h2 {
        padding: 0; } }
    .promo-text.right p {
      margin-bottom: 14px; }
    .promo-text.right .list li {
      width: 100%;
      border-bottom: 1px solid #d4d4d4;
      padding: 6px 0; }
      .promo-text.right .list li:last-child {
        border: 0; }
  .promo-text .lightbox {
    display: inline-block;
    padding-right: 48px;
    position: relative;
    margin: 28px 0;
    color: #808080; }
    .promo-text .lightbox:hover {
      opacity: 0.6; }
    .promo-text .lightbox:after {
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -172px -631px;
      width: 32px;
      height: 32px;
      content: '';
      right: 3px;
      top: -2px; }
  .promo-text .popup-holder {
    position: relative;
    overflow: hidden;
    height: 0; }
    .promo-text .popup-holder .lightbox {
      display: block !important; }
  .promo-text h2:before {
    display: none; }
  .promo-text .img-holder {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px; }
    @media (max-width: 1199px) {
      .promo-text .img-holder {
        margin-right: 20px; } }
    @media (max-width: 1023px) {
      .promo-text .img-holder {
        max-width: 300px;
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .promo-text .img-holder {
        width: 100%;
        display: block;
        margin: 0 auto 20px; } }
  .promo-text .text-holder {
    display: inline-block;
    vertical-align: top;
    max-width: 500px;
    text-align: left; }
    @media (max-width: 1199px) {
      .promo-text .text-holder {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .promo-text .text-holder {
        width: 100%;
        display: block;
        max-width: 100%;
        text-align: center; } }
  .promo-text .btn {
    margin-top: 38px; }
  .promo-text p > a {
    color: #4db136; }
    .promo-text p > a:hover {
      color: #5785bc; }

.icon-reverse {
  background: url("images/sprite-1.png") no-repeat -343px -474px;
  width: 117px;
  height: 40px; }

.block-business .boxes {
  overflow: hidden;
  margin: 0 -10px;
  padding-top: 73px; }

.block-business .text-holder {
  display: block;
  position: relative;
  color: #fff;
  padding: 50px 10px 0; }
  @media (max-width: 1199px) {
    .block-business .text-holder {
      padding: 10px; } }
  @media (max-width: 767px) {
    .block-business .text-holder {
      position: relative;
      padding: 0;
      width: 100%;
      height: 100%;
      z-index: 10; } }

.block-business .icon {
  margin: 0 auto; }
  .block-business .icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 500px;
    right: 0; }
  @media (max-width: 767px) {
    .block-business .icon {
      left: 50px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      margin: 0;
      position: absolute; } }

.block-business .title {
  font-size: 24px;
  line-height: 1;
  display: block;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  font-weight: normal;
  margin-bottom: 40px;
  color: #4db136;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
  @media (max-width: 1199px) {
    .block-business .title {
      margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .block-business .title {
      font-size: 18px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .block-business .title {
      display: block;
      position: absolute;
      left: 120px;
      top: 50%;
      font-size: 13px;
      line-height: 1;
      margin: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }

.block-business a {
  display: block;
  width: 100%;
  height: 268px;
  position: relative;
  text-align: center; }
  @media (max-width: 1199px) {
    .block-business a {
      max-width: 290px;
      margin: 0 auto;
      height: 193px; } }
  @media (max-width: 767px) {
    .block-business a {
      height: 77px;
      border-top: 1px solid #c6c6c5;
      position: relative; } }
  .block-business a:hover:after, .block-business a.active:after {
    height: 49px;
    opacity: 0.8; }
    @media (max-width: 767px) {
      .block-business a:hover:after, .block-business a.active:after {
        height: 100%; } }
  .block-business a:hover .img-holder, .block-business a.active .img-holder {
    opacity: 1; }
  .block-business a:hover .title, .block-business a.active .title {
    color: #fff; }
    @media (max-width: 767px) {
      .block-business a:hover .title, .block-business a.active .title {
        color: #5785bc; } }
  .block-business a:after {
    content: '';
    background: #4db136;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    opacity: 1; }
    @media (max-width: 767px) {
      .block-business a:after {
        height: 0px; } }

.block-business .img-holder {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .block-business .img-holder {
      display: none; } }
  .block-business .img-holder img {
    width: 100%;
    max-width: none; }

.block-business .box {
  float: left;
  padding: 0 10px;
  width: 33.33%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .block-business .box {
      width: 100%; } }

.blue-icons {
  padding-bottom: 0; }
  .blue-icons .accordion {
    font-size: 0;
    line-height: 0;
    margin: 0 -63px;
    padding: 52px 0 0; }
    @media (max-width: 1023px) {
      .blue-icons .accordion {
        margin: 0; } }
    @media (max-width: 767px) {
      .blue-icons .accordion {
        padding: 43px 0 70px; } }
  .blue-icons .more {
    display: none;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .blue-icons .more {
        display: block;
        float: left; } }
  @media (max-width: 767px) {
    .blue-icons p {
      margin-bottom: 9px; } }
  .blue-icons .box {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 28px; }
  .blue-icons .box-4 {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 28px; }  
    @media (max-width: 1199px) {
      .blue-icons .box, .blue-icons .box-4  {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .blue-icons .box, .blue-icons .box-4  {
        width: 100%;
        font-size: 13px;
        line-height: 18px; }
        .blue-icons .box.active .title:after, .blue-icons .box-4 .title:after {
          display: none; }
        .blue-icons .box.active .title:before, .blue-icons .box-4 .title:before {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
  .blue-icons .title {
    font-size: 20px;
    line-height: 30px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    color: #808080;
    font-weight: normal;
    display: block;
    padding: 0 40px;
    margin: 8px 0 12px; }
    .blue-icons .title:hover {
      color: #4db136; }
    @media (max-width: 767px) {
      .blue-icons .title {
        text-align: left;
        font-size: 13px;
        line-height: 1;
        padding: 15px 55px 16px 0;
        position: relative;
        margin: 0;
        border-top: 1px solid #979797; }
        .blue-icons .title:after {
          content: '';
          position: absolute;
          right: 50px;
          top: 10px;
          height: 26px;
          width: 1px;
          background: #c0c0bf; }
        .blue-icons .title:before {
          content: '';
          position: absolute;
          top: 20px;
          right: 16px;
          background: url("images/sprite-1.png") no-repeat -62px -598px;
          width: 17px;
          height: 9px; } }
  @media (max-width: 767px) {
    .blue-icons .slide {
      text-align: left; } }
  @media (min-width: 768px) {
    .blue-icons .slide {
      left: auto !important;
      position: relative !important;
      top: auto !important;
      width: auto !important; } }
  .blue-icons .hold {
    display: block;
    max-width: 260px;
    margin: 0 auto 77px;
    color: #919191; }
    @media (max-width: 767px) {
      .blue-icons .hold {
        margin-bottom: 0;
        max-width: 100%; } }
  .blue-icons .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .blue-icons .icon-holder {
    position: relative;
    display: block;
    height: 75px; }
    @media (max-width: 767px) {
      .blue-icons .icon-holder {
        display: none; } }
  .blue-icons .btn {
    margin-top: -14px;
    margin-bottom: 105px;
    color: #fff; }

.icon-pen {
  background: url("images/sprite-1.png") no-repeat -3px -448px;
  width: 62px;
  height: 65px; }

.icon-one {
  background: url("images/sprite-1.png") no-repeat -76px -448px;
  width: 66px;
  height: 66px; }

.icon-model {
  background: url("images/sprite-1.png") no-repeat -154px -452px;
  width: 62px;
  height: 61px; }

.icon-erath {
  background: url("images/sprite-1.png") no-repeat -1px -520px;
  width: 74px;
  height: 73px; }

.icon-eye {
  background: url("images/sprite-1.png") no-repeat -80px -532px;
  width: 82px;
  height: 49px; }

.icon-sides {
  background: url("images/sprite-1.png") no-repeat -167px -520px;
  width: 63px;
  height: 68px; }

.icon-brain {
  background: url("images/sprite-1.png") no-repeat -4px -374px;
  width: 58px;
  height: 57px; }

.icon-site {
  background: url("images/sprite-1.png") no-repeat -72px -374px;
  width: 59px;
  height: 65px; }

.icon-finger {
  background-image: url("images/sprite-2.png");
  background: 100% 0;
  width: 68px;
  height: 50px; }

.integrated .sub-title {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .integrated .sub-title {
      margin-bottom: 10px; } }

.integrated .icon {
  vertical-align: middle;
  display: inline-block;
  margin: 0 13px; }
  @media (max-width: 767px) {
    .integrated .icon {
      display: none; }
      .integrated .icon:first-child {
        display: block;
        margin: 0 auto; } }

.integrated .icons {
  padding-top: 68px; }
  @media (max-width: 767px) {
    .integrated .icons {
      padding-top: 20px; } }

.block-more {
  max-height: 657px;
  padding: 0; }
  .block-more .text {
    padding-top: 200px;
    padding-bottom: 178px; }
    @media (max-width: 767px) {
      .block-more .text {
        padding-top: 60px; } }
  .block-more h2:before {
    display: block; }
  .block-more .sub-title {
    color: #c1c1c1;
    max-width: 100%; }
  .block-more .links {
    position: relative;
    text-align: center;
    padding-top: 105px; }
    @media (max-width: 767px) {
      .block-more .links {
        padding-top: 30px; } }
  .block-more a {
    display: inline-block;
    margin: 0 55px; }
    @media (max-width: 1023px) {
      .block-more a {
        margin: 0 10px; } }
    .block-more a:hover .title, .block-more a:hover .title-alt {
      color: #4db136; }
  .block-more .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px; }
    @media (max-width: 1023px) {
      .block-more .icon {
        margin-right: 10px; } }
  .block-more .text-holder {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    @media (max-width: 767px) {
      .block-more .text-holder {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        padding-top: 5px; } }
  .block-more .title {
    font-size: 24px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-weight: normal;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
    @media (max-width: 767px) {
      .block-more .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
        padding-bottom: 0; } }
    .block-more .title:after {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 196px;
      background: #fff;
      content: ''; }
      @media (max-width: 767px) {
        .block-more .title:after {
          display: none; } }
  .block-more .title-alt {
    font-size: 20px;
    line-height: 30px;
    display: block;
    color: #c0c0c0;
    font-weight: normal;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
    @media (max-width: 767px) {
      .block-more .title-alt {
        font-size: 14px;
        line-height: 20px; } }

.icon-table {
  background: url("images/sprite-1.png") no-repeat -15px -217px;
  width: 94px;
  height: 75px; }

.icon-monitor {
  background: url("images/sprite-1.png") no-repeat -1px -304px;
  width: 130px;
  height: 62px; }

.no-text {
  position: relative;
  padding: 0; }
  .no-text .text {
    padding: 260px 0 0; }
  .no-text img {
    position: relative; }

.sh-full {
  margin: 0;
  position: relative; }
  .sh-full .pagination {
    z-index: 2;
    position: absolute;
    bottom: 82px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (max-width: 1023px) {
      .sh-full .pagination {
        bottom: 20px; } }
    .sh-full .pagination ul {
      display: block;
      position: relative;
      font-size: 0;
      line-height: 0;
      text-align: center; }
    .sh-full .pagination li {
      display: inline-block;
      padding: 0 10px; }
      .sh-full .pagination li.active a, .sh-full .pagination li a:hover {
        background: #fff; }
    .sh-full .pagination a {
      display: block;
      width: 9px;
      height: 9px;
      background: #808081;
      border-radius: 50%; }

.has-play {
  padding-top: 94px;
  max-height: 721px; }
  @media (max-width: 1023px) {
    .has-play {
      padding-top: 34px;
      padding-bottom: 60px;
      max-height: 771px; } }
  @media (max-width: 767px) {
    .has-play {
      padding-top: 40px; } }
  .has-play .play {
    margin-bottom: 75px;
    display: inline-block; }
    @media (max-width: 767px) {
      .has-play .play {
        margin-bottom: 30px; } }
    .has-play .play:hover {
      opacity: 0.7; }
  .has-play h2:before {
    display: block; }

.icon-play {
  background: url("images/sprite-1.png") no-repeat -246px -385px;
  width: 82px;
  height: 81px; }

.only-title {
  max-height: 348px;
  padding: 0; }
  .only-title .text {
    padding: 150px 0; }
  .only-title h2 {
    margin: 0;
    font-size: 48px;
    line-height: 1; }
    @media (max-width: 767px) {
      .only-title h2 {
        font-size: 24px; } }

.be-partner {
  padding: 0;
  max-height: 626px; }
  .be-partner .text {
    padding-top: 196px;
    padding-bottom: 105px;
    position: relative; }
    @media (max-width: 767px) {
      .be-partner .text {
        padding: 40px 0; } }
  .be-partner h2 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .be-partner h2 {
        font-size: 24px;
        line-height: 34px; } }
  .be-partner .sub-title {
    font-size: 24px;
    line-height: 34px;
    max-width: 420px;
    margin-bottom: 43px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    color: #c1c1c1; }
    @media (max-width: 767px) {
      .be-partner .sub-title {
        font-size: 16px;
        line-height: 30px; } }

.block-start {
  text-align: left;
  padding-bottom: 100px;
  max-height: 618px; }
  @media (max-width: 767px) {
    .block-start {
      text-align: center;
      padding: 93px 0 205px; } }
  .block-start.has-layout:before {
    background: #000;
    opacity: 0.3; }
  .block-start.has-layout2:before { } /* STEVE REMOVE BACKGROUND ON HOME SLIDER */

 @media (max-width: 667px) { 
       .block-start.has-layout2 { 
          background: #999;
          opacity: 1;
       } 
 }


  .block-start h1, .block-start h2 {
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .block-start h1, .block-start h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px; } }
  .block-start .sub-title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 62px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    color: #c1c1c1; }
    @media (max-width: 767px) {
      .block-start .sub-title {
        font-size: 14px;
        line-height: 22px;
        color: #fff; } }
  .block-start .holder {
    max-width: 580px; }
  .block-start mark {
    background: none;
    color: #fff; }

.frame-start {
  padding: 15px 15px; }
  @media (max-width: 767px) {
    .frame-start {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #4db136; } }
  .frame-start .s2_message {
    display: none; }
  .frame-start .navigate-holder {
    float: right;
    display: none; }
    @media (max-width: 1023px) {
      .frame-start .navigate-holder {
        display: block; } }
  .frame-start .navigate {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    position: relative;
    float: left;
    padding-right: 24px; }
    .frame-start .navigate:after {
      position: absolute;
      right: 0px;
      top: -2px;
      content: '';
      background: url("images/sprite-1.png") no-repeat -247px -636px;
      width: 17px;
      height: 17px; }
    .frame-start .navigate:hover {
      opacity: 0.6; }
  .frame-start .open {
    display: none;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    position: relative; }
    .frame-start .open:after {
      position: absolute;
      right: -26px;
      top: -2px;
      content: '';
      background: url("images/sprite-1.png") no-repeat -270px -636px;
      width: 17px;
      height: 17px; }
    .frame-start .open:hover {
      opacity: 0.6; }
    @media (max-width: 767px) {
      .frame-start .open {
        display: block; } }
  .frame-start .popup-holder {
    float: left; }
  .frame-start .popup {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0; }
    .frame-start .popup input, .frame-start .popup button {
      width: 100%; }

.starting-form {
  position: relative; }
  @media (max-width: 767px) {
    .starting-form {
      display: none; } }
  .starting-form button {
    margin-top: 5px;
    background: none; }
  .starting-form input {
    width: 230px;
    margin-right: 11px;
    color: #888888; }
    .starting-form input::-webkit-input-placeholder {
      color: #888888; }
    .starting-form input::-moz-placeholder {
      opacity: 1;
      color: #888888; }
    .starting-form input:-moz-placeholder {
      color: #888888; }
    .starting-form input:-ms-input-placeholder {
      color: #888888; }
    .starting-form input.placeholder {
      color: #888888; }

.starting-form-alt {
  display: none;
  width: 100%;
  padding: 10px 15px 0;
  background: #4db136; }
  .starting-form-alt input {
    font-size: 14px;
    line-height: 20px;
    height: 30px;
    padding: 5px;
    margin: 0 0 10px;
    display: block; }
  .starting-form-alt button {
    font-size: 14px;
    line-height: 20px;
    height: 30px;
    padding: 5px;
    margin: 0 0 10px;
    display: block; }
    @media (max-width: 767px) {
      .starting-form-alt button {
        margin-bottom: 0; } }

.popup-active .starting-form-alt {
  display: block; }

.loading-block {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  background: #fff; }
  .loading-block img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.block-additional-info {
  padding: 51px 0;
  font-size: 0;
  line-height: 0; }
  @media (max-width: 767px) {
    .block-additional-info {
      padding: 20px 0; } }
  .block-additional-info .img-holder {
    display: inline-block;
    width: 50%;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .block-additional-info .img-holder {
        width: 100%;
        display: block; } }
  .block-additional-info .text-holder {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border-left: 1px solid #cecece;
    padding: 34px 0 47px 82px; }
    @media (max-width: 1199px) {
      .block-additional-info .text-holder {
        padding: 10px 30px; } }
    @media (max-width: 1023px) {
      .block-additional-info .text-holder {
        padding: 10px; } }
    @media (max-width: 767px) {
      .block-additional-info .text-holder {
        display: block;
        width: 100%;
        margin: 0;
        border: 0; } }
  .block-additional-info h2 {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .block-additional-info h2 {
        padding: 0; } }
    .block-additional-info h2:before {
      display: none; }
  .block-additional-info p {
    margin-bottom: 32px; }
  .block-additional-info .link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1; }
    @media (max-width: 767px) {
      .block-additional-info .link {
        font-size: 14px; } }

.block-trialstart {
  background: #4db136;
  padding: 68px 0 68px; }
  @media (max-width: 1199px) {
    .block-trialstart {
      text-align: center; } }
  .block-trialstart .title {
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    margin-right: -4px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    margin-top: -4px; }
    @media (max-width: 1199px) {
      .block-trialstart .title {
        display: block;
        width: 100%;
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .block-trialstart .title {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 35px; } }
  .block-trialstart .trial {
    display: inline-block;
    vertical-align: middle;
    width: 650px;
    margin-right: -4px;
    padding: 4px 8px 0; }
    @media (max-width: 767px) {
      .block-trialstart .trial {
        padding: 0 54px;
        margin: 0;
        width: 100%; } }
  .block-trialstart .form-control {
    color: #909090;
    width: 356px;
    margin-right: 12px;
    padding: 11px 27px; }
    @media (max-width: 767px) {
      .block-trialstart .form-control {
        width: 100%;
        margin: 0 0 13px;
        height: 39px;
        font-size: 13px;
        line-height: 17px;
        padding: 10px;
        text-align: center; } }
    .block-trialstart .form-control::-webkit-input-placeholder {
      color: #909090; }
    .block-trialstart .form-control::-moz-placeholder {
      opacity: 1;
      color: #909090; }
    .block-trialstart .form-control:-moz-placeholder {
      color: #909090; }
    .block-trialstart .form-control:-ms-input-placeholder {
      color: #909090; }
    .block-trialstart .form-control.placeholder {
      color: #909090; }
  .block-trialstart .btn {
    min-width: 264px;
    margin-right: -4px; }
    @media (max-width: 767px) {
      .block-trialstart .btn {
        margin: 0;
        width: 100%;
        min-width: 0;
        height: 39px;
        font-size: 13px;
        line-height: 17px;
        padding: 10px;
        text-align: center; } }
    .block-trialstart .btn:hover {
      background: #4db136; }

.bottom-menu {
  width: 100%;
  position: relative;
  background: #545454;
  color: #fff; }
  .bottom-menu .cols {
    overflow: hidden;
    margin: 0 -11px;
    padding: 74px 0 0; }
  .bottom-menu .col {
    float: left;
    width: 50%;
    padding: 0 11px; }
  .bottom-menu .title {
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    font-size: 18px;
    line-height: 1;
    display: block;
    border-bottom: 1px solid #acadad;
    padding-bottom: 35px; }
  .bottom-menu .cols-alt {
    overflow: hidden;
    margin: 0 -45px;
    padding: 34px 0 50px; }
    @media (max-width: 1199px) {
      .bottom-menu .cols-alt {
        margin: 0; } }
  .bottom-menu .col-alt {
    float: left;
    width: 33.33%;
    padding: 0 45px; }
    @media (max-width: 1199px) {
      .bottom-menu .col-alt {
        padding: 0 10px; } }
  .bottom-menu .list {
    font-size: 16px;
    line-height: 20px; }
    .bottom-menu .list li {
      margin-bottom: 20px; }
  .bottom-menu li.active a, .bottom-menu li a:hover {
    color: #4db136; }
  .bottom-menu a {
    color: #c9cacb; }

#footer {
  background: #4c4c4c;
  color: #c9cacb;
  font-size: 16px;
  line-height: 1;
  padding: 44px 0;
  position: relative; }
  @media (max-width: 767px) {
    #footer {
      padding: 0;
      text-align: center;
      padding: 117px 0 47px; } }
  #footer .copyright {
    float: left;
    padding-top: 3px; }
  #footer .legal {
    float: left;
    padding: 3px 0 10px; }
    @media (max-width: 767px) {
      #footer .legal {
        margin-top: 27px;
        float: none;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        color: #afafaf; }
      #footer .copyright {
        margin-top: 27px;
        float: none;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        color: #afafaf; } }

.footer-list {
  float: left;
  padding: 0 26px; }
  @media (max-width: 767px) {
    .footer-list {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      background: #545454;
      padding: 25px 0; } }
  .footer-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .footer-list li {
        margin: 0 8px; } }

.icon-linked {
  background: url("images/sprite-1.png") no-repeat -211px -657px;
  width: 39px;
  height: 39px; }

.icon-linked-alt {
  background: url("images/sprite-1.png") no-repeat -294px -703px;
  width: 23px;
  height: 22px; }
  .icon-linked-alt:hover {
    background: url("images/sprite-1.png") no-repeat -293px -830px; }

.icon-facebook {
  background: url("images/sprite-1.png") no-repeat -261px -656px;
  width: 39px;
  height: 39px; }

.icon-facebook-alt {
  background: url("images/sprite-1.png") no-repeat -331px -703px;
  width: 23px;
  height: 21px; }
  .icon-facebook-alt:hover {
    background: url("images/sprite-1.png") no-repeat -330px -830px; }

.icon-google {
  background: url("images/sprite-1.png") no-repeat -312px -656px;
  width: 39px;
  height: 39px; }

.icon-google-alt {
  background: url("images/sprite-1.png") no-repeat -368px -703px;
  width: 23px;
  height: 22px; }
  .icon-google-alt:hover {
    background: url("images/sprite-1.png") no-repeat -367px -830px; }

.icon-you {
  background: url("images/sprite-1.png") no-repeat -362px -656px;
  width: 39px;
  height: 39px; }

.icon-you-alt {
  background: url("images/sprite-1.png") no-repeat -405px -703px;
  width: 23px;
  height: 22px; }
  .icon-you-alt:hover {
    background: url("images/sprite-1.png") no-repeat -404px -830px; }

.icon-twi {
  background: url("images/sprite-1.png") no-repeat -413px -656px;
  width: 39px;
  height: 39px; }

.icon-twi-alt {
  background: url("images/sprite-1.png") no-repeat -442px -703px;
  width: 23px;
  height: 22px; }
  .icon-twi-alt:hover {
    background: url("images/sprite-1.png") no-repeat -441px -830px; }

.icon-insta {
  background: url("images/sprite-1.png") no-repeat -462px -655px;
  width: 40px;
  height: 40px; }

.icon-insta-alt {
  background: url("images/sprite-1.png") no-repeat -479px -703px;
  width: 23px;
  height: 22px; }
  .icon-insta-alt:hover {
    background: url("images/sprite-1.png") no-repeat -478px -830px; }

.icon-question {
  background: url("images/sprite-1.png") no-repeat -195px -596px;
  width: 32px;
  height: 32px; }

.icon-close {
  background: url("images/sprite-1.png") no-repeat -158px -599px;
  width: 26px;
  height: 26px; }

.lang-holder {
  float: right;
  margin-right: 1px; }
  @media (max-width: 767px) {
    .lang-holder {
      float: none;
      display: inline-block;
      vertical-align: top; } }
  .lang-holder .popup-holder {
    position: relative; }
  .lang-holder .open {
    font-size: 16px;
    text-transform: uppercase;
    color: #9e9e9e;
    position: relative;
    padding-right: 10px; }
    @media (max-width: 767px) {
      .lang-holder .open {
        font-size: 12px;
        line-height: 1;
        color: #afafaf; } }
    .lang-holder .open:hover {
      color: #5785bc; }
    .lang-holder .open:after {
      content: '';
      position: absolute;
      right: -7px;
      top: 7px;
      background: url("images/sprite-1.png") no-repeat -101px -204px;
      width: 10px;
      height: 6px; }
      @media (max-width: 767px) {
        .lang-holder .open:after {
          top: 4px;
          right: -5px; } }
  .lang-holder .popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 140px;
    margin-bottom: 5px;
    z-index: 3; }
    @media (max-width: 1199px) {
      .lang-holder .popup {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: auto;
        right: -20px; } }
  .lang-holder .list {
    text-align: center;
    background: #363636;
    border-radius: 5px;
    padding: 10px; }
    .lang-holder .list li {
      margin: 7px 0; }
    .lang-holder .list a {
      color: #9e9e9e; }
      .lang-holder .list a:hover {
        color: #5785bc; }

.nav-drop {
  position: fixed;
  right: -413px;
  bottom: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  padding: 45px 30px;
  width: 413px;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  overflow-y: auto; }
  @media (max-width: 767px) {
    .nav-drop {
      right: -213px;
      width: 213px;
      padding: 45px 37px; } }
  .nav-drop .menu-content {
    width: 100%;
    overflow: hidden;
    padding: 58px 0 0; }
    @media (max-width: 767px) {
      .nav-drop .menu-content {
        padding-top: 24px; } }
  .nav-drop .col {
    margin-right: -4px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 0 0 42px;
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .nav-drop .col {
        width: 100%;
        padding: 0;
        margin-bottom: 30px; } }
  .nav-drop .list {
    font-size: 14px;
    line-height: 16px; }
    .nav-drop .list li {
      margin-bottom: 12px; }
    .nav-drop .list a {
      color: #838383; }
      .nav-drop .list a:hover {
        color: #4db136; }
  .nav-drop .title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 15px;
    color: #838383; }
    @media (max-width: 767px) {
      .nav-drop .title {
        border-bottom: 1px solid #979797;
        padding-bottom: 16px;
        margin-bottom: 20px; } }
    .nav-drop .title:hover {
      color: #4db136; }
  .nav-drop .nav-opener {
    left: 28px;
    top: 28px;
    position: absolute;
    margin: 0; }
    @media (max-width: 767px) {
      .nav-drop .nav-opener {
        left: 6px;
        top: 3px; } }
    .nav-drop .nav-opener:before, .nav-drop .nav-opener:after {
      background: #5785bc !important;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 50%;
      width: 32px; }
      @media (max-width: 767px) {
        .nav-drop .nav-opener:before, .nav-drop .nav-opener:after {
          width: 20px; } }
    .nav-drop .nav-opener:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nav-drop .nav-opener:hover:before, .nav-drop .nav-opener:hover:after {
      background: #4db136 !important; }
  .nav-drop .top-menu {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 6px 26px 100px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .nav-drop .top-menu {
        top: -6px;
        padding: 6px 18px 100px;
        width: 200%; } }
    .nav-drop .top-menu div {
      pointer-events: auto; }
  .nav-drop .lang-holder {
    position: relative;
    float: right;
    padding-top: 4px; }
  .nav-drop .open {
    color: #5785bc; }
    @media (max-width: 767px) {
      .nav-drop .open {
        font-size: 13px; } }
    .nav-drop .open:after {
      background: url("images/sprite-1.png") no-repeat -121px -204px;
      width: 9px;
      height: 4px; }
    .nav-drop .open:hover {
      color: #4db136; }
  .nav-drop .popup {
    display: none;
    bottom: auto;
    top: 100%; }
    .nav-drop .popup .list {
      background: #f0f0f0;
      border: 1px solid #5785bc; }
  .nav-drop .search-p {
    position: relative;
    float: right;
    margin-left: 32px;
    -webkit-transition: margin 0.3s;
            transition: margin 0.3s; }
    @media (max-width: 767px) {
      .nav-drop .search-p {
        margin-left: 6px; } }
    .nav-drop .search-p.popup-active {
      margin-left: 196px; }
      .nav-drop .search-p.popup-active .popup {
        opacity: 1;
        z-index: 2;
        visibility: visible; }
    .nav-drop .search-p .open {
      display: block;
      width: 32px;
      height: 32px;
      position: relative;
      z-index: 3; }
      .nav-drop .search-p .open:hover i:after {
        position: absolute;
        content: '';
        width: 34px;
        height: 34px;
        border: 2px solid #909090;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: 2; }
        @media (max-width: 767px) {
          .nav-drop .search-p .open:hover i:after {
            width: 21px;
            height: 21px; } }
      @media (max-width: 767px) {
        .nav-drop .search-p .open i {
          background: url("images/sprite-1.png") no-repeat -218px -634px;
          width: 19px;
          height: 19px; } }
    .nav-drop .search-p .popup {
      position: absolute;
      top: 0;
      right: 16px;
      opacity: 0;
      display: block !important;
      -webkit-transition: all 0.3s;
              transition: all 0.3s;
      z-index: -2;
      visibility: hidden; }
      @media (max-width: 767px) {
        .nav-drop .search-p .popup {
          right: 0;
          top: 2px; } }
    .nav-drop .search-p button {
      height: 36px;
      min-width: 36px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      background: none; }
      .nav-drop .search-p button:hover {
        background: none;
        opacity: 0.7; }
    .nav-drop .search-p input {
      height: 32px;
      padding: 8px;
      font-size: 14px;
      line-height: 16px;
      display: inline-block;
      float: none;
      width: 196px;
      border-radius: 3px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .nav-drop .search-p input {
          width: 155px;
          height: 30px;
          padding: 7px;
          padding-right: 25px; } }
    .nav-drop .search-p .icon {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute; }

.nav-opener2 {
  display: none;
  position: absolute;
  top: 31px;
  right: 62px; }
  @media (max-width: 767px) {
    .nav-opener2 {
      top: 10px;
      right: 56px; } }
  .nav-opener2:hover span {
    opacity: 0.7; }
  .nav-opener2 span {
    display: block;
    background: url("images/sprite-1.png") no-repeat -125px -599px;
    width: 27px;
    height: 26px; }
  @media (max-width: 1023px) {
    .nav-opener2 {
      display: block; } }

.nav-active2 #header {
  background: #6a6a6a;
  z-index: 20; }

@media (max-width: 1023px) {
  .nav-active2 .nav-drop2 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px; } }

@media (max-width: 767px) {
  .nav-active2 .nav-drop2 {
    top: 44px; } }

.nav-active {
  overflow: hidden; }
  .nav-active .nav-drop {
    right: 0; }
  .nav-active #wrapper {
    right: 413px; }
    @media (max-width: 767px) {
      .nav-active #wrapper {
        right: 213px; } }
    .nav-active #wrapper:after {
      opacity: 0.3;
      z-index: 2000; }
  .nav-active #header.fixed-position {
    right: 413px; }
    @media (max-width: 767px) {
      .nav-active #header.fixed-position {
        right: 213px; } }

.icon-search-alt {
  background: url("images/sprite-1.png") no-repeat -207px -631px;
  width: 19px;
  height: 19px; }

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important; } }

.only-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .only-mobile {
      display: block !important; } }

.add-list {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 11px; }
  .add-list li {
    display: inline-block;
    position: relative;
    padding: 0 4px; }
    .add-list li:after {
      content: '';
      position: absolute;
      right: -2px;
      top: 0;
      height: 12px;
      width: 1px;
      background: #afafaf; }
    .add-list li:last-child:after {
      display: none; }
  .add-list a {
    color: #afafaf; }
    .add-list a:hover {
      color: #5785bc; }

.link-holder {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-right: 6px;
  position: relative; }
  @media (min-width: 768px) {
    .link-holder {
      display: none; } }
  .link-holder:after {
    position: absolute;
    right: -5px;
    top: 0;
    height: 12px;
    width: 1px;
    background: #afafaf; }
  .link-holder a {
    color: #afafaf; }
    .link-holder a:hover {
      color: #5785bc; }

.add-holder {
  margin: 0 auto; }
  @media (max-width: 767px) {
    .add-holder {
      max-width: 200px; } }

.animation-wrap {
  overflow: hidden; }

.block-base {
  padding-top: 153px;
  padding-bottom: 73px;
  border-bottom: 1px solid #a9a9a9; }
  @media (max-width: 767px) {
    .block-base {
      padding: 80px 0 40px; } }
  .block-base.block-base-alt {
    padding: 158px 0 40px; }
    @media (max-width: 767px) {
      .block-base.block-base-alt {
        padding: 105px 0 40px; } }
  .block-base.block-base-alt-alt {
    padding: 171px 0 88px; }
    @media (max-width: 767px) {
      .block-base.block-base-alt-alt {
        padding: 80px 0 40px; } }
  .block-base .subheader {
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    font-size: 24px;
    line-height: 1;
    display: block;
    font-weight: normal;
    margin-top: -6px; }
  .block-base h1 {
    font-size: 40px;
    line-height: 1;
    color: #808080;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .block-base h1 {
        font-size: 30px; } }
  .block-base .base-search {
    position: relative;
    width: 500px;
    margin: 0 auto;
    height: 50px; }
    @media (max-width: 767px) {
      .block-base .base-search {
        max-width: 100%;
        height: 40px; } }
  .block-base .form-control {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
    padding-right: 80px; }
    @media (max-width: 767px) {
      .block-base .form-control {
        height: 40px;
        font-size: 14px;
        line-height: 28px;
        padding: 5px 10px;
        padding-right: 80px; } }
    .block-base .form-control:focus {
      border-color: #cccccc; }
  .block-base button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    width: 64px;
    border-radius: 0;
    border-left: 2px solid #cccccc; }
    @media (max-width: 767px) {
      .block-base button {
        height: 40px; } }
    .block-base button:hover:after {
      opacity: 0.7; }
    .block-base button:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("images/sprite-1.png") no-repeat -470px -482px;
      width: 26px;
      height: 26px; }

.block-stay-connect {
  background: #4db136;
  padding: 63px 0 64px;
  color: #fff;
  font-size: 16px;
  line-height: 24px; }
  .block-stay-connect p {
    margin-bottom: 36px; }
  .block-stay-connect .title {
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    font-size: 40px;
    line-height: 52px;
    display: block;
    font-weight: normal;
    margin-bottom: 34px; }
    @media (max-width: 767px) {
      .block-stay-connect .title {
        font-size: 24px;
        line-height: 30px; } }
  .block-stay-connect .stay-holder {
    min-height: 302px;
    border-right: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
    padding: 33px 57px 20px; }
    @media (max-width: 1199px) {
      .block-stay-connect .stay-holder {
        padding: 10px; } }
    @media (max-width: 1023px) {
      .block-stay-connect .stay-holder {
        width: 100%;
        display: block;
        border: 0; } }
    .block-stay-connect .stay-holder .title {
      position: relative;
      padding-left: 70px; }
      @media (max-width: 767px) {
        .block-stay-connect .stay-holder .title {
          padding: 0; } }
      .block-stay-connect .stay-holder .title:before {
        position: absolute;
        left: 0;
        top: 0;
        background: url("images/sprite-1.png") no-repeat -3px -596px;
        width: 55px;
        height: 54px;
        content: '';
        display: block; }
        @media (max-width: 767px) {
          .block-stay-connect .stay-holder .title:before {
            display: none; } }
  .block-stay-connect .connect-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: 50%;
    padding: 10px 40px 28px 80px; }
    @media (max-width: 1199px) {
      .block-stay-connect .connect-holder {
        padding: 10px 10px 70px; } }
    @media (max-width: 1023px) {
      .block-stay-connect .connect-holder {
        width: 100%;
        padding: 10px;
        display: block; } }
  .block-stay-connect input {
    height: 52px;
    color: #909090;
    width: 274px;
    margin-right: 13px;
    vertical-align: top; }
    @media (max-width: 479px) {
      .block-stay-connect input {
        width: 100%;
        margin-bottom: 10px; } }
    .block-stay-connect input::-webkit-input-placeholder {
      color: #909090; }
    .block-stay-connect input::-moz-placeholder {
      opacity: 1;
      color: #909090; }
    .block-stay-connect input:-moz-placeholder {
      color: #909090; }
    .block-stay-connect input:-ms-input-placeholder {
      color: #909090; }
    .block-stay-connect input.placeholder {
      color: #909090; }
  .block-stay-connect button {
    min-width: 141px;
    height: 52px;
    background: #5785bc;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    z-index: 3;
    border: 1px solid #5785bc; }
    @media (max-width: 767px) {
      .block-stay-connect button {
        min-width: 120px; } }
    @media (max-width: 479px) {
      .block-stay-connect button {
        width: 100%; } }
    .block-stay-connect button:after {
      position: absolute;
      -webkit-transition: all .3s;
              transition: all .3s;
      content: '';
      width: 0;
      bottom: -2px;
      background: #fff;
      height: 120%;
      -webkit-transform: skewX(15deg);
          -ms-transform: skewX(15deg);
              transform: skewX(15deg);
      z-index: -1;
      border-color: #5785bc;
      left: -140%;
      width: 125%; }
    .block-stay-connect button:hover {
      color: #5785bc; }
      .block-stay-connect button:hover:after {
        left: -10%;
        width: 120%; }
  .block-stay-connect .social-connect li {
    display: inline-block;
    margin-right: 7px; }
    @media (max-width: 767px) {
      .block-stay-connect .social-connect li {
        margin-right: 1px; } }
  .block-stay-connect .social-connect a:hover {
    opacity: 0.6; }

.block-topics {
  text-align: left;
  padding: 153px 0 84px; }
  @media (max-width: 767px) {
    .block-topics {
      padding: 40px 0; } }
  .block-topics h2:before {
    left: 0;
    top: -46px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  @media (max-width: 767px) {
    .block-topics h2 {
      padding: 0; } }
  .block-topics .cols {
    overflow: hidden;
    padding: 51px 0 0; }
    @media (max-width: 767px) {
      .block-topics .cols {
        padding-top: 20px; } }
  .block-topics .col {
    width: 16.667%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top; }
    @media (max-width: 1023px) {
      .block-topics .col {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .block-topics .col {
        width: 50%; } }
  .block-topics .title {
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    display: block;
    padding-bottom: 31px;
    color: #4db136;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid #c9cacb;
    padding-right: 20px; }
  .block-topics .list {
    padding: 32px 0 0; }
    .block-topics .list li {
      display: block;
      margin-bottom: 14px;
      padding-right: 20px; }
    .block-topics .list a {
      color: #909090; }
      .block-topics .list a:hover {
        color: #4db136; }

.slider-holder {
  padding: 101px 0 0; }
  @media (max-width: 767px) {
    .slider-holder {
      padding: 20px 0 0; } }
  .slider-holder h2 {
    visibility: hidden;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    margin-bottom: 44px; }
    @media (max-width: 767px) {
      .slider-holder h2 {
        padding: 0; } }
    .slider-holder h2:before {
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .slider-holder .title {
    opacity: 0;
    visibility: hidden;
    font-size: 40px;
    line-height: 54px;
    color: #4db136; }
    @media (max-width: 767px) {
      .slider-holder .title {
        font-size: 20px;
        line-height: 30px; } }
    .slider-holder .title:hover {
      color: #5785bc; }
  .slider-holder .img-holder {
    padding: 0;
    border-top: 0px solid #4db136;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    margin-bottom: 45px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .slider-holder .img-holder:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #003345;
      opacity: 0.4;
      z-index: 2; }
  .slider-holder img {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .slider-holder .mask {
    position: relative;
    width: 820px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .slider-holder .mask {
        width: 100%;
        padding: 0 10px; } }
  .slider-holder .slider {
    width: 99999px;
    overflow: hidden;
    padding: 40px 0 92px;
    position: relative; }
  .slider-holder .slide {
    float: left;
    padding: 0 63px;
    text-align: left; }
  .slider-holder .active {
    padding: 0; }
    .slider-holder .active img {
      width: 100%;
      -webkit-filter: none;
              filter: none; }
    .slider-holder .active h2 {
      opacity: 1;
      visibility: visible; }
    .slider-holder .active .img-holder {
      border-top: 13px solid #4db136;
      padding: 0; }
      .slider-holder .active .img-holder:before {
        background: #442f19;
        opacity: 0.3; }
    .slider-holder .active .bottom-frame {
      display: block; }
    .slider-holder .active .title {
      visibility: visible;
      opacity: 1; }
  .slider-holder .btn-prev, .slider-holder .btn-next {
    position: absolute;
    z-index: 5;
    top: 668px; }
    @media (max-width: 1023px) {
      .slider-holder .btn-prev, .slider-holder .btn-next {
        display: none; } }
    .slider-holder .btn-prev:hover, .slider-holder .btn-next:hover {
      opacity: 0.7; }
  .slider-holder .prev-alt, .slider-holder .next-alt {
    z-index: 5;
    position: absolute;
    top: 488px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 1023px) {
      .slider-holder .prev-alt, .slider-holder .next-alt {
        display: block;
        top: 50%;
        margin-top: -60px; } }
    @media (max-width: 767px) {
      .slider-holder .prev-alt, .slider-holder .next-alt {
        margin-top: -86px; } }
    .slider-holder .prev-alt:hover, .slider-holder .next-alt:hover {
      opacity: 0.7; }
  .slider-holder .btn-prev {
    left: 0;
    background: url("images/sprite-1.png") no-repeat -109px -724px;
    width: 51px;
    height: 51px; }
  .slider-holder .btn-next {
    right: 0;
    background: url("images/sprite-1.png") no-repeat -49px -724px;
    width: 51px;
    height: 51px; }
  .slider-holder .prev-alt {
    left: 86px;
    background: url("images/sprite-1.png") no-repeat -48px -659px;
    width: 33px;
    height: 60px; }
    @media (max-width: 1199px) {
      .slider-holder .prev-alt {
        left: 190px; } }
    @media (max-width: 1023px) {
      .slider-holder .prev-alt {
        left: 20px; } }
  .slider-holder .next-alt {
    right: 86px;
    background: url("images/sprite-1.png") no-repeat -93px -659px;
    width: 32px;
    height: 60px; }
    @media (max-width: 1199px) {
      .slider-holder .next-alt {
        right: 190px; } }
    @media (max-width: 1023px) {
      .slider-holder .next-alt {
        right: 20px; } }
  .slider-holder .bottom-frame {
    display: none;
    overflow: hidden;
    border-top: 1px solid #a9a9a9;
    width: 100%;
    padding-top: 30px;
    margin-top: 33px; }
  .slider-holder time {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    float: left;
    padding-left: 20px;
    position: relative; }
    @media (max-width: 767px) {
      .slider-holder time {
        font-size: 13px;
        line-height: 1;
        padding: 0; }
        .slider-holder time:before {
          display: none; } }
    .slider-holder time:before {
      content: '';
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -246px -59px;
      width: 13px;
      height: 14px;
      left: 0;
      top: 2px; }
  .slider-holder .tag-list {
    float: right;
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
    padding-right: 23px;
    position: relative;
    padding-top: 1px; }
    @media (max-width: 1023px) {
      .slider-holder .tag-list {
        padding: 0;
        font-size: 13px;
        line-height: 1;
        max-width: 100px;
        overflow: visible; } }
    .slider-holder .tag-list:before {
      content: '';
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -246px -78px;
      width: 13px;
      height: 15px;
      right: 0;
      top: 2px; }
      @media (max-width: 1023px) {
        .slider-holder .tag-list:before {
          top: -63px; } }
    .slider-holder .tag-list.large:after {
      content: '...';
      display: inline-block; }
      @media (max-width: 1023px) {
        .slider-holder .tag-list.large:after {
          display: none; } }
    .slider-holder .tag-list li {
      float: left;
      margin-right: 5px;
      position: relative; }
      @media (max-width: 1023px) {
        .slider-holder .tag-list li {
          display: none; }
          .slider-holder .tag-list li:first-child {
            display: block;
            white-space: nowrap;
            /* 1 */
            text-overflow: ellipsis;
            /* 2 */
            overflow: hidden;
            max-width: 100px; }
            .slider-holder .tag-list li:first-child:after {
              display: none; } }
      .slider-holder .tag-list li:after {
        content: ','; }
      .slider-holder .tag-list li:last-child:after {
        display: none; }
    .slider-holder .tag-list a {
      color: #909090; }
      .slider-holder .tag-list a:hover {
        color: #4db136; }

.underheader-menu {
  width: 100%;
  background: #f7f6f5;
  border-bottom: 1px solid #cacdc8;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif; }
  .underheader-menu .list {
    font-size: 14px;
    line-height: 1;
    padding: 37px 0 33px; }
    @media (max-width: 767px) {
      .underheader-menu .list {
        padding: 10px 0; } }
    .underheader-menu .list li {
      display: inline-block;
      margin-right: 23px; }
      @media (max-width: 767px) {
        .underheader-menu .list li {
          display: block;
          margin: 0 0 10px;
          text-align: center; } }
    .underheader-menu .list a {
      color: #808080; }
      .underheader-menu .list a:hover {
        color: #5785bc; }

.promo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  line-height: 1;
  color: #cacaca;
  font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
  padding: 164px 0 74px;
  max-height: 386px; }
  @media (max-width: 767px) {
    .promo {
      padding: 100px 0 40px;
      font-size: 18px;
      line-height: 1.2; } }
  .promo:after {
    position: absolute;
    content: '';
    background: #121212;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8; }
  .promo.no-layout {
    padding: 169px 0 116px;
    max-height: 348px; }
    @media (max-width: 767px) {
      .promo.no-layout {
        padding: 100px 0 40px; } }
    .promo.no-layout:after {
      display: none; }
  .promo .container {
    position: relative;
    z-index: 2; }
  .promo .logo-promo {
    display: inline-block;
    margin-bottom: 37px;
    max-width: 100%; }
    .promo .logo-promo:hover {
      opacity: 0.7; }
  .promo h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1; }
    @media (max-width: 767px) {
      .promo h1 {
        font-size: 22px;
        line-height: 28px; } }
  .promo .subheader {
    display: block; }

.content-holder {
  overflow: hidden; }
  .content-holder h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .content-holder blockquote {
    margin-bottom: 20px; }
    .content-holder blockquote p:after, .content-holder blockquote p:before {
      display: none; }
  .content-holder .post-password-form {
    margin-bottom: 45px; }

#content {
  float: left;
  width: 69%;
  padding-right: 32px;
  border-right: 1px solid #cecece;
  font-size: 18px;
  line-height: 28px; 
  color: #333;}
  @media (max-width: 1023px) {
    #content {
      width: 100%;
      margin-bottom: 20px;
      padding-right: 0;
      border: 0;
      font-size: 16px;
      line-height: 26px; } }
  #content h2:before {
    content: '';
    /*** Styles added by Steve 3-25-16 ***/
    background: none;
    /*** Styles added by Steve 3-25-16 ***/
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  #content h2 {
    font-weight: bold;
    /*** Styles added by Steve 3-25-16 ***/
    font-size: 1.2em;
    line-height: 1.6em;
    /*** Styles added by Steve 3-25-16 ***/
    font-family: "Avenir LT W01 45 Book", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 767px) {
      #content h2 {
        padding: 0; } }
  #content .sub-title {
    max-width: none; }
    @media (max-width: 767px) {
      #content .sub-title {
        padding: 0; } }
  #content .img-holder {
    border-top: 9px solid #4db136;
    margin-bottom: 12px; }
    #content .img-holder img {
      width: 100%; }
  #content .title {
    font-size: 28px;
    line-height: 34px;
    color: #7f7f7f;
    font-weight: normal;
    display: block;
    margin: 0 0 33px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif; }
    @media (max-width: 767px) {
      #content .title {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 24px; } }
  #content p {
    margin-bottom: 24px; }
  #content blockquote {
    display: block;
    border-left: 11px solid #4db136;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    color: #808080;
    font-size: 21px;
    line-height: 40px;
    padding: 1px 0 0 38px; }
    @media (max-width: 767px) {
      #content blockquote {
        border-left: 3px solid #4db136;
        padding-left: 10px;
        font-size: 18px;
        line-height: 22px; } }
  #content .q-holder {
    padding: 10px 0 40px; }
    @media (max-width: 767px) {
      #content .q-holder {
        padding: 10px 0; } }

#sidebar {
  float: right;
  width: 31%;
  padding-left: 31px;
  padding-top: 14px;
  line-height: 28px; }
  @media (max-width: 1023px) {
    #sidebar {
      width: 100%;
      padding-left: 0; } }
  #sidebar h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 32px; }
  #sidebar .sub-header {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    display: block;
    margin-bottom: 19px; }
  #sidebar p {
    margin-bottom: 14px; }
  #sidebar .img-holder {
    margin-bottom: 48px; }
    @media (max-width: 1023px) {
      #sidebar .img-holder {
        text-align: center; } }
  #sidebar .aside-list {
    background: #f7f6f5;
    margin: 53px 0 48px;
    padding: 29px 20px 46px; }
    #sidebar .aside-list h3 {
      font-size: 20px;
      line-height: 24px;
      font-family: "Avenir LT W01 45 Book", "Helvetica Neue", "Helvetica", sans-serif;
      padding: 0;
      margin: 0;
      border: 0; }
  #sidebar .list {
    padding: 11px 0 0; }
    #sidebar .list li {
      padding: 11px 0;
      border-bottom: #d0cfcf 1px solid; }
      #sidebar .list li:last-child {
        border: 0; }

.navigation-single.alt {
  padding: 64px 0 0; }
  @media (max-width: 767px) {
    .navigation-single.alt {
      padding: 20px 0; } }
  .navigation-single.alt .next, .navigation-single.alt .prev {
    background: none;
    color: #4db136;
    font-size: 16px;
    line-height: 1;
    padding: 0; }
    @media (max-width: 1023px) {
      .navigation-single.alt .next, .navigation-single.alt .prev {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .navigation-single.alt .next, .navigation-single.alt .prev {
        font-size: 12px; } }
    .navigation-single.alt .next:hover, .navigation-single.alt .prev:hover {
      color: #5785bc; }

.discus-post {
  border-top: 5px solid #4db136;
  margin-bottom: 130px;
  padding-top: 65px; }
  .discus-post img {
    width: 100%; }
  @media (max-width: 767px) {
    .discus-post {
      margin-bottom: 30px; } }

.img-descr {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  display: block;
  padding: 0 0 38px; }
  @media (max-width: 767px) {
    .img-descr {
      padding-bottom: 10px; } }

.overline {
  padding: 10px 0 15px; }
  @media (max-width: 767px) {
    .overline {
      padding: 15px 0; } }
  .overline.alt {
    padding: 13px 0 16px; }
    @media (max-width: 767px) {
      .overline.alt {
        padding: 10px 0; } }
    .overline.alt .social-list {
      margin-top: -11px; }
      @media (max-width: 767px) {
        .overline.alt .social-list {
          margin: 0; } }
  .overline time {
    float: left;
    font-size: 15px;
    line-height: 1;
    position: relative;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .overline time {
        float: none;
        display: block;
        width: 100%; } }
    .overline time:before {
      content: '';
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -246px -59px;
      width: 13px;
      height: 14px;
      left: 0;
      top: 0; }
  .overline .tag-list {
    float: left;
    font-size: 14px;
    line-height: 1;
    padding-left: 26px;
    position: relative;
    padding-top: 1px;
    margin-left: 32px;
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
    max-width: 280px; }
    @media (max-width: 1199px) {
      .overline .tag-list {
        font-size: 13px; } }
    @media (max-width: 1023px) {
      .overline .tag-list {
        line-height: 1;
        overflow: visible; } }
    @media (max-width: 767px) {
      .overline .tag-list {
        display: block;
        max-width: 100%;
        width: 100%;
        padding: 10px 20px;
        float: none;
        margin: 0; } }
    .overline .tag-list:before {
      content: '';
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -246px -78px;
      width: 13px;
      height: 15px;
      left: 0;
      top: 0; }
      @media (max-width: 767px) {
        .overline .tag-list:before {
          top: 8px; } }
    .overline .tag-list li {
      display: inline-block;
      margin-right: 1px;
      position: relative; }
      .overline .tag-list li:after {
        content: ','; }
      .overline .tag-list li:last-child:after {
        display: none; }
    .overline .tag-list a {
      color: #909090; }
      .overline .tag-list a:hover {
        color: #4db136; }
  .overline .by {
    float: left;
    line-height: 1;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .overline .by {
        margin-bottom: 10px;
        float: none;
        display: block;
        width: 100%; } }
    .overline .by a {
      color: #909090; }
      .overline .by a:hover {
        color: #5785bc; }
  .overline .social-list {
    float: right;
    font-size: 18px;
    line-height: 1;
    color: #5785bc; }
    @media (max-width: 767px) {
      .overline .social-list {
        float: none;
        width: 100%;
        text-align: left;
        display: block; } }
    .overline .social-list li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 3px; }
      .overline .social-list li:hover span {
        opacity: 0.7; }
  .overline .stLarge {
    width: 35px !important;
    height: 35px !important; }
  .overline .st_pinterest_large {
    display: block;
    width: 35px;
    height: 35px; }
    .overline .st_pinterest_large .stLarge {
      background: url("images/sprite-1.png") no-repeat -342px -790px !important; }
  .overline .st_facebook_large {
    display: block;
    width: 35px;
    height: 35px; }
    .overline .st_facebook_large .stLarge {
      background: url("images/sprite-1.png") no-repeat -384px -790px !important; }
  .overline .st_twitter_large {
    display: block;
    width: 35px;
    height: 35px; }
    .overline .st_twitter_large .stLarge {
      background: url("images/sprite-1.png") no-repeat -427px -790px !important; }
  .overline .st_googleplus_large {
    display: block;
    width: 35px;
    height: 35px; }
    .overline .st_googleplus_large .stLarge {
      background: url("images/sprite-1.png") no-repeat -469px -790px !important; }

.content-holder-alt {
  background: #f7f6f5;
  overflow: hidden; }
  .content-holder-alt .content-alt {
    float: right;
    background: #fff;
    width: 76.4%;
    padding: 26px 4px 20px 42px; }
    @media (max-width: 1023px) {
      .content-holder-alt .content-alt {
        width: 100%; } }
    @media (max-width: 767px) {
      .content-holder-alt .content-alt {
        padding: 20px 0; } }
  .content-holder-alt .sidebar-alt {
    float: left;
    width: 23.6%; }
    @media (max-width: 1023px) {
      .content-holder-alt .sidebar-alt {
        width: 100%; } }
    .content-holder-alt .sidebar-alt .title {
      font-size: 18px;
      line-height: 1;
      display: block;
      font-weight: normal;
      color: #808080;
      text-transform: uppercase;
      padding: 24px 30px;
      font-family: 'Avenir LT W01 55 Roman'; }
    .content-holder-alt .sidebar-alt .contact-side {
      padding: 48px 30px; }
      .content-holder-alt .sidebar-alt .contact-side .title-cont {
        z-index: 18;
        font-size: 18px;
        line-height: 1;
        font-weight: normal;
        color: #808080;
        display: block;
        margin-bottom: 33px;
        font-family: 'Avenir LT W01 55 Roman'; }
      .content-holder-alt .sidebar-alt .contact-side .contact-list {
        font-size: 16px;
        line-height: 1; }
        .content-holder-alt .sidebar-alt .contact-side .contact-list li {
          position: relative;
          margin-bottom: 22px; }
        .content-holder-alt .sidebar-alt .contact-side .contact-list a {
          padding-left: 45px; }
          .content-holder-alt .sidebar-alt .contact-side .contact-list a:before {
            position: absolute;
            left: 0;
            top: 0;
            content: ''; }
        .content-holder-alt .sidebar-alt .contact-side .contact-list .tel:before {
          background: url("images/sprite-1.png") no-repeat -136px -635px;
          width: 24px;
          height: 19px; }
        .content-holder-alt .sidebar-alt .contact-side .contact-list .chat:before {
          background: url("images/sprite-1.png") no-repeat -106px -636px;
          width: 20px;
          height: 20px; }
        .content-holder-alt .sidebar-alt .contact-side .contact-list .mail:before {
          background: url("images/sprite-1.png") no-repeat -72px -638px;
          width: 20px;
          height: 14px; }

.menu-side {
  border-top: 1px solid #d0cfcf;
  border-bottom: 1px solid #d0cfcf;
  padding: 16px 0 34px; }
  .menu-side li {
    display: block; }
    .menu-side li.active a, .menu-side li a:hover {
      background: #5785bc;
      color: #fff; }
    .menu-side li.hover .drop, .menu-side li.active .drop {
      display: block; }
  .menu-side a {
    display: block;
    padding: 12px 29px 13px;
    color: #808080; }
  .menu-side .drop {
    display: none; }
    .menu-side .drop li a {
      background: #fbfbfb;
      color: #808080;
      padding: 12px 50px 13px; }
      .menu-side .drop li a:hover {
        color: #5785bc;
        background: #fff; }

.breadcrumbs {
  display: none; }

@media (min-width: 767px) {

 .breadcrumbs { 
  display: inline-block;
  font-size: 14px;
  line-height: 1; }
  .breadcrumbs.breadcrumbs-large {
    padding: 36px 0 55px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .breadcrumbs.breadcrumbs-large {
        font-size: 14px;
        padding: 10px 0; } }
    .breadcrumbs.breadcrumbs-large li:after {
      margin-left: 12px;
      margin-right: 2px; }
  .breadcrumbs li {
    display: inline-block;
    margin-right: 6px;
    position: relative; }
    .breadcrumbs li.current_item, .breadcrumbs li a:hover {
      color: #5785bc; }
      .breadcrumbs li.current_item:after, .breadcrumbs li a:hover:after {
        display: none; }
    .breadcrumbs li:after {
      content: '>';
      margin-left: 5px; }
  .breadcrumbs a {
    color: #808080; }
}

.block-marketing {
  padding: 40px 0 10px; }
  @media (max-width: 767px) {
    .block-marketing {
      padding: 20px 0 0; } }
  .block-marketing h2 {
    color: #808080;
    font-size: 28px;
    line-height: 1; }
    @media (max-width: 767px) {
      .block-marketing h2 {
        font-size: 18px;
        padding: 0; } }
    .block-marketing h2:before {
      display: none; }
  .block-marketing p {
    margin-bottom: 24px; }
  .block-marketing .some-gray-block {
    min-height: 276px;
    width: 100%;
    background: #ebebeb;
    margin: 59px 0 56px; }
    .block-marketing .some-gray-block img {
      width: 100%; }

.accordion-alt {
  padding: 30px 0 87px; }
  @media (max-width: 767px) {
    .accordion-alt {
      padding: 10px 0 0; } }
  .accordion-alt li {
    display: block;
    border-top: 1px solid #a9a9a9; }
    .accordion-alt li.active .opener:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .accordion-alt li.active .opener {
      color: #5785bc; }
    .accordion-alt li:hover .opener {
      color: #4db136; }
  .accordion-alt .slide {
    padding: 22px 5px 40px; }
    @media (max-width: 767px) {
      .accordion-alt .slide {
        padding: 10px; } }
  .accordion-alt .opener {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 26px;
    line-height: 1;
    padding: 35px 100px 34px 6px;
    position: relative;
    margin: 0; }
    @media (max-width: 767px) {
      .accordion-alt .opener {
        padding: 10px 40px 10px 0;
        font-size: 12px;
        line-height: 18px; } }
    .accordion-alt .opener:focus {
      color: #5785bc; }
    .accordion-alt .opener:after {
      content: '';
      position: absolute;
      right: 82px;
      top: 10px;
      bottom: 10px;
      width: 1px;
      background: #c0c0bf; }
      @media (max-width: 767px) {
        .accordion-alt .opener:after {
          right: 40px; } }
    .accordion-alt .opener:before {
      content: '';
      position: absolute;
      top: 42px;
      right: 24px;
      background: url("images/sprite-1.png") no-repeat -62px -617px;
      width: 22px;
      height: 13px; }
      @media (max-width: 767px) {
        .accordion-alt .opener:before {
          top: 13px;
          right: 8px; } }

.carousel {
  position: relative; }
  .carousel .bg-image {
    position: absolute;
    top: 0 !important;
    z-index: -1;
    height: 100% !important;
    max-width: 99999px; }
    @media (max-width: 767px) {
      .carousel .bg-image {
        margin-left: -305px; } }
  .carousel .pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: 44px; }
    @media (max-width: 767px) {
      .carousel .pagination {
        bottom: 118px; } }
    .carousel .pagination ul li {
      padding: 0 10px;
      display: inline-block; }
      @media (max-width: 767px) {
        .carousel .pagination ul li {
          padding: 0  16px; } }
      .carousel .pagination ul li.active a, .carousel .pagination ul li a:hover {
        background: #f2eeeb; }
    .carousel .pagination ul a {
      font-size: 0;
      line-height: 0;
      display: block;
      background: #c1ae9c;
      width: 9px;
      height: 9px;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .carousel .pagination ul a {
          width: 7px;
          height: 7px; } }

.faq-holder h2 {
  font-size: 30px;
  line-height: 1;
  float: left;
  color: #7f7f7f;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .faq-holder h2 {
      font-size: 20px;
      text-align: center; } }
  .faq-holder h2:before {
    display: none; }

.faq-holder .top-frame {
  overflow: hidden;
  padding: 130px 0 22px; }
  @media (max-width: 767px) {
    .faq-holder .top-frame {
      padding: 40px 0; } }

.faq-holder .search-holder {
  float: right;
  position: relative;
  display: block;
  height: 50px;
  min-width: 50px;
  margin-top: -8px;
  margin-bottom: 14px; }
  @media (max-width: 767px) {
    .faq-holder .search-holder {
      margin-top: 10px;
      margin-bottom: 0; } }

.faq-holder .popup {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  display: block !important; }

.faq-holder .open {
  overflow: hidden;
  z-index: 2;
  display: block;
  background: #fff;
  width: 54px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  border-radius: 3px; }
  .faq-holder .open:hover {
    background: #ccc; }

.faq-holder .popup-active .popup {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.faq-holder .popup-active .open {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.faq-holder .search-form {
  position: relative; }

.faq-holder input {
  height: 50px !important;
  border: 1px solid #cccccc;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 22px;
  color: #848484;
  width: 280px;
  padding-right: 100px;
  overflow: hidden; }
  .faq-holder input::-webkit-input-placeholder {
    color: #848484; }
  .faq-holder input::-moz-placeholder {
    opacity: 1;
    color: #848484; }
  .faq-holder input:-moz-placeholder {
    color: #848484; }
  .faq-holder input:-ms-input-placeholder {
    color: #848484; }
  .faq-holder input.placeholder {
    color: #848484; }

.faq-holder .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  width: 85px;
  border-radius: 0 3px 3px 0;
  border-left: 2px solid #cccccc;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
  .faq-holder .btn-search:hover {
    background: #cccccc; }

.faq-holder .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.answer-list {
  padding: 6px 0 0;
  margin: 0 0 -10px; }
  .answer-list li {
    padding: 0 43px;
    border: 0;
    margin-bottom: 4px;
    position: relative; }
    .answer-list li:before {
      position: absolute;
      content: '';
      left: 7px;
      top: 5px;
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9);
      background: url("images/sprite-1.png") no-repeat -246px -40px;
      width: 14px;
      height: 13px; }

.top-frame-terms {
  overflow: hidden;
  padding: 95px 0 45px; }
  @media (max-width: 767px) {
    .top-frame-terms {
      padding: 20px 0; } }
  .top-frame-terms.alt {
    padding: 50px 0 30px; }
    @media (max-width: 767px) {
      .top-frame-terms.alt {
        padding: 20px 0; } }
  .top-frame-terms h2 {
    font-size: 22px;
    line-height: 26px;
    float: left; }
    @media (max-width: 767px) {
      .top-frame-terms h2 {
        text-align: center;
        width: 100%; } }
  .top-frame-terms .updating {
    float: right;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .top-frame-terms .updating {
        display: block;
        width: 100%;
        text-align: center; } }

.parag-holder {
  padding: 0 19px 6px; }

ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: newCounter;
  margin-left: 0; }
  ol li {
    position: relative; }
    ol li:before {
      counter-increment: newCounter;
      content: counters(newCounter, ".") ". ";
      margin-right: 4px; }
  ol ol {
    padding: 26px 19px 0; }
    ol ol li {
      padding-bottom: 25px; }
      ol ol li:before {
        counter-increment: newCounter;
        content: counters(newCounter, ".") " "; }
      ol ol li:only-child:before {
        display: none; }
  ol ul > li:before {
    display: none; }

.terms-list-alt li {
  margin-bottom: 26px; }

.def {
  padding: 27px 21px 0; }
  .def li {
    margin-bottom: 26px; }

address {
  padding: 60px 0 75px;
  display: block;
  font-style: normal; }
  @media (max-width: 767px) {
    address {
      padding: 20px 0; } }

@media (max-width: 767px) {
  .has-tabs {
    padding-bottom: 10px; } }

.has-tabs .tabset {
  width: 100%;
  overflow: hidden;
  padding: 96px 0 0;
  display: table;
  table-layout: fixed; }
  @media (max-width: 1023px) {
    .has-tabs .tabset {
      padding-top: 30px; } }
  .has-tabs .tabset li {
    display: table-cell;
    vertical-align: top;
    width: 25%; }
    @media (max-width: 767px) {
      .has-tabs .tabset li {
        width: 50%; } }
  .has-tabs .tabset a {
    display: block;
    color: #808080;
    border: 1px solid #d4d4d4;
    border-bottom: 6px solid #e1e1e1;
    font-size: 20px;
    line-height: 28px;
    padding: 21px 10px;
    height: 78px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 767px) {
      .has-tabs .tabset a {
        font-size: 14px;
        line-height: 20px;
        height: 70px; } }
    .has-tabs .tabset a.active, .has-tabs .tabset a:hover {
      color: #4db136;
      position: relative;
      overflow: visible; }
      .has-tabs .tabset a.active:after, .has-tabs .tabset a:hover:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px;
        height: 6px;
        background: #4db136;
        content: '';
        z-index: 2; }

.has-tabs .js-tab-hidden {
  opacity: 0;
  visibility: hidden;
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.has-tabs .active {
  opacity: 1; }

.has-tabs .tab-content {
  padding-bottom: 27px; }

.has-tabs .tab-content > div {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }

.block-featured {
  text-align: left;
  padding: 25px 0 78px;
  /*** STEVE CHANGED FIRST PADDING FROM 181 TO 25PX ***/ }
  @media (max-width: 767px) {
    .block-featured {
      padding: 40px 0 20px; } }
  .block-featured h2:before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .block-featured h2 {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .block-featured h2 {
        padding: 0; } }
  .block-featured .large-img {
    width: 61.7%;
    border-right: 10px solid #fff; }
    @media (max-width: 767px) {
      .block-featured .large-img {
        border: 0;
        width: 100%;
        max-width: 400px;
        overflow: hidden; } }
  .block-featured .small-images {
    width: 38.3%; }
    @media (max-width: 767px) {
      .block-featured .small-images {
        display: none; } }
  .block-featured .block-three-images {
    padding: 0 3px; }
  .block-featured .small, .block-featured .small.top {
    border-width: 5px; }
    .block-featured .small .title, .block-featured .small.top .title {
      font-size: 24px;
      line-height: 32px; }
      @media (max-width: 1199px) {
        .block-featured .small .title, .block-featured .small.top .title {
          font-size: 18px;
          line-height: 24px; } }
  .block-featured .overlay:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #442f19;
    width: 100%;
    height: 100%;
    opacity: 0.3; }
  .block-featured .overlay:hover .text-tolder:after {
    bottom: 0; }
  .block-featured .text-tolder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 33px 33px; }
    .block-featured .text-tolder:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      height: calc(100% + 40px);
      bottom: calc(-100% - 27px);
      background: #4db136;
      opacity: 0.7;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
      @media (max-width: 767px) {
        .block-featured .text-tolder:after {
          height: 300px;
          bottom: -280px; } }
  .block-featured .title {
    z-index: 4;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 1199px) {
      .block-featured .title {
        font-size: 24px;
        line-height: 26px; } }
    .block-featured .title:before {
      top: -25px;
      left: 0;
      width: 96px;
      height: 2px;
      background: #fff;
      position: absolute;
      content: ''; }

.block-fstories {
  text-align: left;
  padding: 25px 0 79px;
  /*** STEVE CHANGED FIRST PADDING TO 25 FROM 163 PX ***/ }
  @media (max-width: 767px) {
    .block-fstories {
      padding: 40px 0 20px; } }
  .block-fstories .slideshow {
    overflow: visible; }
    @media (max-width: 767px) {
      .block-fstories .slideshow {
        margin-top: 10px; } }
  .block-fstories h2:before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  @media (max-width: 767px) {
    .block-fstories h2 {
      padding: 0; } }
  .block-fstories .boxes {
    overflow: hidden;
    margin: 0 -5px; }
    .block-fstories .boxes img {
      width: 100%; }
  .block-fstories .box {
    float: left;
    width: 25%;
    padding: 0 5px; }
    @media (max-width: 767px) {
      .block-fstories .box {
        width: 50%;
        margin-bottom: 15px;
        float: none;
        display: inline-block;
        margin-right: -4px; } }
  .block-fstories .holder-box {
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .block-fstories .holder-box {
        overflow: hidden; } }
    .block-fstories .holder-box:hover:after, .block-fstories .holder-box.hover:after {
      bottom: 0; }
    .block-fstories .holder-box:hover .text-tolder, .block-fstories .holder-box.hover .text-tolder {
      bottom: 0; }
    .block-fstories .holder-box:after {
      -webkit-transition: all 0.3s;
              transition: all 0.3s;
      position: absolute;
      left: 0;
      right: 0;
      height: 147px;
      bottom: -134px;
      content: '';
      background: #4db136;
      opacity: 0.9; }
  .block-fstories .text-tolder {
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    bottom: -140px;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    padding: 53px 27px 19px; }
    @media (max-width: 1023px) {
      .block-fstories .text-tolder {
        padding: 10px; } }
    @media (max-width: 767px) {
      .block-fstories .text-tolder {
        padding: 5px; } }
  .block-fstories .title {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    position: relative; }
    @media (max-width: 1199px) {
      .block-fstories .title {
        font-size: 16px;
        line-height: 1; } }
    @media (max-width: 767px) {
      .block-fstories .title {
        font-size: 14px;
        line-height: 1; } }
    .block-fstories .title:before {
      position: absolute;
      content: '';
      top: -26px;
      left: 0;
      width: 96px;
      height: 2px;
      background: #fff; }
      @media (max-width: 767px) {
        .block-fstories .title:before {
          display: none; } }
  .block-fstories .btn-prev {
    display: block;
    background: url("images/sprite-1.png") no-repeat -87px -181px;
    width: 8px;
    height: 13px;
    position: absolute;
    top: -51px;
    right: 23px;
    -webkit-transition: none;
            transition: none;
    left: auto; }
    @media (max-width: 767px) {
      .block-fstories .btn-prev {
        display: none; } }
    .block-fstories .btn-prev:hover {
      opacity: 1;
      background: url("images/sprite-1.png") no-repeat -123px -180px; }
  .block-fstories .btn-next {
    display: block;
    -webkit-transition: none;
            transition: none;
    background: url("images/sprite-1.png") no-repeat -109px -180px;
    width: 8px;
    height: 13px;
    position: absolute;
    top: -51px;
    right: 2px; }
    @media (max-width: 767px) {
      .block-fstories .btn-next {
        display: none; } }
    .block-fstories .btn-next:hover {
      opacity: 1;
      background: url("images/sprite-1.png") no-repeat -142px -181px; }

.content-holder-another {
  text-align: left;
  border-top: 1px solid #bdbcbc;
  padding: 31px 0 103px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .content-holder-another {
      padding-bottom: 20px; } }
  .content-holder-another .content {
    float: left;
    width: 64.5%;
    padding-right: 32px;
    padding-top: 24px; }
    @media (max-width: 1199px) {
      .content-holder-another .content {
        padding-right: 10px; } }
    @media (max-width: 1023px) {
      .content-holder-another .content {
        width: 100%;
        padding: 0 0 30px; } }
    .content-holder-another .content h2 {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .content-holder-another .content h2 {
          padding: 0;
          margin-bottom: 10px; } }
  .content-holder-another .aside {
    border-left: 1px solid #bdbcbc;
    float: right;
    width: 35.5%;
    padding-left: 36px;
    padding-top: 51px; }
    @media (max-width: 1199px) {
      .content-holder-another .aside {
        padding-left: 10px; } }
    @media (max-width: 1023px) {
      .content-holder-another .aside {
        width: 100%;
        border: 0;
        padding: 0; } }
    .content-holder-another .aside h3 {
      font-size: 20px;
      line-height: 24px;
      font-family: "Avenir LT W01 45 Book", "Helvetica Neue", "Helvetica", sans-serif;
      margin-bottom: 23px; }
    .content-holder-another .aside p {
      margin-bottom: 20px; }
  .content-holder-another h2 {
    margin-bottom: 40px; }
    .content-holder-another h2:before {
      display: none; }
  .content-holder-another .post-holder {
    padding-bottom: 44px;
    margin-bottom: 43px;
    border-bottom: 1px solid #bdbcbc;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .content-holder-another .post-holder {
        padding-bottom: 10px; } }
  .content-holder-another .img-holder {
    float: left;
    max-width: 265px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .content-holder-another .img-holder {
        width: 100%;
        margin-bottom: 10px; } }
    .content-holder-another .img-holder:after {
      -webkit-transition: all 0.3s;
              transition: all 0.3s;
      position: absolute;
      left: 0;
      right: 0;
      height: 147px;
      bottom: -134px;
      content: '';
      background: #4db136;
      opacity: 0.9; }
  .content-holder-another .text-holder {
    
    width: 100%;
    margin-top: -2px; }
    @media (max-width: 1199px) {
      .content-holder-another .text-holder {
        width: 320px; } }
    @media (max-width: 1023px) {
      .content-holder-another .text-holder {
        float: none;
        margin-left: 10px;
        display: block;
        width: 100%;
        overflow: hidden;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .content-holder-another .text-holder {
        padding: 0;
        margin: 0; } }
  .content-holder-another .title {
    font-size: 24px;
    line-height: 36px;
    color: #4db136; }
    @media (max-width: 767px) {
      .content-holder-another .title {
        font-size: 18px;
        line-height: 22px; } }
    .content-holder-another .title:hover {
      color: #5785bc; }
  .content-holder-another .post-info {
    overflow: hidden;
    font-size: 16px;
    line-height: 1;
    padding-top: 30px; }
    @media (max-width: 1199px) {
      .content-holder-another .post-info {
        font-size: 12px;
        line-height: 16px; } }
  .content-holder-another .by {
    float: left; }
    .content-holder-another .by a {
      color: #909090; }
      .content-holder-another .by a:hover {
        color: #5785bc; }
  .content-holder-another time {
    margin-left: 30px;
    padding-left: 17px;
    float: left;
    font-size: 15px;
    line-height: 16px;
    position: relative; }
    @media (max-width: 1199px) {
      .content-holder-another time {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .content-holder-another time {
        margin-left: 10px; } }
    .content-holder-another time:before {
      position: absolute;
      content: '';
      left: -5px;
      top: 1px;
      background: url("images/sprite-1.png") no-repeat -246px -59px;
      width: 13px;
      height: 14px; }
      @media (max-width: 767px) {
        .content-holder-another time:before {
          left: 0; } }
  .content-holder-another .comments {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    position: relative; }
    .content-holder-another .comments:before {
      position: absolute;
      content: '';
      left: -7px;
      top: 0;
      background: url("images/sprite-1.png") no-repeat -185px -681px;
      width: 19px;
      height: 16px; }

.block-lstories {
  padding: 0; }

.widget_socialcountplus {
  margin: 0 -23px; }
  .widget_socialcountplus .circle {
    text-align: center;
    font-size: 0;
    line-height: 0; }
  .widget_socialcountplus li {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 45px;
    padding: 0 10px; }
  .widget_socialcountplus .count, .widget_socialcountplus .label {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 2px; }
  .widget_socialcountplus .count-instagram .icon {
    background: url("images/sprite-1.png") no-repeat -296px -777px;
    width: 40px;
    height: 40px; }
  .widget_socialcountplus .count-linkedin .icon {
    background: url("images/sprite-1.png") no-repeat -167px -719px;
    width: 39px;
    height: 39px; }
  .widget_socialcountplus .count-twitter .icon {
    background: url("images/sprite-1.png") no-repeat -136px -670px;
    width: 39px;
    height: 39px; }
  .widget_socialcountplus .count-facebook .icon {
    background: url("images/sprite-1.png") no-repeat -309px -731px;
    width: 39px;
    height: 39px; }
  .widget_socialcountplus .count-googleplus .icon {
    background: url("images/sprite-1.png") no-repeat -216px -719px;
    width: 39px;
    height: 39px; }
  .widget_socialcountplus .count-youtube .icon {
    background: url("images/sprite-1.png") no-repeat -265px -730px;
    width: 39px;
    height: 39px; }
  .widget_socialcountplus .icon {
    display: block;
    margin: 0 auto 10px; }
    .widget_socialcountplus .icon:hover {
      opacity: 0.7; }

.side-form {
  border-top: #bdbcbc 1px solid;
  padding-top: 47px;
  font-size: 16px;
  line-height: 24px; }
  .side-form .wpcf7-form-control {
    border-radius: 3px;
    width: 100%;
    border-color: #fff;
    margin-bottom: 16px;
    box-shadow: none !important; }
  .side-form .wpcf7-form {
    padding-top: 13px; }
  .side-form .wpcf7-submit {
    margin-top: 16px; }

.popular-posts {
  padding-top: 34px; }
  .popular-posts .img-holder-popupar {
    float: left;
    max-width: 130px; }
    .popular-posts .img-holder-popupar:hover {
      opacity: 0.7; }
  .popular-posts li {
    overflow: hidden;
    margin-bottom: 32px; }
  .popular-posts ul {
    padding: 11px 0 0; }
  .popular-posts .post-stats {
    display: none; }
  .popular-posts .wpp-post-title {
    float: left;
    max-width: 180px;
    margin-left: 23px;
    margin-top: -4px;
    line-height: 27px;
    color: #909090; }
    @media (max-width: 767px) {
      .popular-posts .wpp-post-title {
        max-width: 140px;
        margin-left: 10px; } }
    .popular-posts .wpp-post-title:hover {
      color: #5785bc; }

.banner-holder {
  padding-top: 19px;
  margin-bottom: 0; }
  @media (max-width: 1023px) {
    .banner-holder {
      text-align: center; } }
  .banner-holder a:hover {
    opacity: 0.7; }

@-webkit-keyframes draw {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }

@keyframes draw {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }

.icon-draw:hover {
  -webkit-animation: draw 1s steps(18) infinite;
          animation: draw 1s steps(18) infinite; }

div.lightbox {
  padding: 5px;
  width: 1343px; }
  @media (max-width: 1419px) {
    div.lightbox {
      width: 100%; } }
  div.lightbox .slideshow {
    margin: 0 -5px;
    min-height: 945px;
    width: auto; }
    div.lightbox .slideshow .btn-prev, div.lightbox .slideshow .btn-next {
      bottom: auto;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    div.lightbox .slideshow .btn-prev {
      left: -5px; }
    div.lightbox .slideshow .btn-next {
      right: -5px; }
  div.lightbox .promo-text {
    padding-top: 98px; }
    @media (max-width: 1023px) {
      div.lightbox .promo-text {
        padding-top: 20px; } }
  div.lightbox h2 {
    margin-bottom: 18px; }
  @media (max-width: 1419px) {
    div.lightbox .img-holder {
      margin: 0 20px 0 0 !important;
      max-width: 400px; } }
  @media (max-width: 1199px) {
    div.lightbox .img-holder {
      display: block;
      margin: 0 auto !important;
      text-align: center; } }
  @media (max-width: 1199px) {
    div.lightbox .text-holder {
      width: 100%;
      max-width: 100% !important; } }
  div.lightbox .list i {
    display: inline-block;
    background: url("images/sprite-1.png") no-repeat -247px -700px;
    width: 14px;
    height: 13px;
    margin-right: 9px; }
  div.lightbox .text-holder {
    padding: 10px 0 10px !important; }
    @media (max-width: 767px) {
      div.lightbox .text-holder {
        padding: 40px 0 10px !important; } }
  div.lightbox .specs {
    width: 100%;
    text-align: center;
    padding-top: 19px; }
  div.lightbox .title {
    text-transform: uppercase;
    color: #5785bc;
    font-weight: normal;
    display: block;
    font-size: 30px;
    line-height: 34px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif; }

.spec-cols {
  margin: 0 -8px;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px; }
  .spec-cols .col {
    width: 50%;
    float: left;
    padding: 0 8px; }
    @media (max-width: 1023px) {
      .spec-cols .col {
        width: 100%; } }

.spec-list {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-width: 540px;
  color: #909090;
  border-top: 1px solid #a9a9a9; }
  @media (max-width: 1023px) {
    .spec-list {
      max-width: 100%; } }
  .spec-list dt {
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    padding: 5px 0 4px;
    float: left;
    margin: 0 -100% 0 0;
    width: 250px;
    text-align: left;
    font-size: 18px;
    font-weight: normal; }
    @media (max-width: 767px) {
      .spec-list dt {
        font-size: 10px;
        line-height: 14px;
        width: 120px; } }
  .spec-list dd {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    padding: 8px 0 8px 250px;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #a9a9a9; }
    @media (max-width: 767px) {
      .spec-list dd {
        font-size: 10px;
        padding-left: 120px;
        line-height: 14px; } }

.lightbox h2 {
  margin: 0 0 10px; }

.lightbox p {
  margin: 0; }

.closer-light {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 6px;
  right: 13px;
  overflow: hidden;
  z-index: 3; }
  .closer-light:hover {
    opacity: 0.6; }
  .closer-light:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 11px;
    width: 35px;
    height: 2px;
    background: #979797;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .closer-light:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 11px;
    width: 35px;
    height: 2px;
    background: #979797;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.block-portal {
  height: 1234px;
  background-size: cover;
  background-position: 50% 50%;
  padding: 194px 0 0;
  text-align: center; }
  .block-portal.alt:before {
    display: none; }
  @media (max-width: 767px) {
    .block-portal {
      padding-top: 60px;
      height: auto;
      padding-bottom: 30px; } }
  .block-portal:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    content: '';
    opacity: 0.7; }
  .block-portal h1 {
    font-size: 48px;
    line-height: 60px;
    color: #fff; }
    @media (max-width: 767px) {
      .block-portal h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px; } }

.partner-holder {
  max-width: 727px;
  margin: 0 auto;
  background: #e1e1e1;
  position: relative;
  z-index: 2;
  border-radius: 3px;
  border-top: 1px solid #fff;
  margin-top: 115px;
  padding: 32px 95px; }
  @media (max-width: 767px) {
    .partner-holder {
      padding: 10px 10px;
      margin-top: 20px; } }
  .partner-holder h2 {
    padding-bottom: 35px;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 38px; }
    @media (max-width: 767px) {
      .partner-holder h2 {
        margin-bottom: 10px;
        padding-bottom: 10px; } }
    .partner-holder h2:before {
      display: none; }
  .partner-holder .info {
    display: block;
    font-size: 20px;
    line-height: 1; }
  .partner-holder .input-holder {
    overflow: hidden;
    position: relative; }
    .partner-holder .input-holder.has-man:before {
      content: '';
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -242px -763px;
      width: 19px;
      height: 20px;
      left: 15px;
      top: 16px;
      display: block; }
      @media (max-width: 767px) {
        .partner-holder .input-holder.has-man:before {
          top: 12px; } }
    .partner-holder .input-holder.has-lock:before {
      content: '';
      position: absolute;
      background: url("images/sprite-1.png") no-repeat -208px -763px;
      width: 18px;
      height: 21px;
      left: 15px;
      top: 14px;
      display: block; }
      @media (max-width: 767px) {
        .partner-holder .input-holder.has-lock:before {
          top: 10px; } }
  .partner-holder .forgot {
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #4db136;
    margin-left: 34px;
    margin-top: 2px; }
    .partner-holder .forgot:hover {
      color: #5785bc; }
  .partner-holder .wpcf7-list-item-label {
    margin-left: 7px; }
  .partner-holder .jcf-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 0;
    margin-top: -4px; }
    .partner-holder .jcf-checkbox span {
      left: 45%; }
  .partner-holder .hold {
    overflow: hidden;
    float: left;
    max-width: 170px;
    padding-top: 21px;
    padding-bottom: 4px; }
    @media (max-width: 767px) {
      .partner-holder .hold {
        padding-top: 5px; } }
  .partner-holder .btn {
    margin-top: 17px;
    float: right;
    width: 258px;
    background: #4db136;
    border: 0; }
    .partner-holder .btn:after {
      position: absolute;
      -webkit-transition: all .3s;
              transition: all .3s;
      content: '';
      width: 0;
      bottom: -2px;
      background: #fff;
      height: 120%;
      -webkit-transform: skewX(15deg);
          -ms-transform: skewX(15deg);
              transform: skewX(15deg);
      z-index: -1;
      border-color: #5785bc;
      left: -140%;
      width: 125%; }
    .partner-holder .btn:hover {
      background: #4db136 !important;
      color: #4db136;
      border: #4db136 1px solid; }
      .partner-holder .btn:hover:after {
        left: -10%;
        width: 120%; }
    @media (max-width: 767px) {
      .partner-holder .btn {
        width: 100%; } }
    .partner-holder .btn:hover {
      background: #5785bc; }
  .partner-holder input {
    border-radius: 3px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    height: 51px;
    border: 0;
    padding: 14px 47px 13px;
    margin-bottom: 16px;
    color: #909090; }
    @media (max-width: 767px) {
      .partner-holder input {
        height: 42px;
        font-size: 14px;
        line-height: 15px; } }
    .partner-holder input::-webkit-input-placeholder {
      color: #909090; }
    .partner-holder input::-moz-placeholder {
      opacity: 1;
      color: #909090; }
    .partner-holder input:-moz-placeholder {
      color: #909090; }
    .partner-holder input:-ms-input-placeholder {
      color: #909090; }
    .partner-holder input.placeholder {
      color: #909090; }
  .partner-holder .checkbox {
    float: left;
    max-width: 165px; }
  .partner-holder .partner-f {
    padding: 37px 0 50px;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 37px; }
  .partner-holder .title {
    font-size: 24px;
    display: block;
    font-weight: normal;
    line-height: 1;
    color: #4db136;
    margin: 9px 0 0;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif; }
    @media (max-width: 767px) {
      .partner-holder .title {
        line-height: 1.2; } }

.get-f {
  overflow: hidden;
  position: relative;
  padding: 37px 0 11px; }
  .get-f input[type='email'] {
    width: 350px;
    float: left;
    padding-left: 18px;
    box-shadow: none !important; }
    @media (max-width: 767px) {
      .get-f input[type='email'] {
        width: 100%; } }
  .get-f button, .get-f .sub {
    color: #fff;
    padding: 14px;
    min-width: 163px;
    max-width: 163px;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    z-index: 3; }
    .get-f button:after, .get-f .sub:after {
      position: absolute;
      -webkit-transition: all .3s;
              transition: all .3s;
      content: '';
      width: 0;
      bottom: -2px;
      background: #fff;
      height: 120%;
      -webkit-transform: skewX(15deg);
          -ms-transform: skewX(15deg);
              transform: skewX(15deg);
      z-index: -1;
      border-color: #5785bc;
      left: -140%;
      width: 125%; }
    .get-f button:hover, .get-f .sub:hover {
      background: #4db136 !important;
      color: #4db136;
      border: #4db136 1px solid; }
      .get-f button:hover:after, .get-f .sub:hover:after {
        left: -10%;
        width: 120%; }
    @media (max-width: 767px) {
      .get-f button, .get-f .sub {
        max-width: 100%;
        height: 42px;
        padding: 10px; } }

.bg-holder {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #ff0000;
  overflow: hidden;
  position: relative; }

.bg-holder .img {
  height: auto;
  position: absolute;
  width: auto; }

.fallback-class {
  background-size: cover; }

.popmake {
  max-width: 100%; }
  @media (max-width: 767px) {
    .popmake .popup-content-wrapper {
      padding: 10px 15px; } }
  @media (max-width: 767px) {
    .popmake .popmake-title {
      font-size: 20px;
      line-height: 26px; } }

.content .search-form .btn-search, #content .search-form .btn-search {
  height: 40px;
  padding: 9px 14px 11px;
  background: #eee; }
  .content .search-form .btn-search:hover, #content .search-form .btn-search:hover {
    background: #999; }

.wpcf7-form-control-wrap:focus span {
  display: none; }

@media (max-width: 1199px) {
  .content-holder-another .post-holder .text-holder {
    width: 340px;
    float: left;
    margin-left: 10px; } }

@media (max-width: 1023px) {
  .content-holder-another .post-holder .text-holder {
    width: 440px; } }

@media (max-width: 767px) {
  .content-holder-another .post-holder .text-holder {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; } }

.s2_message a:hover {
  color: #5785bc;
  text-decoration: underline; }

.non-clickable {
  pointer-events: none; }
  @media (max-width: 767px) {
    .non-clickable {
      pointer-events: auto; } }

.area .box-wrap {
  border: 1px solid #909090; }

.area.block-cloud .container {
  padding: 0 5px; }

.area.block-cloud .text-holder {
  margin-right: 60px; }

p.wp-caption-text {
  margin: 0 !important;
  padding: 10px 0 0 0;
  font-size: .75em; 
  line-height: 1.6em; 
  color: #666;}

/*** Styles added by Steve 3-25-16 ***/
/*** Trying to remove excess white space at top of Small Biz Smarts ***/
.featured-stories-header {
  content: ""; }
/*# sourceMappingURL=style.css.map */

/*
  chat menu-styles
*/

.chat-holder {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  height: 100vh; }
  @media (max-width: 1023px) {
    .chat-holder {
      display: none; } }
  .chat-holder .popup-active .open {
    background: none;
    box-shadow: none;
    height: 73px;
    overflow: hidden;
    bottom: 506px; }
  .chat-holder .popup-active .decor {
    display: none; }
  .chat-holder .popup-active .popup {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .chat-holder .pop-wrap {
    height: 100%;
    position: relative;
    padding: 25px 20px 14px;
    border: 1px solid #e2e1e1;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .chat-holder .pop-wrap:after {
      content: '';
      position: absolute;
      left: -11px;
      top: 34px;
      height: 20px;
      width: 20px;
      background: #fff;
      border: 1px solid #e2e1e1;
      border-width: 0 0 1px 1px;
      -webkit-transform: scaleX(1.3) rotate(45deg);
          -ms-transform: scaleX(1.3) rotate(45deg);
              transform: scaleX(1.3) rotate(45deg); }
    .chat-holder .pop-wrap:before {
      content: '';
      border-top: 6px solid #4db136;
      left: -1px;
      right: -1px;
      top: -1px;
      position: absolute;
      border-radius: 5px;
      z-index: 20; }
  .chat-holder .popup {
    padding-left: 30px;
    display: block !important;
    -webkit-transform: translate(-150%, 0);
        -ms-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    position: absolute;
    left: 50px;
    top: 237px;
    width: 345px;
    max-height: calc(100vh - 40px);
    overflow-x: hidden;
    overflow-y: auto; }
    .chat-holder .popup .close {
      position: absolute;
      top: 22px;
      right: 21px; }
      .chat-holder .popup .close:hover {
        opacity: 0.4; }
  .chat-holder .chat-active .pop-wrap {
    padding-bottom: 144px; }
  .chat-holder .chat-active .chat-form, .chat-holder .chat-active .no {
    display: none; }
  .chat-holder .chat-active .live-chat, .chat-holder .chat-active .chat-form-live {
    display: block; }
  .chat-holder .chat-form-live {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 125px;
    background: #f6f5f4;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #e3e2e1;
    padding: 16px 20px; }
    .chat-holder .chat-form-live textarea {
      width: 100%;
      resize: none;
      background: #fff;
      font-size: 14px;
      line-height: 18px;
      color: #aaaaaa;
      min-height: 66px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      border-radius: 0;
      border-color: #e8e8e8; }
      .chat-holder .chat-form-live textarea::-webkit-input-placeholder {
        color: #aaaaaa; }
      .chat-holder .chat-form-live textarea::-moz-placeholder {
        opacity: 1;
        color: #aaaaaa; }
      .chat-holder .chat-form-live textarea:-moz-placeholder {
        color: #aaaaaa; }
      .chat-holder .chat-form-live textarea:-ms-input-placeholder {
        color: #aaaaaa; }
      .chat-holder .chat-form-live textarea.placeholder {
        color: #aaaaaa; }
    .chat-holder .chat-form-live button {
      text-transform: uppercase;
      height: auto;
      float: right;
      padding: 0;
      background: none;
      color: #5785bc;
      font-size: 14px;
      line-height: 1; }
      .chat-holder .chat-form-live button:hover {
        color: #4db136; }
  .chat-holder .live-chat {
    display: none;
    width: 100%;
    background: #f6f5f4;
    border: 1px solid #e4e3e2;
    padding: 6px 15px 9px;
    margin-top: 17px; }
  .chat-holder .frame-holder {
    overflow: hidden;
    margin-bottom: 12px; }
  .chat-holder .user1, .chat-holder .user2 {
    font-weight: bold;
    position: relative;
    float: left;
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 14px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em; }
    .chat-holder .user1:before, .chat-holder .user2:before {
      position: absolute;
      top: 6px;
      left: 0;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #4db136; }
  .chat-holder .user2 {
    float: right;
    padding: 0; }
    .chat-holder .user2:before {
      display: none; }
  .chat-holder .time-left {
    float: left;
    margin: 0 0 0 12px;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 18px; }
  .chat-holder .time-right {
    float: right;
    margin: 0 12px 0 0;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 18px; }
  .chat-holder .message1 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 11px;
    color: #fff;
    background: #4db136;
    border-radius: 3px;
    position: relative;
    display: block;
    margin-bottom: 19px; }
    .chat-holder .message1:before {
      content: '';
      position: absolute;
      top: -4px;
      left: 15px;
      width: 10px;
      height: 10px;
      background: #4db136;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .chat-holder .message2 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 11px;
    color: #fff;
    background: #5785bc;
    border-radius: 3px;
    position: relative;
    display: block;
    margin-bottom: 19px; }
    .chat-holder .message2:before {
      content: '';
      position: absolute;
      top: -4px;
      right: 15px;
      width: 10px;
      height: 10px;
      background: #5785bc;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .chat-holder .chat-form {
    padding: 17px 0 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 13px; }
    .chat-holder .chat-form textarea {
      width: 100%;
      resize: none;
      background: #f6f5f4;
      font-size: 16px;
      line-height: 18px;
      color: #aaaaaa;
      min-height: 71px;
      letter-spacing: 1px;
      margin-bottom: 16px; }
      .chat-holder .chat-form textarea::-webkit-input-placeholder {
        color: #aaaaaa; }
      .chat-holder .chat-form textarea::-moz-placeholder {
        opacity: 1;
        color: #aaaaaa; }
      .chat-holder .chat-form textarea:-moz-placeholder {
        color: #aaaaaa; }
      .chat-holder .chat-form textarea:-ms-input-placeholder {
        color: #aaaaaa; }
      .chat-holder .chat-form textarea.placeholder {
        color: #aaaaaa; }
    .chat-holder .chat-form button {
      height: 29px;
      font-size: 16px;
      line-height: 19px;
      padding: 5px;
      border: 0;
      background: #5785bc;
      width: 100%;
      text-transform: uppercase;
      margin-bottom: 16px; }
      .chat-holder .chat-form button:hover {
        background: #4db136; }
  .chat-holder .title {
    font-size: 18px;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    padding-right: 35px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    letter-spacing: 2px; }
  .chat-holder .no {
    display: block;
    margin: 0 auto;
    max-width: 110px;
    color: #aaaaaa;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px; }
    .chat-holder .no:hover {
      color: #4db136; }
  .chat-holder .open {
    -webkit-transition: background 0.3s;
            transition: background 0.3s;
    width: 56px;
    height: 205px;
    background: #fff;
    display: block;
    border-radius: 0 3px 3px 0;
    position: absolute;
    left: 0;
    bottom: 374px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .chat-holder .open:hover {
      background: #f6f5f4; }
    .chat-holder .open .icon {
      position: absolute;
      left: 50%;
      top: 22px;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      .chat-holder .open .icon:after {
        position: absolute;
        bottom: -22px;
        content: '';
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 33px;
        height: 2px;
        background: #a9a9a9; }
  .chat-holder .decor {
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 1;
    font-family: "texgyreadventor", "Times", "Baskerville", "Georgia", serif;
    color: #919191;
    position: absolute;
    bottom: 46px;
    left: -9px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    letter-spacing: 3px; }
/* emebed container */
    .container-lines {
      padding:20px 0;
      border-top:1px solid #E0E0E1;
      border-bottom:1px solid #E0E0E1;
    }

    .embed-container {
      width:86%;
      margin:auto;

    }

    .embed-video {
      float: left;
      width: 50%;
      text-align: right;
    }

    .embed_col {
      float:left;
      width: 50%;
      text-align:left;
      padding: 40px 10px 0;

    }

    @media (max-width: 767px) {
      .embed-container {
        width:100%;
        margin:auto;
      }

      .embed-video {
        width: 90%;
        float:left;
        margin:auto;
        text-align:center;
      }

      .embed_col {
        width: 90%;
        float:left;
        text-align:center;
        margin:auto;
        padding:0;
      }


    }
  
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNoYXRwYWdlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGdCQUFnQjtFQUNoQixRQUFRO0VBQ1IsVUFBVTtFQUNWLGNBQWM7RUFDZCxjQUFjLEVBQUU7RUFDaEI7SUFDRTtNQUNFLGNBQWMsRUFBRSxFQUFFO0VBQ3RCO0lBQ0UsaUJBQWlCO0lBQ2pCLGlCQUFpQjtJQUNqQixhQUFhO0lBQ2IsaUJBQWlCO0lBQ2pCLGNBQWMsRUFBRTtFQUNsQjtJQUNFLGNBQWMsRUFBRTtFQUNsQjtJQUNFLHdCQUF3QjtRQUNwQixvQkFBb0I7WUFDaEIsZ0JBQWdCLEVBQUU7RUFDNUI7SUFDRSxhQUFhO0lBQ2IsbUJBQW1CO0lBQ25CLHdCQUF3QjtJQUN4QiwwQkFBMEI7SUFDMUIsbUJBQW1CO0lBQ25CLGlCQUFpQjtJQUNqQix3Q0FBd0MsRUFBRTtJQUMxQztNQUNFLFlBQVk7TUFDWixtQkFBbUI7TUFDbkIsWUFBWTtNQUNaLFVBQVU7TUFDVixhQUFhO01BQ2IsWUFBWTtNQUNaLGlCQUFpQjtNQUNqQiwwQkFBMEI7TUFDMUIsMEJBQTBCO01BQzFCLDZDQUE2QztVQUN6Qyx5Q0FBeUM7Y0FDckMscUNBQXFDLEVBQUU7SUFDakQ7TUFDRSxZQUFZO01BQ1osOEJBQThCO01BQzlCLFdBQVc7TUFDWCxZQUFZO01BQ1osVUFBVTtNQUNWLG1CQUFtQjtNQUNuQixtQkFBbUI7TUFDbkIsWUFBWSxFQUFFO0VBQ2xCO0lBQ0UsbUJBQW1CO0lBQ25CLDBCQUEwQjtJQUMxQix1Q0FBdUM7UUFDbkMsbUNBQW1DO1lBQy9CLCtCQUErQjtJQUN2Qyw2QkFBNkI7WUFDckIscUJBQXFCO0lBQzdCLG1CQUFtQjtJQUNuQixXQUFXO0lBQ1gsYUFBYTtJQUNiLGFBQWE7SUFDYiwrQkFBK0I7SUFDL0IsbUJBQW1CO0lBQ25CLGlCQUFpQixFQUFFO0lBQ25CO01BQ0UsbUJBQW1CO01BQ25CLFVBQVU7TUFDVixZQUFZLEVBQUU7TUFDZDtRQUNFLGFBQWEsRUFBRTtFQUNyQjtJQUNFLHNCQUFzQixFQUFFO0VBQzFCO0lBQ0UsY0FBYyxFQUFFO0VBQ2xCO0lBQ0UsZUFBZSxFQUFFO0VBQ25CO0lBQ0UsY0FBYztJQUNkLG1CQUFtQjtJQUNuQixVQUFVO0lBQ1YsUUFBUTtJQUNSLFNBQVM7SUFDVCxjQUFjO0lBQ2Qsb0JBQW9CO0lBQ3BCLDJCQUEyQjtJQUMzQiw4QkFBOEI7SUFDOUIsbUJBQW1CLEVBQUU7SUFDckI7TUFDRSxZQUFZO01BQ1osYUFBYTtNQUNiLGlCQUFpQjtNQUNqQixnQkFBZ0I7TUFDaEIsa0JBQWtCO01BQ2xCLGVBQWU7TUFDZixpQkFBaUI7TUFDakIsb0JBQW9CO01BQ3BCLG9CQUFvQjtNQUNwQixpQkFBaUI7TUFDakIsc0JBQXNCLEVBQUU7TUFDeEI7UUFDRSxlQUFlLEVBQUU7TUFDbkI7UUFDRSxXQUFXO1FBQ1gsZUFBZSxFQUFFO01BQ25CO1FBQ0UsZUFBZSxFQUFFO01BQ25CO1FBQ0UsZUFBZSxFQUFFO01BQ25CO1FBQ0UsZUFBZSxFQUFFO0lBQ3JCO01BQ0UsMEJBQTBCO01BQzFCLGFBQWE7TUFDYixhQUFhO01BQ2IsV0FBVztNQUNYLGlCQUFpQjtNQUNqQixlQUFlO01BQ2YsZ0JBQWdCO01BQ2hCLGVBQWUsRUFBRTtNQUNqQjtRQUNFLGVBQWUsRUFBRTtFQUN2QjtJQUNFLGNBQWM7SUFDZCxZQUFZO0lBQ1osb0JBQW9CO0lBQ3BCLDBCQUEwQjtJQUMxQixzQkFBc0I7SUFDdEIsaUJBQWlCLEVBQUU7RUFDckI7SUFDRSxpQkFBaUI7SUFDakIsb0JBQW9CLEVBQUU7RUFDeEI7SUFDRSxrQkFBa0I7SUFDbEIsbUJBQW1CO0lBQ25CLFlBQVk7SUFDWixpQkFBaUI7SUFDakIsb0JBQW9CO0lBQ3BCLHdCQUF3QjtJQUN4QixpQkFBaUI7SUFDakIsbUJBQW1CO0lBQ25CLGdCQUFnQjtJQUNoQixrQkFBa0I7SUFDbEIsc0JBQXNCLEVBQUU7SUFDeEI7TUFDRSxtQkFBbUI7TUFDbkIsU0FBUztNQUNULFFBQVE7TUFDUixZQUFZO01BQ1osV0FBVztNQUNYLFlBQVk7TUFDWixtQkFBbUI7TUFDbkIsb0JBQW9CLEVBQUU7RUFDMUI7SUFDRSxhQUFhO0lBQ2IsV0FBVyxFQUFFO0lBQ2I7TUFDRSxjQUFjLEVBQUU7RUFDcEI7SUFDRSxZQUFZO0lBQ1osbUJBQW1CO0lBQ25CLGVBQWU7SUFDZixnQkFBZ0I7SUFDaEIsa0JBQWtCLEVBQUU7RUFDdEI7SUFDRSxhQUFhO0lBQ2IsbUJBQW1CO0lBQ25CLGVBQWU7SUFDZixnQkFBZ0I7SUFDaEIsa0JBQWtCLEVBQUU7RUFDdEI7SUFDRSxvQkFBb0I7SUFDcEIsZ0JBQWdCO0lBQ2hCLGtCQUFrQjtJQUNsQixrQkFBa0I7SUFDbEIsWUFBWTtJQUNaLG9CQUFvQjtJQUNwQixtQkFBbUI7SUFDbkIsbUJBQW1CO0lBQ25CLGVBQWU7SUFDZixvQkFBb0IsRUFBRTtJQUN0QjtNQUNFLFlBQVk7TUFDWixtQkFBbUI7TUFDbkIsVUFBVTtNQUNWLFdBQVc7TUFDWCxZQUFZO01BQ1osYUFBYTtNQUNiLG9CQUFvQjtNQUNwQixpQ0FBaUM7VUFDN0IsNkJBQTZCO2NBQ3pCLHlCQUF5QixFQUFFO0VBQ3ZDO0lBQ0Usb0JBQW9CO0lBQ3BCLGdCQUFnQjtJQUNoQixrQkFBa0I7SUFDbEIsa0JBQWtCO0lBQ2xCLFlBQVk7SUFDWixvQkFBb0I7SUFDcEIsbUJBQW1CO0lBQ25CLG1CQUFtQjtJQUNuQixlQUFlO0lBQ2Ysb0JBQW9CLEVBQUU7SUFDdEI7TUFDRSxZQUFZO01BQ1osbUJBQW1CO01BQ25CLFVBQVU7TUFDVixZQUFZO01BQ1osWUFBWTtNQUNaLGFBQWE7TUFDYixvQkFBb0I7TUFDcEIsaUNBQWlDO1VBQzdCLDZCQUE2QjtjQUN6Qix5QkFBeUIsRUFBRTtFQUN2QztJQUNFLGtCQUFrQjtJQUNsQixpQ0FBaUM7SUFDakMsb0JBQW9CLEVBQUU7SUFDdEI7TUFDRSxZQUFZO01BQ1osYUFBYTtNQUNiLG9CQUFvQjtNQUNwQixnQkFBZ0I7TUFDaEIsa0JBQWtCO01BQ2xCLGVBQWU7TUFDZixpQkFBaUI7TUFDakIsb0JBQW9CO01BQ3BCLG9CQUFvQixFQUFFO01BQ3RCO1FBQ0UsZUFBZSxFQUFFO01BQ25CO1FBQ0UsV0FBVztRQUNYLGVBQWUsRUFBRTtNQUNuQjtRQUNFLGVBQWUsRUFBRTtNQUNuQjtRQUNFLGVBQWUsRUFBRTtNQUNuQjtRQUNFLGVBQWUsRUFBRTtJQUNyQjtNQUNFLGFBQWE7TUFDYixnQkFBZ0I7TUFDaEIsa0JBQWtCO01BQ2xCLGFBQWE7TUFDYixVQUFVO01BQ1Ysb0JBQW9CO01BQ3BCLFlBQVk7TUFDWiwwQkFBMEI7TUFDMUIsb0JBQW9CLEVBQUU7TUFDdEI7UUFDRSxvQkFBb0IsRUFBRTtFQUM1QjtJQUNFLGdCQUFnQjtJQUNoQix5RUFBeUU7SUFDekUsZUFBZTtJQUNmLGVBQWU7SUFDZiwwQkFBMEI7SUFDMUIsb0JBQW9CO0lBQ3BCLG9CQUFvQjtJQUNwQixpQ0FBaUM7SUFDakMscUJBQXFCO0lBQ3JCLG9CQUFvQixFQUFFO0VBQ3hCO0lBQ0UsZUFBZTtJQUNmLGVBQWU7SUFDZixpQkFBaUI7SUFDakIsZUFBZTtJQUNmLGdCQUFnQjtJQUNoQixlQUFlO0lBQ2Ysb0JBQW9CLEVBQUU7SUFDdEI7TUFDRSxlQUFlLEVBQUU7RUFDckI7SUFDRSxvQ0FBb0M7WUFDNUIsNEJBQTRCO0lBQ3BDLFlBQVk7SUFDWixjQUFjO0lBQ2QsaUJBQWlCO0lBQ2pCLGVBQWU7SUFDZiwyQkFBMkI7SUFDM0IsbUJBQW1CO0lBQ25CLFFBQVE7SUFDUixjQUFjO0lBQ2Qsd0NBQXdDO0lBQ3hDLGlCQUFpQixFQUFFO0lBQ25CO01BQ0Usb0JBQW9CLEVBQUU7SUFDeEI7TUFDRSxtQkFBbUI7TUFDbkIsVUFBVTtNQUNWLFVBQVU7TUFDVixzQ0FBc0M7VUFDbEMsa0NBQWtDO2NBQzlCLDhCQUE4QixFQUFFO01BQ3hDO1FBQ0UsbUJBQW1CO1FBQ25CLGNBQWM7UUFDZCxZQUFZO1FBQ1osVUFBVTtRQUNWLHlDQUF5QztZQUNyQyxxQ0FBcUM7Z0JBQ2pDLGlDQUFpQztRQUN6QyxZQUFZO1FBQ1osWUFBWTtRQUNaLG9CQUFvQixFQUFFO0VBQzVCO0lBQ0UsMEJBQTBCO0lBQzFCLGVBQWU7SUFDZixnQkFBZ0I7SUFDaEIsZUFBZTtJQUNmLHlFQUF5RTtJQUN6RSxlQUFlO0lBQ2YsbUJBQW1CO0lBQ25CLGFBQWE7SUFDYixXQUFXO0lBQ1gsa0NBQWtDO1FBQzlCLDhCQUE4QjtZQUMxQiwwQkFBMEI7SUFDbEMsb0JBQW9CLEVBQUUiLCJmaWxlIjoiY2hhdHBhZ2UuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmNoYXQtaG9sZGVyIHtcclxuICBwb3NpdGlvbjogZml4ZWQ7XHJcbiAgbGVmdDogMDtcclxuICBib3R0b206IDA7XHJcbiAgei1pbmRleDogMTAwMDtcclxuICBoZWlnaHQ6IDEwMHZoOyB9XHJcbiAgQG1lZGlhIChtYXgtd2lkdGg6IDEwMjNweCkge1xyXG4gICAgLmNoYXQtaG9sZGVyIHtcclxuICAgICAgZGlzcGxheTogbm9uZTsgfSB9XHJcbiAgLmNoYXQtaG9sZGVyIC5wb3B1cC1hY3RpdmUgLm9wZW4ge1xyXG4gICAgYmFja2dyb3VuZDogbm9uZTtcclxuICAgIGJveC1zaGFkb3c6IG5vbmU7XHJcbiAgICBoZWlnaHQ6IDczcHg7XHJcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG4gICAgYm90dG9tOiA1MDZweDsgfVxyXG4gIC5jaGF0LWhvbGRlciAucG9wdXAtYWN0aXZlIC5kZWNvciB7XHJcbiAgICBkaXNwbGF5OiBub25lOyB9XHJcbiAgLmNoYXQtaG9sZGVyIC5wb3B1cC1hY3RpdmUgLnBvcHVwIHtcclxuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xyXG4gICAgICAgIC1tcy10cmFuc2Zvcm06IG5vbmU7XHJcbiAgICAgICAgICAgIHRyYW5zZm9ybTogbm9uZTsgfVxyXG4gIC5jaGF0LWhvbGRlciAucG9wLXdyYXAge1xyXG4gICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgcGFkZGluZzogMjVweCAyMHB4IDE0cHg7XHJcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjZTJlMWUxO1xyXG4gICAgYm9yZGVyLXJhZGl1czogNXB4O1xyXG4gICAgYmFja2dyb3VuZDogI2ZmZjtcclxuICAgIGJveC1zaGFkb3c6IDAgMCAxMHB4IHJnYmEoMCwgMCwgMCwgMC4yKTsgfVxyXG4gICAgLmNoYXQtaG9sZGVyIC5wb3Atd3JhcDphZnRlciB7XHJcbiAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgIGxlZnQ6IC0xMXB4O1xyXG4gICAgICB0b3A6IDM0cHg7XHJcbiAgICAgIGhlaWdodDogMjBweDtcclxuICAgICAgd2lkdGg6IDIwcHg7XHJcbiAgICAgIGJhY2tncm91bmQ6ICNmZmY7XHJcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICNlMmUxZTE7XHJcbiAgICAgIGJvcmRlci13aWR0aDogMCAwIDFweCAxcHg7XHJcbiAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZVgoMS4zKSByb3RhdGUoNDVkZWcpO1xyXG4gICAgICAgICAgLW1zLXRyYW5zZm9ybTogc2NhbGVYKDEuMykgcm90YXRlKDQ1ZGVnKTtcclxuICAgICAgICAgICAgICB0cmFuc2Zvcm06IHNjYWxlWCgxLjMpIHJvdGF0ZSg0NWRlZyk7IH1cclxuICAgIC5jaGF0LWhvbGRlciAucG9wLXdyYXA6YmVmb3JlIHtcclxuICAgICAgY29udGVudDogJyc7XHJcbiAgICAgIGJvcmRlci10b3A6IDZweCBzb2xpZCAjNGRiMTM2O1xyXG4gICAgICBsZWZ0OiAtMXB4O1xyXG4gICAgICByaWdodDogLTFweDtcclxuICAgICAgdG9wOiAtMXB4O1xyXG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgIGJvcmRlci1yYWRpdXM6IDVweDtcclxuICAgICAgei1pbmRleDogMjA7IH1cclxuICAuY2hhdC1ob2xkZXIgLnBvcHVwIHtcclxuICAgIHBhZGRpbmctbGVmdDogMzBweDtcclxuICAgIGRpc3BsYXk6IGJsb2NrICFpbXBvcnRhbnQ7XHJcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlKC0xNTAlLCAwKTtcclxuICAgICAgICAtbXMtdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTE1MCUsIDApO1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMTUwJSwgMCk7XHJcbiAgICAtd2Via2l0LXRyYW5zaXRpb246IGFsbCAwLjNzO1xyXG4gICAgICAgICAgICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgIGxlZnQ6IDUwcHg7XHJcbiAgICBib3R0b206IDIwcHg7XHJcbiAgICB3aWR0aDogMzQ1cHg7XHJcbiAgICBtYXgtaGVpZ2h0OiBjYWxjKDEwMHZoIC0gNDBweCk7XHJcbiAgICBvdmVyZmxvdy14OiBoaWRkZW47XHJcbiAgICBvdmVyZmxvdy15OiBhdXRvOyB9XHJcbiAgICAuY2hhdC1ob2xkZXIgLnBvcHVwIC5jbG9zZSB7XHJcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgdG9wOiAyMnB4O1xyXG4gICAgICByaWdodDogMjFweDsgfVxyXG4gICAgICAuY2hhdC1ob2xkZXIgLnBvcHVwIC5jbG9zZTpob3ZlciB7XHJcbiAgICAgICAgb3BhY2l0eTogMC40OyB9XHJcbiAgLmNoYXQtaG9sZGVyIC5jaGF0LWFjdGl2ZSAucG9wLXdyYXAge1xyXG4gICAgcGFkZGluZy1ib3R0b206IDE0NHB4OyB9XHJcbiAgLmNoYXQtaG9sZGVyIC5jaGF0LWFjdGl2ZSAuY2hhdC1mb3JtLCAuY2hhdC1ob2xkZXIgLmNoYXQtYWN0aXZlIC5ubyB7XHJcbiAgICBkaXNwbGF5OiBub25lOyB9XHJcbiAgLmNoYXQtaG9sZGVyIC5jaGF0LWFjdGl2ZSAubGl2ZS1jaGF0LCAuY2hhdC1ob2xkZXIgLmNoYXQtYWN0aXZlIC5jaGF0LWZvcm0tbGl2ZSB7XHJcbiAgICBkaXNwbGF5OiBibG9jazsgfVxyXG4gIC5jaGF0LWhvbGRlciAuY2hhdC1mb3JtLWxpdmUge1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgIGJvdHRvbTogMDtcclxuICAgIGxlZnQ6IDA7XHJcbiAgICByaWdodDogMDtcclxuICAgIGhlaWdodDogMTI1cHg7XHJcbiAgICBiYWNrZ3JvdW5kOiAjZjZmNWY0O1xyXG4gICAgYm9yZGVyLXJhZGl1czogMCAwIDNweCAzcHg7XHJcbiAgICBib3JkZXItdG9wOiAxcHggc29saWQgI2UzZTJlMTtcclxuICAgIHBhZGRpbmc6IDE2cHggMjBweDsgfVxyXG4gICAgLmNoYXQtaG9sZGVyIC5jaGF0LWZvcm0tbGl2ZSB0ZXh0YXJlYSB7XHJcbiAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICByZXNpemU6IG5vbmU7XHJcbiAgICAgIGJhY2tncm91bmQ6ICNmZmY7XHJcbiAgICAgIGZvbnQtc2l6ZTogMTRweDtcclxuICAgICAgbGluZS1oZWlnaHQ6IDE4cHg7XHJcbiAgICAgIGNvbG9yOiAjYWFhYWFhO1xyXG4gICAgICBtaW4taGVpZ2h0OiA2NnB4O1xyXG4gICAgICBsZXR0ZXItc3BhY2luZzogMXB4O1xyXG4gICAgICBtYXJnaW4tYm90dG9tOiAxMHB4O1xyXG4gICAgICBib3JkZXItcmFkaXVzOiAwO1xyXG4gICAgICBib3JkZXItY29sb3I6ICNlOGU4ZTg7IH1cclxuICAgICAgLmNoYXQtaG9sZGVyIC5jaGF0LWZvcm0tbGl2ZSB0ZXh0YXJlYTo6LXdlYmtpdC1pbnB1dC1wbGFjZWhvbGRlciB7XHJcbiAgICAgICAgY29sb3I6ICNhYWFhYWE7IH1cclxuICAgICAgLmNoYXQtaG9sZGVyIC5jaGF0LWZvcm0tbGl2ZSB0ZXh0YXJlYTo6LW1vei1wbGFjZWhvbGRlciB7XHJcbiAgICAgICAgb3BhY2l0eTogMTtcclxuICAgICAgICBjb2xvcjogI2FhYWFhYTsgfVxyXG4gICAgICAuY2hhdC1ob2xkZXIgLmNoYXQtZm9ybS1saXZlIHRleHRhcmVhOi1tb3otcGxhY2Vob2xkZXIge1xyXG4gICAgICAgIGNvbG9yOiAjYWFhYWFhOyB9XHJcbiAgICAgIC5jaGF0LWhvbGRlciAuY2hhdC1mb3JtLWxpdmUgdGV4dGFyZWE6LW1zLWlucHV0LXBsYWNlaG9sZGVyIHtcclxuICAgICAgICBjb2xvcjogI2FhYWFhYTsgfVxyXG4gICAgICAuY2hhdC1ob2xkZXIgLmNoYXQtZm9ybS1saXZlIHRleHRhcmVhLnBsYWNlaG9sZGVyIHtcclxuICAgICAgICBjb2xvcjogI2FhYWFhYTsgfVxyXG4gICAgLmNoYXQtaG9sZGVyIC5jaGF0LWZvcm0tbGl2ZSBidXR0b24ge1xyXG4gICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xyXG4gICAgICBoZWlnaHQ6IGF1dG87XHJcbiAgICAgIGZsb2F0OiByaWdodDtcclxuICAgICAgcGFkZGluZzogMDtcclxuICAgICAgYmFja2dyb3VuZDogbm9uZTtcclxuICAgICAgY29sb3I6ICM1Nzg1YmM7XHJcbiAgICAgIGZvbnQtc2l6ZTogMTRweDtcclxuICAgICAgbGluZS1oZWlnaHQ6IDE7IH1cclxuICAgICAgLmNoYXQtaG9sZGVyIC5jaGF0LWZvcm0tbGl2ZSBidXR0b246aG92ZXIge1xyXG4gICAgICAgIGNvbG9yOiAjNGRiMTM2OyB9XHJcbiAgLmNoYXQtaG9sZGVyIC5saXZlLWNoYXQge1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxuICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgYmFja2dyb3VuZDogI2Y2ZjVmNDtcclxuICAgIGJvcmRlcjogMXB4IHNvbGlkICNlNGUzZTI7XHJcbiAgICBwYWRkaW5nOiA2cHggMTVweCA5cHg7XHJcbiAgICBtYXJnaW4tdG9wOiAxN3B4OyB9XHJcbiAgLmNoYXQtaG9sZGVyIC5mcmFtZS1ob2xkZXIge1xyXG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICAgIG1hcmdpbi1ib3R0b206IDEycHg7IH1cclxuICAuY2hhdC1ob2xkZXIgLnVzZXIxLCAuY2hhdC1ob2xkZXIgLnVzZXIyIHtcclxuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgZmxvYXQ6IGxlZnQ7XHJcbiAgICBtYXgtd2lkdGg6IDE3MHB4O1xyXG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcclxuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xyXG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICAgIHBhZGRpbmctbGVmdDogMTRweDtcclxuICAgIGZvbnQtc2l6ZTogMTRweDtcclxuICAgIGxpbmUtaGVpZ2h0OiAxOHB4O1xyXG4gICAgbGV0dGVyLXNwYWNpbmc6IDAuMWVtOyB9XHJcbiAgICAuY2hhdC1ob2xkZXIgLnVzZXIxOmJlZm9yZSwgLmNoYXQtaG9sZGVyIC51c2VyMjpiZWZvcmUge1xyXG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgIHRvcDogNnB4O1xyXG4gICAgICBsZWZ0OiAwO1xyXG4gICAgICBjb250ZW50OiAnJztcclxuICAgICAgd2lkdGg6IDZweDtcclxuICAgICAgaGVpZ2h0OiA2cHg7XHJcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcclxuICAgICAgYmFja2dyb3VuZDogIzRkYjEzNjsgfVxyXG4gIC5jaGF0LWhvbGRlciAudXNlcjIge1xyXG4gICAgZmxvYXQ6IHJpZ2h0O1xyXG4gICAgcGFkZGluZzogMDsgfVxyXG4gICAgLmNoYXQtaG9sZGVyIC51c2VyMjpiZWZvcmUge1xyXG4gICAgICBkaXNwbGF5OiBub25lOyB9XHJcbiAgLmNoYXQtaG9sZGVyIC50aW1lLWxlZnQge1xyXG4gICAgZmxvYXQ6IGxlZnQ7XHJcbiAgICBtYXJnaW46IDAgMCAwIDEycHg7XHJcbiAgICBjb2xvcjogI2FhYWFhYTtcclxuICAgIGZvbnQtc2l6ZTogMTRweDtcclxuICAgIGxpbmUtaGVpZ2h0OiAxOHB4OyB9XHJcbiAgLmNoYXQtaG9sZGVyIC50aW1lLXJpZ2h0IHtcclxuICAgIGZsb2F0OiByaWdodDtcclxuICAgIG1hcmdpbjogMCAxMnB4IDAgMDtcclxuICAgIGNvbG9yOiAjYWFhYWFhO1xyXG4gICAgZm9udC1zaXplOiAxNHB4O1xyXG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7IH1cclxuICAuY2hhdC1ob2xkZXIgLm1lc3NhZ2UxIHtcclxuICAgIGxldHRlci1zcGFjaW5nOiAxcHg7XHJcbiAgICBmb250LXNpemU6IDE0cHg7XHJcbiAgICBsaW5lLWhlaWdodDogMjBweDtcclxuICAgIHBhZGRpbmc6IDdweCAxMXB4O1xyXG4gICAgY29sb3I6ICNmZmY7XHJcbiAgICBiYWNrZ3JvdW5kOiAjNGRiMTM2O1xyXG4gICAgYm9yZGVyLXJhZGl1czogM3B4O1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICBtYXJnaW4tYm90dG9tOiAxOXB4OyB9XHJcbiAgICAuY2hhdC1ob2xkZXIgLm1lc3NhZ2UxOmJlZm9yZSB7XHJcbiAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgIHRvcDogLTRweDtcclxuICAgICAgbGVmdDogMTVweDtcclxuICAgICAgd2lkdGg6IDEwcHg7XHJcbiAgICAgIGhlaWdodDogMTBweDtcclxuICAgICAgYmFja2dyb3VuZDogIzRkYjEzNjtcclxuICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSg0NWRlZyk7XHJcbiAgICAgICAgICAtbXMtdHJhbnNmb3JtOiByb3RhdGUoNDVkZWcpO1xyXG4gICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTsgfVxyXG4gIC5jaGF0LWhvbGRlciAubWVzc2FnZTIge1xyXG4gICAgbGV0dGVyLXNwYWNpbmc6IDFweDtcclxuICAgIGZvbnQtc2l6ZTogMTRweDtcclxuICAgIGxpbmUtaGVpZ2h0OiAyMHB4O1xyXG4gICAgcGFkZGluZzogN3B4IDExcHg7XHJcbiAgICBjb2xvcjogI2ZmZjtcclxuICAgIGJhY2tncm91bmQ6ICM1Nzg1YmM7XHJcbiAgICBib3JkZXItcmFkaXVzOiAzcHg7XHJcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIG1hcmdpbi1ib3R0b206IDE5cHg7IH1cclxuICAgIC5jaGF0LWhvbGRlciAubWVzc2FnZTI6YmVmb3JlIHtcclxuICAgICAgY29udGVudDogJyc7XHJcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgdG9wOiAtNHB4O1xyXG4gICAgICByaWdodDogMTVweDtcclxuICAgICAgd2lkdGg6IDEwcHg7XHJcbiAgICAgIGhlaWdodDogMTBweDtcclxuICAgICAgYmFja2dyb3VuZDogIzU3ODViYztcclxuICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSg0NWRlZyk7XHJcbiAgICAgICAgICAtbXMtdHJhbnNmb3JtOiByb3RhdGUoNDVkZWcpO1xyXG4gICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTsgfVxyXG4gIC5jaGF0LWhvbGRlciAuY2hhdC1mb3JtIHtcclxuICAgIHBhZGRpbmc6IDE3cHggMCAwO1xyXG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlZmVmZWY7XHJcbiAgICBtYXJnaW4tYm90dG9tOiAxM3B4OyB9XHJcbiAgICAuY2hhdC1ob2xkZXIgLmNoYXQtZm9ybSB0ZXh0YXJlYSB7XHJcbiAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICByZXNpemU6IG5vbmU7XHJcbiAgICAgIGJhY2tncm91bmQ6ICNmNmY1ZjQ7XHJcbiAgICAgIGZvbnQtc2l6ZTogMTZweDtcclxuICAgICAgbGluZS1oZWlnaHQ6IDE4cHg7XHJcbiAgICAgIGNvbG9yOiAjYWFhYWFhO1xyXG4gICAgICBtaW4taGVpZ2h0OiA3MXB4O1xyXG4gICAgICBsZXR0ZXItc3BhY2luZzogMXB4O1xyXG4gICAgICBtYXJnaW4tYm90dG9tOiAxNnB4OyB9XHJcbiAgICAgIC5jaGF0LWhvbGRlciAuY2hhdC1mb3JtIHRleHRhcmVhOjotd2Via2l0LWlucHV0LXBsYWNlaG9sZGVyIHtcclxuICAgICAgICBjb2xvcjogI2FhYWFhYTsgfVxyXG4gICAgICAuY2hhdC1ob2xkZXIgLmNoYXQtZm9ybSB0ZXh0YXJlYTo6LW1vei1wbGFjZWhvbGRlciB7XHJcbiAgICAgICAgb3BhY2l0eTogMTtcclxuICAgICAgICBjb2xvcjogI2FhYWFhYTsgfVxyXG4gICAgICAuY2hhdC1ob2xkZXIgLmNoYXQtZm9ybSB0ZXh0YXJlYTotbW96LXBsYWNlaG9sZGVyIHtcclxuICAgICAgICBjb2xvcjogI2FhYWFhYTsgfVxyXG4gICAgICAuY2hhdC1ob2xkZXIgLmNoYXQtZm9ybSB0ZXh0YXJlYTotbXMtaW5wdXQtcGxhY2Vob2xkZXIge1xyXG4gICAgICAgIGNvbG9yOiAjYWFhYWFhOyB9XHJcbiAgICAgIC5jaGF0LWhvbGRlciAuY2hhdC1mb3JtIHRleHRhcmVhLnBsYWNlaG9sZGVyIHtcclxuICAgICAgICBjb2xvcjogI2FhYWFhYTsgfVxyXG4gICAgLmNoYXQtaG9sZGVyIC5jaGF0LWZvcm0gYnV0dG9uIHtcclxuICAgICAgaGVpZ2h0OiAyOXB4O1xyXG4gICAgICBmb250LXNpemU6IDE2cHg7XHJcbiAgICAgIGxpbmUtaGVpZ2h0OiAxOXB4O1xyXG4gICAgICBwYWRkaW5nOiA1cHg7XHJcbiAgICAgIGJvcmRlcjogMDtcclxuICAgICAgYmFja2dyb3VuZDogIzU3ODViYztcclxuICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgICAgIG1hcmdpbi1ib3R0b206IDE2cHg7IH1cclxuICAgICAgLmNoYXQtaG9sZGVyIC5jaGF0LWZvcm0gYnV0dG9uOmhvdmVyIHtcclxuICAgICAgICBiYWNrZ3JvdW5kOiAjNGRiMTM2OyB9XHJcbiAgLmNoYXQtaG9sZGVyIC50aXRsZSB7XHJcbiAgICBmb250LXNpemU6IDE4cHg7XHJcbiAgICBmb250LWZhbWlseTogXCJ0ZXhneXJlYWR2ZW50b3JcIiwgXCJUaW1lc1wiLCBcIkJhc2tlcnZpbGxlXCIsIFwiR2VvcmdpYVwiLCBzZXJpZjtcclxuICAgIGxpbmUtaGVpZ2h0OiAxO1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xyXG4gICAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICAgIHBhZGRpbmctcmlnaHQ6IDM1cHg7XHJcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2VkZWRlZDtcclxuICAgIHBhZGRpbmctYm90dG9tOiAxNXB4O1xyXG4gICAgbGV0dGVyLXNwYWNpbmc6IDJweDsgfVxyXG4gIC5jaGF0LWhvbGRlciAubm8ge1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICBtYXJnaW46IDAgYXV0bztcclxuICAgIG1heC13aWR0aDogMTEwcHg7XHJcbiAgICBjb2xvcjogI2FhYWFhYTtcclxuICAgIGZvbnQtc2l6ZTogMTZweDtcclxuICAgIGxpbmUtaGVpZ2h0OiAxO1xyXG4gICAgbGV0dGVyLXNwYWNpbmc6IDJweDsgfVxyXG4gICAgLmNoYXQtaG9sZGVyIC5ubzpob3ZlciB7XHJcbiAgICAgIGNvbG9yOiAjNGRiMTM2OyB9XHJcbiAgLmNoYXQtaG9sZGVyIC5vcGVuIHtcclxuICAgIC13ZWJraXQtdHJhbnNpdGlvbjogYmFja2dyb3VuZCAwLjNzO1xyXG4gICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kIDAuM3M7XHJcbiAgICB3aWR0aDogNTZweDtcclxuICAgIGhlaWdodDogMjA1cHg7XHJcbiAgICBiYWNrZ3JvdW5kOiAjZmZmO1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICBib3JkZXItcmFkaXVzOiAwIDNweCAzcHggMDtcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgIGxlZnQ6IDA7XHJcbiAgICBib3R0b206IDM3NHB4O1xyXG4gICAgYm94LXNoYWRvdzogMCAwIDEwcHggcmdiYSgwLCAwLCAwLCAwLjIpO1xyXG4gICAgb3ZlcmZsb3c6IGhpZGRlbjsgfVxyXG4gICAgLmNoYXQtaG9sZGVyIC5vcGVuOmhvdmVyIHtcclxuICAgICAgYmFja2dyb3VuZDogI2Y2ZjVmNDsgfVxyXG4gICAgLmNoYXQtaG9sZGVyIC5vcGVuIC5pY29uIHtcclxuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICBsZWZ0OiA1MCU7XHJcbiAgICAgIHRvcDogMjJweDtcclxuICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcclxuICAgICAgICAgIC1tcy10cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcclxuICAgICAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTsgfVxyXG4gICAgICAuY2hhdC1ob2xkZXIgLm9wZW4gLmljb246YWZ0ZXIge1xyXG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICBib3R0b206IC0yMnB4O1xyXG4gICAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICAgIGxlZnQ6IDUwJTtcclxuICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xyXG4gICAgICAgICAgICAtbXMtdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XHJcbiAgICAgICAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcclxuICAgICAgICB3aWR0aDogMzNweDtcclxuICAgICAgICBoZWlnaHQ6IDJweDtcclxuICAgICAgICBiYWNrZ3JvdW5kOiAjYTlhOWE5OyB9XHJcbiAgLmNoYXQtaG9sZGVyIC5kZWNvciB7XHJcbiAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICBmb250LXNpemU6IDI0cHg7XHJcbiAgICBsaW5lLWhlaWdodDogMTtcclxuICAgIGZvbnQtZmFtaWx5OiBcInRleGd5cmVhZHZlbnRvclwiLCBcIlRpbWVzXCIsIFwiQmFza2VydmlsbGVcIiwgXCJHZW9yZ2lhXCIsIHNlcmlmO1xyXG4gICAgY29sb3I6ICM5MTkxOTE7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICBib3R0b206IDQ2cHg7XHJcbiAgICBsZWZ0OiAtOXB4O1xyXG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgtOTBkZWcpO1xyXG4gICAgICAgIC1tcy10cmFuc2Zvcm06IHJvdGF0ZSgtOTBkZWcpO1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgtOTBkZWcpO1xyXG4gICAgbGV0dGVyLXNwYWNpbmc6IDNweDsgfSJdfQ== */


/*Green Footer Customs*/
.block-stay-connect .stay-holder .title{padding-left: 0px !important;}
.block-stay-connect .stay-holder .title::before{display: none !important;}
.stay-form {display: none !important;}

/*** CTA sections ***/
h5.cta-title { text-align: center; display: block; }
h5.cta-title .title { font-size: 2em; width: 100%; }
  @media (max-width: 1023px) {
    h5.cta-title .title  {
    font-size: 1em; } }
.cta-section-trial { text-align: center; margin: 3em 0 0 0; padding: 0 45px; }
.cta-section-button a.btn { font-size: 1.3em; }
.call-cta-section { color: #fff; font-size: 1.5em; text-align: center; display: block; margin: 1.5em 0 0 0; }
.call-cta-section a { color: #fff; font-weight: bold; text-decoration: underline; }

/* Test fix to pagination */
.slideshow .btn-prev.btn, .slideshow .btn-next.btn{
font-size:12px;
line-height:16px;
top:unset;
left:unset;
right:unset;
height:40px;
}

/* Top Promo on interior pages for Free Bundle */
.top-promo { background-color: #e14f3c;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width: 100%;
line-height: 120px;
}

a.top-promo-link {
color: white;
text-decoration: underline;
}

a.top-promo-link:hover {
color: white;
text-decoration: none;
}

.top-promo-text  { }

 @media (max-width: 1024px) {
    .top-promo-image { display: none; }
 
}

 @media (max-width: 667px) {
    .top-promo-image { display: none; }
    .top-promo { line-height: 50px; font-size: 14px; }

}

p.error { color: red; } /* for the validation errors on the forms */

/** quickly make videos responsive by adding div with class video-container **/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/** Fixing this damn homepage header once and for all **/

.carousel2 { height: auto; margin: 0; position: relative; width: 100%; }
.carousel2 .bg-img-container { box-sizing: border-box; height: 100%; position: relative; width: 100%; }
.carousel2 .bg-img-container { background: url("https://worldpay.getringup.com/wp-content/uploads/2017/07/Ring_Up_web_header_v2_new.jpg") no-repeat center; background-size: cover; min-height: 375px;  }
                                     

.carousel2 .bg-img-container .bg-img img {  }
.carousel2 .bg-img-container .bg-img img { }

.carousel2 .hero-text { width: 100%; color: #fff; text-align: center; padding-top: 125px; }
.carousel2 .hero-text h2 { color: #fff; }
.carousel2 .hero-text h2:before, .h2:before { content: none;}

.top-image { display: none; }
.top-image-image { }


/* 768px/16px (base font size) = 48rem */
@media (min-width: 1025px) {

.carousel2 .hero-text { text-align: left; width: 50%; float: left; }
.carousel2 .hero-text h2 { font-size: 48px; line-height: 64px; margin-bottom: 28px; }
.carousel2 .hero-text p.banner-description { font-size: 24px; line-height: 34px; margin: 0 0 62px; font-family: "texgyreadventor","Times","Baskerville","Georgia",serif; color: #c1c1c1; }

.top-image { display: inline; width: 50%; float: right; margin-top: 110px; }
.top-image-image { float: right;  }

/* Styles for Help pages */
.helppage-subhead { font-size: .8em; font-style: italic; border-bottom: 5px solid #4db136; }




