@charset "utf-8";
body {
	font-size: 16px;
	/*font-family: "微軟正黑體", "Microsoft JhengHei", 'Lato',sans-serif;*/
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	/*font-family: 'Lato',sans-serif;*/
}

.intro {
	min-height:700px;
}

#preloader {
	border: none;
}

#load {
    background: #ffffff url(../img/spinner.gif) center center no-repeat;
    height: 40px;
    width: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
	position: absolute;
    top: 50%;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	/*animation: shadowSpin 1s ease-in-out infinite;*/
	animation:none none;
}

#loaderInner {
    border: none;
}

.form-control {
	font-size: 16px;
	border-radius: 0px;
}

.service-box {
	height: 250px;
	padding: 15px;
	text-align: left;
}

.service-box > i {
	float: left;
	margin-right: 15px;
	vertical-align: middle;
	padding-top: 5px
}

.service-box .title {
	font-size: 18px;
	margin-bottom: 20px;
}

.item .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.item .subtitle {
	font-size: 14px;
	margin-bottom: 5px;
}


hr {
	border-top-color:#ccc;
}

footer {
	background: #fff;
	color: #8c8c8c;
}

footer p span {
	display: inline-block;
}

/* =========================== */

.navbar-brand h1 {
	font-size:24px;
}

.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-nav > li > a, .navbar-custom ul.nav li a {
	font-size: 14px;
	font-weight: 400;
}

.navbar {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* == Hamburg Menu ================== */

.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #888;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}


/* =========================== */

.slogan span {
	display: inline-block;
}

.slogan p {
	font-size: 20px;
    padding: 10px 0px 0px 0px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 10px;
}

.intro {
	background-image: url(../img/bg-intro.jpg);
	background-size: cover;
    height: auto;
}

.intro .slogan h2 {
	font-size: 46px;
	text-shadow: -1px -1px 1px #ccc, 1px 1px 1px #000;
}

@media(max-width:767px) {
    .intro .slogan h2 {
	    font-size: 32px;
	    line-height: 1.2em;
    }
}

.boxed-white {
	background: #fff;
	padding: 20px;
}

.item {
	padding: 15px;
	font-size: 18px;
	margin-bottom: 30px;
    height: 100%;
}

.item h1 {
	font-size:24px;
	margin-bottom: 20px;
}

.item ul {
	list-style-type: square;
}

.item li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.item p {
	font-size: 18px;
}


/*.item th {
	font-weight: normal;
	text-align: center;
}

.item th, .item td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px;
	vertical-align: middle;
}*/

.home-section {
	padding-top: 80px;
	padding-bottom: 50px;
}

.home-section h3 {
	font-size: 18px;
	/* font-weight: normal; */
}

.album {
	margin-bottom: 50px;
	/*min-height: 400px;*/
}

.album .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.album .subtitle {
	font-size: 14px;
	margin-bottom: 5px;
}

/*@media(min-width:768px) {
	.imgWrapper {
		min-height: 400px;
	}
	#poster .imgWrapper {
		min-height: 0px;
	}
}*/


#poster .details {
	margin-top: 20px;
}

#poster .details p {
	margin-bottom: 2px;
}

@media(min-width:768px) {
	#poster .details {
		margin-top: 20px;
	}

}

.table {
	border-bottom: 1px solid #ddd;
}

.mceContentBody {
	font-size: 16px;
}

#admin h1 {
	font-size:24px;
}
