/* 
	Digivol Bootstrap CSS Theme
	Author: Peter Chen
	Version: 0.0.1
*/
/* Import Base */
/* Colors */
/* Colors */
/* Import Layouts */
.navbar {
  background-color: white;
  border-top: 3px;
  border-style: solid;
  border-bottom: none; }

.navbar-nav > li > a {
  padding: 25px 15px; }

/* Navbar Search */
#custom-search-input {
  padding: 1px;
  border: solid 1px #E4E4E4;
  border-radius: 6px;
  background-color: #fff;
  width: 220px;
  float: right;
  margin-left: 20px;
  margin-top: 15px; }
  #custom-search-input input[placeholder] {
    font-size: 15px; }

#custom-search-input input {
  border: 0;
  box-shadow: none;
  height: 35px; }

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc; }

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc; }

#custom-search-input .glyphicon-search {
  font-size: 16px; }

body.digivol .navbar {
  border-color: #d5502a; }
body.digivol .btn-primary {
  background-color: #d5502a; }

/* Import Modules */
.btn {
  border: transparent;
  border-radius: 30px; }

.btn-lg {
  padding: 10px 40px; }

.btn-hollow {
  border: 1px solid #fff;
  color: white; }

.a-feature {
  margin-bottom: 0;
  background: url(../img/feature-digivol.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 15% 0 15% 0; }
  .a-feature.home {
    color: white; }
  .a-feature h1 {
    font-size: 55px; }

.thumbnail {
  padding: 0; }

section {
  padding: 100px 0; }
  section.dark {
    background-color: #1b1b1b;
    color: #fff; }

section#expedition-feature {
  background-color: #1b1b1b;
  padding: 40px 0; }

/* test */

/*# sourceMappingURL=main.css.map */
