.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0px;
}

.navbar-inverse .navbar-nav>.active>a {
  color: #fff;
  background-color: #0096d7;
  }
  
.navbar-toggle {
  background-color: #0096d7;
  border: 0px;
  }
  
body {
  background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
	color: #fff;

}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #0096d7;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #fff;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color:  #0096d7;
	
}

.navbar-default .navbar-nav > li > a {
	color:  #fff;
	background-color: #0096d7;
}

.navbar-default .navbar-nav > li > a:hover {
	color:  #0096d7;
	background-color: #fff;
}

.navbar-default a {
	color:  #0096d7;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}


/* HeaderWrap */
#headerwrap {
	/* background: url(../img/bg01.jpg) no-repeat center top; */
	background-color: #fdb813;
	margin-top: -20px;
	padding-top:100px;
	padding-bottom:100px;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}

#headerwrap h3 {
  color: #fff;
}

#headerwrap li > a {
  color: #fff;
}

.well {
  background-color: #f2f2f2;
}

.well-requests {
  background-color: #e0e0e0;
}

.digits {
    color: rgb(153, 153, 153);
    font-size: 250px;
    font-weight: bold;
    text-align: center;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    font-size: 24px;
}

.badge-warning {
  background-color: #fdb813 ;
  vertical-align: top;
}

.panel-group .panel .panel-body {
background-color: #f2f2f2;
margin: 0;
}

.panel-group .panel .panel-heading {
  padding: 25px 15px;
  background-color: #0096d7;
  color: #fff;
  border: 1px solid #f2f2f2;
}

/* Blue Wrap small */
#dg-small {
	background: #3498db;
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: center;
}

#dg-small h4 {
	color: white;
	font-weight: 700;
}

#dg-small p {
	color: white;
}


/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
	background: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}




/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}
.carousel-indicators {
bottom: 0px;
}

/* Personal configs */

.navbar {
  min-height: 90px;
}

.html {
  background-color: #fff;
}

.user-info [role="button"], .login {
  background: #fdb813;
  color: #fff;
}