.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;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 0;    /*  60px;  */
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel h2 {
    text-align: center;
	color: #fff;
}

#fade-quote-carousel .img-responsive {
	width: 300px;
	height: 150px;
	margin: 0 auto;
	border-radius: 20px;
/*  #fade-quote-carousel .profile-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 150px;  */
}
/*
.column	{
	padding-left: 0;
}    */

/* Book catalogue box definitions */
.res_box {
	background:#fff; 
	border:2px solid #666; 
	border-radius:20px; 
	padding:20px;
	-webkit-box-shadow: 3px 3px 5px 6px #999;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    3px 3px 5px 6px #999;  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 5px 6px #999;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}