/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
.dropdown-menu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .dropdown-menu {display: block;}

body {
	font-family: "微軟正黑體", Helvetica, Arial,sans-serif;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "微軟正黑體", Helvetica, Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	text-indent: 1em;
	text-align: left;
}

hr {
	max-width: 400px;
	border-color: rgba(255,255,255,1);
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
	border-color: rgba(255,255,255,1);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 100%;
}

.box {
	margin-bottom: 20px;
	/*background: rgba(255,255,255,0.8);*/
	border-radius: 10px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	background-image: url(../images/bg_opacity_w.png);
	background-repeat: repeat;
	background-position: center top;
}

.intro-text {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: rgba(255,255,255,1) solid 1px;
}

.img {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
}

.img-left {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.img-right {
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.img-left2 {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
}

.img-right2 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
}

/* Footer Styles */

footer {
    /*background: rgba(255,255,255,0.8);*/
	background-image: url(../images/bg_opacity_w.png);
	background-repeat: repeat;
	background-position: center top;
	color: #333;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	text-align: center;
}

footer p {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	text-align: center;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.footer_text_right {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footer_text_left {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* 桌面版面: 969px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media screen and (min-width:968px) {
.footer_text_right {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	text-align: right;
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 0px;
}

.footer_text_left {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	text-align: left;
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 7px;
}
}

/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width:481px) {

}

@media screen and (min-width:768px) {
    .brand {
	display: inherit;
	margin: 0;
	padding: 30px 0 10px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-family: "微軟正黑體", Helvetica, Arial,sans-serif;
	font-size: 5em;
	font-weight: 700;
	line-height: normal;
	color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }
	
    .img {
	margin-right: auto;
	margin-bottom: 17px;
	margin-left: auto;
    }
	
    .img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
    }
	
	.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
    }
	
    .img-left2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
    }
	
    .img-right2 {
	float: right;
	margin-left: 7px;
	margin-bottom: 0px;
    }

    .address-bar {
	display: inherit;
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        /*background: #fff;
        background: rgba(255,255,255,0.8);*/
    }

    .nav>li>a {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
	display: table;
	float: none;
	margin: 0 auto;
	table-layout: fixed;
	font-size: 1.35em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
