/* Column sizing */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #343434;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dbdbdb;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* Column sizing */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.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-right: 15px;
  padding-left: 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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/opensans-light.eot');
  src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light.woff') format('woff'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular.eot');
  src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans-semibold.eot');
  src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold.woff') format('woff'), url('../fonts/opensans-semibold.ttf') format('truetype'), url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * @section Normalization
 */
* {
  -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 {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
}
body,
input,
select,
textarea {
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #252525;
}
input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
}
p {
  margin: 0 0 20px 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form {
  margin: 0;
}
fieldset {
  border: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
buttons,
label {
  font-family: 'open_sansregular', sans-serif;
}
/* Common Layout */
.footer-wrapper {
  background-color: #ededed;
  border-top: 1px solid #dfdfdf;
}
.pattern-bg {
  background-color: #fcfcfc;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0 0 4px #b8c7b6;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.container-fixed {
  width: 980px;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* Fonts */
.os-semibold {
  font-family: 'open_sanssemibold', sans-serif;
}
/* Header */
.global-wrapper {
  margin-top: 82px;
}
.header-wrapper-bg {
  height: 79px;
  width: 100%;
}
.header {
  height: 82px;
  padding: 0px;
  position: relative;
}
.header .logo {
  display: block;
  float: left;
  height: 33px;
  width: 161px;
  margin-top: 22px;
}
.header .menus {
  float: right;
  text-align: right;
}
.header .main-menu {
  margin-top: 30px;
}
.header .main-menu li {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 12px;
  vertical-align: middle;
  padding-right: 13px;
  padding-left: 13px;
}
.header .main-menu li.current a {
  background-color: #e6e6e6;
  padding: 5px 10px;
  border-radius: 3px;
  color: #3e3e3e !important;
  color: #46bb00;
  cursor: default;
  box-shadow: none;
}
.header .main-menu li.last-item {
  padding-right: 0;
}
.header .main-menu li a {
  color: #949494;
  text-decoration: none;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
}
.header .main-menu li a:hover {
  color: #3e3e3e;
}
.scroll-btn-active {
  background-color: #6cbe00;
  color: #ffffff !important;
  box-shadow: 0 1px 0 #518d00;
  border-radius: 3px;
}
.scroll-btn-active:hover {
  background-color: #7dc600;
}
/* Footer */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-links {
  list-style: none;
}
.footer-links {
  margin: 0 auto;
  overflow: hidden;
  width: 480px;
  border-bottom: 1px solid #dce0e1;
  padding-bottom: 20px;
}
.footer-links li {
  margin-right: 35px;
  float: left;
}
.footer-links li a {
  color: #828181;
  font-size: 14px;
  text-decoration: none;
  font-family: 'open_sanssemibold', sans-serif;
}
.footer-links li a:hover {
  color: #44494a;
}
.footer-links li.current a {
  color: #44494a;
}
.copyright {
  color: #757575;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
/* Buttons */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'open_sanssemibold', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-lg img {
  vertical-align: middle;
  margin-right: 10px;
}
.btn-huge img {
  vertical-align: middle;
  margin-right: 25px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-lg {
  padding: 17px 20px;
}
.btn-huge {
  font-size: 28px;
  padding: 20px 30px;
}
.btn-small {
  font-size: 12px;
}
.btn-shadow {
  box-shadow: 0 2px 0 #1e5486;
}
a.btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:visited {
  color: #262626;
}
.btn-green {
  background-color: #6dbc00;
  color: #ffffff !important;
  border: none;
}
.btn-green:hover {
  text-decoration: underline;
  background-color: #7dc600;
}
.btn-black {
  background-color: #4f4f4f;
  color: #ffffff !important;
  border: none;
}
.btn-black:hover {
  text-decoration: underline;
  color: #5b5b5b;
  background-color: #5b5b5b;
}
.btn-narrow {
  padding: 10px 0;
  min-width: 197px;
  font-size: 14px;
}
.btn-blue {
  background-color: #377cbc;
  color: #ffffff !important;
  border: none;
}
.btn-blue:hover {
  background-color: #3f8ec6;
}
.btn-dark-gray {
  background-color: #4f4f4f;
  color: #ffffff !important;
  border: none;
}
.btn-dark-gray:hover {
  background-color: #4f4f4f;
}
.btn-red {
  background-color: #cb6229;
  color: #ffffff !important;
  border: none;
}
.btn-red:hover {
  background-color: #cb6229;
}
.btn-dark-green {
  background-color: #5da000;
  color: #ffffff !important;
  border: none;
}
.btn-dark-green:hover {
  background-color: #5da000;
}
.btn-gray {
  background-color: #f4f4f4;
  color: #3c3e39 !important;
  border: none;
  line-height: 36px;
  font-family: 'open_sansregular', sans-serif;
  font-weight: bold;
}
.btn-gray:hover {
  text-decoration: underline;
}
/* Headings */
h1,
h2,
h4,
h5 {
  font-weight: normal;
}
h1 {
  font-size: 40px;
  line-height: 45px;
  font-family: 'open_sanslight', sans-serif;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
h2 {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 10px 0;
  font-family: 'open_sanssemibold', sans-serif;
  text-transform: uppercase;
  color: #2b2b2b;
}
h2.big {
  font-size: 30px;
  line-height: 45px;
  font-family: 'open_sansregular', sans-serif;
  text-transform: none;
  margin-bottom: 25px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-family: 'open_sanssemibold', sans-serif;
  color: #3c3e39;
}
/* Font sizes */
.px32 {
  font-size: 32px;
}
.px18 {
  font-size: 18px;
}
.px16 {
  font-size: 16px;
}
.px14 {
  font-size: 14px;
}
.px12 {
  font-size: 12px;
}
.px11 {
  font-size: 11px;
  line-height: 16px;
}
/* Links  */
a {
  color: #1b73cc;
  text-decoration: underline;
}
a:visited {
  /*color: #74199f;*/

}
a:hover {
  color: #46bb00;
}
/* Paragraphs  */
.small-text {
  font-size: 12px;
}
/* Splitters */
.splitter-dashed {
  height: 0px;
  border: 0 none;
  border-bottom: 1px dashed #dbdbdb;
  background: none;
  margin: 20px 0px;
}
.splitter-solid {
  height: 0px;
  border: 0 none;
  border-bottom: 1px solid #dbdbdb;
  background: none;
  margin: 20px 0px;
}
/* Highlights and messages */
.lightHighlight {
  background-color: #f9f9f9;
}
/*  Lists  */
ul li,
ol li {
  margin-bottom: 10px;
}
ul.style-none {
  list-style: none;
  padding: 0;
}
ul.style-none li {
  padding: 0px;
}
.bird-gray {
  list-style-image: url('../images/lists/bird-gray.png');
}
/* Tables  */
.table {
  margin-bottom: 20px;
}
.no-margin {
  margin-bottom: 0;
}
.table .table-header td {
  padding: 12px;
  padding-left: 20px;
  font-family: Trebuchet MS;
  font-size: 14px;
}
.table td.no-padding {
  padding: 0;
}
.table .last-tr td {
  border-bottom: 0px none;
}
.table-vert-border td {
  border: 1px solid #e7e7e7;
}
.table-top-border td {
  border-top: 1px solid #e7e7e7;
}
.table-vert-border .last-td {
  border-right: 0 none;
}
.table-border-right td {
  border-right: 1px solid #e7e7e7;
}
.table tr td {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px;
  padding-left: 20px;
}
.table tr.valign-top td {
  vertical-align: top;
}
/* Floats and Alignments */
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.img-left {
  float: left;
  margin-right: 15px;
}
.img-right {
  float: right;
  margin-left: 15px;
}
.img-center {
  margin: 0 auto;
  display: block;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.center {
  margin: 0 auto;
}
/* Colors */
.dark-green {
  color: #758066;
}
.green {
  color: #6dbc00;
}
.gray {
  color: #8f8f8f;
}
.dark-gray {
  color: #3c3e39;
}
/* Sizes */
.pr5 {
  width: 5%;
}
.pr10 {
  width: 10%;
}
.pr20 {
  width: 20%;
}
.pr30 {
  width: 30%;
}
.pr35 {
  width: 35%;
}
.pr40 {
  width: 40%;
}
.pr50 {
  width: 50%;
}
.pr55 {
  width: 55%;
}
.pr60 {
  width: 60%;
}
.pr70 {
  width: 70%;
}
.pr80 {
  width: 80%;
}
.pr90 {
  width: 90%;
}
.pr95 {
  width: 95%;
}
.pr100 {
  width: 100%;
}
/* Backgrounds */
/* Margins & paddings */
/* Bolds */
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
/* Index page */
.available-for {
  text-align: center;
}
.available-for {
  color: #758066;
  margin-top: 20px;
}
.available-for img {
  margin-left: 10px;
}
.page-desc {
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin-bottom: 30px;
}
.scr-index {
  background-image: url(../images/index-scr.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 10;
  position: absolute;
  width: 555px;
  height: 379px;
  left: 207px;
  top: 234px;
}
.index-src-bg {
  background-image: url(../images/index-src-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 20;
  position: relative;
  height: 570px;
}
.scr-landing {
  background-image: url(../images/index-scr.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 10;
  position: absolute;
  width: 520px;
  height: 356px;
  right: 0;
  top: 130px;
}
.landing-src-bg {
  background-image: url(../images/index-src-bg.png);
  background-repeat: no-repeat;
  background-position: 327% 73%;
  z-index: 20;
  position: relative;
  height: 570px;
}
.index-bg-shapes {
  background-image: url(../images/index-bg-shapes.png);
  background-repeat: no-repeat;
  background-position: center 287px;
  z-index: 30;
  position: relative;
}
/*.green-bg{
	background-image: url(../images/green-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}*/
.green-bg {
  position: absolute;
  height: 616px;
  z-index: 0;
  width: 100%;
  top: 82px;
}
.green-bg img {
  width: 100%;
  height: 616px;
}
.clients-block {
  text-align: center;
  margin-top: 40px;
}
.white-clients-bg {
  background-color: #ffffff;
  margin-top: -22px;
}
.gray-icons-bg {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.gray-wave-line {
  background-image: url(../images/gray-wave-bg.png);
  background-position: top left;
  background-repeat: repeat-x;
  height: 15px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
}
.white-wave-line {
  background-image: url(../images/white-wave-bg.png);
  background-position: top left;
  background-repeat: repeat-x;
  height: 15px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
}
.block-green-icon {
  float: left;
  width: 253px;
  margin-right: 89px;
  text-align: center;
}
.block-green-icon.last {
  margin-right: 0;
}
.icon-lg {
  background-image: url(../images/green-icons-sprite.png);
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.green-icon-1 {
  background-position: 0 0;
}
.green-icon-2 {
  background-position: 0 -76px;
}
.green-icon-3 {
  background-position: 0 -152px;
}
.green-icon-4 {
  background-position: 0 -228px;
}
.green-icon-5 {
  background-position: 0 -304px;
}
.green-icon-6 {
  background-position: 0 -380px;
}
.blue-shapes-block {
  background-image: url(../images/blue-shapes-block.png);
  background-repeat: repeat-x;
  height: 159px;
  margin-bottom: -5px;
  position: relative;
}
.blue-shapes-block.faded {
  background-image: url(../images/blue-shapes-block-faded.png);
}
.btn-get-started {
  padding-top: 10px;
  position: relative;
}
.try-it {
  position: absolute;
  background-image: url(../images/try-it.png);
  background-repeat: no-repeat;
  width: 83px;
  height: 42px;
  top: -3px;
  left: 187px;
}
.quote {
  background-image: url(../images/quote-sprite.png);
  width: 32px;
  height: 23px;
  margin: 0 auto;
}
.quote-end {
  background-position: 0 0;
  margin-top: 40px;
}
.quote-start {
  background-position: 0 -24px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.white-bg {
  background-color: #ffffff;
}
.testimonial {
  color: #3c3e39;
  font-style: italic;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.testimonials-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial-block {
  font-family: 'open_sanssemibold', sans-serif;
  float: left;
  width: 288px;
  margin-right: 54px;
  background-image: url(../images/t-border.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
.testimonial-block.last {
  background-image: none;
  padding-right: 0;
  margin-right: 0;
}
.t-img {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
.t-name {
  color: #3c3e39;
  font-size: 16px;
  padding-top: 25px;
}
.t-desc {
  color: #6dbc00;
  font-size: 14px;
}
.opacity {
  opacity: 0.2;
}
.opacity-light {
  opacity: 0.95;
}
.download-form {
  width: 300px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
.download-form.special-form {
  width: 360px;
}
.download-form-line {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
.download-form-line.special-form {
  width: 360px;
}
.download-form-line.special-form .form-control {
  width: 332px;
}
.relative {
  position: relative;
}
/* Screenshots page */
.scr-block-left {
  float: left;
}
.scr-text-right {
  float: right;
  margin-top: 67px;
  width: 305px;
}
.scr-block-right {
  float: right;
}
.scr-text-left {
  float: left;
  margin-top: 67px;
  width: 278px;
}
.row-scr {
  margin-top: 70px;
  padding-bottom: 20px; 
}
/* Order page */
.plans-prices-block {
  width: 780px;
  margin: 0 auto;
  margin-top: 70px;
}
.plans-prices-block .btn {
  text-transform: uppercase;
}
.plans-prices-block .plan-column {
  width: 260px;
  float: left;
}
.plans-prices-block .plan {
  font-family: 'open_sanssemibold', sans-serif;
  text-align: center;
}
.plans-prices-block .plan.free .plan-heading {
  border-right: none;
}
.plans-prices-block .plan.free .plan-features {
  padding-top: 16px;
}
.plans-prices-block .plan.professional .plan-heading {
  background-color: #6dbc00;
  border: 1px solid #6dbc00;
  margin-top: -9px;
  color: #ffffff;
}
.plans-prices-block .plan.professional .plan-button {
  height: 82px;
  position: relative;
  border-right: 1px solid #6dbc00;
  border-left: 1px solid #6dbc00;
  border-bottom: none;
  background-color: #6dbc00;
  padding-top: 0;
}
.plans-prices-block .plan.professional .plan-price {
  padding: 5px 20px 10px;
  background-color: #4f4f4f;
  color: #ffffff;
  font-size: 36px;
}
.plans-prices-block .plan.professional .plan-price span {
  font-size: 20px;
}
.plans-prices-block .plan.professional .plan-price sup {
  font-size: 19px;
}

.plans-prices-block .plan.professional .plan-price-old{
  padding:7px 0 2px;
  background-color:#4f4f4f;
  color:#fff;
  text-decoration:line-through
}

.plans-prices-block .plan.professional .plan-features {
  background-color: #6dbc00;
  border: 1px solid #6dbc00;
  padding-top: 3px;
}
.plans-prices-block .plan.professional .plan-features li {
  color: #ffffff;
}
.plans-prices-block .plan.professional .plan-features s {
  color: #98e036;
}
.plans-prices-block .plan.enterprise .plan-heading {
  border-left: none;
}
.plans-prices-block .plan.enterprise .plan-price {
  border-right: 1px solid #dcdcdc;
  padding: 2px 0 7px;
}
.plans-prices-block .plan.enterprise .plan-price-old{
  border-right:1px solid #dcdcdc;
  padding:2px 0;
  background-color: #eee;
  text-decoration:line-through
}

.plans-prices-block .plan.enterprise .plan-features {
  border-right: 1px solid #dcdcdc;
  border-left: none;
  padding-top: 16px;
}
.plans-prices-block .plan.enterprise .plan-features li {
  border-bottom: 0px none;
  font-weight: normal;
}
.plans-prices-block .plan.enterprise .plan-button {
  border-right: 1px solid #dcdcdc;
  border-left: none;
}
.plans-prices-block .plan .plan-heading {
  background-color: #ffffff;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 24px;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
}
.plans-prices-block .plan .plan-price {
  font-family: 'open_sansregular', sans-serif;
  padding: 18px 0;
  background-color: #eeeeee;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.plans-prices-block .plan .plan-price span {
  font-size: 18px;
  font-weight: normal;
}
.plans-prices-block .plan .plan-price sup {
  font-size: 15px;
}
.plans-prices-block .plan .plan-price .huge {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.plans-prices-block .plan .plan-price .plan-description {
  font-family: 'open_sansregular', sans-serif;
  font-weight: normal;
}
.plans-prices-block .plan .plan-features {
  list-style: none;
  padding: 10px 0 15px;
  background-color: #ffffff;
  border-left: 1px solid #dcdcdc;
  margin: 0;
}
.plans-prices-block .plan .plan-features li {
  margin: 0 auto;
  max-width: 200px;
  padding: 6px 0 6px;
  font-weight: bold;
  font-style: italic;
  color: #2b2b2b;
  font-size: 13px;
  font-family: 'open_sanssemibold', sans-serif;
}
.plans-prices-block .plan .plan-features li.last {
  border-bottom: 0px none;
}
.plans-prices-block .plan .plan-features li .orange.bold {
  font-size: 16px;
}
.plans-prices-block .plan .plan-features li .small-text {
  font-weight: normal;
}
.plans-prices-block .plan .plan-button {
  padding: 20px 0;
  padding-top: 0;
  padding-bottom: 30px;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  min-height: 38px;
}
.plans-prices-block .plan .plan-button .current-plan {
  display: inline-block;
}
.plans-prices-block .plan .plan-button .wp-pay {
  background-color: #4F4F4F;
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 3px 0;
  bottom: -27px;
  left: -1px;
  border: 1px solid #4F4F4F;
}
.plans-prices-block .plan .plan-button .wp-pay a {
  color: #fff;
}
/* Tables */
.table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  font-family: 'open_sansregular', sans-serif;
}
.table tr.dark-header {
  color: #fff;
  font-size: 12px;
}
.table tr.dark-header td {
  padding: 20px 12px;
  background-color: #676767;
}
.table tr.table-header {
  font-weight: bold;
}
.table tr.table-header td {
  border-bottom: 1px solid #dbdbdb;
}
.table tr td {
  padding: 8px;
  vertical-align: middle;
}
.table tr td.align-top {
  vertical-align: top;
}
.table.table-bordered tr td {
  border-bottom: 1px solid #dbdbdb;
}
.table.table-bordered tr.table-header td {
  border-bottom: 0px none;
}
.table.table-bordered tr.last td {
  border-bottom: 0px none;
}
.table.table-vert-border tr td {
  border: 1px solid #dbdbdb;
}
.table.table-valign-top tr td {
  vertical-align: top;
}
.unlimited {
  font-weight: bold;
  font-style: italic;
  color: #64a531;
  text-align: center;
}
.no {
  background-image: url(../images/no.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 12px;
  height: 12px;
  margin: 0 auto;
}
.yes {
  background-image: url(../images/yes.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 12px;
  height: 12px;
  margin: 0 auto;
}
.table .table-buttons td {
  text-align: center;
  border-bottom: none;
}
.table .table-buttons td div {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.table .table-buttons td div sup {
  font-size: 14px;
}
.table .table-buttons td div span {
  font-size: 18px;
  font-weight: bold;
}
.tooltip {
  display: none;
  background-color: #ffffff;
  font-size: 12px;
  font-style: italic;
  min-height: 30px;
  width: 420px;
  padding: 5px 10px;
  color: #3e3e3e;
  width: 200px;
  border: 1px solid #dcdcdc;
}
.hint {
  cursor: pointer;
}
.hint:hover {
  color: #6dbc00;
}
.error-message {
  color: #ed2525;
}
.update-wrapper {
  width: 751px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 70px;
}
.update-block {
  width: 250px;
  float: left;
  text-align: center;
}
.error-message {
  color: #ed2525;
}
.update-wrapper {
  width: 751px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 70px;
}
.update-block {
  width: 250px;
  float: left;
  text-align: center;
}
.small-inputs .form-group {
  margin-right: 20px;
}
.small-inputs .form-group.last {
  margin-right: 0px;
}
.small-inputs input.form-control[type=text] {
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 6px;
  width: auto;
}
.landing-list {
  font-family: 'open_sanssemibold', sans-serif;
  list-style: none;
  font-size: 26px;
  padding-left: 0;
  margin-top: 90px;
}
.landing-list li {
  margin-bottom: 20px;
}
.landing-list li img {
  margin-right: 15px;
  vertical-align: middle;
}
.white-text {
  color: #ffffff;
}
.white-text a {
  color: #ffffff;
}
.white-text a.visited {
  color: #ffffff;
}
.index-screenshots-wrapper {
  overflow: hidden;
  margin-bottom: 40px;
}
.index-screenshots-wrapper .index-screenshots-scrollable {
  width: 980px;
  height: 385px;
  position: relative;
  overflow: visible;
}
.index-screenshots-wrapper .index-screenshots-scrollable .controls {
  background: url("../images/scrollable-controls-sprite.png");
  width: 41px;
  height: 110px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: 99999;
}
.index-screenshots-wrapper .index-screenshots-scrollable .controls.prev {
  background-position: left top;
  left: 30px;
  top: 170px;
}
.index-screenshots-wrapper .index-screenshots-scrollable .controls.prev:hover {
  background-position: left bottom;
}
.index-screenshots-wrapper .index-screenshots-scrollable .controls.next {
  background-position: right top;
  top: 170px;
  right: 30px;
}
.index-screenshots-wrapper .index-screenshots-scrollable .controls.next:hover {
  background-position: right bottom;
}
.index-screenshots-wrapper .index-screenshots-scrollable .controls.disabled {
  display: none;
}
.index-screenshots-wrapper .index-screenshots-scrollable .scrollable-items {
  width: 20000em;
  position: absolute;
}
.index-screenshots-wrapper .index-screenshots-scrollable .scrollable-items .screenshot {
  float: left;
  width: 980px;
  text-align: center;
}
.label-green {
  background-color: #6dbc00;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
}
.success-form {
  font-size: 12px;
  font-weight: bold;
  color: #6dbc00;
}
.share-block {
  width: 60px;
  padding: 15px;
  position: fixed;
  top: 200px;
  left: 0px;
  z-index: 99999;
  background-color: #e9e9e9;
  border: 1px solid #dedede;
  text-align: center;
  border-radius: 5px;
}
.pos-absolute {
  position: absolute;
}
.pos-relative {
  position: relative;
}
/* Highlight */
.highlight-red {
  background-color: #cb6229;
  color: #fffffe;
}
.two-column-left {
  float: left;
  margin-right: 2%;
  width: 48%;
}
.contact-form {
  width: 500px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
