/* body background setting */
body {
  background-color: #fbfbfb;
}

#container-logo {
  margin-top: 30px;
  margin-bottom: 10px;
  /*
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%,#f6f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f6f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f6f5f5 100%);
  background: linear-gradient(top, #ffffff 0%,#f6f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f5f5',GradientType=0 );
  */
}

#nav-top {
  background-color: #dfdfdf;
}

#nav-top ul {
  margin: 0px;
}

#nav-top .list-inline > li {
  padding: 5px 10px;
}

#nav-top a {
  color: #888888;
}

#nav-top a:hover {
  color: #6699cc;
  text-decoration: none;
}

#nav-main {
  border-radius: 0;
  background-color: #005092;
  border-top: 2px solid #336699;
  border-bottom: 2px solid #336699;
}

#nav-main li {
  margin-left: -1px;
  border-left: 1px solid #336699;
  border-right: 1px solid #336699;
}

#nav-main a {
  color: #ff9900;
  font-weight: bold;
}

#nav-main a:hover {
  color: #003366;
  background-color: #f4f4f4;
}

.img-carousel {
  width: 100%;
}

#container-content {
  margin-top: 30px;
}

#container-content ul {
  padding-left: 0;
}

#container-content ul li {
  list-style: none;
  padding: 5px 0;
}

#container-content-left {
  border-right: 5px solid #fbfbfb;
}

#container-content-left .panel {
  border-bottom: 2px dashed #cfcfcf;
}

#container-owl {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Enable Hover for Bootstrap Nav Dropdowns */
.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-custom {
  margin-bottom: 0;
}

.container-white-background {
  background-color: white;
}

footer h6{
  margin: 0;
  padding: 10px 0;
  color: #ffffff;
  background-color: #000000;
}