.row	{margin-bottom: 30px; }

h1	{font-family: Verdana, sans-serif; font-weight:bold; color: #087183; }        /*  color:#007DB3;}   */

/*  h2, h3, h4 	{font-family: Verdana, sans-serif; font-weight:bold; color:#087183; }  /*  #00B2FF;} */  */

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

ul	{
	padding-left: 12px;
}

ul li	{
	margin-bottom: 5px;
}
/*
ul li	{
	margin-left: -27px;
}
*/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.img-center	{
	margin: 0 auto;
}

/* Home Page Carousel */

.carousel {margin-top:-30px;}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 1000%;
      margin: auto;
  }
  
  .carousel-caption .h2	{
	  text-shadow: 4px 2px 5px rgba(0,0,0,1);
  }
  
  .btn-success	{
	  background-color: #1268f6;
	  border-color: #1268f6;
  }
  
  /* Header top line menu */  
  #menu a, #menu a:link, #menu a:visited	{
	  text-decoration:none;
	  color: #666;
	  font-weight:bold;
	  margin-left:30px;
  }
  
  #menu a:hover	{
	  color: #007DB3;
  }
  
  /* Home Page menu strip */
  #menustrip	{
	  padding: 0;
	  margin:0;
	  height: auto;
	  line-height: 40px;
  }
  
  #menustrip a	{
	  color: #fff;
	  font-size: 110%;
  }
  
 /* Home Page case studies carousel -->
	 
/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 30px;
/*    padding-bottom: 30px;  */
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/* Site header strip and navbar  */
#topbar	{
width:100%; 
height:auto; 
/* float:left; */
font-family:Georgia, serif;  /* TrebuchetMS, sans-serif;   /* Arial,sans-serif; */
font-size: 100%;    /* 2.0em; */
font-weight: normal;
text-align: left;
margin-top: 0;
padding-top:20px;
padding-bottom:20px;
margin-bottom:20px;
border-bottom: 6px solid #e7792b; 
background: transparent;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(3,3,3)),
    color-stop(0.55, rgb(51,51,51))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(3,3,3) 10%,
    rgb(51,51,51) 55%
);
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
}
