/**
 * @section Typography
*/
/**
 * @section Typography
*/
@font-face {
  font-family: 'roboto_slabbold';
  src: url('../fonts/robotoslab-bold-webfont.eot');
  src: url('../fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotoslab-bold-webfont.woff') format('woff'), url('../fonts/robotoslab-bold-webfont.ttf') format('truetype'), url('../fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slabregular';
  src: url('../fonts/robotoslab-regular-webfont.eot');
  src: url('../fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotoslab-regular-webfont.woff') format('woff'), url('../fonts/robotoslab-regular-webfont.ttf') format('truetype'), url('../fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1 {
  text-transform: uppercase;
  font-family: 'roboto_slabregular';
  font-size: 36px;
  line-height: 45px;
  color: #383838;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal;
}
h1 strong {
  font-family: 'roboto_slabbold';
}
h2 {
  text-transform: uppercase;
  font-family: 'roboto_slabbold';
  font-size: 28px;
  line-height: 40px;
  color: #383838;
  margin-bottom: 20px;
  margin-top: 0;
}
h3 {
  font-size: 20px;
  line-height: 40px;
  color: #383838;
  font-family: 'roboto_slabbold';
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
}
a {
  color: #1c94c4;
  text-decoration: underline;
}
a:hover {
  color: #74ab2c;
}
a.internal-link {
  text-decoration: none;
}
a.internal-link:hover {
  border-bottom: 1px dotted #74ab2c;
}
.internal-link {
  text-decoration: none;
  border-bottom: 1px dotted #4b4b4b;
  color: #4b4b4b;
  cursor: pointer;
}
.internal-link:hover {
  border-bottom: 1px dotted #4b4b4b;
}
p {
  margin: 0 0 20px;
}
.roboto-slab {
  font-family: 'roboto_slabregular';
}
.roboto-slab-bold {
  font-family: 'roboto_slabbold';
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
.green {
  color: #74ab2c;
}
.gray {
  color: #383838;
}
.gray-light {
  color: #777777;
}
.gray-light-extra {
  color: #999999;
}
.red {
  color: #fc4304;
}
.highlight-orange-light {
  background-color: #fefbf5;
  border: 1px solid #dfdcc5;
  padding: 15px 20px 0;
  margin-bottom: 20px;
}
.circle-gray {
  margin-bottom: 20px;
  padding-left: 3px;
}
.circle-gray li {
  background-image: url("../images/lists/circle-gray.png");
  background-repeat: no-repeat;
  background-position: left 7px;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 15px;
}
.circle-gray-small {
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 3px;
}
.circle-gray-small li {
  background-image: url("../images/lists/circle-gray-small.png");
  background-repeat: no-repeat;
  background-position: left 7px;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 15px;
}
.no-style {
  list-style: none;
  padding: 0;
}
.no-style li {
  margin-bottom: 5px;
}
.img-center {
  display: block;
  margin: 0 auto;
}
.splitter {
  height: 0px;
  border: 0 none;
  background: none;
  margin: 40px 0 40px;
}
.splitter.splitter-dotted {
  border-bottom: 1px dotted #b2b2b2;
}
.splitter.splitter-solid {
  border-bottom: 1px solid #b2b2b2;
}
.table {
  table-collapse: collapse;
  margin-bottom: 20px;
}
.table tr td {
  padding: 20px;
  border-bottom: 1px dotted #c5c5c5;
}
.table.table-vert-border tr td {
  border: 1px solid #dcdcdc;
}
.table.table-bordered {
  border: 1px solid #dcdcdc;
}
.table.table-light-orange {
  background-color: #fefbf5;
}
.table .table-header {
  box-shadow: 0 2px 1px #EBEBEB;
}
.table .table-header td {
  background-color: #fafafa;
  text-transform: uppercase;
  font-family: 'roboto_slabbold';
  font-size: 15px;
  background-image: url("../images/table-header-border-sm.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.table .table-header td.last {
  background-image: none;
}
.table .table-header td:last-child {
  background-image: none;
}
.table.narrow-table tr.table-header td {
  padding: 15px;
}
.table.narrow-table tr td {
  padding: 10px;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  font-family: 'roboto_slabregular';
  line-height: 1.42857143;
  color: #4d4d4d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group:after {
  clear: both;
  content: " ";
  display: table;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error {
  position: relative;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .input-group > .form-control {
  width: 100%;
}
.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.label-desc {
  line-height: 16px;
  padding-top: 0 !important;
}
#update .delete {
  background: url("../images/calculator/delete.png") no-repeat 0 0;
  width: 21px;
  height: 21px;
  display: block;
  cursor: pointer;
  margin-top: 13px;
}
#update .form-control {
  background-color: #ffffff;
}
#update .form-control[readonly] {
  cursor: auto;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: 'roboto_slabregular';
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0  2px 2px #c9c9c9;
}
.btn.bold {
  font-family: 'roboto_slabbold';
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-green {
  color: #fff;
  background-color: #6dbc00;
  box-shadow: 0 1px 0 #ade300 inset, 0  2px 2px #c9c9c9;
  border-color: #65a909;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #83c900;
  border-color: #65a909;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-green .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-blue {
  color: #fff;
  background-color: #2c86d5;
  border-color: #1f6aad;
  box-shadow: 0 1px 0 #54d7f1 inset, 0  2px 2px #c9c9c9;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #359edd;
  border-color: #1f6aad;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-blue .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-gray {
  color: #4c4c4c;
  background-color: #e0e0e0;
  border-color: #cccccc;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-color: #e9e9e9;
  border-color: #cccccc;
  color: #4c4c4c;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-gray .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-black {
  color: #fff;
  background-color: #595959;
  border-color: #393939;
  box-shadow: 0 1px 0 #8d8d8d inset, 0  2px 2px #c9c9c9;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #646464;
  border-color: #393939;
}
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.btn-med,
.btn-group-med > .btn {
  padding: 10px 17px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
* {
  -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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  width: auto\9;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clear {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  margin: 0;
}
/**
* @section Common Layout & Styling
*/
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #505050;
  line-height: 20px;
}
.global-wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 250px;
  min-width: 980px;
}
.container-fixed {
  margin: 0 auto;
  width: 980px;
}
.logo {
  display: block;
  margin-top: 40px;
  width: 195px;
  float: left;
}
.header {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 30px;
}
.header .main-menu {
  list-style: none;
  float: right;
  margin-top: 47px;
  margin-bottom: 12px;
  padding-left: 0;
}
.header .main-menu li {
  text-transform: uppercase;
  float: left;
  margin-left: 25px;
  color: #2a2a2a;
  font-family: 'roboto_slabbold';
  font-size: 14px;
  cursor: pointer;
}
.header .main-menu li:first-child {
  margin-left: 0;
}
.header .main-menu li.active {
  cursor: default;
}
.header .main-menu li.active a {
  color: #74ab2c;
  pointer-events: none;
  cursor: default;
}
.header .main-menu li a {
  text-decoration: none;
  color: #2a2a2a;
  font-family: 'roboto_slabbold';
  font-size: 14px;
}
.header .main-menu li a.order-menu-btn {
  margin-top: -7px;
}
.header .main-menu li a.download-menu-btn {
  margin-top: -7px;
  color: #ffffff;
}
.header .main-menu li a.download-menu-btn:hover {
  color: #ffffff !important;
}
.header .main-menu li a:hover {
  color: #74ab2c;
}
.header .main-menu li a.btn:hover {
  color: #4C4C4C;
}
.header-wrapper {
  position: relative;
  background-color: #55a979;
}
.header-wrapper.header-gradient {
  background: #efefef;
  border: 1px solid #dddddd;
}
.header-pattern {
  background-image: url("../images/header-patern-bg.png");
  width: 100%;
  position: relative;
  z-index: 200;
}
.header-inner {
  background-color: #fafafa;
  border: none;
  box-shadow: 0 0 3px #a6a6a6;
  position: relative;
}
.header-white-top-bg {
  background-image: url("../images/header-white-top-bg.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.header-light {
  background-image: url("../images/header-light.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  z-index: 100;
}
.inner-content-wrapper {
  background-image: url("../images/inner-content-wrapper-bg.png");
  background-repeat: repeat-x;
  min-height: 522px;
}
.wrapper-f9 {
  background-color: #f9f9f9;
  border-bottom: 1px solid #dddddd;
}
.border-content {
  border-top: 1px dotted #b2b2b2;
}
.content {
  padding-top: 40px;
}
.footer-wrapper {
  background: linear-gradient(to bottom, #ffffff, #e9e9e9);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
}
.footer-wrapper .footer {
  padding-top: 35px;
  padding-bottom: 50px;
}
.footer-wrapper .footer-menu {
  width: 470px;
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 40px;
  overflow: hidden;
}
.footer-wrapper .footer-menu li {
  list-style: none;
  float: left;
  padding-right: 11px;
  margin-right: 11px;
  border-right: 1px solid #525252;
  line-height: 12px;
}
.footer-wrapper .footer-menu li.last {
  border-right: none;
  padding-right: 0;
}
.footer-wrapper .footer-menu li a {
  font-size: 12px;
  line-height: 12px;
  color: #383838;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-wrapper .footer-menu li a:hover {
  color: #74ab2c;
}
.footer-wrapper .footer-logo {
  margin-bottom: 40px;
}
.footer-wrapper .copyright {
  color: #929292;
}
.offers-tabs.ui-widget-content {
  font-family: Arial, Helvetica, sans-serif;
  color: #505050;
  background: none;
}
.offers-tabs.ui-widget {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.fa-block {
  background-color: #fafafa;
  border: 1px solid #cbcbcb;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #dcdcdc;
}
.ff-block {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #dcdcdc;
}
.white-block {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #dcdcdc;
}
.b-email-friend {
  font-weight: bold;
  font-size: 18px;
  font-family: 'roboto_slabbold';
  width: 406px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.b-social-info {
  font-family: 'roboto_slabbold';
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}
.b-social-buttons {
  width: 158px;
  margin: 0 auto;
}
.b-social-buttons ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.b-social-buttons ul li {
  float: left;
  margin-right: 20px;
}
.b-social-buttons ul li:last-child {
  margin-right: 0;
}
.b-social-buttons ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/sprites/social-buttons.png");
}
.b-social-buttons ul li a.fb {
  background-position: 0 -25px;
}
.b-social-buttons ul li a.fb:hover {
  background-position: 0 0;
}
.b-social-buttons ul li a.gp {
  background-position: 0 -75px;
}
.b-social-buttons ul li a.gp:hover {
  background-position: 0 -50px;
}
.b-social-buttons ul li a.in {
  background-position: 0 -125px;
}
.b-social-buttons ul li a.in:hover {
  background-position: 0 -100px;
}
.b-social-buttons ul li a.tw {
  background-position: 0 -175px;
}
.b-social-buttons ul li a.tw:hover {
  background-position: 0 -150px;
}
.b-download-success-menu {
  width: 525px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.b-download-success-menu ul {
  list-style: none;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}
.b-download-success-menu ul li {
  margin-right: 38px;
  float: left;
}
.b-download-success-menu ul li:last-child {
  margin-right: 0;
}
.b-download-success-menu ul li a {
  display: block;
  font-family: 'roboto_slabbold';
  font-size: 15px;
}
.b-download-success-menu ul li a span {
  display: inline-block;
}
.b-download-success-menu ul li a .icon {
  background-image: url("../images/sprites/download-success-menu.png");
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
}
.b-download-success-menu ul li a .icon.i-install {
  background-position: 0 -51px;
}
.b-download-success-menu ul li a .icon.i-tips {
  background-position: 0 -153px;
}
.b-download-success-menu ul li a .icon.i-videos {
  background-position: 0 -255px;
}
.b-download-success-menu ul li a:hover .icon.i-install {
  background-position: 0 0;
}
.b-download-success-menu ul li a:hover .icon.i-tips {
  background-position: 0 -102px;
}
.b-download-success-menu ul li a:hover .icon.i-videos {
  background-position: 0 -204px;
}
/**
* @section Common Structure
*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.block-center {
  margin: 0 auto;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.italic {
  font-style: italic;
}
.no-marg {
  margin-bottom: 0;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.centered {
  margin: 0 auto;
}
.min-w100 {
  min-width: 100px;
}
.w150 {
  width: 150px;
}
.pr5 {
  width: 5%;
}
.pr10 {
  width: 10%;
}
.pr15 {
  width: 15%;
}
.pr20 {
  width: 20%;
}
.pr30 {
  width: 30%;
}
.pr30 {
  width: 35%;
}
.pr40 {
  width: 40%;
}
.pr50 {
  width: 50%;
}
.pr60 {
  width: 60%;
}
.pr70 {
  width: 70%;
}
.pr80 {
  width: 80%;
}
.pr87 {
  width: 87%;
}
.pr90 {
  width: 90%;
}
.pr95 {
  width: 95%;
}
.pr99 {
  width: 99%;
}
.pr100 {
  width: 100%;
}
.px12 {
  font-size: 12px;
}
.px13 {
  font-size: 13px;
}
.px14 {
  font-size: 14px;
}
.px15 {
  font-size: 15px;
}
.px16 {
  font-size: 16px;
  line-height: 25px;
}
.px17 {
  font-size: 17px;
  line-height: 20px;
}
.px20 {
  font-size: 20px;
}
.px30 {
  font-size: 30px;
}
.px40 {
  font-size: 40px;
  line-height: 52px;
}
.lg-main-title {
  text-transform: uppercase;
  font-family: 'roboto_slabbold';
  font-size: 28px;
  line-height: 40px;
  color: #383838;
  margin-bottom: 40px;
}
.opacity {
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.img-float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.img-float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.col-12 {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-12 {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-11 {
  width: 91.66666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-11 {
  width: 91.66666667%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-10 {
  width: 83.33333333%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-9 {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-9 {
  width: 75%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-8 {
  width: 66.66666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-8 {
  width: 66.66666667%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-7 {
  width: 58.33333333%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-6 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-6 {
  width: 50%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-5 {
  width: 41.66666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-5 {
  width: 41.66666667%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-4 {
  width: 33.33333333%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-3 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-3 {
  width: 25%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-2 {
  width: 16.66666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-2 {
  width: 16.66666667%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.no-pad .col-1 {
  width: 8.33333333%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.mr-100 {
  margin-right: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mr-95 {
  margin-right: 95px;
}
.ml-95 {
  margin-left: 95px;
}
.mt-95 {
  margin-top: 95px;
}
.mb-95 {
  margin-bottom: 95px;
}
.pr-95 {
  padding-right: 95px;
}
.pl-95 {
  padding-left: 95px;
}
.pt-95 {
  padding-top: 95px;
}
.pb-95 {
  padding-bottom: 95px;
}
.mr-90 {
  margin-right: 90px;
}
.ml-90 {
  margin-left: 90px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.mr-85 {
  margin-right: 85px;
}
.ml-85 {
  margin-left: 85px;
}
.mt-85 {
  margin-top: 85px;
}
.mb-85 {
  margin-bottom: 85px;
}
.pr-85 {
  padding-right: 85px;
}
.pl-85 {
  padding-left: 85px;
}
.pt-85 {
  padding-top: 85px;
}
.pb-85 {
  padding-bottom: 85px;
}
.mr-80 {
  margin-right: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mr-75 {
  margin-right: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mt-75 {
  margin-top: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.mr-70 {
  margin-right: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.mr-65 {
  margin-right: 65px;
}
.ml-65 {
  margin-left: 65px;
}
.mt-65 {
  margin-top: 65px;
}
.mb-65 {
  margin-bottom: 65px;
}
.pr-65 {
  padding-right: 65px;
}
.pl-65 {
  padding-left: 65px;
}
.pt-65 {
  padding-top: 65px;
}
.pb-65 {
  padding-bottom: 65px;
}
.mr-60 {
  margin-right: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mr-55 {
  margin-right: 55px;
}
.ml-55 {
  margin-left: 55px;
}
.mt-55 {
  margin-top: 55px;
}
.mb-55 {
  margin-bottom: 55px;
}
.pr-55 {
  padding-right: 55px;
}
.pl-55 {
  padding-left: 55px;
}
.pt-55 {
  padding-top: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.mr-50 {
  margin-right: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.mr-0 {
  margin-right: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 7px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 7px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 7px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 7px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #a94442;
  font-family: 'roboto_slabbold';
  border-radius: 0 !important;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top {
  left: 0 !important;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #a94442;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 7px;
  border-width: 7px 7px 0;
  border-top-color: #a94442;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 7px;
  border-width: 7px 7px 0;
  border-top-color: #a94442;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #a94442;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #a94442;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #a94442;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 7px;
  border-width: 0 7px 7px;
  border-bottom-color: #a94442;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 7px;
  border-width: 0 7px 7px;
  border-bottom-color: #a94442;
}
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* Index page */
.huge-main-title {
  text-transform: uppercase;
  font-family: 'roboto_slabregular';
  font-size: 36px;
  line-height: 45px;
  color: #383838;
  margin-bottom: 10px;
}
.huge-main-title strong {
  font-family: 'roboto_slabbold';
}
.fixed-img {
  width: auto;
}
.main-sub-title {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #383838;
  margin-bottom: 30px;
}
.lg-sub-title {
  text-transform: uppercase;
  font-family: 'roboto_slabregular';
  font-size: 22px;
  color: #383838;
  margin-top: -15px;
  margin-bottom: 60px;
}
.index-download-block {
  background-color: #f9f9f0;
  width: 430px;
  padding: 40px 60px;
  box-shadow: 0 0 20px #a8c7a3;
}
.wrapper-index-download-block {
  margin-top: 56px;
  width: 390px;
  float: left;
  position: relative;
}
.wrapper-index-download-block .index-download-sub-title {
  font-size: 13px;
  color: #383838;
  margin-bottom: 25px;
}
.wrapper-index-download-block .index-download-title {
  color: #74ab2c;
  font-family: 'roboto_slabbold';
  font-size: 29px;
  margin-bottom: 5px;
}
.wrapper-index-download-block .blue-arrow {
  position: absolute;
  background-image: url("../images/blue-arrow.png");
  width: 65px;
  height: 67px;
  right: -53px;
  top: 15px;
}
.wrapper-index-download-block .works-on {
  margin-top: 30px;
}
.wrapper-index-download-block .works-on .gray {
  color: #8a9a85;
  font-size: 14px;
}
.wrapper-index-download-block .works-on span {
  margin-right: 10px;
}
.bg-image-mac {
  background-image: url("../images/bg-image-mac-02.png");
  background-repeat: no-repeat;
  width: 495px;
  height: 478px;
  float: right;
  margin-bottom: 53px;
  margin-top: -25px;
}
.index-feature-block {
  width: 212px;
  float: left;
  margin-right: 43px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.index-feature-block .icon-feature {
  background-image: url("../images/index-icons.png");
  width: 89px;
  height: 87px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.index-feature-block .seo-clients {
  background-position: 0 0;
}
.index-feature-block .rankings {
  background-position: 0 -88px;
}
.index-feature-block .time {
  background-position: 0 -176px;
}
.index-feature-block .traffic {
  background-position: 0 -264px;
}
.index-feature-block.last {
  margin-right: 0;
}
.play-video {
  margin-top: 40px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
.play-video .px20:hover {
  text-decoration: underline;
}
.play-video a {
  display: block;
  padding: 10px;
  color: #505050;
  text-decoration: none;
  margin: 0 auto;
}
.play-video a .play-video-icon {
  background-image: url("../images/play-btn.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  vertical-align: middle;
  margin-right: 20px;
}
.play-video a:hover .play-video-icon {
  background-position: left bottom;
}
.wrapper-try-it {
  border-top: 1px dotted #b2b2b2;
  margin-bottom: 20px;
}
.try-it {
  padding: 10px;
  background-color: #ffffff;
  width: 370px;
  margin: 0 auto;
  margin-top: -40px;
}
a.btn {
  text-decoration: none;
}
.btn-icon {
  margin-right: 10px;
}
.index-scr-block {
  position: relative;
  margin-bottom: 60px;
}
.index-scr-block .scr-shadow {
  background-image: url("../images/scr-shadow.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 52px;
  width: 430px;
}
.index-scr-block .scr-text {
  width: 430px;
}
.index-scr-block .scr-title {
  font-size: 20px;
  font-family: 'roboto_slabbold';
  color: #000000;
  margin-bottom: 15px;
  line-height: 30px;
}
.index-scr-block .more-link {
  background-image: url("../images/more-link.png");
  background-position: right -26px;
  background-repeat: no-repeat;
  font-size: 14px;
  text-decoration: none;
  color: #0e6fc5;
  padding-right: 15px;
}
.index-scr-block .more-link:hover {
  color: #74ab2c;
  background-position: right 4px;
}
.index-scr-block .wrapper-number {
  border-top: 1px dotted #b2b2b2;
  position: absolute;
  top: 16px;
}
.index-scr-block .wrapper-number .number-block {
  background-image: url("../images/number-block.png");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  width: 39px;
  height: 39px;
  background-color: #ffffff;
  padding: 10px;
  margin: 0 auto;
  margin-right: 29px;
  margin-top: -19px;
  text-align: center;
  font-family: 'roboto_slabbold';
}
.much-more-block {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 30px;
}
.much-more-block .wrapper-much-more {
  border-top: 1px dotted #b2b2b2;
  margin-bottom: 20px;
}
.much-more-block .wrapper-much-more .much-more-title {
  background-color: #fafafa;
  border: 1px dotted #b2b2b2;
  width: 220px;
  padding: 10px;
  font-size: 20px;
  color: #000000;
  font-family: 'roboto_slabbold';
  text-align: center;
}
.much-more-block .wrapper-much-more .bg-wrapper-title {
  padding: 5px;
  background-color: #ffffff;
  width: 230px;
  margin: -26px auto 0;
}
.much-more-block .safety-block {
  background-image: url("../images/safety-block.png");
  background-repeat: no-repeat;
  width: 198px;
  height: 198px;
  text-align: center;
  float: left;
  font-family: 'roboto_slabregular';
  color: #383636;
  line-height: 18px;
  padding-top: 31px;
  margin-left: 70px;
}
.much-more-block .support-block {
  background-image: url("../images/support-block.png");
  background-repeat: no-repeat;
  width: 198px;
  height: 198px;
  text-align: center;
  float: right;
  font-family: 'roboto_slabregular';
  color: #383636;
  line-height: 18px;
  padding-top: 23px;
  margin-right: 70px;
}
.much-more-block .much-more-list {
  width: 230px;
  float: left;
  margin-left: 90px;
  margin-top: 15px;
}
.much-more-block .much-more-list ul {
  list-style: none;
  text-align: center;
  color: #000000;
}
.much-more-block .much-more-list ul li {
  background-image: url("../images/circle-gray.png");
  background-repeat: no-repeat;
  background-position: center 30px;
  padding-bottom: 25px;
}
.much-more-block .much-more-list ul li.last {
  background-image: none;
}
.testimonials-wrapper {
  margin-bottom: 30px;
}
.testimonials-wrapper .testimonial-block {
  float: left;
  width: 195px;
  margin-right: 55px;
  margin-bottom: 20px;
}
.testimonials-wrapper .testimonial-block.last {
  margin-right: 0;
}
.testimonials-wrapper .testimonial-block .t-img {
  border: 1px solid #cbcbcb;
  padding: 5px;
  float: none;
  width: 80px;
  height: 90px;
  margin-right: 20px;
  margin-bottom: 30px;
  margin: 0 auto 20px auto;
}
.testimonials-wrapper .testimonial-block .t-name {
  color: #505050;
  font-weight: bold;
}
.testimonials-wrapper .testimonial-block .t-link a {
  color: #909090;
  font-size: 12px;
}
.testimonials-wrapper .testimonial-block .t-link a:hover {
  color: #74ab2c;
}
.testimonials-wrapper .testimonial-block .t-desc {
  font-style: italic;
}
.link-arrow {
  background-image: url("../images/more-link.png");
  background-position: right -26px;
  background-repeat: no-repeat;
  font-size: 14px;
  text-decoration: none;
  color: #0e6fc5;
  padding-right: 15px;
}
.link-arrow:hover {
  color: #74ab2c;
  background-position: right 4px;
}
.clients {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px dotted #b2b2b2;
}
.btn-send {
  padding: 10px 30px;
  font-family: 'roboto_slabregular';
  font-size: 18px;
}
.form-send-me .form-control {
  height: 47px;
  width: 282px;
  margin-right: 20px;
}
.send-me-block {
  padding: 30px 35px;
  background-color: #f7f7f7;
  margin-bottom: 60px;
  margin-top: 40px;
  border: 1px solid #cbcbcb;
}
.send-me-block .form-group {
  vertical-align: top;
}
.top-send-form {
  margin-top: 0;
  background-color: #eeeeee;
  padding-bottom: 11px;
}
/* Inner page product */
.products-menu-header {
  background-image: url("../images/products-menu-bg.png");
  background-repeat: no-repeat;
  width: 738px;
  height: 61px;
  margin: 0 auto;
}
.products-menu-header .products-header-link a {
  display: block;
  border: 1px solid #cbcbcb;
  background-color: #f4f4f4;
  color: #373737;
  font-family: 'roboto_slabbold';
  font-size: 14px;
  text-align: center;
  width: 306px;
  margin: 0 auto;
  padding: 10px 20px;
  text-decoration: none;
}
.products-menu-header .products-header-link a:hover {
  background-color: #fafafa;
  color: #373737;
}
.menu-products {
  list-style: none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 0;
}
.menu-products .icon {
  display: block;
  background-image: url("../images/products-icons.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.menu-products li {
  display: block;
  float: left;
  margin-left: 16px;
  margin-right: 21px;
  text-align: center;
  width: 156px;
}
.menu-products a {
  font-family: 'roboto_slabbold';
  display: block;
  font-size: 14px;
}
.menu-products .active a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.menu-products .active .la-link .icon {
  background-position: 0 0;
}
.menu-products .active .rt-link .icon {
  background-position: 0 -66px;
}
.menu-products .active .sg-link .icon {
  background-position: 0 -132px;
}
.menu-products .active .wa-link .icon {
  background-position: 0 -198px;
}
.menu-products .active .overview-link .icon {
  background-position: 0 -264px;
}
.menu-products .active .text {
  color: #383838;
  font-size: 14px;
}
.menu-products .la-link .icon {
  background-position: 0 -33px;
}
.menu-products .la-link:hover .icon {
  background-position: 0 0;
}
.menu-products .rt-link .icon {
  background-position: 0 -99px;
}
.menu-products .rt-link:hover .icon {
  background-position: 0 -66px;
}
.menu-products .sg-link .icon {
  background-position: 0 -165px;
}
.menu-products .sg-link:hover .icon {
  background-position: 0 -132px;
}
.menu-products .wa-link .icon {
  background-position: 0 -231px;
}
.menu-products .wa-link:hover .icon {
  background-position: 0 -198px;
}
.menu-products .overview-link {
  margin-left: 20px;
}
.menu-products .overview-link .icon {
  background-position: 0 -297px;
}
.menu-products .overview-link:hover .icon {
  background-position: 0 -264px;
}
.wrapper-menu-single-product {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-bottom: none !important;
  padding: 30px;
  position: relative;
}
.wrapper-menu-single-product.wrapper-price {
  border-bottom: 1px solid #cbcbcb !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.wrapper-menu-single-product .single-product-arrow {
  background-image: url("../images/single-product-arrow.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 14px;
  position: absolute;
}
.wrapper-menu-single-product .rt-arrow {
  left: 274px;
  top: -14px;
}
.wrapper-menu-single-product .sg-arrow {
  left: 466px;
  top: -14px;
}
.wrapper-menu-single-product .overview-arrow {
  left: 90px;
  top: -14px;
}
.wrapper-menu-single-product .la-arrow {
  left: 852px;
  top: -14px;
}
.wrapper-menu-single-product .wa-arrow {
  left: 660px;
  top: -14px;
}
.wrapper-menu-single-product .download-free {
  margin: 0 auto;
  margin-bottom: -84px;
  width: 370px;
}
.wrapper-menu-single-product .download-free .btn {
  font-family: 'roboto_slabbold';
}
.uppercase {
  text-transform: uppercase;
}
.btn-comment {
  padding-top: 5px;
}
.menu-single-product {
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: 20px;
  padding-left: 0;
}
.menu-single-product .icon {
  display: block;
  background-image: url("../images/single-product-icons.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-top: 5px;
  margin-right: 20px;
  float: left;
}
.menu-single-product .text {
  float: left;
  text-decoration: underline;
  font-family: 'roboto_slabregular';
  font-size: 14px;
}
.menu-single-product li {
  display: block;
  float: left;
  margin-left: 21px;
  width: 162px;
}
.menu-single-product span {
  font-family: 'roboto_slabbold';
  display: block;
  color: #383838;
  overflow: hidden;
  cursor: pointer;
}
.menu-single-product span:hover {
  color: #74ab2c;
}
.menu-single-product .audit-reports .icon {
  background-position: 0 -165px;
}
.menu-single-product .audit-reports:hover .icon {
  background-position: 0 -132px;
}
.menu-single-product .crawling .icon {
  background-position: 0 -99px;
}
.menu-single-product .crawling:hover .icon {
  background-position: 0 -66px;
}
.menu-single-product .health-check .icon {
  background-position: 0 -495px;
}
.menu-single-product .health-check:hover .icon {
  background-position: 0 -462px;
}
.menu-single-product .keyword-research .icon {
  background-position: 0 -561px;
}
.menu-single-product .keyword-research:hover .icon {
  background-position: 0 -528px;
}
.menu-single-product .optimization .icon {
  background-position: 0 -825px;
}
.menu-single-product .optimization:hover .icon {
  background-position: 0 -792px;
}
.menu-single-product .ranking-data .icon {
  background-position: 0 -957px;
}
.menu-single-product .ranking-data:hover .icon {
  background-position: 0 -924px;
}
.menu-single-product .ranking-reports .icon {
  background-position: 0 -1023px;
}
.menu-single-product .ranking-reports:hover .icon {
  background-position: 0 -990px;
}
.menu-single-product .scheduled-tasks .icon {
  background-position: 0 -1089px;
}
.menu-single-product .scheduled-tasks:hover .icon {
  background-position: 0 -1056px;
}
.menu-single-product .search-safety .icon {
  background-position: 0 -1155px;
}
.menu-single-product .search-safety:hover .icon {
  background-position: 0 -1122px;
}
.menu-single-product .social-media .icon {
  background-position: 0 -1221px;
}
.menu-single-product .social-media:hover .icon {
  background-position: 0 -1188px;
}
.menu-single-product .all-backlinks .icon {
  background-position: 0 -33px;
}
.menu-single-product .all-backlinks:hover .icon {
  background-position: 0 0;
}
.menu-single-product .anti-penalty .icon {
  background-position: 0 -99px;
}
.menu-single-product .anti-penalty:hover .icon {
  background-position: 0 -66px;
}
.menu-single-product .backlink-reports .icon {
  background-position: 0 -231px;
}
.menu-single-product .backlink-reports:hover .icon {
  background-position: 0 -198px;
}
.menu-single-product .competition-research .icon {
  background-position: 0 -297px;
}
.menu-single-product .competition-research:hover .icon {
  background-position: 0 -264px;
}
.menu-single-product .crawling .icon {
  background-position: 0 -363px;
}
.menu-single-product .crawling:hover .icon {
  background-position: 0 -330px;
}
.menu-single-product .email-correspondence .icon {
  background-position: 0 -429px;
}
.menu-single-product .email-correspondence:hover .icon {
  background-position: 0 -396px;
}
.menu-single-product .link-management .icon {
  background-position: 0 -627px;
}
.menu-single-product .link-management:hover .icon {
  background-position: 0 -594px;
}
.menu-single-product .link-quality .icon {
  background-position: 0 -693px;
}
.menu-single-product .link-quality:hover .icon {
  background-position: 0 -660px;
}
.menu-single-product .new-link .icon {
  background-position: 0 -759px;
}
.menu-single-product .new-link:hover .icon {
  background-position: 0 -726px;
}
.menu-single-product .quality-verification .icon {
  background-position: 0 -891px;
}
.menu-single-product .quality-verification:hover .icon {
  background-position: 0 -858px;
}
.wrapper-product-features {
  margin-bottom: 20px;
}
.wrapper-product-features .product-feature {
  float: left;
  margin-right: 37px;
  margin-left: 37px;
  margin-bottom: 40px;
  width: 250px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.wrapper-product-features .product-feature-icon {
  background-image: url("../images/features-icons.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wrapper-product-features .product-feature-icon.anchor-texts {
  background-position: 0 0;
}
.wrapper-product-features .product-feature-icon.broken-links {
  background-position: 0 -51px;
}
.wrapper-product-features .product-feature-icon.competitor-websites {
  background-position: 0 -102px;
}
.wrapper-product-features .product-feature-icon.domain-age {
  background-position: 0 -153px;
}
.wrapper-product-features .product-feature-icon.email {
  background-position: 0 -204px;
}
.wrapper-product-features .product-feature-icon.html-code {
  background-position: 0 -255px;
}
.wrapper-product-features .product-feature-icon.internal-links {
  background-position: 0 -306px;
}
.wrapper-product-features .product-feature-icon.languages {
  background-position: 0 -357px;
}
.wrapper-product-features .product-feature-icon.loading-problems {
  background-position: 0 -408px;
}
.wrapper-product-features .product-feature-icon.multiple-pages {
  background-position: 0 -459px;
}
.wrapper-product-features .product-feature-icon.print-out {
  background-position: 0 -510px;
}
.wrapper-product-features .product-feature-icon.rankings {
  background-position: 0 -561px;
}
.wrapper-product-features .product-feature-icon.search-engines {
  background-position: 0 -612px;
}
.wrapper-product-features .product-feature-icon.sitewide-links {
  background-position: 0 -663px;
}
.wrapper-product-features .product-feature-icon.social-signals {
  background-position: 0 -714px;
}
.wrapper-product-features .product-feature-icon.specific-rankings {
  background-position: 0 -765px;
}
.wrapper-product-features .product-feature-icon.titles-descriptions {
  background-position: 0 -816px;
}
.wrapper-product-features .product-feature-icon.traffic-stats {
  background-position: 0 -867px;
}
.wrapper-product-features .product-feature-icon.website {
  background-position: 0 -918px;
}
.wrapper-product-features .product-feature-icon.wrong-page {
  background-position: 0 -969px;
}
.wrapper-product-features .product-feature-icon.yahoo {
  background-position: 0 -1020px;
}
.wrapper-product-features.four-column .product-feature {
  margin-right: 0;
  margin-left: 0;
  width: 244px;
}
.circle-gray-bottom ul {
  list-style: none;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.circle-gray-bottom ul li {
  background-image: url("../images/circle-gray.png");
  background-repeat: no-repeat;
  background-position: center 30px;
  padding-bottom: 25px;
}
.circle-gray-bottom ul li.last {
  background-image: none;
}
.wrapper-float-product-menu {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 120;
}
.relative {
  position: relative;
}
.float-blue-block {
  background-color: #2c86d5;
  color: #ffffff;
  font-size: 13px;
  padding: 10px;
  width: 190px;
  position: absolute;
}
.sps-tools-table {
  margin-bottom: 60px;
}
.sps-tools-table .tool-column {
  width: 221px;
  margin-right: 30px;
  padding-right: 30px;
  float: left;
  color: #383838;
  border-right: 1px dotted #b2b2b2;
  min-height: 500px;
  position: relative;
}
.sps-tools-table .tool-column.last {
  border-right: none;
  margin-right: 0;
}
.sps-tools-table .tool-column .tool-name {
  font-size: 18px;
  font-family: 'roboto_slabbold';
}
.sps-tools-table .tool-column .tool-desc {
  color: #74ab2c;
  font-size: 14px;
  font-family: 'roboto_slabbold';
}
.sps-tools-table .tool-column .tool-list {
  padding-left: 15px;
}
.sps-tools-table .tool-column .tool-list li {
  margin-bottom: 20px;
  font-size: 14px;
}
.sps-tools-table .tool-column .tool-link {
  position: absolute;
  bottom: 0;
}
.underline {
  text-decoration: underline;
}
/*  Page starter-guide.html  */
.starter-guide-list {
  width: 546px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 30px;
}
.starter-guide-list .starter-guide-list-column {
  float: left;
  border-right: 1px dotted #b2b2b2;
  list-style: none;
  padding-right: 50px;
  margin-top: 0;
  margin-bottom: 0;
  width: 50%;
}
.starter-guide-list .starter-guide-list-column.last {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.starter-guide-list .starter-guide-list-column li {
  margin-bottom: 5px;
}
.starter-guide-list .starter-guide-list-column li span {
  cursor: pointer;
  color: #1c94c4;
  text-decoration: underline;
}
.starter-guide-list .starter-guide-list-column li span:hover {
  color: #74ab2c;
}
.wrapper-number-line {
  border-top: 1px dotted #b2b2b2;
  width: 208px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-number-line .number-line {
  background-image: url("../images/number-block.png");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  width: 39px;
  height: 39px;
  padding: 10px;
  margin: 0 auto;
  margin-top: -19px;
  text-align: center;
  font-family: 'roboto_slabbold';
}
.title-roboto-20 {
  font-size: 20px;
  line-height: 40px;
  color: #383838;
  font-family: 'roboto_slabregular';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title-roboto-20.bold {
  font-family: 'roboto_slabbold';
}
.title-roboto-18-bold {
  font-size: 18px;
  line-height: 40px;
  color: #383838;
  font-family: 'roboto_slabregular';
  text-transform: uppercase;
  font-family: 'roboto_slabbold';
}
/* Page update.html */
.update-icon {
  background-image: url("../images/update-icons-sprite.png");
  background-repeat: no-repeat;
  width: 70px;
  height: 71px;
  display: inline-block;
}
.linux-icon {
  background-position: 0 0;
}
.mac-icon {
  background-position: 0 -72px;
}
.win-icon {
  background-position: 0 -144px;
}
.update-list {
  width: 790px;
  margin: 50px auto 60px;
  overflow: hidden;
}
.update-list li {
  float: left;
  margin-right: 43px;
  margin-left: 43px;
  text-align: center;
}
.update-list li a {
  font-size: 14px;
  font-family: 'roboto_slabbold';
  color: #3a81b8;
}
.update-list li a:hover {
  color: #74ab2c;
}
.update-tabs.ui-tabs {
  border: none;
}
.update-tabs.ui-tabs.ui-widget-content {
  background: none;
}
.update-tabs.ui-tabs .ui-tabs-panel {
  padding: 40px 0;
}
.update-tabs.ui-tabs .ui-tabs-panel .splitter {
  margin-top: 30px;
  margin-bottom: 30px;
}
.update-tabs.ui-tabs .ui-tabs-panel a {
  color: #0e6fc5;
}
.update-tabs.ui-tabs .ui-tabs-panel a:hover {
  color: #74ab2c;
}
.update-tabs.ui-tabs .ui-tabs-panel a.internal-link {
  color: #4b4b4b;
}
.update-tabs.ui-tabs .ui-tabs-nav {
  border: none;
  border-bottom: 1px solid #b2b2b2;
  background: none;
  border-radius: 0;
  padding: 0;
}
.update-tabs.ui-tabs .ui-tabs-nav li {
  border: none;
  background: none;
  width: 180px;
  margin-right: 68px;
}
.update-tabs.ui-tabs .ui-tabs-nav li.last {
  margin-right: 0;
}
.update-tabs.ui-tabs .ui-tabs-nav li.last a {
  padding-right: 0;
}
.update-tabs.ui-tabs .ui-tabs-nav li.first a {
  padding-left: 0;
}
.update-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #383838;
}
.update-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a:hover {
  color: #383838;
}
.update-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .underline {
  text-decoration: none;
}
.update-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .gray {
  color: #bfbfbf;
  text-decoration: none;
}
.update-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .la-32 {
  background-position: 0 -33px;
}
.update-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .rt-32 {
  background-position: 0 -99px;
}
.update-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .sg-32 {
  background-position: 0 -165px;
}
.update-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .wa-32 {
  background-position: 0 -231px;
}
.update-tabs.ui-tabs .ui-tabs-nav li a {
  font-family: 'roboto_slabbold';
}
.update-tabs.ui-tabs .ui-tabs-nav li a .gray {
  color: #bfbfbf;
}
.update-tabs.ui-tabs .ui-tabs-nav li a .product-icon {
  display: inline-block;
  float: left;
  background-image: url("../images/products-icons-32.png");
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.update-tabs.ui-tabs .ui-tabs-nav li a .la-32 {
  background-position: 0 0;
}
.update-tabs.ui-tabs .ui-tabs-nav li a .rt-32 {
  background-position: 0 -66px;
}
.update-tabs.ui-tabs .ui-tabs-nav li a .sg-32 {
  background-position: 0 -132px;
}
.update-tabs.ui-tabs .ui-tabs-nav li a .wa-32 {
  background-position: 0 -198px;
}
.update-tabs.ui-tabs .ui-tabs-nav li a:hover {
  color: #74ab2c;
}
.update-tabs.ui-tabs .ui-tabs-nav li a:hover .la-32 {
  background-position: 0 -33px;
}
.update-tabs.ui-tabs .ui-tabs-nav li a:hover .rt-32 {
  background-position: 0 -99px;
}
.update-tabs.ui-tabs .ui-tabs-nav li a:hover .sg-32 {
  background-position: 0 -165px;
}
.update-tabs.ui-tabs .ui-tabs-nav li a:hover .wa-32 {
  background-position: 0 -231px;
}
/*  Page features-and-editions.html */
.features-block {
  border: 1px solid #cbcbcb;
  width: 306px;
  text-align: center;
  float: left;
  margin-right: 30px;
}
.features-block .green {
  font-family: 'roboto_slabbold';
}
.features-block .features-block-price {
  font-size: 40px;
  font-family: 'roboto_slabbold';
  margin-top: 30px;
  margin-bottom: 10px;
  color: #383838;
}
.features-block .features-block-footer {
  background-color: #eeeeee;
  padding: 25px;
  border-top: 1px solid #cbcbcb;
}
.features-block .features-block-body {
  background-color: #ffffff;
  padding: 25px;
}
.features-block.last {
  margin-right: 0;
}
.features-table {
  width: 100%;
  box-shadow: 0 1px 0 #ebebeb;
  margin-bottom: 50px;
}
.features-table td {
  font-size: 14px;
}
.features-table td .yes {
  vertical-align: middle;
}
.features-table td .no {
  vertical-align: middle;
}
.features-table .features-table-header td {
  font-size: 16px;
  font-family: 'roboto_slabbold';
  background-color: #fafafa;
  box-shadow: 0 1px 0 #ebebeb;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 20px;
  background-image: url("../images/table-header-border.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.features-table .features-table-header td.last {
  background-image: none;
}
.features-table .features-table-header td .img-pr {
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
.no {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/no.png");
}
.yes {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/yes.png");
}
.green-td {
  color: #74ab2c;
  font-size: 14px;
  font-weight: bold;
}
.red-td {
  color: #fc4304;
  font-size: 14px;
  font-weight: bold;
}
.wrapper-float-price-menu {
  display: none;
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 1px 1px #a6a6a6;
  position: fixed;
  z-index: 20;
  top: 111px;
  margin: 0 auto;
  width: 978px;
  margin-left: 1px;
}
.wrapper-float-price-menu .price-menu-title {
  font-size: 16px;
  font-family: 'roboto_slabbold';
  float: left;
  display: inline-block;
  margin-left: 20px;
  width: 260px;
}
.wrapper-float-price-menu .price-menu-title .img-pr {
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
.wrapper-float-price-menu .price-menu-list {
  list-style: none;
  overflow: hidden;
  margin: 0;
  float: right;
  padding-left: 0;
}
.wrapper-float-price-menu .price-menu-list li {
  float: left;
  background-image: url("../images/table-header-border.png");
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  width: 226px;
  padding-left: 50px;
  padding-right: 50px;
}
.wrapper-float-price-menu .price-menu-list li span {
  font-size: 16px;
  font-family: 'roboto_slabbold';
}
.wrapper-float-price-menu .price-menu-list li a {
  font-size: 12px;
}
/* Tooltip */
.tooltip {
  cursor: pointer;
}
.ui-tooltip {
  background: #595959 !important;
  font-size: 12px !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 10px !important;
  padding-top: 5px !important;
}
.ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 20%;
  margin-left: -35px;
  bottom: -16px;
}
.ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.ui-tooltip .arrow.left {
  left: 20%;
}
.ui-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 10px;
  top: -20px;
  width: 25px;
  height: 25px;
  background-color: #595959;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
/* Hint */
.wrapper-hint {
  position: relative;
}
.hint {
  display: none;
  background: #595959;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px;
  padding-top: 5px;
  position: absolute;
  bottom: 40px;
  left: -13px;
  width: 380px;
  font-weight: normal;
  text-transform: none;
  z-index: 100;
}
.hint .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.hint .arrow:after {
  content: "";
  position: absolute;
  left: 10px;
  top: -23px;
  width: 25px;
  height: 25px;
  background-color: #595959;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fa {
  background-color: #fafafa;
}
.hint-link {
  border-bottom: 1px dotted #777777;
  cursor: pointer;
}
/*  Plans */
.table-plans .plan-column {
  width: 321px;
  float: left;
  text-align: center;
}
.table-plans .plan-column .gray-light {
  color: #cbcbcb;
}
.table-plans .plan-column.pro {
  width: 336px;
  background-color: #4b4b4b;
}
.table-plans .plan-column.pro .gray-light {
  color: #747474;
}
.table-plans .plan-column.pro .plan-column-header {
  background-color: #4b4b4b;
  color: #6dbc00;
  border-top: 1px solid #4b4b4b;
  border-bottom: 1px dotted #818181;
}
.table-plans .plan-column.pro .plan-column-footer {
  background-color: #4b4b4b;
}
.table-plans .plan-column.pro .plan-column-footer .btn-plan {
  box-shadow: 0 1px 0 #ade300 inset, 0  2px 2px #3d3d3d;
}
.table-plans .plan-column.pro .plan-price {
  color: #ffffff;
}
.table-plans .plan-column.pro .plan-price-desc {
  border-bottom: 1px dotted #818181;
}
.table-plans .plan-column.pro .plan-options {
  border-bottom: 1px dotted #818181;
}
.table-plans .plan-column.pro .plan-options ul li {
  color: #ffffff;
}
.table-plans .plan-column.pro .plan-options ul li.option-disable {
  color: #737373;
}
.table-plans .plan-column .plan-column-header {
  border-top: 1px dotted #b2b2b2;
  background-color: #eeeeee;
  padding: 18px;
  font-family: 'roboto_slabbold';
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px dotted #b2b2b2;
}
.table-plans .plan-column .plan-price {
  padding: 30px 30px 20px;
  font-size: 40px;
  line-height: 36px;
  font-family: 'roboto_slabbold';
}
.table-plans .plan-column .plan-price span {
  font-size: 30px;
}
.table-plans .plan-column .plan-price sup {
  font-size: 24px;
}
.table-plans .plan-column .plan-price-desc {
  padding: 0 30px 20px;
  font-size: 12px;
  color: #8c8c8c;
  border-bottom: 1px dotted #b2b2b2;
}
.table-plans .plan-column .plan-column-footer {
  background-color: #eeeeee;
  padding-top: 21px;
  height: 98px;
  padding-bottom: 0;
}
.table-plans .plan-column .plan-column-footer .btn-plan {
  padding: 11px;
  min-width: 210px;
  font-size: 19px;
  font-family: 'roboto_slabbold';
  margin-bottom: 23px;
}
.table-plans .plan-column .plan-options {
  padding: 5px;
  border-bottom: 1px solid #cbcbcb;
}
.table-plans .plan-column .plan-options ul {
  list-style: none;
  padding-left: 0;
}
.table-plans .plan-column .plan-options ul li {
  font-size: 14px;
  line-height: 25px;
}
.table-plans .plan-column .plan-options ul li.option-disable {
  color: #cbcbcb;
  text-decoration: line-through;
}
.wrapper-big-table-plans .table-plans {
  border: 1px solid #cbcbcb;
  margin-bottom: 40px;
}
.wrapper-big-table-plans .table-plans .plan-column {
  width: 326px;
  background-color: #fafafa;
  margin-bottom: 0;
}
.wrapper-big-table-plans .table-plans .plan-column .plan-column-header {
  border-top: none;
}
.wrapper-big-table-plans .table-plans .plan-column .old-price {
  color: #a4a4a4;
  text-decoration: line-through;
}
.wrapper-big-table-plans .table-plans .plan-column.pro {
  background-color: #4b4b4b;
}
.wrapper-big-table-plans .table-plans .plan-column.pro .plan-options {
  border-bottom: 1px dotted #818181;
}
.wrapper-big-table-plans .table-plans .plan-column .plan-options {
  border-bottom: 1px dotted #000000;
}
.wrapper-big-table-plans .table-plans .plan-column .plan-options ul li {
  font-size: 13px;
}
.wrapper-big-table-plans .table-plans .plan-column .plan-options ul li img {
  margin-bottom: 3px;
}
/*   Offers  */
.upgrade-arrow {
  left: 274px;
  top: -14px;
}
.captcha-arrow {
  left: 653px;
  top: -14px;
}
.updates-arrow {
  left: 457px;
  top: -14px;
}
.wrapper-offers-tabs {
  padding-top: 40px;
  padding-bottom: 25px;
}
.offers-tabs .offers-tabs-bg {
  background-color: #efefef;
  border-bottom: 1px solid #cbcbcb;
}
.offers-tabs .add-key-link {
  color: #646464;
  text-decoration: none;
  border-bottom: 1px dotted #646464;
  font-size: 13px;
}
.offers-tabs .add-key-link:hover {
  color: #74ab2c;
}
.offers-tabs .rt {
  background-image: url("../images/icons/rt-20.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
.offers-tabs .la {
  background-image: url("../images/icons/la-20.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
.offers-tabs .wa {
  background-image: url("../images/icons/wa-20.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
.offers-tabs .ssg {
  background-image: url("../images/icons/sg-20.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
.offers-tabs .error-icon .form-control {
  background-image: url("../images/error-icon.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
.offers-tabs.ui-tabs {
  background: none;
  border: none;
  padding: 0;
  margin-top: -1px;
}
.offers-tabs.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.offers-tabs.ui-tabs .ui-tabs-panel .splitter {
  margin-top: 30px;
  margin-bottom: 30px;
}
.offers-tabs.ui-tabs .ui-tabs-panel a {
  color: #0e6fc5;
}
.offers-tabs.ui-tabs .ui-tabs-panel a:hover {
  color: #74ab2c;
}
.offers-tabs.ui-tabs .ui-tabs-panel a.internal-link {
  color: #4b4b4b;
  border-bottom: 1px dotted #4b4b4b;
}
.offers-tabs.ui-tabs .ui-tabs-panel a.add-key-link {
  color: #1c94c4;
}
.offers-tabs.ui-tabs .ui-tabs-panel a.add-key-link:hover {
  color: #74ab2c;
}
.offers-tabs.ui-tabs .ui-tabs-nav {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 20px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li {
  border: none;
  background: none;
  margin-left: 75px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.last {
  margin-right: 0;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.last a {
  padding-right: 0;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.first {
  margin-left: 230px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.first a {
  padding-left: 0;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #383838;
  text-decoration: none;
  cursor: default;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a:hover {
  color: #383838;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .underline {
  text-decoration: none;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .gray {
  color: #bfbfbf;
  text-decoration: none;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .la-32 {
  background-position: 0 -33px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .rt-32 {
  background-position: 0 -99px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .sg-32 {
  background-position: 0 -165px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a .wa-32 {
  background-position: 0 -231px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a {
  font-family: 'roboto_slabbold';
  text-decoration: underline;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a .gray {
  color: #bfbfbf;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a .product-icon {
  display: inline-block;
  float: left;
  background-image: url("../images/products-icons-32.png");
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a .la-32 {
  background-position: 0 0;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a .rt-32 {
  background-position: 0 -66px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a .sg-32 {
  background-position: 0 -132px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a .wa-32 {
  background-position: 0 -198px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a:hover {
  color: #74ab2c;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a:hover .la-32 {
  background-position: 0 -33px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a:hover .rt-32 {
  background-position: 0 -99px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a:hover .sg-32 {
  background-position: 0 -165px;
}
.offers-tabs.ui-tabs .ui-tabs-nav li a:hover .wa-32 {
  background-position: 0 -231px;
}
.wrapper-captcha-block {
  float: left;
  cursor: pointer;
  margin-right: 40px;
}
.wrapper-captcha-block.last {
  margin-right: 0;
}
.wrapper-captcha-block .captcha-block {
  border: 1px solid #cccccc;
  font-family: 'roboto_slabbold';
  border-radius: 5px;
  padding: 25px 20px;
  text-align: center;
  width: 198px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #a5a5a5;
  font-size: 15px;
}
.wrapper-captcha-block .captcha-block .captcha-number {
  font-size: 36px;
}
.wrapper-captcha-block.select .captcha-block {
  background-color: #f6f6f6;
}
.wrapper-captcha-block.select .captcha-desc {
  color: #505050;
}
.wrapper-captcha-block.select .captcha-number {
  color: #74ab2c;
}
.wrapper-captcha-block .captcha-desc {
  color: #9c9c9c;
  font-style: italic;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 10px;
}
.wrapper-offers-block {
  background-color: #eeeeee;
  border: 1px solid #cbcbcb;
  padding: 30px;
  margin-bottom: 60px;
}
.order-offers-block {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 auto;
}
.order-offers-block .separator {
  color: #d7d7d7;
  margin-left: 10px;
  margin-right: 10px;
}
.order-offers-block .discount {
  color: #fc4304;
}
.order-offers-block .price {
  font-size: 20px;
}
.order-offers-block .price strong {
  color: #65a909;
}
.order-offers-block .btn-green {
  color: #ffffff !important;
}
.table-offers tr td {
  text-align: center;
}
.hint-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/hint-icon.png");
  background-position: 0 -21px;
  cursor: pointer;
}
.hint-icon:hover {
  background-position: 0 0;
}
.wrapper-updates-block {
  float: left;
  cursor: pointer;
  margin-right: 13px;
}
.wrapper-updates-block.last {
  margin-right: 0;
}
.wrapper-updates-block .update-block {
  border: 1px solid #cccccc;
  font-family: 'roboto_slabbold';
  border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
  width: 172px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #a5a5a5;
  font-size: 15px;
}
.wrapper-updates-block .update-block .captcha-number {
  font-size: 36px;
}
.wrapper-updates-block.select .update-block {
  background-color: #f6f6f6;
  color: #89b74e;
}
.wrapper-updates-block.select .update-desc {
  color: #383838;
}
.wrapper-updates-block .update-desc {
  color: #9c9c9c;
  font-style: italic;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 10px;
}
.video-dialog .ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/close.png);
}
.video-dialog .ui-widget-header .ui-icon {
  background-position: 0 0;
  width: 32px;
  height: 32px;
  background-image: url(../images/close.png);
  margin-top: -35px;
}
.ui-dialog.video-dialog .ui-dialog-titlebar {
  background-image: none;
  padding: 0;
  border: none;
}
.ui-dialog.video-dialog .ui-dialog-content {
  padding: 7px 10px 7px;
}
.ui-dialog.video-dialog {
  overflow: visible;
}
.ui-dialog.video-dialog .ui-dialog-titlebar-close {
  right: -5px;
  top: 13px;
}
.ui-dialog.video-dialog.ui-widget-content {
  background-color: #ffffff;
  background-image: none;
}
.ui-dialog.video-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog.video-dialog .ui-widget-header .ui-state-default {
  border: none;
  background: none;
}
/* news */
.right-news-bar {
  width: 220px;
  float: right;
  margin-top: 50px;
}
.news-widget {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px #ebebeb;
}
.news-widget .title {
  color: #383838;
  font-size: 14px;
  font-family: 'roboto_slabbold';
  margin-bottom: 10px;
}
.news-widget .item {
  margin-bottom: 15px;
}
.news-widget .item .link {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 2px;
}
.news-widget .item .date {
  color: #7d7d7d;
  font-size: 11px;
}
.news-widget .item:last-child {
  margin-bottom: 2px;
}
.news-widget .social-list {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 5px;
}
.news-widget .social-list li {
  float: left;
  margin-right: 17px;
}
.news-widget .social-list li:last-child {
  margin-right: 0;
}
.news-widget .social-list li a {
  display: inline-block;
  background-image: url("../images/news/social-icons.png");
}
.news-widget .social-list li a.fb {
  background-position: 0 -17px;
  width: 8px;
  height: 16px;
}
.news-widget .social-list li a.fb:hover {
  background-position: 0 0;
}
.news-widget .social-list li a.tw {
  background-position: 0 -153px;
  width: 19px;
  height: 16px;
}
.news-widget .social-list li a.tw:hover {
  background-position: 0 -136px;
}
.news-widget .social-list li a.gp {
  background-position: 0 -51px;
  width: 16px;
  height: 16px;
}
.news-widget .social-list li a.gp:hover {
  background-position: 0 -34px;
}
.news-widget .social-list li a.in {
  background-position: 0 -85px;
  width: 16px;
  height: 16px;
}
.news-widget .social-list li a.in:hover {
  background-position: 0 -68px;
}
.news-widget .social-list li a.yt {
  background-position: 0 -187px;
  width: 20px;
  height: 16px;
}
.news-widget .social-list li a.yt:hover {
  background-position: 0 -170px;
}
.news-widget .social-list li a.rss {
  background-position: 0 -119px;
  width: 16px;
  height: 16px;
}
.news-widget .social-list li a.rss:hover {
  background-position: 0 -102px;
}
.news-content {
  float: left;
  width: 710px;
  margin-top: 50px;
}
.news-more {
  float: left;
  width: 710px;
}
.block-news {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background-image: url("../images/news/block-news-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.block-news .wrapper-title {
  border-left: 3px solid #74ab2c;
  padding-left: 15px;
  margin-bottom: 23px;
}
.block-news .title {
  color: #2a2a2a;
  font-family: 'roboto_slabbold';
  font-size: 26px;
  margin-bottom: 10px;
}
.block-news .date {
  color: #a0a0a0;
  font-size: 12px;
}
.block-news .news-img {
  margin-bottom: 25px;
}
.block-news .news-img img {
  max-width: 710px;
}
.block-news .text {
  font-size: 14px;
  padding-bottom: 30px;
}
.block-news .read-news-link {
  background-image: url("../images/news/read-news-link.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 13px;
  font-size: 12px;
}
.block-news .read-comments {
  padding-left: 21px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  background-image: url("../images/news/read-comments.png");
  background-repeat: no-repeat;
  background-position: 0 -13px;
  height: 12px;
  color: #a0a0a0;
  text-decoration: none;
}
.block-news .read-comments.active {
  background-position: 0 0;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
/* calculator popup*/
.stamp-img {
  float: left;
  margin-right: 40px;
  margin-top: 7px;
}
.popup-block__txt {
  margin-top: 7px;
  line-height: 26px;
  font-size: 16px;
}
.popup-block {
  width: 660px;
  padding: 35px;
  background-color: #fff;
}
.popup-block__close {
  position: absolute;
  top: 3px;
  right: 13px;
  cursor: pointer;
}
.popup-block__links {
  float: right;
  margin-top: 16px;
}
.popup-block__links a {
  color: #1170c4;
  border-bottom: 1px solid #bed4f4;
  text-decoration: none;
  -webkit-transition: border-color 0.45s ease-out 0s;
  -moz-transition: border-color 0.45s ease-out 0s;
  -o-transition: border-color 0.45s ease-out 0s;
  transition: border-color 0.45s ease-out 0s;
}
.popup-wrapper {
  position: fixed;
  z-index: 601;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  padding: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 30%);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: auto;
  margin: 30px auto;
  height: 100%;
}
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  width: auto;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-content .modal-body .modal-close-btn a {
  width: 16px;
  height: 16px;
  background: url(/images/close-popup.png) no-repeat;
  display: block;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal-body {
  position: relative;
}
.has-success .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #3c763d;
}
/* FLEX */
.layout-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex {
  min-width: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
}
.order-remark {
  margin-top: 15px;
}
.horizontal-banner-wrap {
  position: relative;
  z-index: 999;
  background-color: #16365f;
  height: 69px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .horizontal-banner-wrap {
    height: auto;
    background-color: transparent;
  }
  img {
    width: 100%;
  }
}
