/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default, .btn-primary{
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fb4400;
  border: 1px solid #fb4400;
  border-radius: 0 !important;
}

.btn-default:hover, .btn-primary:hover,
.btn-default:focus, .btn-primary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fb6400;
  border: 1px solid #fb6400;
}


/*
 * Base structure
 */

body {
  font-family: 'PT Sans';
  font-size: 13px;
  line-height: 24px;

}


/* Padding for spacing */
.inner {
  padding: 30px;
}

.container .row {margin: 40px 0;}
.jumbotron {margin-bottom: 0;}


/*
 * Header
 */
.navbar-brand {
  height: 74px;
  padding: 10px 10px;
}

.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-inverse {
    background-color: #0964be;
    border-color: #0964be;
}

.nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar-inverse .navbar-nav>li>a {
font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
	color: #fff;
	text-transform:uppercase;
}
.nav >li >a >i {
    margin-right: 10px;
}

.navbar-inverse .navbar-toggle {
    border-color: #0964be;
}

/*Colored Content Boxes
------------------------------------*/

.btn-white {
    color: #333;
    text-shadow: none;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 0 !important;
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #333;
  border: 1px solid #333;
}

.icon-circle {
    border-width: 0px;
    background-color: #faa205;
    height: 120px;
    width: 120px;
    line-height: 120px !important;
    border-radius: 50%;
    color: #ffffff;
    font-size: 60px;
}

.icon-circle.webhosting {background-color: #faa205;}
.icon-circle.domini {background-color: #10ae3f;}
.icon-circle.cloud {background-color: #009cea;}
.icon-circle.server {background-color: #a903b3;}

.input-lg {border-radius:0;}
.whois .col-sm-5, .whois .col-sm-1, .whois .col-sm-2 {padding-left:0; padding-right: 0;}
select.form-control {border-left-color: #fff;}

.section-whois {background-image: url("https://www.shellrent.com/wp-content/uploads/bg_pre.jpg");background-position: center bottom;}

.jumbotron h1.text-white, .jumbotron p {color: #fff;}