/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {

}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	min-height: 165px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
.navbar-wrapper.page_general {
	min-height: 165px;

}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
	padding-right: 0;
	padding-left: 0;

}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
	padding-right:0 \9;
	padding-left:0 \9;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 300px;
	margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
.carousel-caption h1{
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 300px;
	background-color: #777;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 300px;
}
.product_imagemultiple{
	margin-bottom:30px;
	min-height:330px;
}
.product_general_header #myCarousel {

}
.product_general_header .carousel-indicators {
	width: 100%;
	margin-left: 0;
	top: auto;
	bottom: -95px !important;
	left: auto;
	right: auto;
	bottom: auto;
}
.product_general_header .carousel{
	width:390px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;

}
.product_general_header .carousel .item {
	background: #fff;
}
.product_general_header .carousel-inner > .item > img {
	height: auto;
}
.product_general_header .carousel-indicators li {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 0;
	margin:0;
}
.product_general_header .carousel-indicators li.active {
	border: 1px solid #666;
}
.product_general_header .carousel-control.left {
	background-image: none;
	opacity:.2;
}
.product_general_header .carousel-control.left:hover {
	opacity:1;
}
.product_general_header .carousel-control.right {
	background-image: none;
	opacity:.2;
}
.product_general_header .carousel-control.right:hover {
	opacity:1;
}
/* Featurettes
------------------------- */

.featurette-divider {
	margin: 30px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}








/* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width:480px) {
.navbar-wrapper {
	min-height: 75px;
}





}
@media (max-width: 767px) {

}

 /* iPad ä»¥ä¸‹ */
@media (max-width: 768px) {
.product_imagemultiple{
	margin-bottom:30px;
}
.product_general_header .carousel {
	width:290px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
}
.product_general_header .carousel-indicators {
	top:230px;
}
.product_general_header .carousel-control{
	top:-45px;
}
}
 @media (min-width: 768px) {
/* Navbar positioning foo */
.navbar-wrapper {
	padding-top: 20px;
	background: url(../../images/navbar_bg.png) repeat-x top;
}
.navbar-wrapper .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	border-radius: 4px;
}
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}
.featurette-heading {
	font-size: 50px;
}
.product_general_header .carousel {

	margin-right:auto;
}

}

@media (max-width: 970px) {

}
 @media (min-width: 992px) {
.featurette-heading {
	margin-top: 120px;
}


}
