body {
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  font-family: Compasse-ExtraLight;
  font-weight: normal;
  font-style: normal; 
}
a, h1 a:hover, h2 a:hover, h3 a:hover {
    color: #333333;
}
.brands p {
  margin-top: 0;
}
.lb-h1 {
    text-align: right;
    border-bottom: 5px solid #bcbdc0;
    font-size: 0.7em;
    color: #4B4b4b;
    font-weight: bold;
    margin-bottom: 0;
}
hr {
    border-top: 2px solid #bcbdc0;
}
header#header {
    background: #ffffff;
    min-height: 100px;
}
#mheader {
    margin-top: 20px;
}
#top {
    margin-top: -75px;
}
.navbar-nav > li > a {
    font-size: 18px;
    font-weight: bold;
}
.nav.top-menu > li > a {
    padding: 75px 0 10px 0;
    margin: 0 15px;
}
.nav.top-menu > li > a:hover, .nav.top-menu > li > a:active {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #EBB700;
}
.top-menu .active a {
  color: #000000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #EBB700;
}
.nav.side-menu > li > a:hover, .nav.side-menu > li > a:active {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-left: 5px solid #EBB700;
}
.side-menu .active a {
  color: #000000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-left: 5px solid #EBB700;
  font-weight: bold;
}
.side-menu a {
  border-left: 5px solid #999999;
}
.side-menu .nav-child a {
  border-left: none;
  padding: 15px 0;
}
.module ul.nav.side-menu ul > li a {
    font-size: 1.5em;
}
.side-menu .nav-child li:before{ 
  content:"_"; position:relative; left:-5px; top:-6px;
}
.module ul.nav.side-menu > li.active > a {
    background-color: transparent;
}
.module ul.nav.side-menu > li {
    line-height: 16px;
    margin-top: 20px;
}
.nav.side-menu  > li > a {
    padding: 0 15px;
}
.module ul.nav ul.nav-child {
    margin-left: 20px;
}
.module ul.nav.side-menu > li {
    border-bottom: 2px solid #eeeeee;
    width: 68%;
    padding-bottom: 10px;
}
.module ul.nav > li.active.deeper.parent, .module ul.nav > li.active.deeper.parent:hover, .module ul.nav > li.active.deeper.parent:focus {
    padding-left: 0;
}
.bot-menu {
      font-size: 0.75em;
}
.bot-menu .nav > li > a {
    padding: 5px 0 1px 0;
    margin: 0 10px;
}
.bot-menu a:hover, .bot-menu a:active {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #EBB700;
}
.bot-menu .active a {
  color: #000000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #EBB700;
}
.bot-menu .caret {
  display:none;
}
.nav-pills > li > a {
    border-radius: 0;
}
.carousel-inner {
    margin-bottom: 40px;
}
.carousel-indicators {
    bottom: -60px;
}
.carousel-indicators li {
    margin: 3px;
    border: 1px solid #939598;
    background-color: #939598;
}
.carousel-indicators .active {
    margin: 3px;
    width: 10px;
    height: 10px;
    border: 1px solid #fcb814;
    background-color: #fcb814;
}
.lead {
  border-bottom: 2px solid #bcbdc0;
  padding: 5px 0 20px 0;
}
.fa-chevron-circle-right {
  color: #EBB700;
  font-size: 1.4em;
}
.lbsmall {
  font-size: 0.85em;
}
#copytext {
    font-size: 0.7em;
}
#footer, #footer .container {
    background-color: #ffffff;
    padding: 0;
}



#bottom2 h1, #bottom2 h2, #bottom2 h3, #bottom2 h4, #bottom2 h5, #bottom2 h6 {
  color: #000000;
}
#bottom2 p {
  font-size: 18px;
  color: #065A00;
}
#bottom2 a {
  color: #2400B5;
}
#bottom2 a:hover {
  color: #065A00;
}
#bottom2 {
  background: #ffffff;
}
.header-img {
  position: relative;
}
.header-cont {
  position: absolute;
  top: 10%;
  left: 10%;
}
.header-cont .form-control {
  background-color: rgba(255, 255, 255, 0.76);
}
.well {
    background-color: #E4FFE1;
    color: #065A00;
}
.well a {
  color: #2400B5;
}
.btn-success {
    background-color: #ebb700;
    border-color: #c59a03;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #d6a704;
    border-color: #b99001;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}