body { 
/* 	padding-top: 100px;
	padding-bottom: 70px; */
	/* overflow-y:hidden; */
}

html, body {
	/* height:100%; */
}

.navbar-brand {
  /* padding: 16px 10px 16px; */
  font-size: 22px;
}

.navbar .nav > li > a {
  /* padding: 14px 5px 14px; */
  font-size: 18px;	  
  padding: 10px;
}	

.swiper-nav {
	/* height: 120px; */
	height: 420px;
	/* position: absolute; */
/* 	left: 0;
	bottom: 0; */
	/* width: 100%; */
	background: #ddd;
	/* box-shadow: 0px 1px 3px rgba(0,0,0,0.5) inset; */
}
.swiper-nav .swiper-slide {
/* 	width: 160px;
	height: 120px;
 */	
	width: 300px;
	height: 350px;	
	
	/* text-align: center; */
	/* position: relative; */
}
.swiper-nav .swiper-slide, .swiper-nav .angle {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.swiper-nav .angle {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: -1px;
	opacity: 0;
}
.swiper-nav .active-nav {
	background: #bbb;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.8) inset;
}
.swiper-nav .active-nav .angle {
	opacity: 1;
}
.swiper-nav .swiper-wrapper {
	margin: 0 auto;
}
.swiper-nav img {
	/* margin-top: 10px; */
	width: 140px;
	height: 80px;
	/* border-radius: 5px; */
	/* box-shadow: 0px 1px 2px #000; */
}
.swiper-nav .title {
	margin: 0 5px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.card {
	  width: 280px;
	  /* margin: 3em auto 1em auto; */
/*
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  -ms-border-radius: 8px;
	  -o-border-radius: 8px;
	  border-radius: 8px;
		padding-bottom: 1.5em;
	  background-color: #dde1e2;
*/
	  
	  background-color: #fff;
	  -webkit-box-shadow: #bdc3c7 0 5px 5px;
	  -moz-box-shadow: #bdc3c7 0 5px 5px;
	  box-shadow: #bdc3c7 0 5px 5px; 
/*
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
*/
}

.swiper-scrollbar {
	height:20px;
	margin:20px auto;
	<!-- width: 880px; -->
}

.btn{
  margin-top: 2px;
}

a { 
	color:#000; 
	background:transparent; 
	text-decoration:none; 
	/* white-space: nowrap; */
} 
a:hover { 
	color:#00f; 
	background:transparent; 
	text-decoration:underline; 
	/* white-space: nowrap; */
} 

.speedbtn {
	padding: 5px;
	margin: 5px;
}