/* GLOBAL STYLES
-------------------------------------------------- */

.icon_title{
	padding-left:13pt;
	line-height: 1.1;
}

.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  
}

h1,.h1 {
  font-size: 34px;
}

h2,.h2 {
  font-size: 28px;
}

h3,.h3 {
  font-size: 15px;
}

.round {
	border-radius: 17%;			
	width: 110px;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {  
  background-image: none;  
}

.carousel-control.right {  
  background-image: none; 
}

.carousel-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-indicators {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;  
  font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* 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;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel .item {
	  height: 500px;
	  line-height:1.5;
	  background-color: #777;
}

/* Declare heights because of positioning of img element */

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;  
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  /*color: #000000;*/
}


.featurette-divider {
	margin: 40px 0;
}

.featurette-heading-smaller {  		
  		line-height: 1;
  		letter-spacing: -1px;  		
  		font-size: 40px;
  		font-weight: bolder;
	}
	
@media (max-width:979px)
{	
	.carousel {
  		height: 450px;
	}
	.carousel .item {
	  height: 500px;
	  line-height:1.5;
	  background-color: #777;
	}
}

@media (max-width:750px)
{
	.carousel {
  		height: 300px;
	}
	.carousel .item {
	  height: 350px;
	  line-height:1.5;
	  background-color: #777;
	}
}

.app_title{
	padding-left:10px;
	vertical-align: top;
}

.app_title_smaller{
	padding-left:10px;
	vertical-align: top;
}

.app_desc{
	padding-left:10px;
	padding-top:5px;
	line-height: 1.1;
	letter-spacing: 0px;  		
	color: #999999;
	font-size: 20pt;
	
}

.app_desc_smaller{
	padding-left:10px;
	line-height: 1.1;
	letter-spacing: 0px;
	font-size: 20pt;	
}

@media (max-width:550px)
{
	.round {
		border-radius: 17%;			
		width: 70px;
	}
	
	.lead {
  		margin-bottom: 10px;
  		font-size: 16px;
  		line-height: 1.5;
  		border-top: 1px solid #cccccc;
  		padding-top: 10px;
  		padding-left: 5px;
  		padding-right: 5px;
  		padding-bottom: 0px;
	}
	
	.app_title{
		font-size:22pt;
		padding-left:10px;
		vertical-align: top;
	}
	
	.app_desc{
		padding-left:10px;
		line-height: 1.1;
		letter-spacing: 0px;  		
		color: #999999;
		font-size: 13pt;
	}
	
	.app_title_smaller{
		font-size:15pt;
		padding-left:10px;
		vertical-align: top;		
	}
	
	.app_desc_smaller{
		padding-left:10px;
		line-height: 1.1;
		letter-spacing: 0px;
		color:#999999;
		font-size: 13pt;
	}
	
	.featurette-heading {  		
  		line-height: 1;
  		letter-spacing: 0px;  		
  		color: black;
  		font-size: 22pt;  		
	}
	
	.lead {
	  /*color:black;*/
	  margin-bottom: 20px;
	  font-size: 15px;
	  font-weight: 220;
	  line-height: 1.5;	  
	}
	
	.featurette-heading-smaller {  		
  		line-height: 1;
  		letter-spacing: -1px;
  		color: black;
  		font-size: 18px;
  		font-weight: bolder;
	}
	
	.featurette-divider {
  		margin: 20px 0;
  		height:10px;
  		background-color: #000000;
	}

	.round_top{
		width:140px;
		height:51px;
	}

	.carousel {
  		height: 250px;
	}
	.carousel .item 
	{
	  height: 300px;
	  line-height:1.5;
	  background-color: #777;
	}
}





/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 35px;
    font-weight:bold;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 00px;
  }
}