.menu_menu2, .menu_menu2 > li > a{
	color: #fafafa;
}
.menu_menu2, .menu_menu2 > li > a:hover, .menu_menu2 > li > a:active{
	color: #070707;
}
.blue-band a{
	text-decoration: none;
}
li.blue-band{
	list-style-type: square;
}

table.blue-box,table.blue-box  p{
	color: #fff;
	line-height:0.9em;
	background-color: #077cbc;
}

table.center {
    width:90%; 
    margin-left:5%; 
    margin-right:5%;
  }

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #008FC8;
  border-right: 2px solid #008FC8;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}



blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}


/* Testimonial quotes */
blockquote.testimonials{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 5px solid #008FC8;
  border-right: 1px solid #008FC8;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote.testimonials::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote.testimonials::after{
  /*Reset to make sure*/
  content: "";
}
.title{
  font-weight: bold;
}
.quote{
  color:#333;
  font-style: italic;
}
.quoter{
  font-weight: bold;
  color:#888;}
.ref{
  font-weight: normal;
  color:#888;
}

/* END Testimonial quotes */

blockquote.testimonials a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote.testimonials a:hover{
 color: #666;
}

blockquote.testimonials em{
  font-style: italic;
}



div.feature {
    position: relative;
	background-color: #077cbc;
	color:#fff;
	height:140px;
	width:90%;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom:10px;
	margin-top:10px;
}

div.feature p{
	line-height: 0.9em;
}
 
div.feature a {
    position: absolute;
    width: 90%;
    height: 120px;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #077cbc; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 28px;
    margin-bottom: 10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
.footer{
    background-color: #86847B;
    border-top: 3px solid #c1c1c1;
}
.footer-1 .navbar {
    min-height: 0px;
}
.footer-1 {
    background: #86847B;
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-2 {
    background: #fafafa;
    background-color: #86847B;
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-3 {
    border-top: 0px solid #c1c1c1;
}
.footer-3 p, .footer-3 p a {
    color: #fff;
    margin: 10px auto;
}
.thumbnail {

    border: 0px solid #ddd;
}
.footer-3 .sm-cr-circle1 {
    background: #86847B none repeat scroll 0% 0%;
}
.footer-3 .sm-cr-circle2 {
    border: 1px solid #86847B ;
}
.contact-form legend {
    font-size: 1em;
}
label {
    font-weight: 400;
}
.category-desc{
  	padding-left: 0px;  
}

/* make sidebar nav vertical */ 
  .sidebar-menu .nav {
    padding: 0;
    max-height: none;
    width: 100%;
    font-size: 15px;
  }
  .sidebar-menu .nav ul {
    float: none;
    display: block;
  }
  .sidebar-menu .nav li {
    float: none;
    display: block;
  }
  .sidebar-menu .nav li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }