html {
  position: relative;
  min-height: 100%;
  min-width: 1200px;
}

body {
  background: #fff;
  margin-bottom: 340px;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

.col-collapse {padding-left: 0 !important; padding-right: 0 !important;}
.col-collapse-left {padding-left: 0 !important;}
.col-collapse-right {padding-right: 0 !important;}

#site-logo {width: 100%; height: auto; margin-top: 18px;}
#header-search-form {margin-top: 35px; margin-bottom: 30px;}
#top-right-nav {margin-top: 33px;}

#main-menu {background: #ff9900;}
#main-menu .nav.nav-justified > li > a {color: #333;}
#main-menu .nav.nav-justified > li.active, .nav.nav-justified > li>a:hover, .nav.nav-justified > li>a:focus {background: #fc0;}
#main-menu .nav.nav-justified.nohover > li > a:hover {background: transparent;}

#all-category {
  background: #333;
}
#all-category .nav.nav-justified > li > a {
  color: #fff;
  background: transparent;
}
#left-category {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}
#left-category .list-group {
  position: relative;
  margin-bottom: 0;
  background: #fff;
}
#left-category .list-group-item:first-child {
  border-radius: 0;
}
#left-category .list-group-item:last-child {
  border-radius: 0;
}
#left-category .list-group-menu {
  position: static;
}
#left-category .list-group-menu:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
#left-category .list-group.secondary {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: -1px;
  width: 100%;
  z-index: 100;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
#left-category .list-group-menu:hover .list-group.secondary {
  display: block;
}
#left-category .list-group.secondary .list-group-item {
  border: none;
}
#left-category .list-group.secondary .list-group-item.view-more {
  border-top: 1px solid #eee;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 280px;
  background: #000;
}
#footer .container{
  margin-top: 80px;
}
#footer p {
  color: #999;
}
#footer p.header {
  color: #fc0;
}
#footer p a {
  color: #999;
}
#footer p a:hover {
  color: #ddd;
  text-decoration: none;
}
#footer-logo {
  width: auto;
  height: 50px;
  margin-bottom: 10px;
}
#app-social-container {
  min-height: 110px;
  border-left: 1px solid #999;
}
#app-container {
  margin-top: 20px;
  margin-bottom: 11px;
}
#android-app {
  display: inline-block;
  width: 102px;
  height: 34px;
  margin-right: 10px;
  background-image: url('/images/bootstrap_v3/system/android-app.png');
}
#ios-app {
  display: inline-block;
  width: 102px;
  height: 34px;
  background-image: url('/images/bootstrap_v3/system/ios-app.png');
}
#social-container {
  height: 25px;
}
#wechat {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 10px;
  background-image: url('/images/bootstrap_v3/system/wechat.png');
}
#weibo {
  display: inline-block;
  width: 31px;
  height: 25px;
  margin-right: 10px;
  background-image: url('/images/bootstrap_v3/system/weibo.png');
}
#facebook {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url('/images/bootstrap_v3/system/facebook.png');
}
#footer-wechat-qrcode {
  width: 100%;
  height: auto;
}

a.view-more {color: #337ab7; text-decoration: none;}
a.view-more:hover, .view-more:focus {color: #23527c; text-decoration: none;}

.tspace2 { margin-top: 2px; }
.tspace5 { margin-top: 5px; }
.tspace10 { margin-top: 10px; }
.tspace20 { margin-top: 20px; }
.tspace30 { margin-top: 30px; }
.bspace2 { margin-bottom: 2px; }
.bspace5 { margin-bottom: 5px; }
.bspace10 { margin-bottom: 10px; }
.bspace20 { margin-bottom: 20px; }
.bspace30 { margin-bottom: 30px; }
.bspace50 { margin-bottom: 50px; }
.vspace2 { margin-top: 2px; margin-bottom: 2px; }
.vspace5 { margin-top: 5px; margin-bottom: 5px; }
.vspace10 { margin-top: 10px; margin-bottom: 10px; }
.vspace20 { margin-top: 20px; margin-bottom: 20px; }
.vspace30 { margin-top: 30px; margin-bottom: 30px; }
