/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -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],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

.btn-xs {
  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%; }

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

.clearfix:after {
  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; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*==== Clearfix ====*/
.clearfix {
  clear: both; }

.clearfix:after {
  /*Opera*/
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden; }

* html > body .clearfix {
  width: 100%;
  display: block; }

* html .clearfix {
  /* IE 6 */
  height: 1%; }

/*==== END Clearfix ====*/
body {
  color: #fff;
  font-size: 12pt;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.9;
  background: #F7F7F7 url("../images/bg.png") repeat; }

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  line-height: 1.2; }

.checkbox,
.radiobutton {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  overflow: hidden;
  vertical-align: text-bottom;
  width: 16px;
  margin: 0px; }
  .checkbox.disabled,
  .radiobutton.disabled {
    cursor: default; }
  .checkbox input,
  .radiobutton input {
    float: left;
    margin-left: -30px;
    margin-top: -30px; }
  .checkbox .icon,
  .radiobutton .icon {
    background: url("../images/sprites.png") no-repeat -80px -40px !important;
    display: inline-block;
    height: 100% !important;
    vertical-align: top;
    width: 100% !important; }
  .checkbox.checked .icon,
  .radiobutton.checked .icon {
    background-position: -120px -40px !important; }
  .checkbox.disabled .icon,
  .radiobutton.disabled .icon {
    background-position: -80px -40px !important; }

.radiobutton .icon {
  background-position: 0 -40px !important; }

.radiobutton.checked .icon {
  background-position: -40px -40px !important; }

.radiobutton.disabled .icon {
  background-position: 0 -40px !important; }

.menu {
  height: 36px;
  font-size: 0.85em;
  position: relative;
  z-index: 100;
  padding: 10px 0px 0px;
  font-family: 'Open Sans', sans-serif !important; }
  .menu ul {
    padding: 0;
    /* margin:-2px 0px 0px; */
    list-style-type: none;
    height: 36px;
    float: right; }
    .menu ul ul {
      list-style-type: none;
      height: auto;
      float: none;
      min-width: 160px; }
  .menu .separator {
    color: #ADADAD;
    display: block;
    font-size: 15px;
    margin: 2px 12px;
    padding: 10px 6px 0 37px; }
  .menu .control {
    display: none;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    vertical-align: middle;
    background: url("../images/sprites.png") no-repeat -200px 0px; }
  .menu .parent > .l1 > .link_text > .control {
    display: inline-block; }
  .menu a.l1 {
    font-size: 14px;
    width: auto; }
    .menu a.l1 .link_text {
      padding: 12px 25px 0px !important; }
  .menu .l1:hover,
  .menu li:hover .l1 {
    color: #393939;
    background: #fff;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 -1px 1px #E0E0E0, 0 1px 0px #E0E0E0, -1px 0 0 #E0E0E0, 1px 0 0 #E0E0E0; }
  .menu .parent .l1:hover,
  .menu li.parent:hover .l1 {
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 -1px 1px #E0E0E0,  -1px 0 0 #E0E0E0, 1px 0 0 #E0E0E0; }
  .menu .header,
  .menu .header:visited {
    padding-left: 54px !important;
    color: #4477bb !important;
    margin: 0 !important;
    background: none;
    font-size: 12px; }
  .menu .header:hover {
    background: #fff !important; }
  .menu .item_desc {
    margin-top: 6px;
    color: #7a7a7a;
    font-size: 10px;
    display: block; }
  .menu .icon {
    margin: 0;
    float: left;
    width: 22px; }
    .menu .icon ~ .title,
    .menu .icon ~ .description {
      display: block;
      margin-left: 30px; }
  .menu li {
    float: left;
    position: relative; }
    .menu li li {
      float: none; }
  .menu ul span.l1,
  .menu ul span.l1:hover,
  .menu ul a,
  .menu ul a:visited,
  .menu ul a:hover {
    display: block;
    text-decoration: none;
    color: #8b8f92;
    height: 38px;
    line-height: 120%;
    position: relative;
    z-index: 11;
    zoom: 1;
    border-bottom: 0px !important; }
  .menu ul a:hover {
    color: #393939; }
  .menu ul .dd {
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: -25px;
    z-index: 10;
    display: table;
    table-layout: fixed; }
  .menu ul.qroup {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #E7E7E7;
    min-width: 205px; }
    .menu ul.qroup:first-child {
      border-left: 0; }
  .menu li.item111 .dd.content {
    left: -309px; }
    .container-fluid .menu li.item111 .dd.content {
      left: -475px; }
  .container-fluid .menu li.item112 .dd.content {
    left: -65px; }
  .menu .link_text {
    display: inline-block;
    margin: 0; }
  .menu .l1:hover .link_text,
  .menu li:hover .link_text,
  .menu li.selected .link_text {
    border-color: #f2f2f2;
    margin-top: 0;
    position: relative;
    padding-top: 12px; }
  .menu table td {
    overflow: hidden;
    vertical-align: top; }
  .menu .l2,
  .menu .l2:visited,
  .menu .l2:hover {
    position: relative;
    z-index: 30;
    color: #4c4c4c;
    min-width: 110px;
    height: auto;
    padding: 14px 18px;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    zoom: 1;
    text-decoration: none; }
    .menu .l2 span.title,
    .menu .l2:visited span.title,
    .menu .l2:hover span.title {
      white-space: nowrap;
      font-size: 15px; }
    .menu .l2 span.description,
    .menu .l2:visited span.description,
    .menu .l2:hover span.description {
      display: block;
      color: #ADADAD;
      font-size: 12px;
      line-height: 1.5;
      margin-top: 5px; }
  .menu .l2:hover {
    background-color: #f5f5f5;
    text-decoration: none;
    cursor: pointer; }
  .menu ul li:hover .dd,
  .menu ul a:hover .dd {
    visibility: visible; }
  .menu .line {
    background: #fff;
    border-top: 1px solid #e3e3e3;
    margin: 0px 18px;
    line-height: 1px;
    height: 1px;
    overflow: hidden;
    display: block; }
  .menu .link_text {
    padding: 12px 25px 0px;
    display: inline-block; }
  .menu .content {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #ccc;
    overflow: hidden; }
  .menu .l2 span.link_text {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0; }

.header__menu-mobile {
  display: none;
  visibility: hidden; }

@media all and (max-width: 767px) {
  .header > .container-fluid > .row,
  .header > .container > .row {
    position: relative; }
  .header__logo {
    float: left;
    width: 33%; }
  .header__menu {
    position: static;
    width: 67%;
    padding: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    text-align: right; }
  .header a.header__menu-mobile,
  .header a.header__menu-mobile:link {
    display: inline-block;
    visibility: visible;
    height: 35px;
    padding: 0 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    text-align: center;
    color: #333; }
    .header a.header__menu-mobile[aria-expanded="true"],
    .header a.header__menu-mobile:link[aria-expanded="true"] {
      border-color: #CACACA;
      box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.07); }
  .main-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .main-menu.open {
      display: block; }
  .menu {
    width: 100%;
    float: none;
    height: auto; }
    .menu ul {
      float: none;
      padding: 0;
      height: auto; }
    .menu > ul > li:first-child a.l1 {
      margin-top: -13px; }
    .menu li {
      float: none; }
      .menu li.parent a.l1:hover,
      .menu li.parent:hover a.l1 {
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
      .menu li .dd {
        position: relative;
        display: block;
        visibility: visible;
        top: auto;
        left: 20px;
        background: transparent;
        border-radius: 0;
        border: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
      .menu li.item111 .dd.content,
      .menu li.item112 .dd.content {
        left: 0 !important; }
    .menu ul.qroup {
      display: block;
      min-width: 10px;
      width: 100%;
      border-left: 0;
      border-top: 1px solid #E7E7E7; } }

#system-message,
#system-message-container {
  position: relative; }
  #system-message dt,
  #system-message-container dt {
    display: none; }
  #system-message .message,
  #system-message-container .message {
    padding: 20px 32px;
    margin: 0px;
    background: #CEF8AC;
    color: #6E9A03;
    font-weight: 200; }
  #system-message .close,
  #system-message-container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0px;
    display: none; }
  #system-message .alert,
  #system-message-container .alert {
    padding: 20px 32px;
    margin-bottom: 10px;
    font-weight: 200;
    border-radius: 5px; }
  #system-message > .alert-message,
  #system-message-container > .alert-message {
    background: #CEF2BE;
    color: #2f6915; }
  #system-message > .alert-warning,
  #system-message-container > .alert-warning {
    background: #F8E7AC;
    color: #695409; }
  #system-message > .alert-error,
  #system-message-container > .alert-error {
    background: #F8E7AC;
    color: #695409; }

.form fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px; }

.form .label {
  color: #444;
  font-weight: normal; }

.form .invalid {
  border-color: red; }

.form .row {
  margin-bottom: 1em; }

.form .form__mbottom {
  margin-bottom: 1em; }

.en_GB,
.ar_SA,
.bg_BG,
.zh_CN,
.cs_CZ,
.da_DK,
.fa_IR,
.nl_NL,
.et_EE,
.fi_FI,
.fr_FR,
.de_DE,
.el_GR,
.iw_IL,
.hu_HU,
.it_IT,
.ja_JP,
.ko_KR,
.lv_LV,
.lt_LT,
.no_NO,
.pl_PL,
.pt_BR,
.ro_RO,
.ru_RU,
.sr_RS,
.es_ES,
.sv_SE,
.th_TH,
.tr_TR,
.uk_UA {
  padding-left: 40px;
  background-position: left center;
  background-repeat: no-repeat; }

.en_GB {
  background-image: url("../images/flags/GB.png"); }

.ar_SA {
  background-image: url("../images/flags/SA.png"); }

.bg_BG {
  background-image: url("../images/flags/BG.png"); }

.zh_CN {
  background-image: url("../images/flags/CN.png"); }

.cs_CZ {
  background-image: url("../images/flags/CZ.png"); }

.da_DK {
  background-image: url("../images/flags/DK.png"); }

.fa_IR {
  background-image: url("../images/flags/IR.png"); }

.nl_NL {
  background-image: url("../images/flags/NL.png"); }

.et_EE {
  background-image: url("../images/flags/EE.png"); }

.fi_FI {
  background-image: url("../images/flags/FI.png"); }

.fr_FR {
  background-image: url("../images/flags/FR.png"); }

.de_DE {
  background-image: url("../images/flags/DE.png"); }

.el_GR {
  background-image: url("../images/flags/GR.png"); }

.iw_IL {
  background-image: url("../images/flags/IL.png"); }

.hu_HU {
  background-image: url("../images/flags/HU.png"); }

.it_IT {
  background-image: url("../images/flags/IT.png"); }

.ja_JP {
  background-image: url("../images/flags/JP.png"); }

.ko_KR {
  background-image: url("../images/flags/KR.png"); }

.lv_LV {
  background-image: url("../images/flags/LV.png"); }

.lt_LT {
  background-image: url("../images/flags/LT.png"); }

.no_NO {
  background-image: url("../images/flags/NO.png"); }

.pl_PL {
  background-image: url("../images/flags/PL.png"); }

.pt_BR {
  background-image: url("../images/flags/BR.png"); }

.ro_RO {
  background-image: url("../images/flags/RO.png"); }

.ru_RU {
  background-image: url("../images/flags/RU.png"); }

.sr_RS {
  background-image: url("../images/flags/RS.png"); }

.es_ES {
  background-image: url("../images/flags/ES.png"); }

.sv_SE {
  background-image: url("../images/flags/SE.png"); }

.th_TH {
  background-image: url("../images/flags/TH.png"); }

.tr_TR {
  background-image: url("../images/flags/TR.png"); }

.uk_UA {
  background-image: url("../images/flags/UA.png"); }

/*==== Main Layout CSS ====*/
body, html {
  height: 100%; }

.main_block {
  position: relative; }

/*==== End Main Layout CSS ====*/
/*==== Common CSS ====*/
/* need for correct right panel */
.clear {
  clear: both; }

.clear_left {
  clear: left; }

a,
a:link,
a:hover,
.link {
  color: #4477bb;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(105, 146, 200, 0.33); }

.center {
  text-align: center; }

.main_title {
  font: normal 30pt Arial, sans-serif;
  padding: 20px 0px 0px; }

h1 {
  color: #000000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 30pt;
  margin: 0px 0px 1em; }

h2 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 24pt;
  padding: 0px; }

p, .p {
  margin: 0 0 16px;
  line-height: 1.9;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
  p:last-child, .p:last-child {
    margin-bottom: 0px; }

.left_top {
  float: left;
  margin: 0 2em 1em 0; }

.right_top {
  float: right;
  margin: 0 0 1em 2em; }

.support_table,
.support_table.p {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ddd;
  border-radius: 5px;
  border-collapse: separate;
  font-size: 9pt;
  word-wrap: break-word;
  margin-bottom: 16px; }
  .support_table td,
  .support_table.p td {
    padding: 10px 20px;
    box-sizing: border-box;
    vertical-align: top; }
    .support_table td:nth-child(2n),
    .support_table.p td:nth-child(2n) {
      background: #f3f6fa; }
    .support_table td.security,
    .support_table.p td.security {
      width: 210px; }
    .support_table td.list-colum ul,
    .support_table.p td.list-colum ul {
      margin-left: 1.2em; }
  .support_table ul,
  .support_table.p ul {
    list-style-type: disc;
    padding-left: 1.2em; }
  .support_table li,
  .support_table.p li {
    margin: 0 !important;
    white-space: nowrap; }

.list_bullet {
  list-style-type: disc;
  padding-left: 1.2em; }
  .list_bullet li {
    margin: 0px; }

.list_none {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.bundle_composition {
  line-height: 1.9;
  margin-top: 20px; }

/*==== End Common CSS ====*/
/*==== Header CSS ====*/
.header {
  padding: 25px 0px; }
  .header > .container > .row {
    padding: 0 20px; }
  .header .logo {
    border-bottom: 0;
    padding: 5px 0 0 44px;
    display: inline-block;
    vertical-align: top; }
    .header .logo:hover img {
      transform: scale(1.1); }
    .header .logo img {
      transition: all .2s ease;
      transform: scale(1);
      max-height: 47px; }
  .header a {
    color: #b2b8bd; }
    .header a:hover {
      color: #c9d1d6; }

/*==== End Header CSS ====*/
/*==== Footer CSS ====*/
.footer {
  padding: 40px 0 80px;
  font-weight: 400;
  color: #333; }
  @media all and (max-width: 992px) {
    .footer {
      padding: 20px 0 40px; } }
  .footer > .container > .row {
    padding: 0 20px; }
  .footer .copyright {
    text-align: left; }
    @media all and (max-width: 992px) {
      .footer .copyright {
        text-align: center; } }
  .footer .col-md-7.links {
    text-align: right; }
    @media all and (max-width: 992px) {
      .footer .col-md-7.links {
        margin-top: 10px;
        text-align: center; }
        .footer .col-md-7.links .menu_simple {
          display: inline-block;
          float: none; } }

/*==== End Footer CSS ====*/
/*==== Main Block CSS ====*/
.social_links {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle; }

.social_links a {
  display: inline-block;
  margin-left: 10px;
  opacity: .8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: right;
  border: 2px solid #000;
  vertical-align: middle; }
  .social_links a img {
    margin-top: 6px;
    margin-right: 5px; }
  .social_links a.link:first-child img {
    margin-top: 4px;
    margin-right: 8px; }

.content_panel {
  color: #444; }

.common_panel {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  background: #fff;
  min-height: 500px; }

/*==== End Main Block CSS ====*/
/*==== Common Visual Style CSS ====*/
/*==== Common Buttons CSS ====*/
.button,
a.button {
  display: inline-block;
  font-size: 140%;
  font-weight: normal;
  text-decoration: none;
  padding: 16px 26px;
  cursor: pointer;
  background: #72BCE4;
  border: 0px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: background 200ms ease 0s;
  -moz-transition: background 200ms ease 0s;
  -ms-transition: background 200ms ease 0s;
  -o-transition: background 200ms ease 0s;
  transition: background 200ms ease 0s; }
  .button:hover,
  a.button:hover {
    background: #5CADD9; }
  .button.disabled,
  a.button.disabled {
    background: #EAEAEA;
    cursor: default; }

/*==== END Common Buttons CSS ====*/
.screenshots_block {
  text-align: center;
  background: #FBFBFB !important;
  border-top: 0px !important;
  padding: 36px 0px;
  border-bottom: 1px solid #E8E8E8; }
  .screenshots_block a {
    display: -moz-inline-box;
    display: inline-block;
    margin-right: 34px;
    border: 1px solid #E8E8E8; }
    .screenshots_block a img {
      vertical-align: middle; }
    .screenshots_block a:last-child {
      margin-right: 0px; }

.hero {
  position: relative;
  padding-top: 1px;
  z-index: 1; }
  .hero .hero_cont {
    overflow: hidden;
    margin-left: -415px;
    position: absolute;
    width: 830px;
    bottom: 2px;
    left: 50%;
    padding: 10px 10px 0px; }
    @media all and (max-width: 991px) {
      .hero .hero_cont {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        margin-left: -50%; } }
  .hero a {
    outline: 0px; }
  .hero .item {
    border: 0px;
    display: inline-block; }

/*==== End Common Visual Style CSS ====*/
/* SLIMBOX */
#lbCenterCont {
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#lbCenterCont .mask {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background: #000; }

#lbCenterCont.lbLoading .mask {
  display: none; }

#lbCenter {
  position: absolute;
  z-index: 9999;
  padding-top: 0px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  background: url(../images/ishadow.png) no-repeat left top; }

#lbImage {
  left: 0px;
  top: 0px;
  cursor: pointer;
  border: 4px solid #fff;
  cursor: url(http://www.afterlogic.com/img/zoomout.cur), pointer; }

.lbLoading #lbCenter {
  background: url(../images/loading.gif) no-repeat center;
  border: 0px solid #fff !important;
  display: block !important; }

.lbLoading #lbCenter3 {
  display: none; }

#lbCenter.ie_hide,
.ie_hide #lbCenter3 {
  background: none; }

#loader {
  padding: 8px 0px 8px 40px;
  background: url(../images/loading3.gif) no-repeat 10px center; }

/*============= END ScreenShots Page CSS ===============*/
.social_link {
  cursor: pointer;
  margin: 15px 10px 0px 0px;
  display: inline-block;
  float: right; }

.social_link img {
  outline: none;
  border: none; }

/*============= END News Page ===============*/
/*--- Columns CSS ---*/
.colums, .colums3, .colums4 {
  overflow: hidden; }

.col1, .col2, .col3, .col4 {
  display: -moz-inline-box;
  display: inline-block;
  width: 50%;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .col1, .col2, .col3, .col4 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.colums3 .col1, .colums3 .col2, .colums3 .col3 {
  width: 33%; }
  @media screen and (max-width: 767px) {
    .colums3 .col1, .colums3 .col2, .colums3 .col3 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.colums4 .col1, .colums4 .col2, .colums4 .col3, .colums4 .col4 {
  width: 25%; }
  @media screen and (max-width: 767px) {
    .colums4 .col1, .colums4 .col2, .colums4 .col3, .colums4 .col4 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.colums5 .col1, .colums5 .col2, .colums5 .col3, .colums5 .col4, .colums5 .col5 {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .colums5 .col1, .colums5 .col2, .colums5 .col3, .colums5 .col4, .colums5 .col5 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.colums_n .col1, .colums_n .col2, .colums_n .col3, .colums_n .col4, .colums_n .col5 {
  float: left;
  width: auto; }

.col1 .col_span, .col2 .col_span,
.col1 .col_span_hover, .col2 .col_span_hover {
  display: -moz-inline-box;
  display: inline-block;
  display: block;
  padding: 0px 40px 0px 0px;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .col1 .col_span, .col2 .col_span,
    .col1 .col_span_hover, .col2 .col_span_hover {
      padding: 0; } }

.col2 .col_span {
  padding: 0px 0px 0px 40px; }
  @media screen and (max-width: 767px) {
    .col2 .col_span {
      padding: 3em 0 0; } }

.wide .col1 .col_span,
.wide .col2 .col_span,
.wide .col1 .col_span_hover,
.wide .col2 .col_span_hover {
  padding: 0px 60px 0px 0px; }

.wide .col2 .col_span {
  padding: 0px 0px 0px 59px; }

a.col_span, a.col_span:hover {
  text-decoration: none;
  color: #444;
  margin-top: 1px; }

a.col_span:hover {
  background-color: #f8fcff;
  cursor: pointer; }

.top_separator .col1,
.top_separator .col2 {
  background: url(../images/separator_row.png) no-repeat center top; }

.colums.border {
  background: url(../images/separator.png) no-repeat center bottom;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .colums.border {
      background: transparent; } }

.colums.border.light {
  background: url(../images/separator_light.png) no-repeat center bottom; }
  @media screen and (max-width: 767px) {
    .colums.border.light {
      background: transparent; } }

.colums3.border {
  background: url(../images/separator.png) no-repeat 33% bottom; }
  @media screen and (max-width: 767px) {
    .colums3.border {
      background: transparent; } }

.colums.border.offset_bottom,
.colums.border.offset_both {
  background: url(../images/separator_offset.png) no-repeat center bottom; }
  @media screen and (max-width: 767px) {
    .colums.border.offset_bottom,
    .colums.border.offset_both {
      background: transparent; } }

.colums.border.offset_bottom.light,
.colums.border.offset_both.light {
  background: url(../images/separator_offset_light.png) no-repeat center bottom; }
  @media screen and (max-width: 767px) {
    .colums.border.offset_bottom.light,
    .colums.border.offset_both.light {
      background: transparent; } }

.colums.border.offset_top .border,
.colums.border.offset_both .border {
  background: url(../images/separator_top.png) no-repeat center top; }
  @media screen and (max-width: 767px) {
    .colums.border.offset_top .border,
    .colums.border.offset_both .border {
      background: transparent; } }

.colums.border.offset_top.light .border,
.colums.border.offset_both.light .border {
  background: url(../images/separator_top_light.png) no-repeat center top; }
  @media screen and (max-width: 767px) {
    .colums.border.offset_top.light .border,
    .colums.border.offset_both.light .border {
      background: transparent; } }

.colums.border.offset_both_small {
  background: url(../images/separator_offset_small.png) no-repeat center bottom; }
  @media screen and (max-width: 767px) {
    .colums.border.offset_both_small {
      background: transparent; } }

.colums.border.offset_both_small .border {
  background: url(../images/separator_top.png) no-repeat center -10px; }
  @media screen and (max-width: 767px) {
    .colums.border.offset_both_small .border {
      background: transparent; } }

.colums.border .border {
  background: url(../images/separator_top.png) no-repeat center -45px; }
  @media screen and (max-width: 767px) {
    .colums.border .border {
      background: transparent; } }

.colums3.border .border {
  background: url(../images/separator_top.png) no-repeat 33% -45px; }
  @media screen and (max-width: 767px) {
    .colums3.border .border {
      background: transparent; } }

.colums3.border .border1 {
  background: url(../images/separator.png) no-repeat 66% bottom; }
  @media screen and (max-width: 767px) {
    .colums3.border .border1 {
      background: transparent; } }

.colums3.border .border2 {
  background: url(../images/separator_top.png) no-repeat 66% -45px; }
  @media screen and (max-width: 767px) {
    .colums3.border .border2 {
      background: transparent; } }

.colums.hard_border {
  border: solid #ddd;
  border-width: 0px 1px; }

.colums.hard_border .col1 {
  border-right: 1px solid #ddd; }

.ie6.colums .border {
  background: none !important; }

/*--- END Columns CSS ---*/
/*=== END Common CSS ===*/
/*==== Product page CSS ====*/
#product_header {
  padding: 27px 65px 40px;
  zoom: 1; }
  @media all and (max-width: 767px) {
    #product_header {
      padding: 27px 25px 20px; } }
  #product_header.bottom {
    border-bottom: 0px; }
  #product_header h3 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-size: 20pt;
    color: #444;
    margin: 10px 0 0;
    padding: 0 0;
    position: relative;
    overflow: hidden;
    visibility: visible;
    display: inline-block; }
    #product_header h3 span {
      font-weight: 600;
      font-size: 28pt;
      white-space: nowrap;
      display: block; }
      @media all and (max-width: 600px) {
        #product_header h3 span {
          font-size: 22pt; } }
  #product_header .product_icon {
    display: inline-block;
    margin: 14px 25px 0 0; }
    @media all and (max-width: 600px) {
      #product_header .product_icon {
        margin-right: 0;
        float: none;
        display: block;
        clear: both; } }
    .entry-page.triton #product_header .product_icon {
      margin-top: 0; }
  #product_header .add_links {
    padding: 16px 0px 16px 20px;
    display: inline-block;
    font: normal 12px/120% Tahoma,Arial,Verdana,sans-serif; }
  #product_header .title {
    margin: 4px 60px 0px 0px;
    display: -moz-inline-box;
    display: block;
    vertical-align: top;
    float: left; }
  #product_header .description {
    display: block;
    vertical-align: middle;
    font-family: 'Bad Script', Arial, sans-serif;
    padding-bottom: 10px;
    font-size: 18pt;
    line-height: 180%;
    margin-top: 5px;
    overflow: hidden;
    text-align: right;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #product_header .description.bottom {
      clear: both;
      text-align: left; }
    @media all and (max-width: 1000px) {
      #product_header .description {
        width: 100%;
        text-align: left;
        line-height: 150%; } }

.entry_page_links {
  text-align: justify;
  font-size: 0;
  line-height: 100%; }
  .center .entry_page_links {
    text-align: center; }
  .entry_page_links:after {
    display: inline-block;
    width: 100%;
    content: ""; }
  .entry_page_links .button {
    background: #999;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 50px;
    margin-right: 40px;
    border: 0px !important;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    font-size: 20pt;
    line-height: normal;
    -webkit-transition: background 200ms ease 0s;
    -moz-transition: background 200ms ease 0s;
    -ms-transition: background 200ms ease 0s;
    -o-transition: background 200ms ease 0s;
    transition: background 200ms ease 0s; }
    .entry_page_links .button:last-child {
      margin-right: 0px !important; }
    .entry_page_links .button.live_demo {
      background: #72BCE4; }
      .entry_page_links .button.live_demo:hover {
        background: #5CADD9; }
    .entry_page_links .button.download_page {
      background: #96CF6F; }
      .entry_page_links .button.download_page:hover {
        background: #80C252; }
    .entry_page_links .button.purchase_page {
      background: #EDBC5C; }
      .entry_page_links .button.purchase_page:hover {
        background: #EAB03E; }
      .entry_page_links .button.purchase_page .price {
        display: inline-block;
        float: right;
        background: #FFAF60;
        border: 2px solid #fff;
        border-radius: 3px;
        color: #fff;
        margin: -30px -65px 0 -100px;
        padding: 2px 7px;
        font-family: "Open Sans", sans-serif;
        font-size: 11pt;
        font-weight: normal; }
    .entry_page_links .button.source_page {
      background: #24292e; }
      .entry_page_links .button.source_page:hover {
        background: #191c20; }
      .entry_page_links .button.source_page img {
        vertical-align: middle;
        margin-bottom: 4px;
        margin-left: 7px; }

.section {
  margin: 0 65px 60px; }
  @media screen and (max-width: 725px) {
    .section {
      margin: 0 25px 60px; } }
  .section.description--download {
    margin-bottom: 20px; }
    @media screen and (max-width: 725px) {
      .section.description--download {
        margin-bottom: 20px; } }

.entry-page {
  font-size: 12pt;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #333; }
  .entry-page h1 {
    color: #222222;
    margin-bottom: 0.5em;
    font-size: 30pt;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif; }
  .entry-page h2 {
    padding: 0;
    color: #222222;
    font-size: 30pt; }
  .entry-page h3 {
    margin: 0px 0px 0.5em; }
  .entry-page h4 {
    font-size: 14pt;
    font-weight: normal;
    color: #222222; }
  .entry-page li {
    margin-bottom: 3em; }
    .entry-page li:last-child {
      margin-bottom: 0; }
  .entry-page p {
    line-height: 1.9; }
  .entry-page ul ul li {
    line-height: 1.9; }
  .entry-page .features li,
  .entry-page .whats_new li {
    line-height: 1.9;
    margin-bottom: 1.6em !important; }
  .entry-page .features h4,
  .entry-page .whats_new h4 {
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    color: #555;
    margin-bottom: 1em; }
  .entry-page .features .unique,
  .entry-page .whats_new .unique {
    background-color: #FF6633;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 80%; }
  .entry-page p.pseudo_header {
    font-size: 18pt;
    font-weight: 300;
    line-height: 1.9; }
    @media screen and (max-width: 670px) {
      .entry-page p.pseudo_header {
        font-size: 14pt; } }
  .entry-page .section {
    font-weight: 400;
    margin: 0px;
    padding: 50px 65px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 645px) {
      .entry-page .section {
        padding: 25px; } }
    .hero + .entry-page .section {
      border-top: 1px solid #E6E6E6;
      margin-top: -2px;
      border-radius: 4px 4px 0 0;
      background: #FFF; }
    .entry-page .section.offset_top {
      margin-top: 45px; }
      @media screen and (max-width: 767px) {
        .entry-page .section.offset_top {
          margin-top: 0; } }
    .entry-page .section a {
      text-decoration: none;
      border-bottom: 1px solid rgba(143, 173, 214, 0.33); }
  .entry-page .section.overview {
    padding-top: 1em; }
    .entry-page .section.overview h3 {
      font-size: 16pt;
      font-weight: normal;
      font-family: "Titillium Web", sans-serif;
      font-weight: bold;
      color: #E86565;
      color: #4477bb;
      color: #2F65B0;
      color: #6592CF; }
    .entry-page .section.overview .icon {
      float: left;
      margin-left: -16px;
      margin-right: 16px; }
  .entry-page .section.documentation {
    background: #77C7E7;
    color: #fff;
    margin-bottom: 0.9px; }
    .entry-page .section.documentation h2 {
      color: #fff; }
    .entry-page .section.documentation .doc_block {
      font-size: 18pt; }
    .entry-page .section.documentation.wm-pro .doc_block {
      font-size: 18pt; }
    .entry-page .section.documentation .doc_group {
      text-align: center; }
      .entry-page .section.documentation .doc_group .item {
        margin-bottom: 1.5em; }
        .entry-page .section.documentation .doc_group .item:last-child {
          margin-bottom: 0; }
      .entry-page .section.documentation .doc_group a {
        color: #fff;
        display: inline;
        border-color: #fff;
        line-height: normal;
        font-weight: 300;
        border-bottom: 1px solid #c9e9f5; }
    .entry-page .section.documentation .system_information {
      margin-top: 3em; }
      .entry-page .section.documentation .system_information .version,
      .entry-page .section.documentation .system_information .update {
        text-align: center;
        font-size: 10pt;
        color: #d6eef8; }
  .entry-page .section.links .entry_page_links {
    margin: 0px; }
  .entry-page .section.clients {
    text-align: center; }
    .entry-page .section.clients > a {
      font-size: 16px; }
  .entry-page .clients {
    font-size: 0;
    text-align: left; }
    .entry-page .clients img {
      vertical-align: middle; }
  .entry-page .section.hosters,
  .entry-page .section.services {
    background: #72BCE4;
    color: #fff;
    text-align: center; }
    .entry-page .section.hosters h2,
    .entry-page .section.services h2 {
      color: inherit; }
    .entry-page .section.hosters p,
    .entry-page .section.services p {
      font-size: 14pt; }
    .entry-page .section.hosters .services__desc,
    .entry-page .section.services .services__desc {
      font-size: 20pt;
      font-family: 'Bad Script', Arial, sans-serif; }
    .entry-page .section.hosters .button,
    .entry-page .section.services .button {
      background: #fff;
      color: #474747;
      font-size: 18pt;
      font-weight: bold;
      font-family: "Titillium Web", sans-serif;
      border: 0px;
      padding: 18px 50px 14px; }
      .entry-page .section.hosters .button:hover,
      .entry-page .section.services .button:hover {
        background: #e3f2fa; }
  .entry-page .section.services {
    background: #FFF2B3;
    color: #2a2a2a; }
    .entry-page .section.services.net-prod {
      padding: 25px 65px; }
      .entry-page .section.services.net-prod a {
        font-weight: 300;
        font-size: 18pt; }
    .entry-page .section.services h2 {
      color: inherit; }
    .entry-page .section.services .button:hover {
      background: #fffcf0; }
  .entry-page .section.source_code a {
    border-bottom: 0px; }
  .entry-page .section.pro {
    background: url("/images/products/wmlp/stripes-bg.png");
    color: #fff; }
    .entry-page .section.pro h3 {
      font-family: "Titillium Web", sans-serif;
      font-weight: bold;
      color: #fff; }
  .entry-page .button.donate {
    background: #EFBC48;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    padding: 22px 50px; }
    .entry-page .button.donate:hover {
      background: #f2c96d; }
  .entry-page .section.apps_buttons .app_button {
    position: relative;
    display: inline-block;
    margin: 20px 10px 20px 0px;
    overflow: hidden;
    border-radius: 5px; }
    .entry-page .section.apps_buttons .app_button:last-child {
      margin-right: 0px; }
    .entry-page .section.apps_buttons .app_button img {
      display: inline-block;
      max-width: 270px; }
    .entry-page .section.apps_buttons .app_button.disabled:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      bottom: 0px;
      background: #fff;
      opacity: 0.5; }
    .entry-page .section.apps_buttons .app_button span {
      position: absolute;
      right: -40px;
      top: 24px;
      background: #ffd956;
      z-index: 1;
      border-radius: 4px;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
      transform: rotate(40deg);
      padding: 0px 40px; }

.flag__sprite {
  margin: 0px 4px 0px 0;
  padding: 0px;
  width: 14px;
  height: 10px;
  display: inline-block;
  background-image: url(../images/langs.png);
  overflow: hidden; }
  .flag__sprite--left {
    float: left;
    display: block;
    margin-top: 6px; }
    .flag__sprite--left ~ span {
      display: block;
      margin-left: 22px; }

.entry-page .features__title,
.features__title {
  margin-bottom: 1em; }

.entry-page h4.features__subtitle,
.features__subtitle {
  margin-bottom: .3em; }

.features__small {
  margin-left: 1em; }

.features .features__title + .row {
  float: left;
  width: 100%;
  box-sizing: border-box;
  *zoom: 1; }
  .features .features__title + .row:before, .features .features__title + .row:after {
    content: " ";
    display: table; }
  .features .features__title + .row:after {
    clear: both; }

.clients_clients {
  font-size: 0;
  margin: 0px -65px;
  overflow: hidden; }
  @media all and (max-width: 780px) {
    .clients_clients {
      margin: 0px -45px; } }
  @media all and (max-width: 645px) {
    .clients_clients {
      margin: 0; } }
  .clients_clients .item {
    display: inline-block;
    width: 16.6666666667%;
    text-align: center;
    margin-bottom: 50px; }
    .clients_clients .item img {
      opacity: .7;
      max-width: 70%; }
    @media all and (max-width: 710px) {
      .clients_clients .item {
        margin-bottom: 30px;
        width: 20%; } }
    @media all and (max-width: 510px) {
      .clients_clients .item {
        margin-bottom: 20px;
        width: 25%; } }
    @media all and (max-width: 400px) {
      .clients_clients .item {
        width: 33.33333%; } }
  .clients_clients .title {
    display: none; }

.packages .package.select {
  background: #EEFAFF;
  border-radius: 8px; }
  .packages .package.select > .package_content {
    padding: 20px; }
    .packages .package.select > .package_content > .package_description {
      padding: 20px 0 0 65px; }

.packages .package.selected {
  background: #72BCE4;
  color: #fff;
  transition: all .2s ease; }

.packages .package.disabled {
  background: #fbfbfb;
  color: #ccc;
  cursor: default !important; }

.packages .package .package_header .checkbox,
.packages .package .package_header .radiobutton {
  height: 26px;
  width: 26px;
  float: left;
  margin-left: -45px;
  margin-top: 0px;
  padding: 0px; }

.packages .package .package {
  padding: 16px 20px;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer; }
  .packages .package .package .package_content {
    padding-left: 45px; }
  .packages .package .package.passive {
    background: #f5f5f5;
    margin-top: 10px;
    cursor: initial; }
    .packages .package .package.passive .package_content {
      padding-left: 0px; }
  .packages .package .package.selected .package_description a {
    color: #D0F0FF;
    border-color: #CDEDFC; }
    .packages .package .package.selected .package_description a:hover {
      color: #fff;
      border-color: #fff; }

.packages .package .price {
  display: inline-block;
  float: right; }
  @media screen and (max-width: 767px) {
    .packages .package .price {
      display: block;
      float: none; } }

.packages .package h3 {
  font-size: 20pt;
  line-height: 1.2;
  font-weight: 200;
  font-family: "Titillium Web", sans-serif;
  white-space: nowrap; }
  @media screen and (max-width: 991px) {
    .packages .package h3 {
      white-space: normal;
      font-size: 18pt; } }

.packages .package .package_header > .icon {
  float: left;
  margin-right: 10px;
  display: inline-block; }
  .packages .package .package_header > .icon img {
    vertical-align: middle; }

.options .group_description {
  margin-bottom: 1em; }

.options .package {
  padding: 20px;
  background: #eee;
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all .2s ease; }
  .options .package .package_content {
    padding-left: 45px; }
  .options .package .package_description,
  .options .package .package_info {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 10pt;
    line-height: 120%;
    color: #888; }
  .options .package.checked {
    background: #72BCE4;
    color: #fff; }
    .options .package.checked h3,
    .options .package.checked .price,
    .options .package.checked .package_description,
    .options .package.checked .package_info,
    .options .package.checked p {
      color: #fff !important; }
    .options .package.checked a,
    .options .package.checked a:link,
    .options .package.checked a:hover,
    .options .package.checked .link {
      color: #fff;
      border-bottom: 1px solid #fff; }

.mailbee-net-objects #product_header .description,
.mailbee-net-smtp-component #product_header .description,
.mailbee-net-pop3-component #product_header .description,
.mailbee-net-imap-component #product_header .description,
.mailbee-net-security-component #product_header .description,
.mailbee-net-antispam-component #product_header .description,
.mailbee-net-outlook-converter #product_header .description,
.mailbee-net-address-validator #product_header .description,
.mailbee-net-pdf-component #product_header .description,
.mailbee-net-bouncemail-component #product_header .description,
.mailbee-net-html-component #product_header .description,
.mailbee-net-mime-component #product_header .description,
.mailbee-net-icalvcard #product_header .description {
  font-size: 18pt;
  line-height: 180%;
  margin-top: 5px; }

.mailbee-net-objects .section.features,
.mailbee-net-smtp-component .section.features,
.mailbee-net-pop3-component .section.features,
.mailbee-net-imap-component .section.features,
.mailbee-net-security-component .section.features,
.mailbee-net-antispam-component .section.features,
.mailbee-net-outlook-converter .section.features,
.mailbee-net-address-validator .section.features,
.mailbee-net-pdf-component .section.features,
.mailbee-net-bouncemail-component .section.features,
.mailbee-net-html-component .section.features,
.mailbee-net-mime-component .section.features,
.mailbee-net-icalvcard .section.features {
  font-size: 10pt; }

.entry-page.mailbee-net-objects .common_panel {
  margin-top: 360px; }

.entry-page.mailbee-net-objects .hero .item {
  box-shadow: 0 0 5px #898989;
  border-radius: 5px 5px 0px 0px;
  border: 4px solid #fff;
  border-bottom: 0px; }

.entry-page.mailbee-net-objects .section.components .title {
  font-size: 20pt;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  line-height: 100%; }
  .entry-page.mailbee-net-objects .section.components .title span {
    display: block;
    font-weight: bold; }

.entry-page.mailbee-net-objects .section.components .icon {
  float: left;
  margin: 6px 20px 0px 0px;
  max-height: 68px; }

.entry-page.mailbee-net-objects .section.components .description {
  overflow: hidden;
  line-height: 1.9; }

.entry-page.mailbee-net-objects .section.components .grid {
  border: 1px solid #ddd;
  border-radius: 5px; }

.entry-page.mailbee-net-objects .section.components .col1,
.entry-page.mailbee-net-objects .section.components .col2 {
  padding: 0px; }

.entry-page.mailbee-net-objects .section.components a.col_span {
  text-decoration: none;
  border: 0px;
  padding: 35px 40px; }

.entry-page.mailbee-net-objects.mailbee-objects .common_panel {
  margin-top: 0; }

.section.components .col2 .col_span {
  margin-left: 1px; }

.wmp-page .common_panel {
  margin-top: 355px; }

.afterlogic-aurora-corporate-8 .components .grid,
.afterlogic-aurora-corporate-8 .components .grid {
  border: 1px solid #ccc;
  border-radius: 5px; }
  .afterlogic-aurora-corporate-8 .components .grid .colums,
  .afterlogic-aurora-corporate-8 .components .grid .colums {
    border-bottom: 1px solid #ccc; }
    .afterlogic-aurora-corporate-8 .components .grid .colums:last-child,
    .afterlogic-aurora-corporate-8 .components .grid .colums:last-child {
      border-bottom: 0px; }
    .afterlogic-aurora-corporate-8 .components .grid .colums .col1,
    .afterlogic-aurora-corporate-8 .components .grid .colums .col1 {
      border-right: 1px solid #ccc; }
    .afterlogic-aurora-corporate-8 .components .grid .colums .col_span,
    .afterlogic-aurora-corporate-8 .components .grid .colums .col_span {
      margin: 30px !important;
      padding: 0px !important; }

.entry-page,
.purchase-entry-page,
.download-entry-page,
.download-page,
.form-page {
  line-height: 1.8;
  font-weight: 400; }
  .entry-page .link.back,
  .purchase-entry-page .link.back,
  .download-entry-page .link.back,
  .download-page .link.back,
  .form-page .link.back {
    display: inline-block;
    margin: 60px 65px 20px;
    font-weight: 400; }
    @media screen and (max-width: 725px) {
      .entry-page .link.back,
      .purchase-entry-page .link.back,
      .download-entry-page .link.back,
      .download-page .link.back,
      .form-page .link.back {
        margin: 60px 25px 20px; } }
  .entry-page .entry_page_links,
  .purchase-entry-page .entry_page_links,
  .download-entry-page .entry_page_links,
  .download-page .entry_page_links,
  .form-page .entry_page_links {
    margin: 55px 65px 25px; }
    @media screen and (min-width: 646px) and (max-width: 991px) {
      .entry-page .entry_page_links .live_demo,
      .purchase-entry-page .entry_page_links .live_demo,
      .download-entry-page .entry_page_links .live_demo,
      .download-page .entry_page_links .live_demo,
      .form-page .entry_page_links .live_demo {
        width: 47%;
        margin-right: 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center; }
        .entry-page .entry_page_links .live_demo ~ .download_page,
        .purchase-entry-page .entry_page_links .live_demo ~ .download_page,
        .download-entry-page .entry_page_links .live_demo ~ .download_page,
        .download-page .entry_page_links .live_demo ~ .download_page,
        .form-page .entry_page_links .live_demo ~ .download_page {
          width: 47%;
          margin-left: 3%;
          margin-right: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          text-align: center; }
        .entry-page .entry_page_links .live_demo ~ .purchase_page,
        .purchase-entry-page .entry_page_links .live_demo ~ .purchase_page,
        .download-entry-page .entry_page_links .live_demo ~ .purchase_page,
        .download-page .entry_page_links .live_demo ~ .purchase_page,
        .form-page .entry_page_links .live_demo ~ .purchase_page {
          margin-top: 25px;
          display: block;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    @media screen and (max-width: 645px) {
      .entry-page .entry_page_links,
      .purchase-entry-page .entry_page_links,
      .download-entry-page .entry_page_links,
      .download-page .entry_page_links,
      .form-page .entry_page_links {
        margin: 55px 25px 25px; }
        .entry-page .entry_page_links .button,
        .purchase-entry-page .entry_page_links .button,
        .download-entry-page .entry_page_links .button,
        .download-page .entry_page_links .button,
        .form-page .entry_page_links .button {
          display: block;
          margin: 25px 0 0;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .entry-page .entry_page_links .button:first-child,
          .purchase-entry-page .entry_page_links .button:first-child,
          .download-entry-page .entry_page_links .button:first-child,
          .download-page .entry_page_links .button:first-child,
          .form-page .entry_page_links .button:first-child {
            margin-top: 0; } }
  .entry-page h2,
  .entry-page .page_header,
  .purchase-entry-page h2,
  .purchase-entry-page .page_header,
  .download-entry-page h2,
  .download-entry-page .page_header,
  .download-page h2,
  .download-page .page_header,
  .form-page h2,
  .form-page .page_header {
    font-size: 30pt;
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    margin-bottom: 1em; }
  .entry-page .page_description,
  .purchase-entry-page .page_description,
  .download-entry-page .page_description,
  .download-page .page_description,
  .form-page .page_description {
    margin-bottom: 40px;
    font-size: 14pt;
    font-weight: 100;
    line-height: 140%; }

.download-entry-page h2 {
  margin-bottom: .9em; }

.purchase-entry-page .section.licenses .package_header {
  margin-bottom: 1em; }

.purchase-entry-page .section.licenses .title {
  font-size: 20pt;
  font-weight: bold; }

.purchase-entry-page .section.licenses .package .package .package_header {
  margin-bottom: 0px; }

.purchase-entry-page .section.licenses .package .package .title {
  font-size: 17pt;
  font-weight: 200; }

.purchase-entry-page .section.licenses .package_description {
  margin-bottom: 1em; }

.purchase-entry-page .section.editions .package_header {
  margin-bottom: 2em; }

.purchase-entry-page .section.editions .title {
  font-size: 19pt;
  font-weight: bold; }

.purchase-entry-page .section.editions .packages {
  border: 1px solid #eee;
  border-radius: 5px;
  display: table;
  table-layout: fixed; }
  .purchase-entry-page .section.editions .packages > .row {
    display: table-row; }
    .purchase-entry-page .section.editions .packages > .row .col-md-4 {
      display: table-cell;
      border-right: 1px solid #eee;
      padding-top: 14px;
      padding-bottom: 14px;
      float: none; }
      .purchase-entry-page .section.editions .packages > .row .col-md-4:last-child {
        border-right: 0px; }
      .purchase-entry-page .section.editions .packages > .row .col-md-4:nth-child(2) {
        background: #e9fcde; }
  .purchase-entry-page .section.editions .packages .package .package {
    padding: 14px; }
    .purchase-entry-page .section.editions .packages .package .package.passive {
      background: none; }
    .purchase-entry-page .section.editions .packages .package .package .package_header {
      margin-bottom: 0px; }
    .purchase-entry-page .section.editions .packages .package .package .title {
      font-size: 16pt;
      font-weight: 200; }
    .purchase-entry-page .section.editions .packages .package .package .suffix {
      font-size: 80%; }

.purchase-entry-page .section.editions .package_description {
  margin-bottom: 1em;
  font-size: 11pt; }

.purchase-entry-page .section.editions .button {
  display: block;
  text-align: center; }
  .purchase-entry-page .section.editions .button.disabled {
    z-index: 12345;
    background: rgba(114, 188, 228, 0.7); }

.purchase-entry-page .section.purchase .total_price {
  font-family: "Titillium Web", sans-serif; }
  .purchase-entry-page .section.purchase .total_price h4 {
    color: #aaa;
    line-height: 1;
    font-size: 16pt;
    margin-bottom: 0px; }
  .purchase-entry-page .section.purchase .total_price .price .sign {
    color: #aaa;
    font-size: 24pt; }
  .purchase-entry-page .section.purchase .total_price .price .value {
    font-size: 32pt; }

.purchase-entry-page .section.purchase .buttons {
  text-align: right; }
  @media screen and (max-width: 570px) {
    .purchase-entry-page .section.purchase .buttons {
      text-align: center; }
      .purchase-entry-page .section.purchase .buttons .buttons-cell {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 0; }
        .purchase-entry-page .section.purchase .buttons .buttons-cell:first-child {
          margin-top: 0; } }
  .purchase-entry-page .section.purchase .buttons .button {
    padding: 25px 35px;
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    font-size: 24pt;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block; }
    @media screen and (max-width: 570px) {
      .purchase-entry-page .section.purchase .buttons .button {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
  .purchase-entry-page .section.purchase .buttons .comment {
    position: absolute;
    top: 100%;
    font-size: 14px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease; }
    .purchase-entry-page .section.purchase .buttons .comment a {
      outline: 0; }
    .purchase-entry-page .section.purchase .buttons .comment.show {
      opacity: 1;
      top: 104%; }

.purchase-entry-page .section.licenses.bundle .licenses_group {
  display: none; }
  .purchase-entry-page .section.licenses.bundle .licenses_group.selected {
    display: block; }

.purchase__button {
  position: relative; }

.download-entry-page .step2 h2 {
  font-size: 24pt; }
  @media screen and (max-width: 500px) {
    .download-entry-page .step2 h2 {
      font-size: 22pt;
      margin-top: -15px; } }

.download-entry-page .step2 .email {
  border: 1px solid #ccc;
  font: 400 24pt 'Open Sans',Arial,sans-serif;
  padding: 12px 24px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 1px 2px #D3D3D3 inset;
  background: #fcfcfc;
  color: #919191; }
  .download-entry-page .step2 .email:focus {
    background: #FCFBF1;
    box-shadow: 0 1px 2px #D7D0BE inset; }
  .download-entry-page .step2 .email.incorrect {
    border: 1px solid #db8f8f;
    box-shadow: 0 1px 2px #e09494 inset;
    background: #fcefef; }

.download-entry-page .step2 .note {
  font-size: 12pt;
  margin-top: 10px;
  color: #999;
  margin-top: 1em; }
  .download-entry-page .step2 .note .checkbox {
    height: 26px;
    width: 26px;
    float: left;
    margin: 2px 1em 0 0; }

.download-entry-page .download .buttons {
  text-align: center; }
  .download-entry-page .download .buttons .button {
    padding: 25px 35px;
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    font-size: 24pt;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block;
    cursor: pointer; }

.download-page {
  padding-top: 40px; }
  .download-page p {
    line-height: 140%; }
  .download-page .link.back {
    margin-top: 0px; }
  .download-page .email_notice {
    font-size: 18pt; }
  .download-page .license_key {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    font-weight: 400;
    line-height: 130%;
    background: #FFF2B3;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0px;
    width: 100%;
    min-height: 5em;
    text-align: left;
    word-wrap: break-word; }
    .download-page .license_key.long_license_key {
      font-size: 12pt; }
  .download-page .section.install {
    margin: 0px;
    padding: 40px 65px;
    background: #EAFFB0;
    text-align: center;
    font-size: 16pt;
    font-weight: 400; }
    .download-page .section.install ul {
      list-style-type: none;
      padding: 0; }
  .download-page .section.support {
    margin: 0px;
    padding: 40px 65px;
    text-align: center;
    font-size: 16pt;
    font-weight: 400; }
    .download-page .section.support ul {
      text-align: left;
      padding: 0px 33px;
      list-style-type: disc; }
      .download-page .section.support ul li {
        margin-bottom: 12px; }
  .download-page .section.development {
    margin: 0px;
    padding: 40px 65px 40px;
    background: #FFF2B3;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    font-size: 16pt; }

.mfp-iframe-holder .mfp-content {
  max-width: 600px !important; }

.mfp-iframe-holder .mfp-close {
  top: 0px !important;
  width: 44px !important;
  color: #333 !important;
  right: 0px !important;
  text-align: center !important; }

.mfp-iframe-scaler iframe {
  background: #fff !important; }

.mfp-popup .mfp-content {
  background: #fff;
  max-width: 600px;
  min-width: 200px;
  padding: 20px;
  color: #333; }
  .mfp-popup .mfp-content h2 {
    visibility: visible;
    padding: 0px;
    margin: 20px 32px; }
  .mfp-popup .mfp-content .content_block {
    margin: 20px; }

.form-page.with_back h1 {
  margin-top: 0px; }

.form-page .description {
  margin-bottom: 2em; }

.form-page .form {
  padding: 0px 20px; }
  .form-page .form.form--no-padding {
    padding: 0; }
  .form-page .form.no-labels label {
    display: none; }
  .form-page .form .inputbox {
    background: #FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 1px 2px #D3D3D3 inset;
    color: #919191;
    font: 400 18pt 'Open Sans',Arial,sans-serif;
    padding: 8px 14px;
    width: 100%; }
    .form-page .form .inputbox.invalid {
      box-shadow: 0 1px 2px #FFBBBB inset;
      border-color: #FFB0B0; }
  .form-page .form textarea {
    height: 10em;
    font-size: 12pt !important; }

.form-page .buttons {
  margin-top: 20px;
  padding: 0px 20px; }
  .form-page .buttons--no-padding {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; }
  .form-page .buttons .button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    font-size: 18pt;
    vertical-align: middle;
    padding: 18px 50px 14px;
    line-height: normal; }

.menu_simple {
  float: right; }
  .menu_simple ul {
    margin: 0px;
    padding: 0px; }
  .menu_simple li {
    border-right: 1px solid #CFCFCF;
    display: inline-block;
    padding: 0 10px; }
    .footer .menu_simple li {
      border-right: 0; }
    .menu_simple li:last-child {
      padding-right: 0px;
      border-right: 0px; }

.products-list .pre_text {
  padding: 25px 0;
  margin-top: -50px; }

.products-list .product {
  background: #ffffff;
  padding: 55px 65px 40px;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer; }
  @media all and (max-width: 767px) {
    .products-list .product {
      padding: 10px 25px 20px; } }
  .products-list .product:last-child {
    margin-bottom: -1px; }
  .products-list .product:hover {
    padding: 53px 63px 39px;
    border: 2px solid #78B4EB; }
    @media all and (max-width: 767px) {
      .products-list .product:hover {
        padding: 8px 23px 19px; } }
  .products-list .product h3 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-size: 20pt;
    color: #444;
    margin: 10px 25px 0;
    padding: 0 0;
    position: relative;
    float: left;
    overflow: hidden;
    visibility: visible; }
    @media all and (max-width: 700px) {
      .products-list .product h3 {
        margin: 10px 0 0;
        display: block; } }
    .products-list .product h3 span {
      font-weight: 600;
      font-size: 24pt;
      white-space: nowrap;
      display: block; }
      @media all and (max-width: 700px) {
        .products-list .product h3 span {
          font-size: 22pt; } }
  .products-list .product .product_icon {
    float: left;
    margin-top: 14px; }
    @media all and (max-width: 700px) {
      .products-list .product .product_icon {
        float: none;
        display: block;
        margin-top: 15px; } }
  .products-list .product .add_links {
    padding: 16px 0px 16px 20px;
    display: inline-block;
    font: normal 12px/120% Tahoma,Arial,Verdana,sans-serif; }
  .products-list .product .title {
    margin: 4px 60px 0px 0px;
    display: -moz-inline-box;
    display: block;
    vertical-align: top;
    float: left; }
  .products-list .product .description {
    display: block;
    vertical-align: middle;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 10px;
    overflow: hidden;
    clear: both;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .products-list .product .links {
    text-align: center;
    font-weight: 400; }
    @media all and (max-width: 767px) {
      .products-list .product .links {
        text-align: left;
        margin-top: 25px; } }
    .products-list .product .links .link {
      border-bottom: 0px;
      margin-bottom: 0.5em; }
      @media all and (max-width: 767px) {
        .products-list .product .links .link {
          display: inline-block;
          padding-right: 20px; }
          .products-list .product .links .link:last-child {
            padding-right: 0; } }
      .products-list .product .links .link:last-child {
        margin-bottom: 0; }

.news-page .common_panel,
.article-page .common_panel,
.form-page .common_panel {
  padding: 50px 65px; }
  .container-fluid .news-page .common_panel, .container-fluid
  .article-page .common_panel, .container-fluid
  .form-page .common_panel {
    padding: 50px 35px; }
  @media all and (max-width: 645px) {
    .news-page .common_panel,
    .article-page .common_panel,
    .form-page .common_panel {
      padding: 50px 25px; } }

.news-page .date {
  display: block;
  margin-bottom: 20px;
  text-align: right; }

.news-page .description {
  margin-bottom: 3em; }

.news-page .back {
  float: right; }

.news-page .add_this {
  text-decoration: none;
  border-bottom: 0px; }

.news-page .news-list .title {
  font-size: 28pt;
  margin-bottom: 10px; }

.news-page .news-list .date {
  text-align: left;
  margin-bottom: 30px; }

.news-page .news-list .item {
  margin-bottom: 3em; }

.news {
  margin: 40px 0px; }

.quotations {
  text-align: right;
  margin-top: -1em; }
  .quotations .text {
    font-style: italic; }
  .quotations .author,
  .quotations .company {
    display: block; }
  .quotations .itme {
    margin-top: 1em;
    line-height: 1.9; }

.wmln-page .overview h2,
.managesieve-server-page .overview h2 {
  margin: 1em 0 0.5em; }

.wmln-page .features h3,
.managesieve-server-page .features h3 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 18pt;
  margin: 0 0 30px; }

.wmln-page .features ul,
.managesieve-server-page .features ul {
  margin-bottom: 40px; }

.wmln-page .features li,
.managesieve-server-page .features li {
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 20px; }

.wmln-page .features .languages li,
.managesieve-server-page .features .languages li {
  list-style-type: none;
  margin-left: 0px; }

.wmlp-page #product_header .description {
  letter-spacing: -1px; }

.wmlp-page .section.pro {
  color: #525252; }
  .wmlp-page .section.pro h3 {
    font-size: 26pt;
    display: inline;
    color: #606060;
    background: #fff;
    padding: 4px 25px; }
  .wmlp-page .section.pro .description {
    text-align: center; }
    .wmlp-page .section.pro .description p {
      line-height: 230%; }
    .wmlp-page .section.pro .description span {
      background: #fff;
      display: inline;
      padding: 4px 10px;
      color: #525252; }

ul.style-normal {
  list-style: disc;
  padding-left: 20px; }
  ul.style-normal li {
    margin: 1em 0 0; }
    ul.style-normal li:first-child {
      margin-top: 0; }

[data-ltips] {
  border-bottom: 1px dashed #333; }

#powerTip {
  cursor: default;
  background-color: #fefeff;
  color: #000;
  border: 1px solid #ccc;
  padding: 7px 10px;
  display: none;
  padding: 7px 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647; }
  #powerTip:before {
    content: "";
    position: absolute; }
  #powerTip.n:before, #powerTip.s:before {
    left: 50%;
    margin-left: -5px; }
  #powerTip.e:before, #powerTip.w:before {
    margin-top: -5px;
    top: 50%; }
  #powerTip.n:before {
    bottom: -10px; }
  #powerTip.e:before {
    left: -10px; }
  #powerTip.s:before {
    top: -10px; }
  #powerTip.w:before {
    right: -10px; }
  #powerTip.ne:before, #powerTip.se:before {
    left: 10px; }
  #powerTip.nw:before, #powerTip.sw:before {
    right: 10px; }
  #powerTip.ne:before, #powerTip.nw:before {
    bottom: -10px; }
  #powerTip.se:before, #powerTip.sw:before {
    top: -10px; }
  #powerTip.nw-alt:before, #powerTip.ne-alt:before, #powerTip.sw-alt:before, #powerTip.se-alt:before {
    bottom: -10px;
    left: 10px; }
  #powerTip.ne-alt:before {
    left: auto;
    right: 10px; }
  #powerTip.sw-alt:before, #powerTip.se-alt:before {
    bottom: auto;
    top: -10px; }
  #powerTip.se-alt:before {
    left: auto;
    right: 10px; }

.block__green {
  padding: 8px 16px;
  background: #F5FFEA; }

.block__inform {
  font-size: 10px;
  color: #788394;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .block__inform {
      margin-bottom: 20px; } }

.desc-mini #product_header .description {
  font-size: 18pt; }

[data-more="link"].is-hide {
  display: none;
  visibility: hidden; }

[data-more="text"] {
  display: none;
  visibility: hidden; }
  [data-more="text"].is-show {
    display: block;
    visibility: visible; }

img,
.container img {
  vertical-align: top;
  max-width: 100%; }

.image__modal {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .image__modal img {
    position: relative;
    z-index: 1;
    transition: all .3s ease; }
  .image__modal .back_image,
  .image__modal .front_image {
    transition: all .3s ease; }
  .image__modal:hover .back_image,
  .image__modal:hover .front_image,
  .image__modal:hover img {
    opacity: .6 !important; }
  .image__modal:hover .image__caption {
    opacity: 1 !important;
    top: 50%; }

.image__caption {
  opacity: 0;
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 5;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  transition: all .3s ease;
  transform: translate3d(-50%, -50%, 0); }
  .no-csstransforms3d .image__caption {
    transform: translateX(-50%) translateY(-50%); }

.moduletable.home-slider {
  margin: -50px -65px 25px; }
  @media all and (max-width: 530px) {
    .moduletable.home-slider {
      margin: -50px -25px 25px; } }

.moduletable.home-slider a.flex-prev,
.moduletable.home-slider a.flex-next {
  text-decoration: none;
  border-bottom: 0; }

.moduletable.home-slider .slides img {
  border-radius: 2px 2px 0 0; }

h2.h-news-link a {
  text-decoration: none;
  border-bottom: 0;
  color: #444; }

.flexslider ul.slides li a {
  border: 0; }

.section.components > h3 {
  font-size: 15.5pt;
  margin-bottom: 1em;
  text-align: center; }

/*==== Code Highlighter CSS ====*/
.csharp .var_name,
.vbnet .var_name {
  color: #2B91AF; }

.csharp .sys,
.vbnet .sys {
  color: #0000FF; }

.csharp .string,
.vbnet .string {
  color: #A31515; }

.csharp .comm,
.vbnet .comm {
  color: #008000; }

/*==== END Code Highlighter CSS ====*/
/*==== Code tabs CSS ====*/
.tabbertabhide {
  display: none; }

.tabberlive {
  margin: 1em 0px; }

.tabberlive .common_note {
  border: solid #ccc;
  border-width: 0px 1px 1px;
  color: #777;
  font-size: 11px;
  line-height: 120%;
  padding: 5px; }

ul.tabbernav {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  font: bold 12px Verdana, sans-serif; }

ul.tabbernav li {
  list-style: none;
  margin: 0;
  display: inline; }

ul.tabbernav li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  margin-left: 0px;
  border: 1px solid #778;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #E8F3FE;
  text-decoration: none; }

ul.tabbernav li a:link {
  color: #7EABE8; }

ul.tabbernav li a:visited {
  color: #667; }

ul.tabbernav li a:hover {
  color: #4886DC;
  background: #E3EFFC;
  text-decoration: none; }

ul.tabbernav li.tabberactive a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  color: #F4A745; }

ul.tabbernav li.tabberactive a:hover {
  color: #F97400;
  background: white; }

.tabbertab {
  padding: 5px;
  border: 1px solid #ccc;
  border-top: 0; }

.tabbertab .copy_code_link {
  background: #fff;
  display: inline-block;
  float: right;
  margin-top: -18px;
  padding: 2px 6px; }

/*==== END Code tabs CSS ====*/
/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+aspnet+c+csharp+cpp+http+ini+php+php-extras */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #f8f8f2;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #272822; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #f8f8f2; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672; }

.token.boolean,
.token.number {
  color: #ae81ff; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f8f8f2; }

.token.atrule,
.token.attr-value,
.token.function {
  color: #e6db74; }

.token.keyword {
  color: #66d9ef; }

.token.regex,
.token.important {
  color: #fd971f; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-ms-keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.disable-hm .package_description {
  height: auto !important; }

[data-accordion="wrapper"] {
  position: relative;
  max-height: 0;
  overflow: hidden; }
  [data-accordion="wrapper"].is-show {
    max-height: 100%;
    margin-bottom: 15px;
    -webkit-animation: slide-down 1s;
    -moz-animation: slide-down 1s;
    -ms-animation: slide-down 1s;
    -o-animation: slide-down 1s;
    animation: slide-down 1s; }

[data-accordion="button"] {
  background: url("../images/hint.png") no-repeat 0 0;
  display: inline-block !important;
  margin-left: 10px;
  width: 12px;
  height: 13px;
  cursor: pointer; }

[data-accordion="content"] {
  height: auto;
  padding: 10px;
  background: #FFFFDF; }

.client-item {
  margin-bottom: 25px;
  *zoom: 1; }
  .client-item:before, .client-item:after {
    content: " ";
    display: table; }
  .client-item:after {
    clear: both; }
  @media screen and (max-width: 450px) {
    .client-item {
      text-align: center; } }
  .client-item__img {
    float: left;
    height: 60px;
    width: 140px;
    text-align: center;
    vertical-align: middle; }
    @media screen and (max-width: 450px) {
      .client-item__img {
        display: inline;
        width: auto;
        float: none; } }
  .client-item__title {
    line-height: 60px;
    margin-left: 160px;
    display: block; }
    @media screen and (max-width: 562px) {
      .client-item__title {
        line-height: normal; } }
    @media screen and (max-width: 450px) {
      .client-item__title {
        margin-left: 0;
        text-align: center; } }

.client-header {
  font-weight: 700;
  margin-bottom: 25px; }
  @media screen and (max-width: 450px) {
    .client-header {
      text-align: center; } }

.clients-group {
  margin-bottom: 25px; }

.awards__item {
  margin-top: 25px;
  overflow: hidden; }
  .awards__item:first-child {
    margin-top: 0; }

.awards__title {
  font-weight: 700;
  margin-bottom: 15px; }

.awards__image {
  float: left;
  width: 140px; }
  .awards__image ~ .awards__title,
  .awards__image ~ .awards__description {
    display: block;
    margin-left: 160px; }

.mail-module-link {
  position: relative;
  z-index: 5; }
  .mail-module-link .entry_page_links {
    margin-top: 0;
    margin-bottom: 30px; }

h2.home-news-link {
  display: inline;
  font-size: 16px;
  position: relative;
  top: 2px; }
  h2.home-news-link + .moduletable {
    display: inline; }
    h2.home-news-link + .moduletable .news {
      margin: 0;
      display: inline; }

.reseller {
  border-top: 1px solid #DBDBDB;
  padding: 25px 0; }
  .reseller:first-child {
    border-top: 0; }
  .reseller .title {
    font-size: 16pt;
    margin-bottom: 15px; }
  .reseller--header {
    padding-bottom: 25px;
    font-size: 24px;
    color: #606060;
    border-bottom: 1px solid #DBDBDB; }
    @media screen and (max-width: 767px) {
      .reseller--header {
        display: none;
        visibility: hidden; } }

.pre_text--resellers {
  margin-top: -25px;
  margin-bottom: 25px; }
  @media all and (max-width: 767px) {
    .pre_text--resellers {
      margin-top: 0; } }

.home.clients > h2 {
  margin-bottom: 25px; }

.home.clients .clients {
  font-size: 0;
  text-align: left; }

.home.clients .item {
  display: inline-block;
  width: 16.6666666667%;
  text-align: center;
  margin-bottom: 50px; }
  @media all and (max-width: 710px) {
    .home.clients .item {
      margin-bottom: 30px;
      width: 20%; } }
  @media all and (max-width: 510px) {
    .home.clients .item {
      margin-bottom: 20px;
      width: 25%; } }
  @media all and (max-width: 400px) {
    .home.clients .item {
      width: 33.33333%; } }
  .home.clients .item img {
    opacity: .7;
    max-width: 70%; }

.home.clients .title {
  display: none; }

.common_panel--header {
  padding: 50px 65px; }
  @media all and (max-width: 767px) {
    .common_panel--header {
      padding: 20px 25px; } }

.wmnet-splash {
  border-radius: 5px 5px 0 0;
  padding: 4px 4px 0;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
  .wmnet-splash--no-pad {
    padding: 0; }
  .js .wmnet-splash {
    opacity: 0; }
  .wmnet-splash img {
    border-radius: 5px 5px 0 0; }
  .js .wmnet-splash.is-active {
    opacity: 1;
    display: block;
    visibility: visible;
    animation: WmpSplash .9s ease; }

.wmp-splash {
  border-bottom: 0; }
  .js .wmp-splash {
    opacity: 0;
    border-bottom: 0; }
  .wmp-splash img {
    border-radius: 5px 5px 0 0; }
  .js .wmp-splash.is-active {
    opacity: 1;
    display: block;
    visibility: visible; }

@keyframes SlideUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.ums-row {
  margin-bottom: 25px; }
  .entry-page .ums-row h2 {
    font-size: 16pt;
    font-weight: bold;
    margin: 0;
    padding: 0; }

.ums-phone {
  padding-top: 15px;
  text-align: center;
  line-height: 26px; }

.image_cont {
  border-radius: 5px 5px 0 0;
  padding: 4px 4px 0;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  animation: SlideUpNew 1.5s ease-in-out;
  width: 800px;
  height: 346px; }
  @media (max-width: 991px) {
    .image_cont {
      width: 100%;
      height: auto;
      overflow: hidden;
      max-width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 4px solid #fff;
      border-bottom: 0;
      padding: 0; } }
  @media (max-width: 477px) {
    .image_cont {
      height: 246px; } }

@media (max-width: 477px) {
  .wmp-page.ums .common_panel {
    margin-top: 255px; } }

.screens_rotator .front_image,
.screens_rotator .back_image {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: 346px;
  background-position: center top;
  background-repeat: no-repeat; }

.screens_rotator .front_image {
  margin-top: -346px; }

.screens_nav {
  margin: 0 -10px 30px; }
  @media (max-width: 505px) {
    .screens_nav {
      width: 100%;
      overflow-y: auto;
      _overflow: auto;
      margin: 0 0 1em;
      position: relative;
      padding-right: 10px; }
      .screens_nav::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px; }
      .screens_nav::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, 0.3); } }

.screens_content {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media (max-width: 505px) {
    .screens_content {
      min-width: 400px; } }
  .screens_content a {
    display: table-cell;
    vertical-align: top;
    text-decoration: none;
    padding: 0 5px;
    box-sizing: border-box;
    border: 0 !important; }
    .screens_content a span {
      display: block;
      height: 35px;
      padding: 0 35px;
      line-height: 35px;
      background: #FBFBFB;
      border-radius: 5px;
      border: 1px solid #F2F2F2;
      text-align: center; }
      @media (max-width: 991px) {
        .screens_content a span {
          padding: 0 10px; } }
      @media (max-width: 505px) {
        .screens_content a span {
          white-space: nowrap; } }
    .screens_content a.active span, .screens_content a:hover span {
      background: #EFEFEF;
      border: 1px solid #EAEAEA; }

.download-row.col-md-12 {
  background: #FFF; }

.ums #product_header .description {
  margin-top: 28px; }

.home-hero {
  font-size: 29px;
  line-height: 1.9;
  font-weight: 300;
  margin: 42px 70px;
  text-align: center; }
  @media all and (max-width: 700px) {
    .home-hero {
      font-size: 22px;
      margin: 42px 40px; } }
  @media all and (max-width: 600px) {
    .home-hero {
      font-size: 20px;
      margin: 22px 0; } }
  @media all and (max-width: 400px) {
    .home-hero {
      font-size: 18px; } }

@media all and (max-width: 767px) {
  .home-feature .col-sm-4 {
    margin-top: 25px; }
    .home-feature .col-sm-4:first-child {
      margin-top: 0; }
  h1.contentheading {
    margin-bottom: 10px; }
  .section.overview .col-xs-8.col-xs-offset-2 {
    padding: 0 25px;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .doc_block .col-sm-6,
  .doc_block .col-sm-4 {
    margin-top: 1em; }
    .doc_block .col-sm-6:first-child,
    .doc_block .col-sm-4:first-child {
      margin-top: 0; }
  .system_information {
    text-align: center; }
    .system_information .update {
      white-space: nowrap; }
  .entry-page .section.documentation .doc_group .item {
    margin-bottom: 1em; }
  .section.features .col2 .col_span {
    padding-top: 0; }
  .quotations {
    margin-top: 0; }
    .quotations .item {
      margin-top: 1em; }
      .quotations .item:first-child {
        margin-top: 0; } }

@media all and (max-width: 991px) {
  .total_price {
    margin-bottom: 25px; }
  .table-wrapper {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
    position: relative;
    padding-right: 10px; }
    .table-wrapper table {
      min-width: 500px;
      max-width: 100%; }
      .table-wrapper table td {
        width: 250px; }
    .table-wrapper::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 14px;
      height: 14px; }
    .table-wrapper::-webkit-scrollbar-thumb {
      border-radius: 8px;
      border: 3px solid #fff;
      background-color: rgba(0, 0, 0, 0.3); }
  .support_table li {
    white-space: normal; }
  .section.licenses .colums.border,
  .section.licenses .colums.border .border,
  .section.step1 .colums.border,
  .section.step1 .colums.border .border {
    background: transparent; }
  .section.licenses .col1,
  .section.licenses .col2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .section.licenses .col2 {
    margin-top: 25px; }
    .section.licenses .col2 .col_span {
      padding-left: 0; } }

@media all and (max-width: 560px) {
  .table-wrapper table {
    min-width: 400px;
    max-width: 100%; }
    .table-wrapper table td {
      width: 200px; } }

.container {
  max-width: 1050px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.home-feature h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ADADAD; }

.home-feature .home-link {
  margin: 15px 0;
  font-family: "Titillium Web", sans-serif; }
  .home-feature .home-link a {
    font-family: "Titillium Web", sans-serif; }
  .home-feature .home-link strong {
    font-size: 20px;
    font-family: "Titillium Web", sans-serif; }

.home__icon {
  float: left;
  width: 30px; }
  .home__icon img {
    vertical-align: middle;
    position: relative;
    top: 2px; }
  .home__icon + strong {
    margin-left: 30px;
    display: block; }

.home__text {
  padding-left: 30px; }

.entry_page--two-links {
  display: table;
  width: 100%; }
  .entry_page--two-links__cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    text-align: center; }
    .entry_page--two-links__cell.full {
      width: 100%; }
    @media screen and (max-width: 645px) {
      .entry_page--two-links__cell {
        display: block;
        width: 100%;
        margin-top: 25px; }
        .entry_page--two-links__cell:first-child {
          margin-top: 0; } }

.product_header__table {
  display: table;
  width: 100%; }

.product_header__cell {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed; }
  .product_header__cell--first {
    white-space: nowrap;
    width: 55%; }
    .mailbee-net-bouncemail-component .product_header__cell--first {
      width: 60%; }
    .queue .product_header__cell--first {
      width: 45%; }
    .afterlogic-mailsuite-pro .product_header__cell--first {
      width: 35%; }
    @media screen and (max-width: 991px) {
      .product_header__cell--first {
        width: 100%;
        display: block; } }
  .product_header__cell--second {
    width: 45%;
    padding-left: 15px; }
    @media screen and (max-width: 991px) {
      .product_header__cell--second {
        width: 100%;
        padding-left: 0;
        display: block;
        margin-top: 15px; } }

.main_block .container {
  overflow: hidden; }

@media screen and (min-width: 646px) {
  .p-top {
    padding-top: 0 !important; }
  .p-bot {
    padding-top: 0 !important; }
  .m--top {
    margin-top: -25px !important; }
  .m--bot {
    margin-bottom: -25px !important; } }

.hero__wmp--splash {
  position: relative; }
  .is-active .hero__wmp--splash > img {
    animation: WmpSplash .9s ease; }

.hero__wmp--phone {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media screen and (max-width: 991px) {
    .hero__wmp--phone {
      bottom: auto;
      top: 0; } }
  @media screen and (max-width: 639px) {
    .hero__wmp--phone {
      bottom: -10px;
      max-width: 39%;
      top: 0; } }
  .hero__wmp--phone:after {
    content: '';
    position: absolute;
    top: 28px;
    bottom: 0;
    right: 12px;
    left: 43px;
    display: block;
    background: url("../images/bg.png") repeat 0 0;
    z-index: 1;
    border-radius: 28px 28px 0 0; }
    .is-active .hero__wmp--phone:after {
      animation: WmpSplashPhone .9s ease; }
  .hero__wmp--phone > img {
    position: relative;
    z-index: 2; }
    .is-active .hero__wmp--phone > img {
      animation: WmpSplashPhone .9s ease; }

@keyframes WmpSplash {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes WmpSplashPhone {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.home-title span {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.home-title--uni {
  margin-top: 5px; }

.aurora-files #product_header h3 {
  margin-top: 20px; }

.wiki {
  padding: 30px; }
  .wiki.main_block {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 60px; }
  .wiki .description {
    color: #444 !important; }
  .wiki .content_panel {
    background: #FFF none repeat scroll 0px 0px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 50px 35px; }
  .wiki ul, .wiki ol {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.6em;
    margin-left: 0; }
    .wiki ul ul, .wiki ul ol, .wiki ol ul, .wiki ol ol {
      margin-left: 1em; }
    .wiki ul li, .wiki ol li {
      margin-bottom: 1em; }
  .wiki ol {
    list-style-type: decimal; }
  .wiki table,
  .wiki table td,
  .wiki table th {
    border: 1px solid #ccc;
    padding: 6px 10px; }
  .wiki table th {
    background: #eee; }
  .wiki h1, .wiki h2, .wiki h3, .wiki h4, .wiki h5 {
    font-weight: bold;
    color: #222;
    margin-top: 1em;
    margin-bottom: 0.5em; }
    .wiki h1:first-child, .wiki h2:first-child, .wiki h3:first-child, .wiki h4:first-child, .wiki h5:first-child {
      margin-top: 0em; }
  .wiki pre {
    font: 1em/1.2em monospace !important;
    background: #272822;
    padding: 12px 16px;
    color: #f8f8f2; }
    .wiki pre code, .wiki pre .code {
      padding: 0px;
      border: 0px;
      border-radius: 0px;
      background: none; }
  .wiki strong {
    font-weight: 800; }
  .wiki dt {
    font-weight: bold; }
  .wiki .contentheading.small {
    font-size: 18pt;
    font-weight: normal;
    margin-bottom: 0px; }
  .wiki .mark {
    border: 1px solid #777;
    border-radius: 5px;
    padding: 10px 16px;
    font-weight: normal; }
    .wiki .mark.important {
      border-color: #E78686;
      background: #FFE1D6;
      color: #C50000; }
  .wiki .code {
    border-radius: 5px;
    background: #FFF4D4;
    border: 1px solid #EFDB95;
    padding: 12px 16px !important;
    display: block;
    white-space: pre;
    font: 1em/1.2em monospace !important;
    overflow-x: auto;
    overflow-y: hidden; }
  .wiki span.sample {
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    line-height: 140%; }
  .wiki .sample {
    border: 1px solid #EFDB95;
    border-radius: 5px;
    background: #FFF4D4;
    font-family: monospace; }
  .wiki code {
    border-radius: 3px;
    border: 1px solid #EFDB95;
    background: #FFF4D4;
    font: 1em/1.2em monospace !important;
    color: inherit;
    display: inline-block; }
  .wiki .group {
    font-size: 11pt; }
    .wiki .group h2 {
      font-weight: normal; }
    .wiki .group a {
      border-bottom: 0px; }
    .wiki .group ul {
      list-style-type: none;
      margin: 0px; }
    .wiki .group li {
      margin-bottom: 0px; }
      .wiki .group li a {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 11pt;
        line-height: 130%; }
  .wiki .jwts_tabbertab pre {
    margin: 0px !important; }
  .wiki .jwts_tabbertab > br:last-child {
    display: none; }

.documentation_structure {
  font-size: 22pt;
  padding: 20px 20px; }
  .documentation_structure > .node-item > .title .arrow {
    display: none !important; }
  .documentation_structure .node-item {
    overflow: hidden; }
    .documentation_structure .node-item .title .arrow {
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      border: 1px solid;
      border-radius: 3px;
      text-align: center;
      cursor: pointer; }
    .documentation_structure .node-item .title .arrow:after {
      display: inline-block;
      vertical-align: top;
      font-size: 120%;
      line-height: 0.65;
      /*			border-left: 12px solid #F6F8FB;
			border-right: 12px solid #F6F8FB;*/ }
    .documentation_structure .node-item.expanded > .title .arrow:after {
      /*border-top: 12px solid #4477bb;*/
      /*margin-bottom: -7px;*/
      content: "-"; }
    .documentation_structure .node-item.collapsed > .title .arrow:after {
      /*			border-bottom: 10px solid #F6F8FB;
			border-top: 10px solid #F6F8FB;
			border-left: 10px solid #4477bb;
			margin-bottom: -3px;*/
      content: "+"; }
    .documentation_structure .node-item > .children {
      -webkit-transition: height 0.5s ease;
      -moz-transition: height 0.5s ease;
      -ms-transition: height 0.5s ease;
      -o-transition: height 0.5s ease;
      transition: height 0.5s ease; }
  .documentation_structure .title {
    display: inline-block;
    margin-bottom: 10px;
    border: 0px;
    line-height: 130%; }
  .documentation_structure > .node-item > .title {
    font-size: 18pt; }
  .documentation_structure .children {
    padding-left: 20px;
    font-size: 70%;
    /*margin-bottom: 20px;*/ }
  .documentation_structure .children .children .children {
    font-size: 11pt; }
  .documentation_structure .current {
    color: #000 !important;
    text-decoration: none !important;
    border-bottom: 0px !important;
    font-weight: normal;
    cursor: inherit !important; }
  .documentation_structure .search_input {
    line-height: 120%;
    font-size: 14pt;
    padding: 4px 8px;
    width: 100%; }
  .documentation_structure .jstree-default {
    font-size: 24pt; }
    .documentation_structure .jstree-default .jstree-search {
      font-style: normal !important;
      color: #000; }
    .documentation_structure .jstree-default .jstree-anchor {
      height: auto;
      line-height: 130%;
      white-space: normal;
      padding-right: 24px; }
      .documentation_structure .jstree-default .jstree-anchor.external {
        padding-right: 34px; }
        .documentation_structure .jstree-default .jstree-anchor.external:after {
          display: inline-block;
          content: "";
          background: #333;
          width: 10px;
          height: 10px;
          border-radius: 1000px;
          float: right;
          margin: 13px -10px 0px 4px; }
    .documentation_structure .jstree-default .jstree-children {
      padding-left: 0px;
      font-size: 70%;
      /*margin-bottom: 20px;*/ }
    .documentation_structure .jstree-default .jstree-children .jstree-children {
      padding-left: 20px; }
    .documentation_structure .jstree-default .jstree-children .jstree-children .jstree-children {
      font-size: 11pt; }
