.fixed-width-container {
  max-width: 1170px;
  margin: auto;
}
a {
  color: #2c9fdf;
}
a:hover,
a:focus {
  color: #16648f;
  text-decoration: none;
}
.container {
  width: 100%;
}
.wrap {
  min-height: 100%;
}
.wrap nav {
  background-color: white;
}
.wrap nav .container {
  max-width: 1170px;
  margin: auto;
  /*padding-top: 3px;*/
}
.wrap > .container {
  padding: 50px 0px 392px 0px;
}
.site-index .jumbotron {
  background-color: #2c9fdf;
  background: url("/images/trianglify-huge.png");
  border-radius: 0;
  min-height: 250px;
  margin-bottom: 0;
}
.site-index .jumbotron .btn,
.site-index .jumbotron-small .btn {
  background-color: #fff;
  border: 0;
  border-left: 1px solid;
  border-radius: 0;
  color: #2d9fdf;
  font-size: 20px;
  margin-left: -2px;
  margin-top: -5px;
  padding: 2px 30px;
}
.site-index .jumbotron-form-control,
.site-index .jumbotron-small-form-control {
  width: 275px;
  display: inline-block;
  margin-top: 3%;
  border-radius: 0;
  padding-right: 140px;
  width: 28em;
}
.site-index .jumbotron-form-control::-moz-placeholder,
.site-index .jumbotron-small-form-control::-moz-placeholder {
  color: #2c9fdf;
  opacity: 1;
}
.site-index .jumbotron-form-control:-ms-input-placeholder,
.site-index .jumbotron-small-form-control:-ms-input-placeholder {
  color: #2c9fdf;
}
.site-index .jumbotron-form-control::-webkit-input-placeholder,
.site-index .jumbotron-small-form-control::-webkit-input-placeholder {
  color: #2c9fdf;
}
@media (max-width: 768px) {
  .site-index .jumbotron-form-control,
  .site-index .jumbotron-small-form-control {
    width: 20em;
    height: 3em;
  }
}
.site-index .jumbotron .domain,
.site-index .jumbotron-small .domain {
  display: inline-block;
  font-size: 16px;
  padding: 4px;
  color: #2c9fdf;
  margin-left: -140px;
}
.site-index .jumbotron-text,
.site-index .jumbotron-small-text {
  font-size: 31px;
  color: #fff;
}
.site-index .body-content {
  max-width: 1170px;
  margin: auto;
  padding: 20px 15px 20px;
}
.site-index .body-content.rules-content h1,
.site-index .body-content.rules-content h2,
.site-index .body-content.rules-content h3,
.site-index .body-content.rules-content h4,
.site-index .body-content.rules-content h5 {
  text-align: center;
}
.footer {
  background-color: white;
  margin-top: 6px;
}
.footer .container {
  max-width: 1170px;
  margin: auto;
  padding-bottom: 0px;
}
.footer-list {
  list-style: none;
  padding-left: 0px;
}
.footer-list li {
  line-height: 25px;
}
.footer-list-contact {
  padding-left: 0px;
}
.footer-list-contact li {
  line-height: 20px;
}
.footer-list li {
  line-height: 25px;
}
.footer .domain-list {
  list-style: none;
  padding-left: 10px;
}
.footer .domain-list li {
  line-height: 25px;
}
.footer .copyright {
  color: #666;
  font-size: 12px;
  margin: 10px 0;
  text-align: center;
}
.footer-up {
  padding: 30px 0;
}
.footer-up .leftor-logo {
  height: 35px;
  margin: 10px 0;
  background-image: url("/images/leftor-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-down {
  color: #fff;
}
.footer-down a,
.footer-down a:hover,
.footer-down a:focus {
  color: #fff;
  text-decoration: none;
}
.footer-down .copyright {
  line-height: 32px;
  color: #fff;
}
@media (max-width: 480px) {
  .footer-down .copyright {
    line-height: 20px;
  }
}
.footer-down .social-buttons {
  line-height: 50px;
  font-size: 18px;
}
.footer-down .social-buttons .social-icon {
  height: 20px;
  margin-right: 3px;
  margin-top: -5px;
}
.footer-down .social-buttons > div:hover.facebook {
  background-color: #3a5795;
}
.footer-down .social-buttons > div:hover.twitter {
  background-color: #55acee;
}
.footer-down .social-buttons > div:hover.youtube {
  background-color: #cc181e;
}
.footer-down .social-buttons > div:hover.rss {
  background-color: #fd7800;
}
.footer-down ul {
  margin-bottom: 20px;
}
.footer .footer-list-contact li {
  line-height: 20px;
}
.footer .footer-list li a {
  color: black;
}
.footer .footer-list li a:before {
  content: ">";
  padding: 0 3px;
  display: inline-block;
  transform: scale(0.7, 1.3);
}
.footer .footer-list li a:hover,
.footer .footer-list li a:focus {
  color: #16648f;
  text-decoration: none;
}
@media (max-width: 768px) {
  .navbar-collapse.collapse {
    padding: 0;
  }
}
.navbar-collapse.collapse .header-form-control {
  display: inline-block;
  border-radius: 0;
  margin-right: 10px;
  padding-right: 80px;
  width: 95%;
  /*.placeholder(@leftor-blue);*/
}
.navbar-collapse.collapse .domain {
  /*color: @leftor-blue;*/
  margin-left: -90px;
  margin-right: 10px;
}
.navbar-collapse.collapse button,
.navbar-collapse.collapse button:hover,
.navbar-collapse.collapse button:focus {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: black !important;
}
.navbar-collapse.collapse a,
.navbar-collapse.collapse a:focus,
.navbar-collapse.collapse a:hover {
  color: black;
  padding-bottom: 10px;
}
.navbar-collapse.collapse form {
  display: inline-block;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .navbar-collapse.collapse form {
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse.collapse form {
    padding-left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-collapse.collapse form {
    width: 28%;
    padding-right: 0;
  }
}
.navbar-collapse.collapse form button,
.navbar-collapse.collapse form button:hover,
.navbar-collapse.collapse form button:focus {
  background-color: #fff;
  border-color: #fff;
  font-size: 15px;
  padding: 6px 8px 5px 8px !important;
  margin-top: -4px !important;
}
.navbar-collapse.collapse form button:hover,
.navbar-collapse.collapse form button:focus {
  color: white !important;
  background-color: #16648f !important;
}
.navbar-collapse.collapse form input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.navbar-collapse.collapse form input:-ms-input-placeholder {
  color: #999999;
}
.navbar-collapse.collapse form input::-webkit-input-placeholder {
  color: #999999;
}
.navbar-nav.navbar-right .active {
  background-color: #eee;
}
@media (max-width: 768px) {
  .navbar-nav.navbar-right {
    width: 100%;
    float: left;
  }
  .navbar-nav.navbar-right li {
    text-align: center;
  }
}
.navbar-nav.navbar-right .domain-number {
  display: inline-block;
  background-color: #16648f;
  color: #fff;
  padding: 1px 5px;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  height: 50px;
}
.navbar.navbar-fixed-top {
  border-bottom: 3px solid #16648f;
}
.jumbotron-small .btn {
  margin-top: -5px;
  padding: 1.5px 30px;
  border-radius: 0;
  /*color: @leftor-blue;*/
  font-size: 20px;
}
.jumbotron-small .domain {
  display: inline-block;
  font-size: 16px;
  padding: 4px;
  /*color:@leftor-blue;*/
  margin-left: -55px;
}
.pricing-content .table-pricing {
  /*        margin-top: 3%;
                margin-bottom: 3%;*/
}
.pricing-content .table-pricing tr {
  background: #e0e0e0;
  padding: 15px 20px;
  border-bottom: 2px solid white;
}
.pricing-content .table-pricing tr td {
  padding: 15px 20px;
}
.pricing-content .table-pricing th {
  padding: 15px 20px;
  background-color: #d0d0d0;
  border-bottom: 2px solid white;
}
.pricing-content .pricing-reminder {
  font-size: 12px;
}
.margin-top {
  margin-top: 2%;
}
.float-right {
  float: right;
}
.icon-bar {
  background-color: #2c9fdf;
}
.btn {
  border-radius: 0;
}
.form-submition {
  text-align: right;
}
a.scroll {
  display: block;
  text-decoration: none;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url("/images/ui.totop.png") no-repeat left top;
}
a.scroll > span {
  background: url("/images/ui.totop.png") no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
}
.home-content,
.support-page {
  background-color: white;
  padding: 10px 0;
  text-align: center;
}
.home-content .image,
.support-page .image {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .home-content .image,
  .support-page .image {
    margin-top: 20px;
  }
}
.home-content .image.moj-web,
.support-page .image.moj-web {
  background-color: #0bb697;
}
.home-content .image.web-hosting,
.support-page .image.web-hosting {
  background-color: #2c9fdf;
}
.home-content .image.leftor-protect,
.support-page .image.leftor-protect {
  background-color: #da4c26;
}
.home-content h4,
.support-page h4 {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  min-height: 50px;
  width: 100%;
}
.home-content .text,
.support-page .text {
  text-align: justify;
  font-size: 15px;
  min-height: 60px;
}
.home-content .btn,
.support-page .btn {
  width: 100%;
  border: 1px solid #eeeeee;
  margin-top: 20px;
}
.home-content.support-page,
.support-page.support-page {
  padding: 50px 0;
}
.home-content.support-page .text,
.support-page.support-page .text {
  text-align: justify;
  font-size: 15px;
  float: left;
  display: inline-block;
  margin-top: 20px;
  min-height: 0;
}
.home-content.support-page .info,
.support-page.support-page .info {
  text-align: left;
}
.home-content.support-page .info div,
.support-page.support-page .info div {
  min-height: 20px;
  font-weight: bold;
  font-size: 12px;
}
.home-content.support-page .image,
.support-page.support-page .image {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
.home-content.support-page h5,
.support-page.support-page h5 {
  width: 100%;
}
@media (max-width: 991px) {
  .home-content.support-page .image,
  .support-page.support-page .image {
    margin-top: 0px;
  }
  .home-content.support-page .item,
  .support-page.support-page .item {
    margin-top: 20px;
  }
}
.site-header,
.site-footer {
  text-align: center;
  background-color: #16648f;
  height: 50px;
}
.site-header h1,
.site-footer h1,
.site-header h3,
.site-footer h3 {
  margin: 0;
  line-height: 50px;
  font-weight: bold;
  color: white;
}
.site-header h1,
.site-footer h1 {
  font-size: 32px;
}
.site-header h3,
.site-footer h3 {
  line-height: 100px;
}
@media (max-width: 991px) {
  .site-header h3,
  .site-footer h3 {
    line-height: 25px;
    font-size: 20px;
  }
}
.site-header.site-footer,
.site-footer.site-footer {
  height: 100px;
}
@media (max-width: 991px) {
  .site-header.site-footer,
  .site-footer.site-footer {
    height: 10em;
    padding: 1em 0;
  }
}
.site-footer .body-content {
  padding: 0;
}
.footer-button {
  line-height: 100px;
}
@media (max-width: 991px) {
  .footer-button {
    line-height: 50px;
  }
}
.form-control {
  border-radius: 0 !important;
}
.padding-rl-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) {
  .lg-padding-rl-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.domain-content {
  background-color: white;
  text-align: center;
  margin-top: 100px;
}
.domain-content .image {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
  border: 1px solid #eeeeee;
  width: 150px;
  height: 150px;
  background-color: #16648f;
  float: left;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .domain-content .image {
    margin-top: 0px;
  }
}
.domain-content .image.protect {
  background-image: url("/images/protect-blue.png");
}
.domain-content .image.km {
  background-image: url("/images/0km.png");
}
.domain-content .image.support {
  background-image: url("/images/247.png");
}
.domain-content .info {
  text-align: left;
}
.domain-content .link {
  margin-top: 35px;
}
.domain-content .link > a {
  min-width: 120px;
}
.domain-content .text {
  margin-top: 20px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .domain-content {
    margin-top: 40px;
  }
  .domain-content .item,
  .domain-content div {
    text-align: center;
    margin-bottom: 20px;
    min-height: 50px;
  }
  .domain-content .image {
    float: none;
  }
  .domain-content .link {
    margin-top: 0px;
  }
  .domain-content .link > a {
    width: 100%;
    line-height: 2em;
    /*padding-top: 5px;*/
  }
}
.jumbotron-small .form-content form .btn {
  color: black;
}
.jumbotron-small .form-content form input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.jumbotron-small .form-content form input:-ms-input-placeholder {
  color: #999999;
}
.jumbotron-small .form-content form input::-webkit-input-placeholder {
  color: #999999;
}
.jumbotron-small .form-content form .domain {
  color: black;
}
.pricing-content > h4 {
  margin: 50px 0;
  text-align: center;
}
.pricing-content .pricing-box {
  background-color: #edf2f6;
  min-height: 200px;
  padding: 20px 0;
}
.pricing-content .pricing-box .title {
  color: #304a63;
}
.pricing-content .pricing-box .price {
  font-size: 25px;
  font-weight: bold;
}
.pricing-content .pricing-box .price-yearly {
  font-size: 10px;
  margin-top: -7px;
}
.pricing-content .pricing-box .price-yearly-placeholder {
  height: 10px;
}
.pricing-content .pricing-box hr {
  border-color: #cfdce5;
}
.pricing-content .pricing-box .pricing-button {
  width: 80%;
}
.pricing-content .pricing-box .protect-text {
  background-color: #aab4be;
  color: #fff;
  line-height: 14px;
  padding: 3px;
  height: 35px;
  text-align: center;
}
.pricing-content .pricing-box .reminder {
  color: #8b9baa;
  font-size: 12px;
  margin-top: 10px;
}
.field-contactform-verifycode .help-block {
  float: left;
  margin-left: 5px;
}
textarea {
  height: 134px;
  max-height: 134px;
}
.btn-primary {
  background-color: #2c9fdf !important;
  border-color: #16648f !important;
  color: white !important;
}
.btn-primary:hover {
  background-color: #16648f !important;
}
.btn-default:hover {
  background-color: #16648f !important;
  color: white !important;
}
h4 > a {
  color: black;
}
