/***********************************************************************************************
 * VANUATU DIRECT STYLES
 * Author: Qarau
 * AUGUST 2014
 10.09.14
 * ------------------------------------------------------------------------------------------- */
 
 /***************GENERIC STYLES**************/
  a:focus, .btn:focus{outline:none;}
  body {/*background:transparent url("../img/pw_pattern.png") repeat fixed top left;*/
background: #417423; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #6aa440 0%, #417423 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6aa440), color-stop(100%,#417423)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #6aa440 0%,#417423 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #6aa440 0%,#417423 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #6aa440 0%,#417423 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #6aa440 0%,#417423 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aa440', endColorstr='#417423',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  }

h1, .script {
  font-family: 'Courgette', cursive;
  color: #fff;
  line-height: 1.3;
}
#benefits h1{
  margin-top: 0;
}
h2, .script{
  color: inherit;
  line-height: 1.4;
} 
section {}
#home .container {
  position: relative;;
}
/*****HEADER*****/
#header{
   
} 
#vd-logo{
  position: absolute;
  left: 0;
  z-index: 1200;
}
 
 
/*****MAIN NAV****/
.navbar {
    padding: 0;
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}
.navbar-inverse .navbar-brand {
    color: #2f5424;
    font-weight: 18px;
    text-transform: uppercase;
    font-family: "Optima", Arial, sans;
    letter-spacing: 2px;
}
.navbar-inverse{
  background-color: #bfdda9;
  border: none;
  border-bottom:  1px solid #2f5424;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 0;

}

.navbar-wrapper{
margin-top: 0px;
}


/*.nav {
    background:  #bfdda9;
    border-bottom: 20px double #6aa440;
    border-top: 30px solid #6aa440;
    font-size: 22px;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0px 0px 10px;

}*/

.navbar-inverse .navbar-nav > li > a:visited  {
  border-bottom: 4px solid transparent;
  color: #2f5424;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
    /*background-color: #00828C;*/
  color: #fff;
  border-bottom: 4px solid #2f5424;    
}

  
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:visited  {
    background-color: #2f5424 !important; /*#ccffff*/
    border-bottom: 4px solid #2f5424;
    color: #FFF;
    
}

.navbar-inverse .navbar-nav > li > a {
  color: #2f5424;
  background-color: transparent;
  border-bottom: 4px solid  transparent;
  font-size: 16px;   
  letter-spacing: 1px;
  margin: 0 20px -1px;
  text-transform: uppercase;
}

/****DROPDOWN****/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #2f5424;
    color: #FFF !important;
}
.dropdown-menu > li > a {
    color: #2f5424;
   padding: 10px 20px;
 }

.dropdown-menu {
    background-color: #bfdda9;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2f5424;
    color: #FFF;
    outline: 0 none;
    text-decoration: none;
}

/***BUTTONS***/
.btn-group {
  margin: 20px 0px 0px 0px;
}
.btn-success {
  background-color: #2f5424;
  border: 1px solid #2F7728;
  border-bottom: 3px solid #203D1C;
}
.btn-success:hover {
  background-color: #203D1C;
  border-color: #2f5424 ;
}

/*************SECTIONS*************/
#home-intro{
  padding: 80px 0px 30px;
  z-index: 100;
  min-height: 300px;
  display: block;
}
#home-intro h1{  
  margin-top: 10px; 
}
#home-intro img{  
  margin-left: -20px; 
  position: absolute;
}
#benefits{
  padding: 30px 0px 60px;
  margin-top: 0px;
  min-height: 300px;
  display: block;
  background-color: #f1fbef;
}

#benefits h2{
  margin-top: 0px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  
}
#benefits ul li{
  list-style: none;
  font-size: 16px; 
  letter-spacing: 1px;
  padding: 0 0 7px;
  color: #333;   
}

#about {
  background: #fff;
  /*background:transparent url("../img/pw_pattern.png") repeat scroll top left;*/
  margin-top: 0px;
  min-height: 600px;
  padding: 60px 0 60px;
  display: block;
}
#about .page-header {
background-color: #bfdda9;
margin: 0px 0 30px;
}
#about h2.copy {
  font-size: 26px;
  margin-top: 0;
}


#products {
  background:transparent url("../img/restaurant_icons.png") repeat fixed top center; /* url("../img/kumala-bg_mini.jpg") no-repeat fixed top center*/
  min-height: 600px;
  padding: 60px 0 40px;
  display: block;

}
#products .product-shot {
  margin: 30px 0 0;
}
#products .page-header {
    margin: 0px 0 10px;    
}

.jumbotron  {
  background-color: #fff;
  margin-top: 20px;
  padding: 25px 60px 30px;
  border-radius: 0px;
  border:5px dashed #fafaee;
}

.thumbnail {
    background-color: #fff;
    border-radius: 0px;
    border: 5px dashed #fafaee;
    min-height: 560px;
    padding: 30px;
    margin-bottom: 10px;

}
.thumbnail > img, .thumbnail a > img {
    border: 3px solid #fafaee;
}
#products p, #faqs p, #about p {
  font-size: 16px; 
  line-height: 1.6;

}

.page-header {
    background-color: #bfdda9;
    border-bottom: none;
    margin: 0px 0 30px;
    padding-bottom: 0px;
    
}
.page-header h2 {
  color: #417423; 
  font-size: 38px;
  margin: 5px 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}


/***FAQS SECTION***/
#faqs {
  background-color:#f1fbef; 
  min-height: 600px;
  color: ;
  padding: 60px 0 30px;
  display: block;
}

/***CONTACT US SECTION***/
#contact-us {
 background:transparent url("../img/kumala-bg_mini.jpg") no-repeat fixed top center; 
 background-size: cover;

 /*
 url("../img/restaurant_icons.png") repeat fixed top center;
 background:transparent url("../img/contact-bg.jpg") no-repeat fixed top center; */
  
  min-height: 600px;
  display: block;
  padding:60px 0 30px; 
 
}
.panel-default {
    border-color: #ddd;
    padding: 0;
}
#contact-us .panel-heading {
    margin-bottom:20px;
    background-color: #f1fbef;
}

.panel-heading h2 {
    margin:0;
}

.panel-body{
  padding: 10px 30px 40px;
}
.list-group {
    margin-bottom: 40px;
    padding-left: 0;
}
.list-group-item {
    border: 1px solid #ddd;
}
 /****STICKY FOOTER****/
/* Sticky footer styles
-------------------------------------------------- */



/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -115px;
  /* Pad bottom by footer height */
  padding: 0 0 115px;
}

/* Set the fixed height of the footer here */
#footer {
  min-height: 115px;
  background-color:  #bfdda9;
  margin-bottom: -20px;
}

#footer .navbar-inverse {border:none;}
#footer .navbar-text {color: #111;}
#footer img {margin: -15px 5px 10px 0px;}



/*******MEDIA SCREEN STYLES******/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
  #home-intro img{  
    margin-left: auto; 
    position: relative;
  }
  #benefits{

  }

  #benefits h2{

    
  }

}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
  

} 

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#header .navbar-nav > li > a {
  
	} 
}