@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	font-family: 'Roboto', sans-serif;
 	font-size: 16px;
 	color: #000;
 	line-height: 1.6em;
}
img {max-width: 100%;}
h2 {

  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
h3 {
  color: #6f9a37;
}
h4 {font-weight: bold;}
img.logo  {
  
  height: 40px;
}
.navbar-brand {
  padding: 5px 0 0 0;
}
.hr {
  margin: 40px 0;
  width: 100%;
  height: 3px;
  background: #ededed;
}
.col-lg-9 img {max-width: 100%; box-shadow: 5px 5px 5px #efefef;border: 1px solid #f5f5f5;margin-bottom: 20px;}
.wrap-all {
 background: #fff none repeat scroll 0 0;
 margin: 0 auto;
 max-width: 1170px;
}
#masthead {
 margin-bottom: 30px;
 min-height: 150px;
 border-bottom: 1px solid #e7e7e7;
}
.navbar-default {
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
 background: #fff none repeat scroll 0 0;
 border-color: -moz-use-text-color;
 border-image: none;
 border-radius: 0;
 border-style: none none solid;
 border-width: 0 0 1px;
 margin: 0;
}
.navbar-default .navbar-nav > li > a {
 color: #000;
}
#masthead h1 {
 line-height: 1;
 margin: 30px 0;
 padding: 0;
}
#masthead  {
 text-align: center;
}
#leftCol {
}
#leftCol .nav > li > a {
 display: block;
 padding: 1px 15px;
 position: relative;
}
.col-md-9 img.feature {
 border: medium none;
 float: right;
 margin: 0 0 0 20px;
 max-width: 300px;
}
.col-md-9 img {
 background: #fff none repeat scroll 0 0;
 border: 1px solid #000;
 margin: 0 0 10px;
 max-width: 100%;
 padding: 10px;
}
#sidebar li a {
 color: #000;
}
#sidebar li.active a {
 color: #1a1a1a;
}
.collapse .navbar-nav {
 float: right;
 margin: 0;
}
.add-cart {
 background-color: #1a1a1a;
 border-bottom: 2px solid #1a1a1a;
 border-radius: 50px;
 color: #fff;
 float: right;
 font-size: 12px;
 font-weight: bold;
 margin: 7px 0 0;
 padding: 8px 26px;
}
.add-cart:hover {
 background-color: #6f9a37;
 transition-duration: 0.2s;
 color: #fff;
 text-decoration: none;
}
.navbar-collapse.collapse {
 float: left;
}
@media screen and (min-width: 768px) {
 #masthead h1 {
  font-size: 50px;
 }
}
@media screen and (max-width: 480px) {
 #masthead  {
  margin: 70px 0 0 0;
 }
 .navbar-default {
  padding-bottom: 20px;
 }
}
.navbar-bright {
 background-color:#111155;
 color:#fff;
}
.affix-top,
.affix {
 position: static;
}
@media (min-width: 979px) {
 #sidebar.affix-top {
  position: static;
  margin-top:30px;
  width:228px;
 }
 #sidebar.affix {
  position: fixed;
  top:55px;
  width:228px;
 }
}
#sidebar li.active {
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
 border-color: #1a1a1a;
 border-image: none;
 border-style: solid;
 border-width: 0 0 0 5px;
}
/**go to top**/
.back-to-top {
 background: #fff none repeat scroll 0 0;
 bottom: 0;
 cursor: pointer;
 display: none;
 font-size: 12px;
 height: 55px;
 line-height: 20px;
 padding: 10px 0;
 position: fixed;
 right: 20px;
 text-align: center;
 text-transform: uppercase;
 width: 53px;
 z-index: 99;
}
.back-to-top em {
 display: block;
 font-size: 18px;
 font-style: normal;
 font-weight: 700;
 line-height: 20px;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}