@charset "utf-8";
/* CSS Document */

h2 {
	margin-top: 100px;
	color: white;
	  background-color: #333;
  /*border: 1px solid #e3e3e3; */;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

h3 {
	font-weight: bold;
}


.secret-signup{
	margin: 30px 15% 0px;
	border-style: solid;
	border-width: thin;
	border-color: white;
}

.secret-signup a{
	color: white;
}

.secret-signup a:hover{
	text-decoration: none !important;
}

.secret-signup p{
	font-family: 'Old Standard TT', serif;
	text-align: center;
	padding-top: 10px;
	color: white;
	letter-spacing: 2px;
}

.jumbotron {
  background-color: rgba(238, 238, 238, .8);
}

.navbar {
	background-color: #333;
}

.dropdown-toggle {
	color: white! important;
}

.navbar-right a{
	color: white! important;
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.boxspace {
	border-top: 15px;
}

.thumbnail {
	height: 500px;
}

.thumbnail img {
	width: auto;
}

.thumbnail h3 {
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.navbar span {
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.bxslider img {
	margin:0 auto;
	display:block;
	}
	
/*-----------footer-------------*/

footer {
	clear:both;
	text-align:center;
	padding-top:80px;
	padding-bottom:20px;
	margin-bottom: -100px;
	background:#333;
	color:#eee;
	font-size:92.3%;
	position:relative;
	}


footer ul {
	text-align:center;
	margin:0px auto 0px ;
	font-size:92.3%;
	padding-left: 0px;
	}

footer li {
	display: inline-block;/*中央配置*/
	
	margin:0px;
	height: 10px;
	padding: 0px 6px
}

.inline li {
	display: inline;
}


footer .copy {
	font-size:84.6%;
	}

footer a {
	color:#eee;	
	}

.footerimg {
	position: relative;
	margin-top: -15%;
	z-index: -1;
}

footer a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}


#return {
	float:right;
	margin:0px 10px 0px 0px;
	}
	
#return a {
	text-decoration:none;
	}

/*-----------responsive-------------*/

@media (min-width: 420px) {
	.secret-signup{
		display: none;
	}
}

@media (max-width: 400px) {
  .nav-tabs > li > a {
    padding: 5px 5px;
  }
}

@media all and (max-width:479px){
footer {
	margin-top:0px;
	}
}

	
@media all and (max-width:800px){
	#image-bloc {
		z-index: -100;
	}
	
	.bx-controls-direction a {
    opacity: 0;
	}

    .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
	}
	
	.thumbnail {
	height: auto;
	}
}

