.navbar {
	margin-bottom: 0px;
}
#team {
	top: 30px;
	margin-bottom: 90px;
}
.carousel-inner {
	height: 825px;
}
.carousel-inner >.item,
.person-list {
	height: 524px;
}
.carousel-control {
	width: 50px;
}
.carousel-control.left {
	left: -52px;
	background-image: none;
}
.carousel-control.right {
	right: -52px;
	background-image: none;
}
.img-warp {
	float: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-bottom: 1px;
	margin-right: 1px;
}
.img-warp .name {
	display: none;
}
.name.show {
	position: absolute;
	bottom: -10px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	/*opacity: 0.5;*/
	width: 101%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.item > div:nth-child(7n) {
	margin-right: 0px;
}

.carousel-indicators {
	bottom: auto;
	top: -30px;
	width: 970px;
	background-color: #ccc;
	left: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

.carousel-indicators .line {
	/*width: 33.333333333333336%;*/
	float: left;
	border: none;
	height: 1px;
	margin: 0;
}
.carousel-indicators .active {
	background-color: #c31116;
}

.carousel-inner {

	/*
	background-color: #f5f5f5;
	*/
	width: auto;
}

#everybody-say {
	max-height: 120px;
	height: 120px!important;
	overflow: hidden;
}

#everybody-say > h3 {
	min-height: 40px;
	margin-top: 30px;
	font-size: 30px;
	color: #272727;
	/*
	text-shadow: 1px 0px 0px #040000;
	*/
}
#everybody-say > p {
	margin-bottom: 24px;
	height: 15px;
	color: #272727;
	font-size: 16px;
	/*
	text-shadow: 1px 0px 0px #040000;
	*/
}

.person-ctrl {
	display: inline-block;
	background-image: url('../images/team-1.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 26px;
	width: 26px;
	position: absolute;
	z-index: 1;
	top: -42px;
	right: 0;
	cursor: pointer;
}
.person-ctrl.list-close {
	background-position: 0 -34px;	
}

.person-list {
	top: 0;
	right: 0px;
	width: 180px;
	left: auto;
	opacity: 0.95;
	border: none;
	border-radius: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	background-color: #FFF;
	z-index: 2;
	list-style: none;
	padding-left: 0;
	display: none;
}
.person-list li {
	padding: 5px 15px;
	cursor: pointer;
}
.person-list li:hover {
	background-color: #ccc;
	opacity: 0.5;
}
.person-list.list-show {
	display: block;
}



.person-list::-webkit-scrollbar {  
    width: 1px;  
}  
   
.person-list::-webkit-scrollbar-track {
}  
   
.person-list::-webkit-scrollbar-thumb {    
    background: rgb(0,0,0);   
}  
  
.person-list::-webkit-scrollbar-thumb:window-inactive {  
    background: rgba(0,0,0,0.1);   
}  
  
.person-list::-webkit-scrollbar-thumb:vertical:hover{  
    background-color: rgba(0,0,0,0.3);  
}  
.person-list::-webkit-scrollbar-thumb:vertical:active{  
    background-color: rgba(0,0,0,0.7);  
}

#detail {
	padding: 0;
	display: none;
}
.detail-warp {
	width: 333px;
	height: 500px;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}
.detail-warp img {
	position: absolute;
	top: 0px;
	z-index: 0;
}
.content {
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,0) 0%, rgba(14,14,14,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,0)), color-stop(90%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,0) 0%,rgba(14,14,14,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,0) 0%,rgba(14,14,14,1) 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,0) 0%,rgba(14,14,14,1) 90%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,0) 0%,rgba(14,14,14,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

	height:200px;
	color: #fff;
	position: absolute;
	margin-top: 203px;
	padding: 100px 15px 0 15px;
}
.content p {
	height: 130px;
	overflow-x: hidden;
	overflow-y: auto;
}

.content p::-webkit-scrollbar {  
    width: 1px;  
}   
.content p::-webkit-scrollbar-track {}  
.content p::-webkit-scrollbar-thumb {    
    background: rgb(216, 216, 216);  
}  
.content p::-webkit-scrollbar-thumb:window-inactive {  
    background: rgba(0,0,0,0.1);   
}  
.content p::-webkit-scrollbar-thumb:vertical:hover{  
    background-color: rgba(0,0,0,0.3);  
}  
.content p::-webkit-scrollbar-thumb:vertical:active{  
    background-color: rgba(0,0,0,0.7);  
}
.detail_close {
	position: relative;
	height: 34px;
	width: 100px;
	/*left: 84%;*/
	left: 270px;
	top: 0px;
	z-index: 3;
	background-position: 74px 5px;
}


@media (max-width: 770px) {
	.detail-warp{ position:relative;}
	.fluid.container {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.detail_close{
		left:auto;
		right:0;
		width:100%;
		background-position: 95% 5px;
	}
	.carousel-inner {
		/*debug phone css*/
		margin-left:0;
		width:auto;
		margin-bottom: 0;
		height:auto;
	}
	#team{ /*debug phone css*/ top:0; margin-bottom:0;}
	
	.carousel-inner .item {
		min-height: 80px;
		display: block;
		float: left;
	}
	.carousel-inner .item .border {
		max-height: 100%;
		width: 100%;
		overflow: hidden;
		margin: 1px;
	}
	
	.carousel-control {
		display: none;
	}
	/*.img-responsive {*/
		/*max-width: 100%;*/
		/*width: 100%;*/
	/*}*/
	
	.img-warp {
		/*debug phone css*/
		width: 33%;
	}

	.img-warp img {
		width: 100%;
		height: 100%!important;
	}
	
	.img-warp .name {
		display: block;
		position: absolute;
		bottom: 0px;
		margin: 0;
		color: #fff;
		z-index: 1;
		padding-left: 10px;
		height: 30px;
		width: 100%;
		line-height: 30px;
	}
	.img-warp .name:before {
		content: ' ';
		display: block;
		background: #000;
		height: 30px;
		width: 100%;
		position: absolute;
		top: 0px;
		opacity: 0.5;
		z-index: -2;
		left: 1px;
	}
	#everybody-say,
	.person,
	.carousel-indicators {
		display: none;
	}
	.carousel-inner >.item, 
	.person-list {
		height: auto;
		width: 100%;
	}
}

.navbar-default {

	width: 100%;
	/*background-color: transparent;*/
	/*border-color: transparent;*/
	/*border-bottom: 1px solid #bebebe;*/
	padding-left: 0;
}

/*.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
	color: #272727;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #272727;
}*/

@media (min-width: 1200px) {
	.container {
		width:98%;
		max-width:1024px;
	}
}
@media (max-width: 1024px) {
	.carousel-indicators {
		width:95%;
	}
}