*{
	padding: 0;
	margin: 0;
}

body, html{
	width: 100%;
	height: 100%;
}

body{
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 微軟正黑體 !important;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../img/startrails.jpg);
}

a:hover{
	text-decoration: none;
	cursor: pointer;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/~res9202/img/preloader/loader-128x/Preloader_2.gif) center no-repeat #fff;
}

.row{
	margin-right: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 0;
}

.bg-picture{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.full_page{
	position: relative;
	text-align: center;
}

.text_area{
	position: relative;
	top: 70px;
	width: 100%;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.85);
	color: black;
	font-size: 250%;
	font-weight: bold;
	border-radius: 16px;
}

.navbar-brand{
	font-size: 20px;
	font-weight: bold;
}

.navbar-nav{
	font-size: 16px;
}

.subtitle{
	width: 90%;
	margin: 0px auto;
	padding: 65px 0px 24px 0px;
	font-weight: bold;
}

.content{
	text-align: left;
	text-indent: 32px;
	font-size: 16px;
	font-weight: normal;
}

.traffic_title{
	padding: 10px 0 0 0;
	font-size: 20px;
	text-align: left;
}

.schedule_date{
	padding: 20px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}

.schedule_content{
	padding: 8px 0 0 0;
	font-size: 16px;
	font-weight: normal;
}

.schedule_date_passed{
	padding: 20px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: line-through;
}

.schedule_content_passed{
	padding: 8px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
}

.qa_title{
	padding: 12px 0 0 20px;
	font-size: 24px;
	text-align: left;
}

.wrap{
	margin:8px 0 8px 25px;
}
.wrap .q{
	text-align: left;
	font-size: 16px;
	font-weight:bold;
}
.wrap .q:hover{
	text-decoration:underline;
	cursor:pointer;
}
.wrap .a{
	margin:8px 0 0 45px;
	text-align: left;
	text-indent: -36px;
	font-size: 16px;
	font-weight: normal;
}

.alert{
	padding: 4px 0 0 0;
	font-weight: bold;
	color: red;
}

.signup_content{
	padding: 2px 0 6px 20px;
	text-align: left;
	text-indent: 32px;
	font-size: 16px;
	font-weight: normal;
}

.traffic_content{
	padding: 12px 0 10px 20px;
	text-align: left;
	text-indent: 32px;
	font-size: 16px;
	font-weight: normal;
}

.traffic_bus{
	padding: 0 0 0 20px;
	text-align: left;
	text-indent: 32px;
	font-size: 16px;
	font-weight: normal;
}

#nav{
	position: fixed;
	width:100%;
    top: 0px;
    left: 0px;
    height: 45px;
   	background:rgba(255,255,255,0.9);
    position: fixed;
    text-align: center;
    vertical-align: middle;
    color: black;
    z-index: 100;
}

#gotop {
    display: none;
    position: fixed;
    background-image: url(../img/arrow.png);
    right: 20px;
    bottom: 20px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    border: 4px solid #eb4d27;
    opacity: 0.7;
    cursor: pointer;
    z-index: 100;
}

#camp{
	background-image: url(../img/2015camp.jpg);
	text-align: center;
}

#profile{
	position: relative;
	top: 70px;
    height: 16vw;
    width: 16vw;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    border: 3.5px solid rgba(255,255,255,0.9);
}

#title{
	top: 20%;
	position: relative;
	margin: 0px auto;
	color: white;
	width: 85%;
	font-size: 300%;
	font-weight: bold;
	background-color: rgba(255,255,255,0.3);
	border-style: dotted none dotted;
	border-color: white;
	border-width: 1px;
}
