/*
Theme Name: 精智wordpress主题518
Theme URI: http://www.jianzhanpress.com
Author: 精智WP主题
Author URI: http://www.jianzhanpress.com
Description: 精智wordpress主题免费版，更多精美主题尽在www.jianzhanpress.com
Version: 1.0
Tags: 响应式主题, 灰色, 蓝色
*/
@import url("css/bootstrap.min.css");
@import url("css/font-awesome.css");
@import url("css/carousel.css");
@import url("theme.css");
@import url("cover.css");

.dropup,
.dropdown,
.menu-item-has-children {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.sub-menu.pull-right {
  right: 0;
  left: auto;
}
.sub-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.sub-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.sub-menu > .active > a,
.sub-menu > .active > a:hover,
.sub-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.sub-menu > .disabled > a,
.sub-menu > .disabled > a:hover,
.sub-menu > .disabled > a:focus {
  color: #777;
}
.sub-menu > .disabled > a:hover,
.sub-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.mastfoot,.mastfoot a {
	color:#333;
}