/*!
 * 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(http://www.pts.org.tw/tech_trends/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;
	letter-spacing: 1px;
	font-weight: 700;
}*/

/*hr {
	max-width: 400px;
	border-color: rgba(204,204,204,1);
}*/

.hr_460 {
	max-width: 460px;
	border-color: rgba(204,204,204,1);

}

.hr_600 {
	max-width: 600px;
	border-color: rgba(204,204,204,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;
	font-size: 16px;
	line-height: 24px;
}

.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(204,204,204,1);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 100%;
}

.box {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	background: rgba(255,255,255,0.7);
	box-shadow: 0px 0px 6px rgba(35%,24%,21%,0.5);
	,4px 4px 6px rgba(255%,255%,255%,0.5),8px 8px 12px rgba(255%,255%,255%,0.5);

	/*background-image: url(../images/bg_opacity_db.png);
	background-repeat: repeat;
	background-position: center top;*/
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomright: 16px;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	/*border-radius: 16px;*/
}

.box_stroke {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	border: 1px solid rgba(255,255,255,1);
}

.intro-text {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #487745;
	/*box-shadow: 0px 0px 6px rgba(47%,51%,54%,0.6);
	,1px 1px 6px rgba(20%,20%,40%,0.6),2px 2px 6px rgba(20%,20%,40%,0.6)*/
	text-shadow: rgba(255, 2255, 255, 0.701961) 0px 0px 6px;
	,1px 1px 6px rgba(35%,24%,21%,0.6),2px 2px 6px rgba(35%,24%,21%,0.6)
;
}

.intro-text_2 {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 1px;
	color: #231f20;

	text-shadow: rgba(255, 255, 255, 1) 0px 0px 6px;

}


/* 表格版面: 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;
    }

    .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.7);*/
    /*}

    .nav>li>a {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
	display: table;
	float: none;
	margin: 0 auto;
	table-layout: fixed;
	font-size: 1em;
    }*/
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
