@import url("reset.css");

/* ========= STYLES Overseas  ========= */

body {
    overflow-x: hidden;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
}

.text-muted {
	color: #777;
	text-align: center;
}

.text-muted.left {
	text-align: left;
}

.text-muted.right {
	text-align: right;
}

.text-muted.dplay {
	display: inline-block;
	margin: 5px;
}

.text-primary {
    color: #fed136;
}

.text-red {
    color: #e8503f;
}

p {
    font-size: 16px;
    line-height: 28px;
	padding-top: 10px;
}

p.large, .large {
    font-size: 16px;
	font-weight: normal;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
}

.img-centered {
    margin: 0 auto;
}

span.glyphicon {
    padding-right: 3px;
	top: 3px;
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #fed136;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: rgba(232,232,232,.92);
}

.navbar-default .navbar-brand {
	margin: 0px 0px 0px;
	padding: 0px;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
	margin-top: 34px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    color: #1c1c1f;
	background-color: rgba(238,238,238,.35);
	border-radius: 3px;
	margin-left: 4px;
	padding: 15px;
}

.navbar-default .nav li a:hover {
    outline: 0;
    color: #e8503f;
}
.navbar-default .nav li a:focus {
    outline: 0;
    color: #282828;
	background-color: rgba(238,238,238,.35);
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #282828;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #282828;
    background-color: #fec503;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
		border-bottom: #f2f2f2 solid 0px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
		margin: -20px 0px 0px;
        font-size: 15px;
		width: 118px;
		height: 120px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 20px 0px 5px;
        background-color: rgba(238,238,238,.92);
		border-bottom: 1px solid #f2f2f2;
    }

    .navbar-default.navbar-shrink .navbar-brand {
		margin: -15px 0px 0px;
        font-size: 24px;
		width: 94px;
		height: 96px;
    }
}
@media (min-width: 319px) and (max-width: 767px) {
    .navbar-default {
		border-bottom: 1px solid #f2f2f2;
    }
    .navbar-default .navbar-brand {
		margin: 2px 0px 2px 10px;
		width: 94px;
		height: 96px;
    }
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(img/team/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-size: 32px;
	font-weight: bold;
    line-height: 40px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-size: 75px;
    font-weight: bold;
    line-height: 75px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.85);
}

@media(min-width:768px) {
	header .intro-text .intro-lead-in {
        margin-bottom: 100px;
    }
    header .intro-text .intro-heading {
        margin-bottom: 25px;
    }
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
}
@media (min-width: 319px) and (max-width: 767px) {
	header .intro-text .intro-lead-in {
        margin-bottom: 160px;
        font-size: 28px;
		line-height: 32px;
    }
    header .intro-text .intro-heading {
		margin-top: 80px;
        margin-bottom: 25px;
        font-size: 50px;
		line-height: 20px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
	line-height: 35px;
}

section h3.section-subheading {
    margin-bottom: 35px;
    text-transform: none;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-size: 18px;
    font-weight: normal;
	line-height: 42px;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}
@media (min-width: 319px) and (max-width: 767px) {
    section {
        padding: 168px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}


.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
}

.team-member .line_g {
	margin: 0 auto;
    border: 7px solid #f2f2f2;
	width: 225px;
	border-radius: 225px;
}

.team-member .line_w {
	margin: 0 auto;
    border: 7px solid #ffffff;
	width: 225px;
	border-radius: 225px;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

section#advantage {
    background-color: #eeeeee;
    background-image: url(img/team/advantage-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
	text-align: center;
}

section#advantage .section-heading {
    color: #fff;
}

section#advantage .text-muted {
    color: #fed136;
}

section#advantage .team-member p {
    color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
}

section#services {
    background-color: #eeeeee;
    background-image: url(img/team/services-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
	text-align: center;
}

section#contact {
    background-color: #fed136;
    background-image: url(img/team/map-image.png);
    background-position: top center;
    background-repeat: no-repeat;
	text-align: center;
}

section#contact .section-heading {
    color: #fff;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-weight: bold;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-weight: bold;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-weight: bold;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-weight: bold;
    color: #bbb;
}

section#contact .text-muted.site {
	margin: 200px 0 0 268px;
}

section#contact a.tw_school {
    margin: 0 auto;
	display: inline;
}

section#contact a.tw_school_sm {
    margin: 0 auto;
	display: none;
}

section#contact .contact {
    margin: 42px auto 20px auto;
	padding: 0px;
}

section#contact .contact img {
    margin: 5px auto  0px;
}

section#contact .contact .dropdown {
    margin: 0px 0px;
	padding: 0px;
}

section#contact .contact .dropdown h3 span.box {
    margin: 0px auto;
	padding: 3px 3px 0px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #b8b8b8;
	display: block;
}

section#contact .contact .dropdown h3 {
    margin: 10px 10px 0px;
	padding: 10px 10px 5px;
	text-align: center;
	color: #e8503f;
	font-size: 23px;
	line-height: 25px;
	font-weight: normal;
	font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
	letter-spacing: -1px;
	display: block;
	background-color: rgba(255,255,255,.95);
	border-radius: 3px;
}
section#contact .contact .dropdown h3:hover,
section#contact .contact .dropdown h3:focus,
section#contact .contact .dropdown h3:active,
section#contact .contact .dropdown h3:active {
	color: #fec503;
}

section#contact .dropdown-menu {
  min-width: inherit;
  width: calc(100% - 18px);
  padding: 5px 9px;
  margin: 2px 9px 0;
  font-size: 15px;
  line-height: 23px;
  color: #282828;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 4px;
}

section#contact .dropdown-menu h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
}

section#contact .dropdown-menu img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

@media(min-width:1200px) {
    section#contact .contact .row {
		margin: 0px 4%;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    section#contact .text-muted.site {
		margin: 32px 0 0 184px;
    }

    section#contact a.tw_school {
		margin: 0 auto;
		display: none;
    }
    section#contact a.tw_school_sm {
		margin: 0 auto;
		display: inline;
    }
    section#contact {
		background-image: url(img/team/map-image_sm.png);
    }
    section#contact .contact {
		margin: 40px auto 0px auto;
		padding: 0px;
    }
    section#contact .contact .dropdown h3 {
		font-size: 21px;
		line-height: 23px;
		font-weight: normal;
		font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    }
}
@media (max-width: 319px) {
    section#contact .text-muted.site {
		margin: 122px 0 0 184px;
    }

    section#contact a.tw_school {
		margin: 0 auto;
		display: none;
    }
    section#contact a.tw_school_sm {
		margin: 0 auto;
		display: inline;
    }
    section#contact {
		background-image: url(img/team/map-image_sm.png);
    }
    section#contact .contact {
		margin: 40px auto 0px auto;
		padding: 0px;
    }
    section#contact .contact .dropdown h3 {
		font-size: 19px;
		line-height: 23px;
		font-weight: normal;
		font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    }
    section h3.section-subheading {
		margin-bottom: 35px;
		text-transform: none;
		font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
		letter-spacing: -0.2px;
    }
}
footer {
    padding: 1px 0px 0px;
    text-align: center;
}

footer h4, footer h5 {
	margin: 30px 0px 15px;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-top: 30px;
	margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #d8d8d8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}