
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
   background-image:url('../images/Chrysanthemum.jpg');
}

.jumbotron h1,
.jumbotron .h1 {
  color: #fff;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
  color: #fff;
}


body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/*
body {
  font-family: "Times New Roman",Times, serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
*/
/*
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
*/
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top:20px;
}


.slide1{
	background-image:url('../images/layout/system_event.jpg');

	height:400px;
	background-repeat:no-repeat;
	background-position:center;
}
.slide2{
	background-image:url('../images/layout/system_tenant.jpg');

	height:400px;
	background-repeat:no-repeat;
	background-position:center;
}
.slide3{
	background-image:url('../images/layout/system_office.jpg');

	height:400px;
	background-repeat:no-repeat;
	background-position:center;
}



.carousel .item{
	height:400px;
	background-color:#333;
}

.carousel-inner > .item > img{
	position:absolute;
	top:0;
	left:0;
	min-width:100%;
	height:400px;
}

.carousel-caption h1 {
	font-size:80px;
}

.carousel-caption p {
	font-size:20px;
}

.logo-responsive {
    display: inline-block;
    max-width:;
    height: auto;
	margin-top:-30px;
}

@media (min-width: 768px) {
    border-radius: 0 0 0 0;
  }
  
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-radius: 0 0 0 0;
  }
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0 0 0 0;
  }
}

.nav-tabs-justified > li > a {
    border-radius: 0 0 0 0;
}
  

.more-spaced-list > li {
	margin-bottom:10px;
}

img {
 display:block;
 height: auto;
 max-width: 100%;
 }






















