@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina');
#welcome-jumbo {
  margin-bottom: 0 !important;
  background: url('../img/header.png') no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 400px;
  min-height: 60vh;
}
#welcome-jumbo .container {
  padding-top: 40px;
  text-align: center;
}
#welcome-jumbo .container .row {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
#welcome-jumbo .container .row h1 {
  font-weight: bold;
  text-shadow: 3px 0 #000;
  font-size: 50px;
  color: #fff;
  font-family: 'Baloo Bhaina', cursive;
}
#welcome-jumbo .container .row input {
  height: 50px;
  font-size: 30px;
  border: 0;
}
#welcome-jumbo .container .row input[type="text"] {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#welcome-jumbo .container .row input[type="submit"] {
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 799px) {
  #welcome-jumbo .container {
    padding-top: 30px;
  }
  #welcome-jumbo .container input {
    border-radius: 0 !important;
  }
}
#webchoices {
  background-color: #14558e;
  /*#dfe6ff; */
  padding-top: 30px;
  padding-bottom: 30px;
}
#whyus {
  color: #dfe6ff;
  background-color: #337ab7;
}
#whyus h2 {
  font-family: 'Baloo Bhaina', cursive;
  font-weight: bold;
}
#whyus .row.featured > div {
  color: #337ab7;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: justify;
  padding-bottom: 15px;
}
nav.navbar ul.nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  color: #272727;
}
nav.navbar ul.nav.bold > li > a {
  font-weight: bold;
}
/* Fix spacing */
nav.navbar-default + * {
  margin-top: 50px;
}
.panel.panel-promo {
  position: relative;
}
.panel.panel-promo .panel-heading {
  text-align: center;
  padding-bottom: 0;
}
.panel.panel-promo .panel-heading .panel-title {
  font-size: 24px;
}
.panel.panel-promo .panel-body {
  text-align: center;
  font-size: 16px;
}
.panel.panel-promo .panel-body > a {
  font-size: 18px;
  font-weight: bold;
}
.panel .panel-heading.panel-icon {
  padding-top: 0;
}
.panel .panel-heading.panel-icon + div {
  padding-top: 0;
}
.panel .panel-heading.panel-icon .fa {
  font-size: 40px;
  color: #f7213c;
}
/* Accordion chevron indicator */
.panel-heading-chevron > a:after {
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
  margin-top: -25px;
  /* Bugfix d4f */
}
.panel-heading-chevron > a.collapsed:after {
  content: "\e080";
}
/*
==> Loading button
Use with: <button class="btn btn-lg btn-warning"><span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span> Loading...</button>
*/
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
div#cart {
  min-width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 40px;
  /* Hide progress indicator */
  /*Fix broken spacing */
  /* Hide "add hosting" button */
  /* Alternate row color for domain details */
}
div#cart #progress {
  display: none;
}
div#cart #gatewayform {
  margin-top: 60px;
}
div#cart tr#setnservers + tr {
  display: none;
}
div#cart .domain-row td {
  font-size: 16px;
  text-align: left;
  padding-bottom: 30px;
}
.wbox {
  margin-bottom: 30px;
  border: 1px solid;
}
.wbox .wbox_header {
  font-size: 20px;
  font-family: 'Baloo Bhaina', cursive !important;
}
.wbox .wbox_header > strong {
  position: relative;
  top: -12px;
  background: #fff;
  background-clip: content-box;
  padding-left: 10px;
}
.wbox .wbox_content {
  padding: 15px;
  padding-bottom: 30px;
}
.wbox .wbox_content table th {
  font-weight: bold;
  background-color: #fff;
  font-size: 18px;
}
.wbox .wbox_content table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.wbox .wbox_content input[name="gateway"] {
  margin-left: 30px;
}
.wbox .wbox_content input[name="gateway"]:first-child {
  margin-left: 0;
}
ul.feature-list {
  display: block;
}
ul.feature-list li {
  display: inline-block;
  width: 33%;
  border: 2px solid;
  border-color: #d0d0d0;
  border-radius: 15px;
}
#cart {
  /* Fix overflow on mobile */
  /* Fix tab button */
  /*Fix registration */
  /*Recolor buttons */
}
#cart .box-product .box-head {
  height: 82px;
}
#cart .step-gateway {
  float: left !important;
}
#cart #wtcsr .left,
#cart #wtcsr .right {
  float: left !important;
}
#cart .products {
  float: left;
}
#cart .products-view {
  float: left;
  max-width: 100%;
}
#cart .btn.right {
  float: right;
  max-width: 70vw;
  font-size: 20px;
  line-height: 2;
}
#cart .product-prices {
  white-space: nowrap;
  float: left;
}
#cart .left,
#cart #left,
#cart .right,
#cart #right,
#cart .white-box {
  max-width: 98vw !important;
}
#cart #left,
#cart #right {
  float: left;
}
#cart .tabbme {
  min-width: 300px;
  font-size: 16px;
}
#cart .tabbme > span {
  white-space: nowrap !important;
}
#cart #updater label {
  width: 100%;
}
#cart #updater input,
#cart #updater select {
  height: 35px;
  margin-bottom: 15px;
}
#cart ul.wbox_menu {
  list-style: none;
}
#cart input[name="submit"] {
  background-color: #44a433;
}
#cart input[name="clear"] {
  background-color: #b81515;
}
@media screen and (max-device-width: 799px) {
  #nocsr {
    padding: 10px;
  }
  #nocsr tr > td:first-child {
    display: none;
  }
  #cn {
    margin-bottom: 30px;
  }
}
@media screen and (max-device-width: 425px) {
  #progress-indicator span.header {
    display: none !important;
  }
  #wtcsr {
    padding: 5px;
  }
}
.pagination {
  display: none;
}
/* Basic settings */
html,
body {
  height: 100%;
  font-size: 16px;
}
nav.navbar-default + * {
  min-height: 80vh;
}
.nopadding {
  margin: 0;
  padding: 0;
}
.float-right {
  float: right;
}
.bold {
  font-weight: bold;
}
.red {
  color: #f7213c !important;
}
.green {
  color: #10de10 !important;
}
.blue {
  color: #337ab7 !important;
}
.orange {
  color: #dc930b !important;
}
a.link-unstyled {
  color: inherit;
}
a.link-unstyled:hover {
  color: inherit;
}
/* Equal-height row */
@media screen and (min-width: 800px) {
  .tablewrapper {
    display: table;
    height: 100%;
  }
  .tablewrapper > div.row {
    display: table-row;
  }
  .tablewrapper > div.row > div {
    display: table-cell;
    height: 100%;
    float: none;
  }
}
/*Quickfix bd2 */
form[name="domainpicker"] {
  display: block !important;
}
section#notice {
  margin-bottom: 30px;
}
