* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Google fonts cache for china */
@font-face {
  font-family: Muli;
  src: url('/fonts/Muli-Regular.ttf');
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  padding-top: 104px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
body.auth {
  padding-top: 134px !important;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #9393c0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #6363a4;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.wp-caption > img,
.wp-caption a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.btn-primary {
  background-color: #59599e;
  border-color: #59599e;
  border-radius: 25px;
}

.btn-danger {
  border-radius: 25px;
}

/* fonts */
body {
  font-family: "Avenir Next", Muli, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}

footer {
  margin-bottom: 60px;
}

.visible {
  visibility: visible !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f5f5f5;
}

.wrap {
  padding-bottom: 60px;
}
.main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.content-header {
  margin: 0 -15px 40px;
  background-color: #9393c0;
}
.content-header h1,
.content-header h1 a {
  color: white;
  line-height: normal;
  margin: 15px 0 15px;
  text-decoration: none;
}

.banner {
  background-color: rgba(255, 255, 255, 0.95);
  background-image: none;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
#site-logo {
  width: 170px;
  height: 60px;
  margin: 22px 0;
  padding: 0;
  background: url(../img/logo@2x.png) no-repeat;
  background-size: contain;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
header .navbar-nav {
  margin-top: 28px;
}
.auth header {
  margin-top: 30px;
}
header .navbar-nav > li {
  font-size: 18px;
  text-transform: uppercase;
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.hero {
  background: #9393c0 url(../img/hero_image@2x.jpg) center right no-repeat;
  background-size: contain;
  margin: 0 -15px;
}
.hero h2 {
  visibility: hidden;
  color: white;
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 60px;
}
.hero h2 span {
  text-transform: none;
  font-size: 32px;
  color: white;
  display: block;
}
.hero ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  /*overflow: auto;*/
}
.hero ul li {
  visibility: hidden;
  color: white;
  font-size: 18px;
  margin-bottom: 14px;
  padding-left: 28px;
  background: url(../img/icon_check_black@2x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  list-style-type: none;
  background-position: 0 3px;
}
.hero ul li:last-child {
  margin-bottom: 0;
}
.hero .btn-hero-cta {
  font-weight: 600;
  visibility: hidden;
  background: #db5b58;
  border-radius: 40px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 40px 6px;
  border: 1px solid #db5b58;
  margin-bottom: 60px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.hero .btn-hero-cta:hover {
  background: none;
  border: 1px solid white;
  text-decoration: none;
}

.call {
  color: white;
  background: #424683;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  margin: 0 -15px;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 14px;
}

.call h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-top: 6px;
}

.call h2.phone {
  font-weight: 500;
  font-size: 32px;
  margin-top: 2px;
}

.call .wechat-icon {
  height: 40px;
  margin: -10px 0 0 10px;
}

.products {
  padding: 20px 0 60px;
}
.products h3 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.products h3 a {
  color: black;
}
.products h3 a:hover {
  text-decoration: none;
}
.products .price {
  text-align: center;
  font-size: 24px;
  color: #adadad;
  line-height: normal;
}
.products .price .from {
  display: block;
  margin-bottom: -10px;
}
.products .price .currency {
  position: relative;
  top: -0.25em;
  font-size: 36px;
}
.products .price .amount {
  color: #9393c0;
  font-size: 54px;
  font-weight: bold;
}
.products .features {
  margin-top: 30px;
}
.products .features img {
  float: left;
}
.products .features ul {
  padding: 0;
  margin-left: 80px;
}
.products .features ul li {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
}
.products .btn-product-cta {
  margin-top: 30px;
  border: 1px solid #9393c0;
  color: #9393c0;
  border-radius: 50px;
  padding: 4px 0 3px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.products .btn-product-cta:hover {
  background-color: #9393c0;
  color: white;
}
.why-us {
  background: #424683 url(../img/collage@2x.jpg) no-repeat;
  background-size: cover;
  background-color: #424683;
  padding: 80px 0 100px;
  margin: 0 -15px;
  color: white;
}
.why-us h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 auto 40px;
}
.why-us h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}
.why-us p {
  font-size: 16px;
  line-height: 200%;
}
.why-us em {
  border-bottom: 2px solid #fff;
  font-style: normal;
}
.features {
  background: #424683;
  color: white;
  padding: 40px 0 50px;
  margin: 0 -15px;
}
.features h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 auto 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}
.features h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.features-row {
  margin-bottom: 60px;
}

.logos {
  padding: 40px 0;
}
.logos img {
  margin-right: 20px;
}
.logos img:last-child {
  margin-right: 0;
}
.last-cta {
  color: white;
  background: #424683;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  margin: 0 -15px;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 14px;
}
.last-cta h3 {
  line-height: normal;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 500;
  font-size: 24px;
  margin-top: 5px;
}
.last-cta .btn-last-cta {
  background: #db5b58;
  border-radius: 40px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 40px 6px;
  border: 1px solid #db5b58;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
.last-cta .btn-last-cta:hover {
  background: none;
  border: 1px solid white;
  text-decoration: none;
}

.page-faq h4 {
  font-weight: bold;
  margin: 60px 0 0;
}

.faq-subheader h3 {
  font-weight: bold;
  margin-top: 0;
}

.faq-subheader {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.faq-toc {
  margin: 20px 0;
}

.faq-entry {
  margin-top: 20px;
}

.faq-entry h4 {
  font-weight: bold;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.page-initregserver .steps {
  margin-bottom: 20px;
  font-weight: bold;
}

.page-initregserver .steps > div {
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-right: none;
}

.page-initregserver .steps > div:last-child {
  border-right: 1px solid #e6e6e6;
}

.page-initregserver .steps .active {
  background-color: #e6e6e6;
}

.page-initregserver form {
  margin-top: 30px;
}

.page-initregserver .form-group {
  margin-bottom: 5px;
}

.page-initregserver form .help-block {
  font-size: 12px;
  margin: 0;
}

.order-server-title {
  background-color: #9393c0;
  font-weight: bold;
  color: white;
}

.order-server-title:hover {
  background-color: #9393c0 !important;
}

.page-initregserver .server-list {
  border-bottom: 1px solid #ddd;
}

.page-initregserver .form-action {
  margin: 60px 0;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
}

#toast-container > div a {
  text-decoration: underline;
}

.navbar-default .navbar-nav > li.menu-servers > a {
  color: #59599e;
}

#formLogin {
  width: 200px;
}

#formLogin a {
  text-transform: none;
}

#formLogin button {
  border-radius: 22px;
  padding: 5px 20px;
  text-transform: uppercase;
  background-color: #59599e;
  border-color: #59599e;
}

.btn-lg,
.btn-group-lg > .btn {
  background: #59599e;
  border-radius: 40px;
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
  text-transform: uppercase;
  padding: 8px 22px 6px;
  border: 1px solid #59599e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #9393c0;
  border: 1px solid #9393c0;
}

.dropdown-toggle .caret {
  margin-top: -4px;
}

.auth-nav {
  background-color: #59599e;
  border: none;
  min-height: 30px;
}

.auth-nav .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.auth-nav .navbar-nav > li.red {
  background-color: red;
}

.auth-nav .navbar-nav > .active > a,
.auth-nav .navbar-nav > .active > a:hover,
.auth-nav .navbar-nav > .active > a:focus,
.auth-nav .navbar-nav > li > a:hover,
.auth-nav .navbar-nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}

.auth-nav .navbar-nav > li > a {
  color: white;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 50%;
}

.importantFail {
  color: red;
}

.toast-message .importantFail {
  color: white;
}

.page-tickets .ticket-list td a {
  color: #333;
}

.page-admin-tickets .ticket-header {
  background: #e6e6e6;
}

.page-admin-tickets td a {
  color: #565656;
  text-decoration: underline;
}

.textRed {
  color: #f00;
}

.textBlue {
  color: #00f;
}

.textGreen {
  color: #0f0;
}

.textBlack {
  color: #000;
}

.textWhite {
  color: #fff;
}

.textOrange {
  color: #f90;
}

.textYellow {
  color: #ff0;
}

.textPink {
  color: #ffc0cb;
}

.panel .panel-title small {
  color: inherit;
  font-size: 75%;
  margin-left: 10px;
}

#searchclear {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}

/* utility classes for adding spaces to elements */
.t10 {
  margin-top: 10px !important;
}
.b10 {
  margin-bottom: 10px !important;
}
.r10 {
  margin-right: 10px !important;
}
.l10 {
  margin-left: 10px !important;
}
.t20 {
  margin-top: 20px !important;
}
.b20 {
  margin-bottom: 20px !important;
}
.r20 {
  margin-right: 20px !important;
}
.l20 {
  margin-left: 20px !important;
}

.table > thead > tr > td.orange,
.table > tbody > tr > td.orange,
.table > tfoot > tr > td.orange,
.table > thead > tr > th.orange,
.table > tbody > tr > th.orange,
.table > tfoot > tr > th.orange,
.table > thead > tr.orange > td,
.table > tbody > tr.orange > td,
.table > tfoot > tr.orange > td,
.table > thead > tr.orange > th,
.table > tbody > tr.orange > th,
.table > tfoot > tr.orange > th {
  background-color: #fed0b9;
}

.table > thead > tr > td.pink,
.table > tbody > tr > td.pink,
.table > tfoot > tr > td.pink,
.table > thead > tr > th.pink,
.table > tbody > tr > th.pink,
.table > tfoot > tr > th.pink,
.table > thead > tr.pink > td,
.table > tbody > tr.pink > td,
.table > tfoot > tr.pink > td,
.table > thead > tr.pink > th,
.table > tbody > tr.pink > th,
.table > tfoot > tr.pink > th {
  background-color: #fff4f4;
}

.table > thead > tr > td.red,
.table > tbody > tr > td.red,
.table > tfoot > tr > td.red,
.table > thead > tr > th.red,
.table > tbody > tr > th.red,
.table > tfoot > tr > th.red,
.table > thead > tr.red > td,
.table > tbody > tr.red > td,
.table > tfoot > tr.red > td,
.table > thead > tr.red > th,
.table > tbody > tr.red > th,
.table > tfoot > tr.red > th {
  background-color: #ff6564;
  color: white;
}

.table > thead > tr > td.red a,
.table > tbody > tr > td.red a,
.table > tfoot > tr > td.red a,
.table > thead > tr > th.red a,
.table > tbody > tr > th.red a,
.table > tfoot > tr > th.red a,
.table > thead > tr.red > td a,
.table > tbody > tr.red > td a,
.table > tfoot > tr.red > td a,
.table > thead > tr.red > th a,
.table > tbody > tr.red > th a,
.table > tfoot > tr.red > th a {
  background-color: #ff6564;
  color: white;
}

.label-red {
  background-color: #ff6564;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  footer.content-info {
    display: none;
  }
  .print-hidden {
    display: none !important;
  }
}

.box-hp {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #9393c0;
  margin-right: 10px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  padding: 90px 10px 0;
  min-height: 140px;
  min-width: 90px;
  box-sizing: border-box;
}

.box-quad-core {
  background: #9393c0 url(../img/icon_quad_core@2x.png) center 15px no-repeat;
  background-size: 60%;
}
.box-ram {
  background: #9393c0 url(../img/icon_ram@2x.png) center 15px no-repeat;
  background-size: 60%;
}
.box-ssd {
  background: #9393c0 url(../img/icon_ssd@2x.png) center 15px no-repeat;
  background-size: 60%;
}

.box-hp span {
  font-size: 20px;
  display: block;
  line-height: 90%;
}

.box-xeon-cta {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #9393c0;
  margin-right: 0;
  border-radius: 8px;
  padding: 10px;
  min-height: 120px;
  min-width: 90px;
}

.box-xeon-cta .subhead {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  line-height: normal;
}

.box-xeon-cta .price {
  font-size: 32px;
  color: #9393c0;
  font-weight: 500;
  line-height: normal;
}

.box-xeon-cta .per {
  font-size: 20px;
  color: #6e6e6e;
  font-weight: 500;
}

.box-xeon-cta .btn-cta {
  text-transform: uppercase;
  display: block;
  border-radius: 4px;
  background: #3d3d67;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 3px 20px 2px;
  line-height: normal;
  margin: 0 0 5px;
  text-decoration: none;
}

.servers {
  padding-top: 40px;
  padding-bottom: 40px;
}

.servers h2 {
  font-size: 32px;
  font-weight: 500;
  color: #424683;
  margin: 0 0 80px;
}

.servers .panel-primary {
  border: 1px solid #424683;
  border-radius: 0;
}

.servers .panel-primary table img {
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.5;
}

.servers .panel-primary > .panel-heading {
  background-color: transparent;
  border-radius: 0;
  margin: 0 10px;
  border-color: #424683;
}

.servers .panel-primary > .panel-heading h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-align: center;
  color: #424683;
}

.servers .panel-primary > .panel-heading h3 img {
  width: 20px;
  vertical-align: middle;
}

.servers .panel-primary > .panel-subheading {
  background: #424683;
  text-align: center;
  padding: 4px 0;
}

.servers .panel-primary > .panel-subheading h3 {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}

.servers .panel-primary > .panel-footer {
  background: transparent;
}

.server-item ul {
  margin: 0;
  padding: 0;
}

.server-item .panel-body {
  padding-bottom: 30px;
}

.server-item ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #000;
}

.server-item ul li em {
  color: #7a7a7a;
  font-style: normal;
}

.server-item .from {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  line-height: normal;
}

.server-item .price {
}

.server-item .currency {
  font-size: 18px;
  color: #db5b58;
  position: relative;
  top: -0.6em;
  font-weight: 500;
}

.server-item .amount {
  font-size: 36px;
  color: #db5b58;
  font-weight: 600;
  line-height: normal;
}

.server-item .month {
  font-size: 18px;
  color: #db5b58;
  font-weight: 300;
}

.server-item .discount {
  font-weight: 600;
  color: #535b95;
  font-size: 16px;
  margin-bottom: 20px;
}

.server-item .discount s {
  color: #7a7a7a;
  font-weight: 300;
}

.server-item .btn-product-cta {
  /*display: block;*/
  background: #db5b58;
  border: 1px solid #db5b58;
  padding: 5px 20px 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-top: 10px;
  border-radius: 40px;
}

.server-item.active {
}

.why-network {
}

.why-hardware {
}

.why-automation {
}

.no-contracts {
}

#couponView {
  margin-top: 10px;
  margin-bottom: 20px;
}

#couponView button {
  width: 124px;
}

#couponView .msg {
  padding-top: 6px;
}

#couponView .apply .glyphicon {
  top: 3px;
}

.coupon-input {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

tr.apply-coupon {
  background-color: #fff8ee !important;
}
tr.apply-coupon td {
  vertical-align: middle !important;
}

.fa-spin-custom,
.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.landing1 {
  background: #59599e;
  color: white;
  margin: 0 -15px;
  padding: 20px 0;
}

.landing1 img {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.landing1 h2 {
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  text-transform: uppercase;
}

.landing1 h3 {
  text-align: center;
  font-weight: normal;
  font-size: 12pt;
  line-height: 150%;
}

.landing1 ul {
  margin-top: 15px;
}

.landing1 ul li {
  font-size: 10pt;
}

.landing1 ul li strong {
  font-size: 14pt;
  font-weight: normal;
}

.start-now {
  background: #9393c0;
  color: white;
  margin: 0 -15px;
  padding: 20px 0;
}

.start-now h3 {
  font-size: 14pt;
  text-transform: uppercase;
  margin: 10px 0;
}

.start-now h3 strong {
  font-size: 20pt;
  font-weight: bold;
}

.cta-landing1 {
  background: #d9534f;
  border: 1px solid transparent;
  text-transform: none;
  font-size: 14pt;
}

.cta-landing1:hover {
  background: #f76b67;
  border: 1px solid white;
  text-transform: none;
  font-size: 14pt;
  color: white;
}

@media (min-width: 1130px) {
  .bullet-xeon {
    white-space: nowrap;
  }
}

.platform-row td {
  cursor: pointer;
}

.error {
  color: red;
  font-weight: normal;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
  border: none;
}

.hero-about {
  background: #424683 url(../img/about_us.jpg) no-repeat;
  background-size: cover;
  padding: 180px 0;
  margin: -40px -65px 20px;
}

.page-about h2 {
  text-align: center;
  font-size: 36px;
  color: #999;
}

.page-contact h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

/*.hero-contact {
  background: url(../img/contact_us.jpg) top right no-repeat;
  background-size: cover;
  min-height: 400px;
}
*/
.page-contact .question-type {
  margin-bottom: 20px;
}

.page-contact .question-type select {
  display: inline-block;
  width: auto;
}

.page-contact .or {
  text-transform: uppercase;
  margin: 10px 0 10px 25%;
}

.question-sales,
.question-support,
.question-abuse {
  display: none;
}

.lang-select a {
  padding-top: 13px !important;
}

.product-landing {
  margin: 0 -30px;
  background-color: #797eaa;
  color: white;
}

.product-landing .photo {
  background: url(../img/landing1_hero.jpg) no-repeat;
  background-size: cover;
}

.product-landing .copy-wrapper {
  margin: 60px 60px 100px;
}

.product-landing .copy-wrapper h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
  text-align: center;
}

.product-landing .copy-wrapper ul {
  margin: 0 0 40px;
  padding: 0;
}

.product-landing .copy-wrapper li {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 28px;
  background: url(../img/icon_check_white@2x.png) 0 8px no-repeat;
  background-size: 18px;
  list-style-type: none;
  margin-left: 60px;
}

.product-landing-wrapper .why-us {
  padding: 60px 0 30px;
}

.product-landing-wrapper .why-us ul {
  margin: 0;
  padding: 0;
}

.product-landing-wrapper .why-us li {
  list-style-type: none;
}

.product-landing-wrapper .why-us h3 {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.product-landing-wrapper .why-us .row > div {
  margin-bottom: 60px;
}

.product-landing-wrapper .plan-details {
  padding-top: 40px;
}

.plan-wrapper {
  /*padding: 30px 60px;*/
}

.plan-wrapper h3 {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}

.plan-wrapper ul {
  font-size: 1.1em;
}

.plan-wrapper li {
  margin-bottom: 16px;
  line-height: normal;
}

.plan-wrapper li em {
  font-size: 80%;
}

.buy-wrapper {
  text-align: center;
  border: 1px solid #2e336e;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: white;
}

.buy-wrapper .currency {
  font-size: 18px;
  color: #db5b58;
  position: relative;
  top: -0.6em;
  font-weight: 500;
}

.buy-wrapper .amount {
  font-size: 36px;
  color: #db5b58;
  font-weight: 600;
  line-height: normal;
}

.buy-wrapper .month {
  font-size: 18px;
  color: #db5b58;
  font-weight: 300;
}

.buy-wrapper .discount {
  font-weight: 600;
  color: #535b95;
  font-size: 16px;
  margin-bottom: 20px;
}

.buy-wrapper .discount s {
  color: #7a7a7a;
  font-weight: 300;
}

.buy-wrapper .btn-product-cta {
  background: #db5b58;
  border: 1px solid #db5b58;
  padding: 5px 20px 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  border-radius: 40px;
}

.buy-wrapper .btn-product-cta:hover {
  background: white;
  border-color: #db5b58;
  color: #db5b58;
}

@media (max-width: 767px) {
  .product-landing .copy-wrapper {
    margin: 0 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-landing .copy-wrapper h2 {
    /*font-size: 2rem;*/
    margin-top: 10px;
  }
  .product-landing .copy-wrapper ul {
    margin-bottom: 0;
  }
  .product-landing .copy-wrapper li {
    font-size: 1.6rem;
    background-position-y: 2px;
  }
  .product-landing-wrapper .plan-details {
    padding-top: 0;
  }
  .plan-wrapper ul {
    margin-bottom: 20px;
  }
  .product-landing-wrapper .call h2 {
    font-size: 1.6rem !important;
    margin-bottom: 10px !important;
  }
  .product-landing-wrapper .call h2.phone {
    font-size: 2rem !important;
  }
}

/* ad popups */
#modal-r1soft .modal-content {
  background: url(../img/popupbg1.jpg) no-repeat;
  background-size: cover;
}

#modal-r1soft .modal-body {
  padding: 4em;
  color: white;
  position: relative;
}

#modal-r1soft .modal-body .close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: white;
  opacity: 0.5;
}

#modal-r1soft .modal-body h2 {
  font-size: 2.6em;
  margin: 0 0 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#modal-r1soft .modal-body h2 em {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-style: normal;
}

#modal-r1soft .modal-body p {
  margin-bottom: 2em;
}

#modal-r1soft .modal-body p:last-child {
  margin-bottom: 0;
}

#modal-r1soft2 .modal-content {
  background: url(../img/popupbg2.jpg) no-repeat;
  background-size: cover;
}

#modal-r1soft2 .modal-body {
  padding: 2em;
  color: black;
  position: relative;
}

#modal-r1soft2 .modal-body .close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: white;
  opacity: 0.5;
}

#modal-r1soft2 .modal-body h2 {
  font-size: 2.6em;
  margin: 0 0 1em;
}

#modal-r1soft2 .modal-body h2 em {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-style: normal;
  color: #59599e;
}

#modal-r1soft2 .modal-body p {
  margin-bottom: 2em;
}

#modal-r1soft2 .modal-body p:last-child {
  margin-bottom: 0;
}
