.header {
    background-color:#04AA6D !important;
    padding:5px 0px;
}
.header img{
    width:100%;
}
.v_bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f1f1f1;
  height: 100%;
  overflow: hidden;
}

.v_bar li a {
  display: block;
  color: #000;
  padding: 5px 8px;
  text-decoration: none;
  border-bottom: 1px solid #fff !important;
}

.v_bar li a.active {
  background-color: #04AA6D;
  color: white;
}

.v_bar li a:hover:not(.active) {
  background-color: #555;
  color: white;
}
.well {
    background-color:#04AA6D !important;
    border: 1px solid #04AA6D !important;
}
.well a{
    color:#ffffff !important;
}
.m5px{
	margin-top:5px;
}
/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }
  table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #04AA6D;
  color: white;
}
/*-------Social ICons------------*/
.profile ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.profile ul li{
  border-bottom:1px solid #f2f2f2;
  padding:3px;
}
.profile ul li:nth-child(odd){
  background-color:#f2f2f2;
  border-radius:2px;
}
.profile ul li:nth-child(even){
  background-color:#ffffff;
}
.profile ul li a{
  text-decoration:none;
  color:#000;
}
.ga_div{
	float:left;
	width:33.33%;
	padding:6px;
}
.gallery
{
	border:1px solid #eee;
}
.gallery img
{
	width:100%;
	height:auto;
}
@media only screen and (max-width:600px){
.ga_div{
	width:100%;
}
}

