.std-title {
  color: #685e74; }

.fontColor-title {
  color: #7b8a97; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.invisible {
  display: none; }

ul.list-unstyled li {
  list-style-type: none; }

ul.list-inline li {
  float: left;
  list-style-type: none; }

@media screen and (min-width: 992px) {
  .hidden-md {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media screen and (min-width: 320px) and (max-width: 991px) {
  .hidden-smxs {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
nav {
  height: 59px;
  background: url(../img/navbg.png) repeat-x; }
  nav li {
    display: table-cell;
    width: 1%;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
  nav li.active, nav li:hover {
    background: url(../img/navbg_hover.png) repeat-x; }
  nav li:nth-child(5) {
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
  nav a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px; }
