/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /* 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, 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/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.container:before {
  content: " ";
  display: table;
}
.container:after {
  content: " ";
  display: table;
  clear: both;
}

.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}

.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
img.img-responsive {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

/**
 * 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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  text-transform: none;
}

/**
 * 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.
 */
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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * 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.
 */
/**
 * 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`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * 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).
 */
/**
 * 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;
}

/* ==========================================================================
   Custom Styling
   ========================================================================== */
.featured-line:after, .grey-box:after {
  content: " ";
  display: block;
  clear: both;
}

.quick-links:after, .quick-links ul:after {
  content: " ";
  display: block;
  clear: both;
}

.post:after, .solutions:after, .home .content:after {
  content: " ";
  display: block;
  clear: both;
}

/* Common
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hide {
  position: absolute !important;
  left: -9999em !important;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  -webkit-tap-highlight-color: transparent;
}

/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}
.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

body {
  color: #666666;
  font-size: 16px;
  line-height: 23px;
  font-family: "myriad-pro", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

.error {
  color: #F00;
}

a {
  color: #fe6c00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Container */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/* Header */
.header {
  height: 100px;
  background: url(../img/bg_header.png) repeat-x 0 100%;
  border-top: 4px solid #87c9ee;
  border-bottom: 2px solid #fff;
}
.header .langs {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  height: 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-right: 25px;
  background: url(../img/bg_langs.png) no-repeat 100% 0;
}
.header .langs:hover {
  background: none #87c9ee;
}
.header .langs.noBackground {
  background: none #87c9ee;
}
.header .langs.noBackground #lang_sel {
  background: none #87c9ee;
}

div#lang_sel {
  height: 20px;
  color: #fff;
  font-family: inherit;
  position: relative;
  line-height: 14px;
  font-size: 12px;
  background: url(../img/bg_langs.png) white no-repeat 0 0;
  padding-left: 25px;
}
div#lang_sel:hover {
  background: none #87c9ee;
}

#lang_sel li {
  width: 99px;
}
#lang_sel a {
  border: none;
  background: #87c9ee;
  line-height: 20px;
}
#lang_sel a.lang_sel_sel {
  color: #fff;
  background: url(../img/nav-arrow-down.png) #87c9ee right no-repeat;
}
#lang_sel a.lang_sel_sel:hover {
  color: #fff;
}
#lang_sel a:visited {
  border: none;
  background: #87c9ee;
  line-height: 20px;
}
#lang_sel ul ul {
  border-top: none;
  top: 20px;
  background: #87c9ee;
  height: auto;
  position: absolute;
  left: -25px;
  padding-left: 25px !important;
  padding-bottom: 10px !important;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#lang_sel ul ul a {
  color: #fff !important;
  border: none;
  background: none transparent !important;
}
#lang_sel ul ul a:visited {
  color: #fff !important;
  border: none;
  background: none transparent !important;
}

.site-name {
  width: 249px;
  height: 56px;
  float: left;
  margin: 21px 0 0;
  text-indent: -999em;
}
.site-name span {
  background: url(../img/logo.png) no-repeat;
}

.page-template-promo .header .buttons {
  float: right;
  margin: 21px 0 0;
}

/* Navigation */
.navigation {
  float: right;
}
.navigation ul, .navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation > ul {
  padding: 0;
  margin: 13px 0 0;
}
.navigation > ul > li {
  position: relative;
  float: left;
  padding: 7px 0 0;
  height: 80px;
  margin: 0;
  list-style: none;
}
.navigation > ul > li > a {
  position: relative;
  text-transform: uppercase;
  color: #656565;
  font-size: 16px;
  float: left;
  padding: 0 27px 0 28px;
  line-height: 62px;
  height: 74px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 600;
}
.navigation > ul > li > a:hover {
  color: #154871;
  text-decoration: none;
}

.desktop .navigation > ul > li:hover > ul {
  display: block !important;
}

.navigation > ul > li.hover > ul {
  display: block !important;
}
.navigation > ul > li.products > a {
  cursor: default;
}
.navigation > ul > li.products > ul {
  display: none;
  position: absolute;
  top: 100%;
  border-bottom: 2px solid #154871;
  border-top: 2px solid #154871;
  z-index: 999;
  left: 0;
  width: auto;
  padding: 0 1px;
  white-space: nowrap;
  background-color: #fff;
}
.navigation > ul > li.products > ul > li {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 14px 0;
  /*text-transform: uppercase;*/
}
.navigation > ul > li.products > ul > li:before {
  display: none;
}
.navigation > ul > li.products > ul > li + li {
  border-top: 3px double #e2e2e2;
  padding-top: 10px;
}
.navigation > ul > li.products > ul > li + li ul {
  padding-top: 7px;
}
.navigation > ul > li.products > ul > li > a {
  color: #194b73;
  cursor: default;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.navigation > ul > li.products > ul > li > a:before {
  display: none;
}
.navigation > ul > li.products > ul > li ul {
  padding: 10px 0 2px;
}
.navigation > ul > li.products > ul > li li:before {
  content: "\00BB";
  color: #fe6c00;
  text-decoration: none;
  padding-right: 3px;
  display: inline-block;
}
.navigation > ul > li.products > ul > li li a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  padding-left: 1px;
  color: #666666;
  /*text-transform: uppercase;*/
}
.navigation > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  border-bottom: 2px solid #154871;
  border-top: 2px solid #154871;
  z-index: 999;
  left: 0;
  width: auto;
  white-space: nowrap;
  background-color: #fff;
  padding: 10px 10px 2px;
}
.navigation > ul > li > ul li:before {
  content: "\00BB";
  color: #fe6c00;
  text-decoration: none;
  padding-right: 3px;
  display: inline-block;
}
.navigation > ul > li > ul li a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  padding-left: 1px;
  color: #666666;
  /*text-transform: uppercase;*/
}
.navigation > ul > li.current-menu-item, .navigation > ul > li.current-page-parent, .navigation > ul > li.current-menu-ancestor, .navigation > ul > li.hover {
  background: url(../img/bg_menu.png) no-repeat 0 100%;
}

.desktop .navigation > ul > li:hover {
  background: url(../img/bg_menu.png) no-repeat 0 100%;
}

.navigation > ul > li.current-menu-item:before, .navigation > ul > li.current-page-parent:before, .navigation > ul > li.current-menu-ancestor:before, .navigation > ul > li.hover:before {
  content: "";
  background: url(../img/bg_menu.png) no-repeat 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
}

.desktop .navigation > ul > li:hover:before {
  content: "";
  background: url(../img/bg_menu.png) no-repeat 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
}

.navigation > ul > li.current-menu-item > a, .navigation > ul > li.current-page-parent > a, .navigation > ul > li.current-menu-ancestor > a, .navigation > ul > li.hover > a {
  color: #154871;
}

.desktop .navigation > ul > li:hover > a {
  color: #154871;
}

.navigation > ul > li.current-menu-item.with-sub > a:after, .navigation > ul > li.current-page-parent.with-sub > a:after, .navigation > ul > li.hover.with-sub > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  margin-left: -3px;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #154871 transparent;
}

.desktop .navigation > ul > li:hover.with-sub > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  margin-left: -3px;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #154871 transparent;
}

.navigation > ul > li.current-menu-item:after, .navigation > ul > li.current-page-parent:after, .navigation > ul > li.current-menu-ancestor:after, .navigation > ul > li.current:after {
  content: "";
  position: absolute;
  border-top: 2px solid #154871;
  left: 0;
  right: 0;
  bottom: -2px;
}
.navigation > ul > li.current-menu-item > a:after, .navigation > ul > li.current-page-parent > a:after, .navigation > ul > li.current-menu-ancestor > a:after, .navigation > ul > li.current > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  margin-left: -3px;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #154871 transparent;
}
.navigation > ul > li:first-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

/* Content */
.btn-free {
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 19px 0 19px;
  line-height: 52px;
  height: 52px;
  text-transform: uppercase;
  border-radius: 2px;
  background: #ff8700 repeat-x;
  -webkit-box-shadow: inset 0 0 0 1px #ff3700;
  box-shadow: inset 0 0 0 1px #ff3700;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0IDUwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjViMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjg3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjUwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #ff5b00 0%, #ff8700 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5b00), to(#ff8700));
  background-image: linear-gradient(to top, #ff5b00 0%, #ff8700 100%);
}
.btn-free:before {
  content: "";
  float: left;
  background: url(../img/ico_download.png) no-repeat;
  width: 18px;
  height: 16px;
  margin: 17px 18px 0 0;
}
.btn-free:hover {
  background-position: 0 100px;
  text-decoration: none;
}

.btn-buy {
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 25px 0 18px;
  line-height: 52px;
  height: 52px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  background: #19598d repeat-x;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE1OCA1MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTEzZDVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTk1OThkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNTgiIGhlaWdodD0iNTIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #113d5d 0%, #19598d 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#113d5d), to(#19598d));
  background-image: linear-gradient(to top, #113d5d 0%, #19598d 100%);
}
.btn-buy:before {
  content: "";
  float: left;
  background: url(../img/ico_buy.png) no-repeat;
  width: 21px;
  height: 21px;
  margin: 16px 17px 0 0;
}
.btn-buy:hover {
  background-position: 0 100px;
  text-decoration: none;
}

.featured-line {
  background: #56ace2 no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../img/home.jpg);
  position: relative;
  margin-bottom: 33px;
  padding: 37px 0;
}
.featured-line:before {
  content: "";
  position: absolute;
  bottom: -40px;
  height: 39px;
  left: 0;
  right: 0;
  background: url(../img/bg_slider_s.png) repeat-x;
}
.featured-line .left {
  float: left;
  width: 590px;
}
.featured-line .left.alone {
  padding: 11px 0 20px;
}
.featured-line h1,
.featured-line div.featured-title {
  color: #fdfdfd;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "myriad-pro-condensed", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  margin: 0;
  line-height: 55px;
  text-shadow: 0 1px 0 rgba(5, 5, 5, 0.61);
}
.featured-line h2 {
  color: #fdfdfd;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "myriad-pro-condensed", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  margin: 0;
  line-height: 31px;
  text-shadow: 0 1px 0 rgba(5, 5, 5, 0.61);
}
.featured-line .buttons {
  float: right;
  padding: 21px 0 0;
}
.featured-line .buttons a {
  margin-left: 20px;
}
.featured-line .holder {
  position: relative;
  display: inline-block;
}
.featured-line .holder.hover > ul {
  display: block !important;
}
.featured-line a {
  color: #fff;
  text-decoration: none;
}
.featured-line.promo {
  padding-top: 5px;
}
.featured-line.promo .left {
  float: none;
  width: 100%;
}
.featured-line.promo .buttons {
  float: none;
  padding: 0;
}
.featured-line.promo .buttons a {
  margin-left: 0;
}

.desktop .featured-line .holder:hover > ul {
  display: block !important;
}

.featured-line .holder.products > a {
  cursor: default;
}
.featured-line .holder li {
  position: relative;
  margin: 0;
  list-style: none;
}
.featured-line .holder > ul {
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  border-bottom: 2px solid #154871;
  border-top: 2px solid #154871;
  z-index: 999;
  left: 10px;
  text-align: left;
  width: auto;
  padding: 0 1px;
  white-space: nowrap;
  background-color: #fff;
}
.featured-line .holder > ul li:before {
  content: "\00BB";
  color: #fe6c00;
  padding-right: 3px;
  display: inline-block;
}
.featured-line .holder > ul li a {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  padding-left: 1px;
  color: #666666;
  text-transform: uppercase;
}
.featured-line .holder > ul > li {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 14px 0;
  text-transform: uppercase;
}
.featured-line .holder > ul > li:before {
  display: none;
}
.featured-line .holder > ul > li + li {
  border-top: 3px double #e2e2e2;
  padding-top: 10px;
}
.featured-line .holder > ul > li + li ul {
  padding-top: 7px;
  padding-bottom: 10px;
}
.featured-line .holder > ul > li > a {
  color: #194b73;
  cursor: default;
  margin: 0 !important;
  padding: 0;
  text-decoration: none;
}
.featured-line .holder > ul > li > a:before {
  display: none;
}
.featured-line .holder > ul > li ul {
  padding: 10px 0 10px;
}
.featured-line .holder > ul > li li:before {
  content: "\00BB";
  color: #fe6c00;
  padding-right: 3px;
  display: inline-block;
}
.featured-line .holder > ul > li li a {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  padding-left: 1px;
  color: #666666;
  text-transform: uppercase;
}

.home .featured-line {
  height: 450px;
  text-align: center;
  padding: 95px 0;
}
.home .featured-line h1 {
  padding-bottom: 20px;
}
.home .featured-line h2 {
  font-size: 31px;
  line-height: 53px;
}
.home .featured-line .buttons {
  float: none;
  padding: 39px 4px 0 0;
  text-align: center;
}
.home .featured-line .buttons a {
  margin: 0 9px;
  display: inline-block;
  float: none;
}
.home .featured-line:before {
  bottom: -41px;
}
.home .main_text_block {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  padding: 10px 15px;
}
.home .main_text_block p:first-child {
  margin-top: 0;
}
.home .main_text_block p:last-child {
  margin-bottom: 0;
}

.list-f {
  margin: 0;
  padding: 0;
}
.list-f li {
  list-style: none;
  line-height: 18px;
  font-size: 14px;
  display: block;
  color: #666666;
}
.list-f li:before {
  content: "\00BB";
  font-size: 18px;
  color: #fe6c00;
  line-height: 10px;
  padding-right: 14px;
  display: inline-block;
}

.list-a {
  margin: 0;
  padding: 0;
}
.list-a li {
  list-style: none;
  line-height: 18px;
  font-size: 14px;
  display: block;
  padding: 2px 0 13px 29px;
  color: #666666;
}
.list-a li:before {
  content: "";
  background: url(../img/ico_arrow_r.png) no-repeat;
  width: 14px;
  height: 15px;
  margin: 1px 0 0 -29px;
  float: left;
}
.list-a li ul {
  padding: 16px 5px 0;
  margin: 0 0 -18px;
}
.list-a li ul li {
  padding: 0 0 15px 11px !important;
  line-height: 15px;
}
.list-a li ul li:before {
  background: none;
  height: auto;
  margin: -2px 0 0 -10px;
  width: 10px;
  content: "\00BB";
  float: left;
  font-size: 18px;
  line-height: 14px;
  color: #fe6c00;
}

.table_bottom_text {
  margin-bottom: 20px;
}

.product-details .table_bottom_text {
  margin-top: 20px;
}

.grey-box {
  background: #f9fbf9;
  border: 1px solid #f0efef;
  margin-bottom: 20px;
  padding: 13px 8px 2px;
}
.grey-box:last-child {
  margin-bottom: 50px;
}
.grey-box.free {
  padding: 12px 18px;
  margin-top: 0;
  margin-bottom: 26px;
}
.grey-box.free p {
  margin: 0 0 12px 0;
  padding-top: 0;
}
.grey-box.free p strong {
  color: #154871;
  font-weight: normal;
}
.grey-box.free p a {
  color: #fe6c00;
}
.grey-box.free h3 {
  padding: 0 0 23px;
  text-transform: none;
  font-size: 18px;
}
.grey-box.free .list {
  width: 43.5%;
}
.grey-box.free .description {
  width: 56%;
}
.grey-box h3 {
  font-size: 16px;
  color: #154871;
  padding: 0 0 9px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.grey-box p {
  margin: 0 0 20px;
}
.grey-box h4 {
  font-weight: 600;
  color: #fa7306;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
}
.grey-box h4:first-child {
  padding-top: 0;
  padding-bottom: 22px;
}

.quick-links {
  position: relative;
  z-index: 100;
  margin-bottom: 15px;
}
.quick-links .certificates {
  margin: -4px 8px 0;
  float: right;
}
.quick-links .norton, .quick-links .citrix {
  text-align: center;
  float: left;
  margin: 0 5px;
}
.quick-links .citrix {
  padding: 7px 17px;
}
.quick-links ul, .quick-links li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.quick-links ul {
  padding: 6px;
  margin: 0 -2px;
  border: 1px solid #eeecec;
  background: #fff;
  color: #154771;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
}
.quick-links ul ul {
  position: absolute;
  top: 100%;
  left: 1px;
  width: 218px;
  display: none;
  background: #fff;
  overflow: hidden;
  height: auto;
  padding: 5px 19px 10px;
  float: none;
  border: 1px solid #e5e5e5;
}
.quick-links ul ul:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #003366;
  bottom: 0;
  left: 0;
  right: 0;
}
.quick-links li {
  border-right: 1px solid #e5e5e5;
  padding: 0 16px 0 16px;
  margin-right: 3px;
  position: relative;
}
.quick-links li:last-child {
  border-right: none;
}
.quick-links li.menu-item-has-children {
  margin: -6px 0 -6px -4px;
  height: 40px;
  line-height: 40px;
  padding: 0 7px 0 14px;
  border: 0;
  border-left: 1px solid #e5e5e5;
}
.quick-links li.menu-item-has-children > a {
  color: #154871;
  cursor: default;
}
.quick-links li.menu-item-has-children:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 9px;
  margin: 0 0 -3px 11px;
  -webkit-box-shadow: 0 1px 0 white, inset 0 1px 0 rgba(0, 0, 0, 0.14), inset 0 0 5px rgba(140, 140, 140, 0.07);
  box-shadow: 0 1px 0 white, inset 0 1px 0 rgba(0, 0, 0, 0.14), inset 0 0 5px rgba(140, 140, 140, 0.07);
  background: #d4d4d4 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFpJREFUeNpi5LVN3sDAwOAMxMVAPB+IE4G4F4j3sgCJ3UCsBsQuQCwCxAZA/Bgkzvj//38GPrsUVyCnEohtgfgwELd/OjRnNxOQwQBiAKn1QLwPREP5DAABBgCKrxicNizj7gAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}

.desktop .quick-links li.menu-item-has-children:hover:after, .quick-links li.menu-item-has-children.hover:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFBJREFUeNpi/P//PwMI8Nml5AIpHyDe8unQnMkgMSaohCuQCgRiJxAN5TMw8tomZwNpEL4CxBeA2ACIdYB4KkgnSJUsEO8B4m4oDeK7AgQYAOBtEbFiCtGEAAAAAElFTkSuQmCC");
}

.desktop .quick-links li.menu-item-has-children:hover ul {
  display: block;
}

.quick-links li.menu-item-has-children.hover ul {
  display: block;
}
.quick-links li li {
  float: none;
  padding: 0;
  margin: 0 0 -3px;
  border: 0;
}
.quick-links li li a {
  padding: 0;
  display: block;
  color: #666666;
  font-weight: 600;
}
.quick-links li li a:before {
  content: "\00BB";
  font-size: 18px;
  color: #fe6c00;
  padding-right: 10px;
  display: inline-block;
}
.quick-links a {
  color: #57afe6;
}
.quick-links a:hover {
  color: #154871;
  text-decoration: none;
}
.quick-links .current-menu-item a,
.quick-links .current_page_item a {
  color: #154871;
  text-decoration: none;
}

/* Sidebar */
/* Footer */
.footer-widgets {
  clear: both;
  background: #57afe6;
  padding: 13px 0 5px;
  overflow: hidden;
}
.footer-widgets .col {
  float: left;
  padding: 7px 0 0 40px;
  width: 26%;
  margin-right: -1%;
  border-right: 1px solid #4495c7;
  -webkit-box-shadow: 1px 0 0 #62b4e7;
  box-shadow: 1px 0 0 #62b4e7;
}
.footer-widgets .col ul {
  margin-bottom: -3px;
}
.footer-widgets .col li {
  list-style: none;
  padding: 0 0 4px;
  margin: 0;
}
.footer-widgets .col li a {
  color: #fff;
}
.footer-widgets .follow {
  float: right;
  width: 24%;
  padding: 7px 0 0 32px;
}
.footer-widgets .follow .norton {
  margin-left: -5px;
}
.footer-widgets .follow li {
  list-style: none;
  float: left;
  margin: 5px 5px 13px 0;
}
.footer-widgets .follow li span {
  float: left;
  width: 32px;
  height: 32px;
  background: url(../img/ico_social.png) no-repeat;
}
.footer-widgets .follow li span.ico-tw {
  background-position: -32px 0;
}
.footer-widgets .follow li span.ico-gplus {
  background-position: -64px 0;
}
.footer-widgets ul {
  padding: 12px 0;
  margin: 0;
  overflow: hidden;
}
.footer-widgets h3 {
  margin: 0;
  color: #19476f;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.norton p {
  margin: 0;
}
.norton p img {
  margin: 0 !important;
}

.footer {
  clear: both;
  background: #4099d0;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #3d8abb;
  overflow: hidden;
  padding-bottom: 2px;
}
.footer a {
  color: #1a4770;
}
.footer p {
  margin: 0;
  padding: 8px 31px 10px;
  float: left;
}
.footer .logo {
  float: right;
  background: url(../img/footer_logo.png) no-repeat;
  height: 34px;
  width: 150px;
  margin: 5px -30px 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* WordPress Default Styling
   ========================================================================== */
.alignnone {
  margin: 3px 0 10px 8px;
}

.aligncenter, div.aligncenter {
  display: block;
  padding: 3px;
  border: 1px solid #e6e6e6;
  margin: 3px auto 10px auto;
  border-radius: 1px;
}

.alignright {
  padding: 3px;
  border: 1px solid #e6e6e6;
  float: right;
  margin: 3px 0 10px 8px;
  border-radius: 1px;
}

.alignleft {
  padding: 3px;
  border: 1px solid #e6e6e6;
  float: left;
  margin: 3px 8px 10px 0;
  border-radius: 1px;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.single-post .wp-caption {
  padding: 5px;
}

.wp-caption.aligncenter, .wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.single-post .wp-caption.alignnone {
  margin: 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.monitor-content {
  overflow: hidden;
  text-align: justify;
}
.monitor-content .image {
  float: right;
  padding: 0 9px 15px 67px;
}
.monitor-content h2 {
  margin: 0;
  padding: 0 0 17px;
  font-size: 20px;
  font-weight: normal;
  color: #fe6c00;
  width: 100%;
}
.monitor-content h4 {
  margin: 0;
  padding: 0 0 18px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #154871;
}
.monitor-content p {
  margin: 0;
  padding-bottom: 18px;
}

.sum-line {
  font-size: 14px;
  line-height: 24px;
  background: #154871;
  color: #fff;
  margin: 6px 1px 27px;
  -moz-box-shadow: 0 0 0 1px solid #240;
  -webkit-box-shadow: 0 0 0 1px solid #240;
  box-shadow: 0 0 0 1px solid #240;
  padding: 20px 15px 13px;
  text-align: center;
}
.sum-line .certificates {
  float: right;
  margin-left: 15px;
}
.sum-line p {
  margin: 0;
  padding: 2px 0 0;
}
.sum-line h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.sum-line h5 p {
  display: inline-block;
}
.sum-line span.div {
  padding: 0 14px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.monitor .item {
  text-align: left;
  border: 1px solid #f0efef;
  overflow: visible;
  background: #f9fbf9;
  margin-bottom: 22px;
}
.monitor .item .image {
  display: table;
  float: left;
  background: #f3f4f3;
  position: relative;
  margin-right: 95px;
  text-align: center;
  padding: 0;
}
.monitor .item .image .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 23px 19px 23px 23px;
}
.monitor .item .image a {
  display: block;
}
.monitor .item .image:after {
  content: "";
  position: absolute;
  width: 63px;
  height: 100%;
  top: 0;
  right: -63px;
  background: url(../img/bg_side_arrow.png) no-repeat;
  -webkit-background-size: 126px 100%;
  background-size: 126px 100%;
}
.monitor .item .image img {
  border: 6px solid #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11);
}
.monitor .item.rev .image {
  float: right;
  margin: 0 0 0 55px;
}
.monitor .item.rev .image:after {
  background-position: 100% 0;
  left: -63px;
}
.monitor .item .text {
  display: table;
}
.monitor .item .text .center {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}
.monitor .item.rev .text .center {
  padding: 15px 15px 15px 30px;
}
.monitor h4 {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fe6c00;
  margin: 0;
  padding: 0 0 14px;
}
.monitor p {
  color: #666;
  margin: 0;
  padding: 0 2px 9px 14px;
}
.monitor p:before {
  content: "\00BB";
  font-size: 18px;
  color: #fe6c00;
  float: left;
  width: 10px;
  margin: -2px 0 0 -13px;
}

.testimonials {
  padding: 6px 0;
  overflow: hidden;
}
.testimonials h3 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 43px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fe6c00;
}

.entry-content .testimonials h3 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 43px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fe6c00;
}

.testimonials .item {
  float: left;
  width: 49.7%;
  padding-right: 17px;
  margin-bottom: 30px;
  background: #fff;
  border: none;
}
.testimonials .item.even {
  padding-right: 0;
  padding-left: 23px;
  border-left: 1px solid #e1e0e0;
}
.testimonials blockquote {
  margin: 0;
  color: #333333;
  font-style: italic;
  padding: 12px 0;
}
.testimonials blockquote p {
  overflow: hidden;
  padding: 0;
}
.testimonials blockquote cite {
  display: block;
  color: #666666;
  font-family: "Calibri", Arial, Tahoma, sans-serif;
  font-style: normal;
  padding: 9px 0 7px;
}
.testimonials blockquote cite strong {
  font-size: 18px;
  color: #154871;
  font-weight: normal;
}
.testimonials .author {
  float: left;
  margin: -6px 10px 0 -2px;
  position: relative;
  width: 124px;
  height: 115px;
  overflow: hidden;
  padding: 4px;
}
.testimonials .author:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg_testimonial.png) no-repeat;
}

.bottom-bar {
  padding: 24px 0 36px;
  overflow: hidden;
}
.bottom-bar h3 {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "myriad-pro-condensed", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  margin: 0;
  color: #57afe6;
  line-height: 40px;
  text-align: left;
}
.bottom-bar .left {
  float: left;
  font-size: 14px;
}
.bottom-bar .left p {
  margin: -2px 0;
  padding: 0;
}
.bottom-bar .buttons {
  float: right;
  margin: 5px 0 0;
}
.bottom-bar .buttons a {
  margin-left: 11px;
}

.product-details {
  overflow: hidden;
}

.product-details-wrapper .sub-header, .product-details .sub-header {
  color: #FD6B00;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  padding: 0 0 37px;
  margin: 0;
}

.product-details-wrapper .text, .product-details .text {
  margin: 0 0 20px;
  color: #666;
}

.product-details-wrapper .buyal-content-box, .product-details-wrapper .buybox {
  padding: 15px;
  border: 1px solid #F0EFEF;
  background-color: #F9FBF9;
  color: #666;
  margin-bottom: 20px;
}

.product-details .buyal-content-box, .product-details .buybox {
  padding: 15px;
  border: 1px solid #F0EFEF;
  background-color: #F9FBF9;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.product-details-wrapper a, .product-details a:hover {
  text-decoration: none;
}

.product-details-wrapper a:hover .buyal-content-box, .product-details a:hover .buyal-content-box {
  border: 1px solid #e0dFdF;
  background-color: #F4F7F4;
}

.product-details-wrapper .table_keylogger_license, .product-details .table_keylogger_license {
  width: 100%;
  vertical-align: middle;
}

.product-details-wrapper .table_keylogger_license .price, .product-details-wrapper .table_keylogger_license .buy {
  width: 170px;
  padding: 0 5px;
  text-align: right;
}

.product-details .table_keylogger_license .price, .product-details .table_keylogger_license .buy {
  width: 170px;
  padding: 0 5px;
  text-align: right;
}

.product-details-wrapper .table_keylogger_license .price, .product-details .table_keylogger_license .price {
  font-size: 18px;
}

.product-details-wrapper .description strong {
  text-decoration: underline;
  font-weight: bold;
  font-size: 17px;
}

.product-details .description strong {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}
.product-details .right-seller {
  float: right;
  width: 25%;
}

.right-detail-wrapper .right-seller, .product-details .right-seller {
  border: 1px solid #f0efef;
  background: #f9fbf9;
}

.right-detail-wrapper .right-detail {
  margin-bottom: 20px;
}
.right-detail-wrapper .right-seller {
  margin-bottom: 20px;
}
.right-detail-wrapper .right-seller h3 {
  color: #154771;
  font-size: 14px;
  line-height: normal;
  padding: 11px 2px 14px 0;
  text-align: center;
  border-bottom: 1px solid #f0efef;
  margin: 0;
  font-weight: normal;
}

.product-details .right-seller h3 {
  color: #154771;
  font-size: 14px;
  line-height: normal;
  padding: 11px 2px 14px 0;
  text-align: center;
  border-bottom: 1px solid #f0efef;
  margin: 0;
  font-weight: normal;
}

.right-detail-wrapper .right-seller p, .product-details .right-seller p {
  padding: 6px 17px;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}

.right-detail-wrapper .right-seller ul, .product-details .right-seller ul {
  margin: 13px 19px 0;
  font-size: 13px;
  padding: 0;
}

.right-detail-wrapper .right-seller ul a, .product-details .right-seller ul a {
  color: #666666;
}

.right-detail-wrapper .right-seller ul li, .product-details .right-seller ul li {
  list-style: none;
  line-height: 20px;
  font-size: 12px;
  display: block;
  margin: 0;
  padding-bottom: 12px;
}

.right-detail-wrapper .right-seller ul li:before {
  content: "\00BB";
  color: #fe6c00;
  line-height: 10px;
  display: inline-block;
  padding-right: 8px;
  font-size: 16px;
}

.product-details .right-seller ul li:before {
  content: "\00BB";
  color: #fe6c00;
  line-height: 10px;
  display: inline-block;
  padding-right: 8px;
  font-size: 16px;
}
.product-details .right-detail {
  float: right;
  width: 25%;
}

.right-detail-wrapper .right-detail, .product-details .right-detail {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #f0efef;
  background: #f9fbf9;
}
.right-detail-wrapper .right-detail h2, .product-details .right-detail h2 {
  color: #fd6b00;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.right-detail-wrapper .right-detail h3, .product-details .right-detail h3 {
  color: #154771;
  font-size: 23px;
  text-transform: uppercase;
  line-height: normal;
  padding: 14px 0 0;
  font-weight: bold;
}
.right-detail-wrapper .right-detail h3 span, .product-details .right-detail h3 span {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}
.right-detail-wrapper .right-detail p, .product-details .right-detail p {
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  padding: 0 0 2px;
  font-weight: 600;
  margin: 0;
}
.right-detail-wrapper .right-detail .version, .product-details .right-detail .version {
  color: #fe6c00;
  font-size: 18px;
  padding: 13px 0 12px;
  margin: 0;
}
.right-detail-wrapper .right-detail .certificates, .product-details .right-detail .certificates {
  width: 147px;
  border-top: 1px solid #e1e1e0;
  margin: 16px auto 0;
  padding: 22px 0 19px;
}
.right-detail-wrapper .right-detail .certificates .norton, .right-detail-wrapper .right-detail .certificates .citrix, .product-details .right-detail .certificates .norton, .product-details .right-detail .certificates .citrix {
  margin-bottom: 5px;
}
.right-detail-wrapper .right-detail .certificates .citrix, .product-details .right-detail .certificates .citrix {
  padding: 7px 17px;
}
.right-detail-wrapper .right-detail .image, .product-details .right-detail .image {
  background: #f3f4f3;
  position: relative;
  text-align: center;
  padding: 30px 24px 0 0;
  margin-bottom: 50px;
}
.right-detail-wrapper .right-detail .image:after, .product-details .right-detail .image:after {
  content: "";
  background: url(../img/bg_bottom_s.png) no-repeat;
  height: 39px;
  -webkit-background-size: 100% 39px;
  background-size: 100% 39px;
  display: block;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
}

.table {
  margin-bottom: 20px;
}

.product-details .table {
  float: left;
  width: 72.9%;
}

.product-details-wrapper .table {
  float: none;
  width: auto;
}

.product-details .table table {
  width: 100%;
}
.product-details .table td {
  margin-bottom: 10px;
  padding: 8px 0;
  height: 43px;
  border-top: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
  background: #f9fbf9 url(../img/bg_table_div.png) no-repeat 100% 50%;
  -webkit-background-size: 17px 100%;
  background-size: 17px 100%;
}
.product-details .table td p {
  margin: 0;
  padding: 0;
}
.product-details .table td:last-child {
  background-image: none !important;
  border-right: 1px solid #e3e1e1;
}
.product-details .table td:first-child {
  border-left: 1px solid #e3e1e1;
}
.product-details .table td.price {
  color: #666666;
  padding-left: 46px;
}
.product-details .table td.buy {
  color: #fd7101;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 5px 0 26px;
}
.product-details .table td.total {
  padding-left: 37px;
  padding-right: 18px;
}
.product-details .table td.total:before {
  width: 14px;
  height: 15px;
  float: left;
  margin: 2px 0 0 -29px;
  content: "";
  background: url(../img/ico_arrow_r.png) no-repeat;
}
.product-details .table td.total em, .product-details .table td.total i, .product-details .table td.total span {
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 16px;
  font-weight: normal;
  display: block;
}
.product-details .table tr:nth-child(4n+4) td {
  background-color: #f3f3f3;
}
.product-details .table tr:hover td {
  background-image: url(../img/bg_table_div_h.png);
  background-color: #f1e2d7;
}
.product-details .table .space {
  height: 2px;
  padding: 0;
  background: #fff;
  border: 0 !important;
}
.product-details .table th {
  height: 43px;
  color: #666666;
  padding: 0 10px;
  font-size: 13px;
  text-align: left;
  line-height: 16px;
  border-top: 1px solid #e3e1e1;
  background-color: #f9fbf9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzIDQzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYmVkZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWZiZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEzIiBoZWlnaHQ9IjQzIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #ebedeb 0%, #f9fbf9 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ebedeb), to(#f9fbf9));
  background-image: linear-gradient(to top, #ebedeb 0%, #f9fbf9 100%);
}
.product-details .table th.total {
  width: 405px;
  text-align: left;
}
.product-details .table th.total .inner {
  height: 43px;
  padding: 4px 10px;
  position: relative;
  z-index: 9;
  background: url(../img/bg_table.png) no-repeat 100% -48px;
  margin: 0 -10px 0 -10px;
  overflow: hidden;
}
.product-details .table th.price {
  width: 165px;
}
.product-details .table th.price .inner {
  height: 43px;
  padding: 4px 10px 4px 61px;
  background: url(../img/bg_table.png) no-repeat 100% -2px;
  margin: 0 -10px 0 -30px;
  overflow: hidden;
}
.product-details .table th.buy {
  width: 127px;
  vertical-align: top;
  padding-left: 30px;
}
.product-details .table th.buy .inner {
  height: 43px;
  padding: 4px 10px 4px 0;
  overflow: hidden;
}
.product-details .table th:last-child {
  border-right: 1px solid #e3e1e1;
}
.product-details .table th:last-child .arrow {
  display: none;
}
.product-details .table th:first-child {
  border-left: 1px solid #e3e1e1;
}

.product-details-wrapper {
  float: left;
  width: 72.9%;
}

.right-detail-wrapper {
  float: right;
  width: 25%;
}

.buy-ts-monitor-form {
  background: #F9FBF9;
  border: 1px solid #F0EFEF;
  padding: 13px 8px 2px;
}
.buy-ts-monitor-form fieldset {
  border: none transparent;
}
.buy-ts-monitor-form legend {
  text-align: center;
  font-weight: bold;
  color: #FD6B00;
  font-size: 16px;
  padding: 0 10px;
}
.buy-ts-monitor-form .form-item, .buy-ts-monitor-form .form_total, .buy-ts-monitor-form .form-actions {
  margin-bottom: 10px;
}
.buy-ts-monitor-form label {
  display: inline-block;
  width: 55%;
  font-weight: bold;
}
.buy-ts-monitor-form .form-required {
  color: red;
}
.buy-ts-monitor-form .form-type-checkbox label {
  font-weight: normal;
  display: inline;
  margin-left: 5px;
}
.buy-ts-monitor-form label.error {
  font-weight: normal;
  display: inline;
  margin-left: 5px;
  white-space: nowrap;
}
.buy-ts-monitor-form .total, .buy-ts-monitor-form .usd {
  font-weight: bold;
  color: #FD6B00;
  font-size: 18px;
}
.buy-ts-monitor-form .form-actions .btn-buy {
  float: right;
}

.post {
  border: 1px solid #e5e2e2;
  margin-bottom: 10px;
  padding-bottom: 16px;
}
.post.sticky {
  margin-bottom: 28px;
  padding-bottom: 0;
}
.post.sticky h2 {
  padding-top: 15px;
  padding-bottom: 6px;
}
.post.sticky p {
  margin: 9px 0 20px;
}
.post.sticky p:last-child {
  margin-bottom: 15px;
}
.post.sticky p .more {
  color: #fc6d02;
  display: block;
  margin-top: 15px;
}
.post.sticky p .more:before {
  content: "\00bb";
  padding-right: 10px;
  display: inline-block;
}
.post h2 {
  margin: 0;
  padding: 9px 9px 8px;
  font-size: 18px;
  color: #154871;
  font-weight: normal;
}
.post h2 a {
  color: #154871;
}
.post .time {
  margin: 0;
  padding: 0 28px 10px;
  background: url(../img/ico_clock.png) no-repeat 10px 0;
  font-size: 13px;
  line-height: 15px;
  border-bottom: 1px solid #e5e2e2;
  color: #333333;
}
.post .image {
  float: left;
  padding: 12px 0 12px 9px;
}
.post .entry-content {
  overflow: hidden;
  padding-right: 10px;
  padding-left: 9px;
}
.post p {
  margin: 9px 0 20px;
}
.post p:last-child {
  margin-bottom: 15px;
}
.post p .more {
  color: #fc6d02;
  display: block;
}
.post p .more:before {
  content: "\00BB";
  padding-right: 10px;
  display: inline-block;
}

#content {
  margin-top: 30px;
}

.blog-content .post .time {
  margin-bottom: 20px;
}
.blog-content .post p {
  margin-top: 0;
}
.blog-content .post .image {
  float: left;
  border: 1px solid #e6e6e6;
  margin: 2px 8px;
  padding: 3px;
}

.pagination {
  overflow: hidden;
  padding: 7px 0 20px;
}
.pagination .page-numbers {
  list-style: none;
  padding: 3px 12px;
  margin: 0 10px 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDYwIDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjYwIiBoZWlnaHQ9IjMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #efefef 0%, rgba(240, 240, 240, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(rgba(240, 240, 240, 0)));
  background-image: linear-gradient(to top, #efefef 0%, rgba(240, 240, 240, 0) 100%);
  text-align: center;
  float: left;
  color: #666666;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  display: inline-block;
  padding-right: 18px;
  padding-left: 12px;
}
.pagination .page-numbers.dots {
  width: auto;
  padding: 0 8px 0 7px;
}
.pagination .page-numbers.current {
  font-weight: bold;
  color: #fc6d02;
}

.blog-content, .contact-content {
  float: left;
  width: 630px;
}

#sidebar {
  float: right;
  width: 300px;
}
#sidebar .widget {
  border: 1px solid #e4e2e2;
  background-color: #fff;
  padding: 0 9px;
  margin-bottom: 20px;
}
#sidebar h3.widget_header {
  color: #656565;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 42px;
  padding: 0 9px;
  border: 1px solid #e4e2e2;
  margin: -1px -10px 11px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMwMCA0NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTNlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzMDAiIGhlaWdodD0iNDYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #e3e1e1 0%, #fdfdfd 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e1e1), to(#fdfdfd));
  background-image: linear-gradient(to top, #e3e1e1 0%, #fdfdfd 100%);
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
#sidebar li + li {
  padding-top: 15px;
  border-top: 1px solid #dedfdf;
}
#sidebar li li {
  border: none;
  margin: 0;
  padding: 0;
}
#sidebar p {
  color: #333333;
  margin: 0;
}
#sidebar div.title {
  margin: 0;
  clear: both;
  font-weight: normal;
  padding: 6px 0 0;
  font-size: 14px;
}
#sidebar .time {
  padding: 0 9px;
  position: relative;
  color: #fff;
  font-size: 11px;
  line-height: 26px;
  float: left;
  height: 26px;
  background-color: #19476f;
}
#sidebar .time:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 12px;
  border-color: transparent transparent transparent #19476f;
}
#sidebar form {
  position: relative;
}
#sidebar form button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 31px;
  margin: 6px 5px;
  height: 30px;
  border: 1px solid #e4e2e2;
  border-radius: 2px;
  background-color: #f36902;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMyIDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4wOSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4wOSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.09)), to(rgba(255, 255, 255, 0.09)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
}
#sidebar form button:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  background: url(../img/ico_search.png) no-repeat;
  width: 16px;
  height: 13px;
  display: block;
  border: 0;
}
#sidebar input {
  width: 100%;
  margin: 0;
  height: 41px;
  border: 1px solid #cbcbcb;
  margin-bottom: 9px;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.28);
  color: #656565;
  line-height: 39px;
  padding: 0 45px 0 8px;
  position: relative;
  font-size: 13px;
}

.crf-s {
  display: block;
  cursor: pointer;
  height: 41px;
  border: 1px solid #cbcbcb;
  margin-bottom: 9px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.28);
  color: #656565;
  line-height: 39px;
  padding: 0 8px;
  position: relative;
  font-size: 13px;
}
.crf-s:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 5px;
  right: 5px;
  border: 1px solid #e4e2e2;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMwIDMwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4wOSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4wOSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.09)), to(rgba(255, 255, 255, 0.09)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
}
.crf-s:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #bebebe transparent transparent transparent;
}

.crf-sm {
  position: absolute;
  min-width: 150px;
  display: none;
  overflow: auto;
  max-height: 300px;
  z-index: 9999;
  border: 1px solid #cdcdcd;
  background-color: #fff;
}
.crf-sm ul {
  padding: 0;
  margin: 0;
}
.crf-sm li {
  list-style: none;
  padding: 5px;
  margin: 0;
  cursor: pointer;
}

.post-details {
  padding-bottom: 50px;
}
.post-details .time {
  float: right;
  margin: 0;
  padding: 0 28px 0;
  background: url(../img/ico_clock.png) no-repeat 10px 6px;
  font-size: 13px;
  line-height: 27px;
  color: #333;
}

.entry-content h2, #sidebar h2, .single-post .entry-content h1 {
  color: #fd6b00;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 24px;
  font-size: 22px;
}

.entry-content h3, #sidebar h3 {
  color: #154871;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 24px;
  padding: 1px 0 0;
  font-size: 20px;
}

.entry-content p {
  margin: 0 0 18px;
  padding: 0;
}
.entry-content .acti-soft a {
  color: #154871;
}
.entry-content ul {
  margin: 0;
  padding: 0;
}

.main_text_block ul {
  margin: 0;
  padding: 0;
}

.entry-content ul li, .main_text_block ul li {
  list-style: none;
  display: block;
  padding: 2px 0 13px 29px;
  color: #666666;
}

.entry-content ul li:before, .main_text_block ul li:before {
  content: "";
  background: url(../img/ico_arrow_r.png) no-repeat;
  width: 14px;
  height: 15px;
  margin: 3px 0 0 -29px;
  float: left;
}

.entry-content ul li ul, .main_text_block ul li ul {
  padding: 7px 0 0;
  margin: 0 0 -12px;
}

.entry-content ul li ul li, .main_text_block ul li ul li {
  padding: 0 0 5px 11px !important;
}

.entry-content ul li ul li:before, .main_text_block ul li ul li:before {
  background: none;
  height: auto;
  margin: 0 14px 0 -10px;
  width: 10px;
  content: "\00BB";
  float: left;
  font-size: 18px;
  line-height: 22px;
  color: #fe6c00;
}

.entry-content ul img {
  max-width: 100%;
}

.wp-caption.alignnone {
  float: left;
  max-width: 99%;
  border: 1px solid #e6e6e6;
  margin: 2px 8px 2px 0;
  padding: 3px;
  height: auto;
}

.single-post .wp-caption.alignnone {
  float: none;
}

.wp-caption.alignnone p {
  display: none;
}

.single-post .wp-caption.alignnone p {
  display: block;
}

body.blog .wp-caption.alignnone {
  max-width: 250px;
}

.post.sticky .wp-caption.alignnone {
  float: none;
  padding: 12px 0 12px 9px;
  max-width: 450px;
  border: 0;
}

body.blog .post.sticky .wp-caption.alignnone {
  max-width: 250px;
}

.acti-soft table {
  width: 100%;
}
.acti-soft table th {
  padding-bottom: 10px;
  text-align: left;
}
.acti-soft table td {
  vertical-align: top;
}

.solutions {
  margin: -8px 0 38px;
}
.solutions .business {
  float: left;
  width: 65.5%;
}
.solutions .home-users {
  float: right;
  width: 31.3%;
}
.solutions .business:hover h3, .solutions .home-users:hover h3 {
  color: #87c9ee;
  border-bottom-color: #87c9ee;
}
.solutions .business:hover h3:after, .solutions .home-users:hover h3:after {
  border-color: #87c9ee transparent transparent transparent;
}
.solutions .label-is-new {
  display: block;
  width: 50px;
  text-align: center;
  color: #fff;
  font-size: small;
  text-transform: uppercase;
  background-color: #F00;
  padding: 2px 7px;
  position: absolute;
  right: 0;
  -moz-box-shadow: 0px 2px 4px #666;
  -webkit-box-shadow: 0px 2px 4px #666;
  box-shadow: 0px 2px 4px #666;
}
.solutions .label-is-new:before {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 0;
  left: 50px;
  top: 7px;
  border-width: 13px 7px;
  border-style: solid;
  border-color: #F00 transparent #F00 #F00;
}
.solutions h3 {
  color: #154771;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
  border-bottom: 1px solid #154871;
  padding-bottom: 17px;
  position: relative;
}
.solutions h3:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 67px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #154871 transparent transparent transparent;
}
.solutions article {
  position: relative;
  width: 299px;
  float: left;
  border: 1px solid #ebebeb;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMwMCAzMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.03)), to(rgba(255, 255, 255, 0.03)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.solutions article header {
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.03)), to(rgba(255, 255, 255, 0.03)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  overflow: hidden;
  padding: 14px 11px 11px;
}
.solutions article + article {
  margin-left: 30px;
}
.solutions article h4 {
  color: #fe6c00;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 17px 0 0;
}
.solutions article p {
  color: #666666;
  font-size: 13px;
  padding: 3px 0;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.solutions article h5 {
  color: #15476f;
  font-size: 13px;
  height: 38px;
  line-height: 19px;
  margin: 11px 25px 11px 9px;
  padding: 0;
  display: table;
  text-transform: uppercase;
  font-weight: 600;
}
.solutions article h5 span {
  display: table-cell;
  vertical-align: middle;
}
.solutions article ul {
  padding: 5px 5px 5px 0;
  margin: 0;
}
.solutions article .buttons {
  border-top: 1px solid #e7e4e4;
  padding: 9px 20px 9px 0;
  text-align: center;
}
.solutions article .buttons a {
  font-size: 11px;
  display: inline-block;
  float: none;
  padding: 0 15px 0 10px;
  height: 28px;
  font-weight: 600;
  margin: 0 2px;
  line-height: 29px;
}
.solutions article .buttons a:before {
  margin: 8px 3px 0 -3px;
  background: url(../img/ico_download_s.png) no-repeat;
  width: 14px;
  height: 13px;
}
.solutions article .buttons a.btn-buy:before {
  width: 13px;
  margin: 8px 6px 0 -2px;
  background: url(../img/ico_buy_s.png) no-repeat;
  height: 12px;
}
.solutions article .links {
  margin-bottom: 5px;
  margin-left: 44px;
  margin-right: 5px;
  min-height: 47px;
}
.solutions article .more {
  display: inline-block;
  color: #1a4770;
  line-height: 40px;
}
.solutions article .citrix {
  display: inline-block;
  float: right;
}
.solutions article li {
  list-style: none;
  padding: 0 0 0 44px;
  margin: 0 0 17px 0;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  background: url(../img/ico_arrow_b.png) no-repeat 9px 50%;
  min-height: 30px;
}
.solutions article .image {
  float: left;
  width: 73px;
  padding: 4px;
  height: 73px;
  margin-right: 10px;
  overflow: hidden;
  border: 4px solid #e3e1e1;
  border-radius: 35px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDY5IDY5IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjY5IiBoZWlnaHQ9IjY5IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.03)), to(rgba(255, 255, 255, 0.03)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.solutions article .image a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.solutions article .image img {
  border-radius: 15px;
}

body.touch {
  cursor: pointer;
}

.recent-blog {
  float: left;
  width: 48.2%;
  margin-bottom: 42px;
  overflow: hidden;
}
.recent-blog .all {
  float: right;
  color: #1a4770;
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 600;
  padding: 0 4px 0 27px;
  position: relative;
  background: url(../img/ico_arrow_b.png) no-repeat;
}
.recent-blog h3 {
  color: #656565;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding: 13px 0;
  border-top: 1px solid #dedfdf;
  border-bottom: 1px solid #dedfdf;
}
.recent-blog h4 {
  color: #fc6d02;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  line-height: normal;
}
.recent-blog h4 a {
  color: #fc6d02;
}
.recent-blog p {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin: 0 0 0 91px;
  letter-spacing: -0.3px;
  padding: 2px 0;
}
.recent-blog p a {
  color: #1a4770;
}
.recent-blog img {
  float: left;
  margin-right: 17px;
  width: 74px;
  border-radius: 1px;
  height: 74px;
  border: 1px solid #dddddd;
  background: #fff;
  padding: 4px;
}
.recent-blog section {
  border-bottom: 1px solid #dedfdf;
}
.recent-blog article {
  padding: 0 0 9px;
}
.recent-blog article:last-child {
  padding-bottom: 4px;
}
.recent-blog article + article {
  border-top: 1px solid #dedfdf;
  padding-top: 14px;
}

.recent-news {
  float: right;
  margin-bottom: 42px;
  width: 48%;
  overflow: hidden;
}
.recent-news p {
  overflow: hidden;
}
.recent-news .all {
  float: right;
  color: #1a4770;
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 600;
  padding: 0 4px 0 27px;
  position: relative;
  background: url(../img/ico_arrow_b.png) no-repeat;
}
.recent-news h3 {
  color: #656565;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding: 13px 0;
  border-top: 1px solid #dedfdf;
  border-bottom: 1px solid #dedfdf;
}
.recent-news h4 {
  color: #fc6d02;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
}
.recent-news h4 a {
  color: #fc6d02;
}
.recent-news p {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin: 0;
  padding: 1px 0 0;
}
.recent-news p a {
  color: #1a4770;
}
.recent-news .date {
  float: left;
  background: #1a4770;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  width: 70px;
  margin-right: 23px;
}
.recent-news .date strong {
  font-size: 23px;
  display: block;
  padding: 5px 0 2px;
  line-height: 20px;
}
.recent-news .date:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  right: -16px;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #1a4770;
}
.recent-news section {
  border-bottom: 1px solid #dedfdf;
}
.recent-news article {
  padding: 0 0 13px;
  overflow: hidden;
}
.recent-news article:after {
  clear: both;
  display: block;
  content: "";
}
.recent-news article:last-child {
  padding-bottom: 14px;
}
.recent-news article + article {
  border-top: 1px solid #dedfdf;
  padding-top: 11px;
}

.right-langs {
  float: right;
  width: 25%;
  border: 1px solid #f0efef;
  background: #f9fbf9;
}
.right-langs h3 {
  color: #154771;
  text-align: left;
  line-height: normal;
  padding: 11px 2px 14px 19px;
  border-bottom: 1px solid #f0efef;
  margin: 0;
  font-weight: normal;
}
.right-langs ul {
  margin: 10px 19px 4px;
  color: #154771;
  padding: 0;
}
.right-langs ul a {
  color: #154771;
}
.right-langs ul li {
  padding: 0 0 14px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #154771;
  line-height: 20px;
  list-style: none;
  margin: 0;
}
.right-langs ul li:before {
  content: "\00BB";
  font-size: 18px;
  line-height: 10px;
  display: inline-block;
  color: #154771;
  padding-right: 11px;
  position: relative;
  top: -1px;
}

.product-download {
  overflow: hidden;
  margin-bottom: 3px;
}
.product-download .detail {
  overflow: hidden;
  border: 1px solid #f0efef;
  background-color: #f9fbf9;
}
.product-download .detail h3 {
  color: #154771;
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  padding: 41px 0 0;
  margin: 0;
  font-weight: 600;
}
.product-download .detail .text {
  float: left;
}
.product-download .detail .version {
  color: #fe6c00;
  font-size: 18px;
  padding: 12px 0 12px;
  margin: 0;
}
.product-download .detail .certificates {
  float: right;
  width: 212px;
  border-left: 1px solid #e1e1e0;
  margin: 36px 0 0;
  text-align: center;
  padding: 39px 0 39px;
}
.product-download .detail .btn-download {
  color: #fff;
  float: left;
  position: relative;
  overflow: hidden;
  font-size: 25.7px;
  margin: 14px 0 0;
  padding: 0 13px 0 72px;
  font-weight: 600;
  line-height: 48px;
  height: 53px;
  text-transform: uppercase;
  border-radius: 2px;
  text-shadow: 0 -1px 0 #ff3100;
  border: 1px solid #ff3700;
  background: #ff8500 repeat-x;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(255, 255, 255, 0.4);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI5OSA1MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY1ZDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY4NTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyOTkiIGhlaWdodD0iNTIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #ff5d00 0%, #ff8500 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5d00), to(#ff8500));
  background-image: linear-gradient(to top, #ff5d00 0%, #ff8500 100%);
}
.product-download .detail .btn-download:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 52px;
  background: url(../img/ico_download_b.png) no-repeat;
  left: 0;
  top: 0;
  margin: 0;
}
.product-download .detail .btn-download:hover {
  background-position: 0 100px;
  text-decoration: none;
}
.product-download .detail .image {
  float: left;
  background: #f3f4f3;
  position: relative;
  margin-right: 115px;
  padding: 22px 31px 19px 13px;
}
.product-download .detail .image:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  right: -36px;
  background: url(../img/bg_c_a.png) no-repeat;
  -webkit-background-size: 36px 100%;
  background-size: 36px 100%;
}
.product-download .detail.product-ts .image {
  padding-top: 50px;
  padding-bottom: 49px;
}
.product-download .detail.product-ts .certificates {
  margin-top: 0;
}
.product-download .detail.product-ts .certificates .norton, .product-download .detail.product-ts .certificates .citrix {
  margin-bottom: 5px;
}
.product-download .detail.product-ts .certificates .norton table {
  margin: 0 auto;
}
.product-download .detail.product-ts .certificates .citrix {
  padding: 7px 17px;
}
.product-download h2 {
  color: #fd6b00;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  padding: 0 0 30px;
  margin: 0;
}

.grey-box ul {
  margin: 0;
  padding: 0;
}
.grey-box ul li {
  list-style: none;
  line-height: 18px;
  font-size: 14px;
  display: block;
  padding: 2px 0 13px 29px;
  color: #666666;
}
.grey-box ul li:before {
  content: "";
  background: url(../img/ico_arrow_r.png) no-repeat;
  width: 14px;
  height: 15px;
  margin: 2px 0 0 -29px;
  float: left;
}
.grey-box ul li span {
  font-size: 12px;
}
.grey-box ul li ul {
  padding: 16px 5px 0;
  margin: 0 0 -18px;
}
.grey-box ul li ul li {
  padding: 0 0 15px 11px !important;
  font-size: 14px;
  line-height: 18px;
}
.grey-box ul li ul li:before {
  background: none;
  height: auto;
  margin: 0 0 0 -10px;
  width: 10px;
  content: "\00BB";
  float: left;
  font-size: 18px;
  line-height: 15px;
  color: #fe6c00;
}

.intructions {
  overflow: hidden;
  padding: 28px 0 0;
}
.intructions .grey-box.left-text {
  margin: 0 0 28px 0;
  padding: 10px 8px 0;
  float: left;
  width: 73%;
}
.intructions .grey-box.left-text > ul {
  margin-bottom: 0;
}
.intructions .grey-box.left-text > ul li {
  padding-bottom: 12px;
}
.intructions .grey-box h3 {
  padding: 0 0 15px;
  text-transform: none;
  font-size: 18px;
}

.grey-box.left-text.full_width {
  width: 100%;
}

.element-invisible {
  display: none !important;
}

.countries-form-wrapper {
  clear: both;
  margin-bottom: 20px;
  width: 100%;
}

#countries-form label {
  margin-right: 20px;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
}
#countries-form .country_item_select {
  margin-right: 20px;
  line-height: 40px;
  display: inline-block;
}
#countries-form .country_item_select #country_item {
  width: 200px;
}
#countries-form .btn-default {
  margin: 3px 0;
}

.reseller {
  text-align: left;
  border: 1px solid #F0EFEF;
  overflow: hidden;
  background: #F9FBF9;
  margin-bottom: 20px;
}
.reseller:last-child {
  margin-bottom: 50px;
}
.reseller .logo {
  float: right;
  margin: 0 0 0 55px;
  padding: 26px 23px 23px 15px;
  background: #F3F4F3;
  position: relative;
}
.reseller .logo:after {
  content: "";
  position: absolute;
  width: 63px;
  height: 100%;
  top: 0;
  right: -63px;
  background: url(../img/bg_side_arrow.png) no-repeat;
  -webkit-background-size: 126px 100%;
  background-size: 126px 100%;
  background-position: 100% 0;
  left: -63px;
}
.reseller .text {
  display: table;
  height: auto;
  padding: 20px 0 20px 88px;
}
.reseller .text .center {
  display: table-cell;
  vertical-align: middle;
}
.reseller h4 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #FE6C00;
}
.reseller div.info:before {
  content: "\00BB";
  font-size: 18px;
  color: #FE6C00;
  float: left;
  margin: -2px 0 0 -13px;
  width: 10px;
}

.screenshots .section {
  margin-bottom: 20px;
  clear: both;
}
.screenshots .section:last-child {
  margin-bottom: 50px;
}
.screenshots .section .name h2 {
  margin: 0;
  padding: 0 0 17px;
  font-size: 20px;
  font-weight: normal;
  color: #FE6C00;
}
.screenshots .section .description {
  margin-bottom: 18px;
}
.screenshots .rows .item {
  text-align: center;
  border: 1px solid #F0EFEF;
  overflow: hidden;
  background: #F9FBF9;
  position: relative;
  margin-bottom: 22px;
  width: 47%;
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.screenshots .rows .item.rev {
  margin-right: 0;
  margin-left: 20px;
}
.screenshots .rows .item .image {
  background: #F3F4F3;
  padding: 23px 19px;
}
.screenshots .rows .item img {
  border: 6px solid #FFF;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11);
  margin: 0 auto;
}
.screenshots .rows .item h4 {
  margin: 0;
  padding: 14px 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #FE6C00;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled] {
  background-color: #fff;
  border-color: #ccc;
}

fieldset[disabled] .btn-default {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}

fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.disabled:focus, .btn-default[disabled]:focus {
  background-color: #fff;
  border-color: #ccc;
}

fieldset[disabled] .btn-default:focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.disabled:active, .btn-default[disabled]:active {
  background-color: #fff;
  border-color: #ccc;
}

fieldset[disabled] .btn-default:active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.disabled.active, .btn-default[disabled].active {
  background-color: #fff;
  border-color: #ccc;
}

fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled] {
  background-color: #428bca;
  border-color: #357ebd;
}

fieldset[disabled] .btn-primary {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #428bca;
  border-color: #357ebd;
}

fieldset[disabled] .btn-primary:focus {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary.disabled:active, .btn-primary[disabled]:active {
  background-color: #428bca;
  border-color: #357ebd;
}

fieldset[disabled] .btn-primary:active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary.disabled.active, .btn-primary[disabled].active {
  background-color: #428bca;
  border-color: #357ebd;
}

fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled] {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

fieldset[disabled] .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.disabled:focus, .btn-success[disabled]:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

fieldset[disabled] .btn-success:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.disabled:active, .btn-success[disabled]:active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

fieldset[disabled] .btn-success:active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.disabled.active, .btn-success[disabled].active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled] {
  background-color: #5bc0de;
  border-color: #46b8da;
}

fieldset[disabled] .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.disabled:focus, .btn-info[disabled]:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

fieldset[disabled] .btn-info:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.disabled:active, .btn-info[disabled]:active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

fieldset[disabled] .btn-info:active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.disabled.active, .btn-info[disabled].active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled] {
  background-color: #f0ad4e;
  border-color: #eea236;
}

fieldset[disabled] .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.disabled:focus, .btn-warning[disabled]:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

fieldset[disabled] .btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.disabled:active, .btn-warning[disabled]:active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

fieldset[disabled] .btn-warning:active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.disabled.active, .btn-warning[disabled].active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled] {
  background-color: #d9534f;
  border-color: #d43f3a;
}

fieldset[disabled] .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.disabled:focus, .btn-danger[disabled]:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

fieldset[disabled] .btn-danger:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.disabled:active, .btn-danger[disabled]:active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

fieldset[disabled] .btn-danger:active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.disabled.active, .btn-danger[disabled].active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #777;
  text-decoration: none;
}

fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.page-template-default .users {
  padding: 6px 15px 8px;
  margin-left: 30px;
  margin-bottom: 5px;
}
.page-template-default .related-users {
  background: none repeat scroll 0 0 #E2E5E7;
  padding: 6px 8px;
  margin-left: 30px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.faq-section {
  margin-bottom: 15px;
}
.faq-section .question {
  margin-bottom: 5px;
}
.faq-section .question em {
  color: #FD6B00;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  margin-right: 5px;
}
.faq-section .question p {
  margin-left: 2em;
}
.faq-section .question p:first-child {
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 15px;
}

#aspnetForm h1, #aspnetForm h2 {
  margin: 0;
  padding: 0 0 17px;
  font-size: 20px;
  font-weight: normal;
  color: #fe6c00;
}

.widget_support table {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.widget_address img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.widget_address .map {
  margin-top: 10px;
}
.widget_address .map iframe {
  width: 100%;
}

.page-template-product-other-subpage .item,
.page-template-product-demo .item {
  border-bottom: 1px solid #e1e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page-template-product-other-subpage .item .screenshot,
.page-template-product-demo .item .screenshot {
  float: left;
  margin-right: 15px;
}
.page-template-product-other-subpage .item .screenshot a,
.page-template-product-demo .item .screenshot a {
  display: inline-block;
  position: relative;
  z-index: 2;
  opacity: 0.6;
}
.page-template-product-other-subpage .item .alignnone,
.page-template-product-demo .item .alignnone {
  margin: 0;
}
.page-template-product-other-subpage .item h3,
.page-template-product-demo .item h3 {
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
}
.page-template-product-other-subpage .item h3 .is-new,
.page-template-product-demo .item h3 .is-new {
  font-weight: bold;
  color: #F00;
}
.page-template-product-other-subpage .playbutton,
.page-template-product-demo .playbutton {
  display: inline-block;
  background: url("../img/playbutton.png") center center no-repeat;
  position: relative;
  width: 200px;
  height: 150px;
  margin: 0 0 0 -200px;
}
.page-template-product-other-subpage .playbutton:hover,
.page-template-product-demo .playbutton:hover {
  opacity: 1.0;
}

#mc_embed_signup {
  background: #F9FBF9 !important;
  border: 1px solid #F0EFEF;
  padding: 10px 8px 0;
  width: 400px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#mc_embed_signup .mc-field-group .asterisk {
  position: relative !important;
  top: 10px !important;
  right: -4px !important;
}
#mc_embed_signup textarea#mce-COUNTRY {
  width: 100%;
  resize: none;
  white-space: nowrap;
  overflow: auto;
  padding: 8px 0;
  text-indent: 2%;
}
#mc_embed_signup #mce-PHONE,
#mc_embed_signup #mce-COMPUTERS {
  width: 50%;
}
#mc_embed_signup .clear {
  text-align: center;
}
#mc_embed_signup #mc-embedded-subscribe {
  color: #fff;
  overflow: hidden;
  font-size: 25.7px;
  position: relative;
  margin: 14px auto 0 auto;
  padding: 0 13px;
  font-weight: 600;
  line-height: 48px;
  height: 53px;
  text-transform: uppercase;
  border-radius: 2px;
  text-shadow: 0 -1px 0 #ff3100;
  border: 1px solid #ff3700;
  background: #ff8500 repeat-x;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(255, 255, 255, 0.4);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI5OSA1MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY1ZDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY4NTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyOTkiIGhlaWdodD0iNTIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #ff5d00 0%, #ff8500 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5d00), to(#ff8500));
  background-image: linear-gradient(to top, #ff5d00 0%, #ff8500 100%);
}
#mc_embed_signup #mc-embedded-subscribe:hover {
  background-position: 0 100px;
  text-decoration: none;
}
#mc_embed_signup #mce-error-response,
#mc_embed_signup #mce-success-response {
  width: 100%;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

body.ru.page-template-product-buy-v2 .featured-line .left, body.ru.page-template-product-download .featured-line .left {
  width: 100%;
}
body.ru .navigation > ul > li > a {
  padding: 0 17px;
}
body.ru.home .featured-line h2 {
  font-size: 25px;
  line-height: 31px;
}
body.ru .featured-line h1 {
  font-size: 45px;
}
body.ru .featured-line h2 {
  font-size: 20px;
}
body.ru .quick-links ul ul {
  width: 245px;
  padding: 5px 10px 10px;
}
body.ru .bottom-bar .left {
  width: 64%;
}
body.ru .bottom-bar h3 {
  font-size: 26px;
  line-height: 34px;
}
body.ru .product-download .detail .image {
  margin-right: 80px;
}

@media screen and (max-width: 980px) {
  body.ru .navigation > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  body.ru.home .featured-line h1 {
    font-size: 36px;
  }
  body.ru.home .featured-line h2 {
    font-size: 21px;
  }
}
body.es.page-template-product-buy-v2 .featured-line .left, body.es.page-template-product-download .featured-line .left {
  width: 100%;
}
body.es .navigation > ul > li > a {
  padding: 0 15px;
}
body.es .featured-line .left {
  width: 450px;
}
body.es .quick-links ul ul {
  width: 260px;
  padding: 5px 10px 10px;
}
body.es .solutions article h5 {
  height: 57px;
}
body.es .solutions article .buttons a {
  font-size: 10px;
}
body.es .bottom-bar .left {
  width: 49%;
}
body.es .table_keylogger_license .buy {
  width: 240px;
}
body.es .table_keylogger_license .btn-buy {
  font-size: 16px;
}
body.es .product-download .detail .image {
  margin-right: 80px;
}
body.es .product-details .table th.buy {
  width: 160px;
}

@media screen and (max-width: 980px) {
  body.es .navigation > ul > li > a {
    font-size: 13px;
  }
  body.es .featured-line {
    text-align: center;
  }
  body.es .featured-line .container {
    padding: 0 10px;
  }
  body.es .featured-line .left {
    float: none;
    width: 100%;
  }
  body.es .featured-line .buttons {
    float: none;
    position: relative;
  }
  body.es .featured-line .buttons > a {
    margin: 0 .5%;
    width: 49%;
    padding-right: 5px;
    float: left;
  }
}
@media screen and (max-width: 460px) {
  body.es .featured-line .buttons > a {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    -webkit-background-size: 44px 152px;
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Large devices (large desktops, 1668px and up) */
@media (min-width: 1668px) {
  .featured-line {
    background: url(../img/home.jpg) #56ace2 center 32% no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
  }
}
@media screen and (max-width: 980px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
  .container .bottom-bar .left {
    width: auto !important;
  }

  .navigation > ul > li > a {
    padding: 0 10px !important;
  }

  .featured-line h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .featured-line .left {
    width: 360px;
  }
  .featured-line h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .featured-line .buttons {
    padding: 10px 0 0;
  }

  .quick-links li {
    padding-right: 15px;
    padding-left: 10px;
  }

  .monitor-content .image {
    width: 50%;
  }
  .monitor-content .image img {
    width: 100%;
    height: auto;
  }

  .monitor .item .text .center {
    padding-right: 20px;
  }
  .monitor .item.rev .text .center {
    padding-left: 20px;
    padding-right: 30px;
  }

  .bottom-bar .left {
    float: none;
    padding: 0 0 10px;
  }
  .bottom-bar .buttons {
    float: none;
  }
  .bottom-bar .buttons a {
    margin: 0 10px 0 0;
  }

  .footer .logo {
    margin-right: 0;
    margin-left: 0;
  }

  .product-details .table th.buy, .product-details .table td.buy {
    padding-left: 10px;
  }

  .product-download .detail .certificates {
    display: none;
  }

  .solutions .business, .solutions .home-users {
    width: auto;
    float: none;
    clear: both;
  }
  .solutions .business article, .solutions .home-users article {
    margin: 0;
    width: 49%;
  }
  .solutions .business article:nth-child(odd) {
    float: right;
  }
  .solutions .home-users {
    padding-top: 20px;
  }
  .solutions .home-users article {
    width: 100%;
  }
  .solutions .home-users article:nth-child(odd) {
    float: right;
  }

  #sidebar, .blog-content, .contact-content {
    float: none;
    width: auto;
  }

  .post .image {
    width: 40%;
  }
  .post .image img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .post.sticky .wp-caption.alignnone {
    padding-left: 0;
    float: none;
    max-width: 100%;
    width: auto !important;
  }
  .post.sticky .wp-caption.alignnone img {
    max-width: 100%;
    margin: auto;
    display: block;
  }

  .wp-caption.alignnone {
    float: none;
    max-width: 100%;
    margin-bottom: 10px;
    width: auto !important;
  }
  .wp-caption.alignnone img {
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .buyal-content-box .table_keylogger_license td {
    display: block;
    margin-bottom: 10px;
  }
  .buyal-content-box .table_keylogger_license td.description, .buyal-content-box .table_keylogger_license td.price, .buyal-content-box .table_keylogger_license td.buy {
    text-align: center;
    width: 100%;
  }
  .buyal-content-box .table_keylogger_license td.price {
    font-size: 16px;
  }
  .buyal-content-box .table_keylogger_license td.buy .btn-buy {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .quick-links li.menu-item-has-children > a {
    display: inline-block;
    padding: 10px 45px;
    margin: -10px -45px;
  }

  .desktop .featured-line .holder:hover > ul {
    display: none !important;
  }

  body {
    min-width: 320px;
  }

  .container {
    padding: 0 10px;
  }

  .page-template-promo .header {
    height: auto;
  }
  .page-template-promo .header .site-name {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-line {
    text-align: center;
  }
  .featured-line .left {
    float: none;
    width: 100%;
  }
  .featured-line .buttons {
    float: none;
    position: relative;
  }
  .featured-line .buttons:after {
    content: "";
    clear: both;
    display: block;
  }
  .featured-line .holder {
    display: inline;
    position: static;
  }
  .featured-line .buttons .holder {
    width: 50%;
  }
  .featured-line .buttons .holder > a {
    margin: 0 .5%;
    width: 49%;
    padding-right: 5px;
    float: left;
  }
  .featured-line .buttons > a {
    margin: 0 .5%;
    width: 49%;
    padding-right: 5px;
    float: left;
  }
  .featured-line.promo .buttons {
    float: none;
    text-align: center;
  }
  .featured-line.promo .buttons .btn-free {
    display: inline-block;
    float: none;
  }

  .bottom-bar .buttons a {
    margin: 0 .5%;
    width: 49%;
    padding-right: 5px;
    float: left;
  }

  .btn-free:before {
    margin-right: 7px;
    margin-left: -5px;
  }

  .btn-buy:before {
    margin-right: 4px;
    margin-left: -5px;
  }

  .home .featured-line {
    padding: 10px 0 20px;
    height: auto;
  }
  .home .featured-line h1 {
    font-size: 44px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .home .featured-line h2 {
    line-height: normal;
    font-size: 24px;
    padding-bottom: 0;
  }
  .home .featured-line ul {
    display: none !important;
  }

  .navigation > ul > li {
    display: block;
    float: none;
    padding: 0;
    height: auto;
    line-height: normal;
  }
  .navigation > ul > li.current-menu-item.with-sub > a:after, .navigation > ul > li.current-menu-item:before, .navigation > ul > li.current-menu-item:after {
    display: none;
  }
  .navigation > ul > li.current-page-parent.with-sub > a:after, .navigation > ul > li.current-page-parent:before, .navigation > ul > li.current-page-parent:after {
    display: none;
  }
  .navigation > ul > li.current.with-sub > a:after, .navigation > ul > li.current:before, .navigation > ul > li.current:after {
    display: none;
  }
  .navigation > ul > li:hover.with-sub > a:after, .navigation > ul > li:hover:before, .navigation > ul > li:hover:after {
    display: none;
  }
  .navigation > ul > li.current-menu-item, .navigation > ul > li.current-page-parent, .navigation > ul > li:hover {
    background: #e2e2e2 !important;
  }
  .navigation > ul > li.current-menu-ancestor:before {
    background: none transparent;
  }
  .navigation > ul > li > ul {
    border: 0;
  }
  .navigation > ul > li.products > ul {
    display: block;
    position: static;
    width: auto;
    padding: 0 0 10px 10px;
  }
  .navigation > ul > li.products > ul {
    padding: 0 0 10px;
  }
  .navigation > ul > li > ul {
    display: block;
    position: static;
    width: auto;
    padding: 0 0 10px 10px;
  }
  .navigation > ul > li > a {
    display: block;
    float: none;
    padding: 10px;
    height: auto;
    line-height: normal;
  }
  .navigation > ul > li > a:hover {
    background: #e2e2e2 !important;
  }
  .navigation > ul > li.current > a {
    background: #e2e2e2 !important;
  }
  .navigation.products > ul {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #154871;
    float: none;
    z-index: 999;
    background: #fff;
    display: none;
  }
  .navigation.products > ul.active {
    display: block;
  }
  .navigation > ul {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #154871;
    float: none;
    z-index: 999;
    background: #fff;
    display: none;
  }
  .navigation > ul.active {
    display: block;
  }
  .navigation .trigger {
    float: right;
    border-bottom: 3px solid #154871;
    border-top: 3px solid #154871;
    height: 23px;
    cursor: pointer;
    margin: 37px 0 0;
    position: relative;
    width: 35px;
  }
  .navigation .trigger:after {
    content: "";
    position: absolute;
    top: 7px;
    border-bottom: 3px solid #154871;
    left: 0;
    right: 0;
  }

  .blog-content .post .image {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .post .image {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .post .entry-content {
    padding: 0 10px;
  }

  .recent-blog, .recent-news {
    width: auto;
    float: none;
  }

  .solutions .label-is-new:before {
    display: none;
  }
  .solutions .business article {
    margin: 0 0 10px;
    float: none;
    width: 100%;
  }
  .solutions .home-users {
    padding-top: 10px;
  }
  .solutions .home-users article {
    margin: 0 0 10px;
    float: none;
    width: 100%;
  }

  .quick-links ul {
    float: none;
  }
  .quick-links .certificates {
    display: none;
  }
  .quick-links li {
    padding: 0 5px;
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .quick-links li:nth-child(even) {
    border: 0;
  }
  .quick-links li ul {
    width: 100%;
    float: none;
  }
  .quick-links li li {
    width: auto;
    text-align: left;
  }
  .quick-links li.menu-item-has-children {
    border: 0;
    padding: 7px 10px 0;
    margin: 10px 0 0;
    height: auto;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    float: left;
    clear: both;
    line-height: 25px;
  }

  .monitor-content > .image {
    width: 60%;
    padding: 10px 0 0 20px;
  }
  .monitor-content .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }

  .monitor .item .image, .monitor .item.rev .image {
    float: none;
    width: 100%;
    height: auto !important;
    margin: 0;
  }
  .monitor .item .text {
    height: auto !important;
    width: 100%;
  }
  .monitor .item .text .center {
    padding: 10px !important;
  }

  .testimonials .item {
    float: none;
    padding: 0;
    border: 0;
    width: auto;
  }
  .testimonials .item + .item {
    float: none;
    padding: 0;
    border: 0;
    width: auto;
  }

  .footer-widgets .follow, .footer-widgets .col {
    float: left;
    width: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 15px;
    border: 0;
  }
  .footer-widgets .follow:nth-child(odd), .footer-widgets .col:nth-child(odd) {
    clear: both;
  }

  .sum-line .certificates {
    display: none;
  }

  .footer {
    text-align: center;
  }
  .footer p {
    padding: 10px 0;
    float: none;
  }
  .footer .logo {
    float: none;
    display: inline-block;
  }

  .product-details .right-seller {
    margin-top: 20px;
  }
  .product-details .table th.price .inner, .product-details .table th.total .inner {
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
  }
  .product-details .table th.price {
    padding-left: 0;
  }
  .product-details .table td {
    background-image: none !important;
  }
  .product-details .table td.total {
    padding-left: 25px;
    font-size: 12px;
    padding-right: 0;
  }
  .product-details .table td.total:before {
    margin-left: -20px;
  }
  .product-details .table td.total span {
    font-size: 11px;
  }
  .product-details .table th {
    font-size: 12px;
    font-weight: normal;
  }
  .product-details .table td.price {
    padding-left: 6px;
    font-size: 11px;
  }
  .product-details .right-seller, .product-details .right-detail, .product-details .table {
    width: auto;
    float: none;
  }

  .v2 .product-details-wrapper, .v2 .right-detail-wrapper {
    width: auto;
    float: none;
  }

  .product-download .detail .text {
    padding: 10px 20px 20px;
    overflow: hidden;
    text-align: center;
    float: none;
  }
  .product-download .detail .text h3 {
    padding-top: 0;
  }
  .product-download .detail .btn-download {
    float: none;
    display: inline-block;
  }
  .product-download .detail .image {
    float: none;
    width: auto;
    text-align: center;
    padding: 20px;
    margin: 0;
  }
  .product-download .detail .image img {
    max-width: 100%;
  }

  .intructions .grey-box.left-text {
    float: none;
    width: auto;
  }

  .right-langs {
    width: auto;
    float: none;
    margin: 15px 0 0;
  }

  .grey-box.free {
    padding-bottom: 10px;
  }
  .grey-box.free .list, .grey-box.free .description {
    float: none;
    width: auto;
  }

  .alignright, .alignleft {
    float: none;
    margin: 3px auto 10px;
    display: block;
  }

  .right-seller, .grey-box:last-child {
    margin-bottom: 20px;
  }

  .reseller {
    float: none;
    width: 100%;
  }

  .screenshots .rows .item {
    margin: 0 auto 20px auto;
    float: none;
    width: auto;
  }
  .screenshots .rows .item.rev {
    margin: 0 auto 20px auto;
    float: none;
    width: auto;
  }

  .reseller .logo {
    float: none;
    width: auto;
    margin: 0;
  }
  .reseller .logo img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .reseller .text {
    height: auto;
    padding: 20px;
  }

  .monitor-content .image {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .featured-line.promo .buttons .btn-free {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #countries-form .country_item_select #country_item {
    width: 115px;
  }

  #mc_embed_signup {
    width: 100% !important;
  }
}
