a:hover {text-decoration:none;}
.navbar {min-height:44px;}
.banner {
	position:relative;
	height:240px;
	background:url(../images/banner.jpg) no-repeat scroll top center;
	box-shadow:0 0 5px rgba(0,0,0,0.8);
}

	.tit {font-size:30px; padding-top:60px; color:#fff; text-shadow:1px 1px 2px #ccc;}
	.sub-tit {font-size:20px; color:#fff; text-shadow:1px 1px 2px #ccc;}
	.txt_hide{ text-indent:-999em; overflow:hidden;}

.content {}
.content img {}
.content .span4 {margin-top:20px;}
.content section {padding-top:30px;}
.content section p {text-indent:2em; margin-bottom:10px;}
.content section h4 {margin:20px 0;}
.content section a {text-indent:0;} 
	.thumbnail {min-height:365px;}
	.thumbnail img {width:100%;}

/* docs sidenav */
.docs-sidebar {margin-top:35px;}

.docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.docs-sidenav .active .icon-chevron-right,
.docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../images/glyphicons-halflings-white.png);
  opacity: 1;
}
.docs-sidenav.affix {
  top: 40px;
}
.docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


@media (max-width: 767px) {
	body {padding:0;}
	.navbar {padding:0 20px;}
	.tit {font-size:20px; padding:60px 10px 0;}
	.sub-tit {font-size:16px; line-height:22px; padding:0 10px;}
	
	.docs-sidenav {position:static; width:auto; margin:20px 10px 0;}
	.content section {padding:0 10px;}
	.content section p {text-indent:0;}
}

@media (min-width: 768px) {
	.docs-sidenav {width:166px;; margin-top:20px;}
}
	
@media (max-width: 979px) {
	.navbar-fixed-top {position:fixed;}
}

@media (min-width: 1200px) {
  .docs-sidenav {width:258px;}
  .docs-sidenav > li > a {width: 230px \9;}
}

/* footer */
.footer {background-color:#f5f5f5; border-top:1px solid #e5e5e5; margin-top:50px;}
.footer p {text-align:center; margin:20px 0;}