/* 

=== animaiton ===
*/
a, .hero.index, .hero .hgroup, .index .highlight li:after, input, textarea, section.award li img, section.award .share, .overlay#choose-room li, .toggle label span, .instructor .class-sum li.evalue a.btn span, .instructor .class-sum li.evalue, .nbc .nbc-list li, .nbc .nbc-list li:hover .hover-layer, .evalue-t .accordion .title, .subpage.faq .tab-link, ::-webkit-input-placeholder {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
/* 

=== basic ===
*/
.MB2 { margin-bottom: 2px; }
.scroll { max-height: 300px; }
.scroll:focus { outline: none; }
.grey-txt { color: #d5d5d5; }
a { color: #de4646; }
a:hover, a.focus {
	color: #222;
	text-decoration: none;
}
.disabled { pointer-events: none; }
a.btn {
	display: inline-block;
	font-family: 'PT Sans Caption', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 0;
}
.cursive, .CURSIVE {
	font-family: 'Niconne', sans-serif;
	font-size: 1.4em;
	font-size: inherit \9;
	font-weight: normal;
	text-transform: none;
}
.small-txt { font-size: 12px; }
.sep-line {
	margin: auto 7px;
	font-weight: normal;
}
.caption { font-family: 'PT Sans Caption', '微軟正黑體', 'Microsoft JhengHei', sans-serif; }
.font-reset { font-family: 'PT Sans', '微軟正黑體', 'Microsoft JhengHei', sans-serif; }
.red-txt { color: #de4646; }
.black-txt { color: #222; }
a.btn, input.btn, .toggle label span {
	display: inline-block;
	font-family: 'PT Sans Caption', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 0;
	margin: 0;
	cursor: pointer;
	line-height: 1;
	white-space:normal;
}
a.btn.small, input.btn.small {
	font-size: 14px;
	padding: 13px 14px;
	border-width: 4px;
	letter-spacing: normal;
	text-shadow: 0;
	-webkit-box-shadow: none;
}
.red.btn {
	background: #de4848;
	border: 5px solid #de4848;
	color: #fff;
	font-size: 21px;
	padding: 16px 26px;
	text-shadow: none;
	-webkit-box-shadow: none;
}
.red.btn:hover {
	background-color: transparent;
	color: #de4848;
}
.red.btn.inactive, .red.btn.inactive:hover {
	background: #b7b7b7;
	border-color: #e4e4e4;
	color: #fff;
	cursor: default;
}
.outline.btn {
	border: 5px solid #de4848;
	color: #de4848;
	font-size: 21px;
	padding: 16px 26px;
}
.outline.btn:hover {
	border-color: #222;
	color: #222;
}
::-moz-selection {
 background: #de4848;
 color: #fff;
}
::selection {
	background: #de4848;
	color: #fff;
}
*:focus { outline: 0; }
::-webkit-input-placeholder {
 color: #d5d5d5;
 text-transform: uppercase;
 font-weight: 700;
}
:-moz-placeholder {
 color: #cccccc !important;
 text-transform: uppercase;
 font-weight: 700;
}
::-moz-placeholder {
 color: #cccccc !important;
 text-transform: uppercase;
 font-weight: 700;
}
:-ms-input-placeholder {
 color: #cccccc !important;
 text-transform: uppercase;
 font-weight: 700;
}
.placeholder {
 color: #cccccc !important;
 text-transform: uppercase;
 font-weight: 700;
}
input[type=text], input[type=password], input[type=date], textarea {
	display: block;
	font-family: 'PT Sans Caption', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	font-size: 14px;
	color: #222;
}
textarea, input[type="text"], input[type="submit"], input[type="password"], input[type=date] {
	-webkit-appearance: none;
}
textarea, input, select {
	border-radius: 0;
}
input[type=checkbox], input[type=radio] {
	border: 1px solid #ccc;
	margin: 1px 10px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 1em;
	width: 18px;
	height: 18px;
	background: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	vertical-align: text-bottom;
	display: inline-block;
}
input[type=checkbox] {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
input[type=radio] {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
input[type=checkbox]:checked::after {
	content: "✔";
	display: block;
	text-align: center;
	font-size: 16px;
	height: 16px;
	line-height: 17px;
	color: #222;
}
input[type=radio]:checked {
	background: black;
}
select {
	padding: 10px 15px;
	border: 4px solid #222;
	background: #fff url(../images/00-select-arrow.png) no-repeat right center;
	font-family: 'PT Sans Caption', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #222;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	margin: 0;
}
input[type=text], input[type=password], input[type=date],input[type=number], textarea {
	border: 4px solid #e9e9e9;
	padding: 11px 14px;
	margin: 0;
	height: inherit;
}
input[type=date] { padding: 10px 14px 9px; }
input[type=text].date { background: url(../images/09-input-date.png) center right no-repeat; }
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, textarea:focus { border-color: #222; }
.toggle {
	overflow:auto;
	float:left;
}
.toggle label { float:left; }
.toggle label span {
	font-size: 14px;
	color: #fff;
	background: #b7b7b7;
	padding: 17px 30px;
	margin: 0;
}
.toggle label input {
	position:absolute;
	top:-20px;
}
.toggle .input-checked { background:#222; }
/* 

=== overlay  ===
*/
.block {
	position: relative;
	background: #fff;
	padding: 24px 37px;
}
.overlay a.close {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 60px;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	cursor: pointer;
}
.overlay { display: none; }
.overlay .block, .content.greybk section.block, .package .block {
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.overlay .title {
	font-family: 'PT Sans Caption', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	font-size: 22px;
	color: #de4646;
	line-height: 23px;
	padding-right: 70px;
}
.overlay .title {
	padding: 18px 70px 18px 35px;
	color: #222;
	background: #fff url(../images/09-notice-bk.png) top right;
	margin-bottom: 2px;
}
.overlay a.close { color: #d5d5d5; }
.overlay a.close:hover { color: #de4646; }
.overlay#choose-room li {
	float: left;
	width: 312px;
	margin: 0;
	padding: 25px 0 33px;
	border: 8px solid #fff;
	background: #fff;
	font-family: 'PT Sans Caption', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	text-align: center;
	color: #222;
}
.overlay#choose-room li.one { margin-right: 2px; }
.overlay#choose-room ul a {
	margin: 0;
	padding: 0;
}
.overlay#choose-room ul a:hover li { border-color: #de4646; }
/* 

=== Accordion  ===
*/
.accordion .title {
	cursor: pointer;
	position: relative;
}
/* 

=== form  ===
*/
.account .side-content form .FL, .account .side-content form .FR, .register form .FL, .register form .FR { width:50%; }
.account .side-content form div, .register form div { padding-bottom: 20px; }
.account .side-content form div div, .register form div div { padding-bottom: 0; }
.account .side-content form .FL, .register form .FL { padding-right: 10px; }
.account .side-content form .FR, .register form .FR { padding-left: 10px; }
.account .side-content form input[type=text], .account .side-content form input[type=password], .account .side-content form input[type=date], .account .side-content form select, .register form input[type=text], .register form input[type=password], .register form input[type=date], .register form select, .register textarea { width:100%; }
.account .side-content form div ul, .register form div ul {
	position: relative;
	overflow: hidden;
}
.account .side-content form div ul li, .register form div ul li { margin-bottom: 0; }
.account .side-content form .toggle, .register form .toggle {
	width: 50%;
	padding-right: 1px;
}
.account .side-content form .toggle label, .account .side-content form .toggle label span, .register form .toggle label, .register form .toggle label span { width: 100%; }
form .toggle.male .input-checked { background:#52b6cb; }
form .toggle.female .input-checked { background:#ff7c92; }
.account .side-content form select, .register form select { border-color: #e9e9e9; }
form .edu>div, form .work>div {
	position: relative;
	margin-bottom: -4px;
}
form .edu>div, form .work>div { padding-bottom: 0; }
form .academic { padding-right: 96px; }
form .year {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px !important;
}
form .addmore {
	display: block;
	width: 100%;
	border: 4px solid #e9e9e9;
	padding: 11px 14px;
	margin: 0;
	color: #cccccc;
	text-transform: uppercase;
	font-weight: 700;
}
form .addmore:hover {
	border-color: #222 !important;
	color: #222 !important;
}
form .addmore span {
	float: right;
	font-size: 25px;
}
.account .side-content form input[type=submit], .register form input[type=submit] { margin: 20px 0 80px; }
/*

=== Responsive Video ===
*/
video {
    min-width: 300px;
  /*width: 100%    !important;
  height: auto   !important;*/
}
.video-container object {
	background: #222;
}
/* 

=== package ===
*/
.package { text-align: center; }
.package div.block {
	padding-top: 26px;
	padding-bottom: 30px;
}
.package .FL, .package .FR { width: 50%; }
.package>div, .package>ul { margin-bottom: 2px; }
.package .FL { padding-right: 1px; }
.package .FR { padding-left: 1px; }
.package .FL .block {
	background: #f8f8f8;
}
.package .FR .block {
	background: #ececec;
}
.confirm .package .FL .block, .confirm .package .FR .block {
	background: #fff;
}
.package .title {
	color: #de4848;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 25px;
	margin-bottom: 19px;
}
.package .big-num {
	font-size: 22px;
	line-height: 1;
}
.package .big-num span { font-size: 81px; }
.package .tools {
	margin-top: 25px;
	padding: 0 20px;
}
.package .tools li {
	float: left;
	width: 25%;
	background-size: 90px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 96px;
}
.package .tools li:first-child {
	background-image: url(../images/01-tools-1.png);
	background-image: url(../images/01-tools-1.svg), none;
}
.package .tools li:nth-child(2) {
	background-image: url(../images/01-tools-2.png);
	background-image: url(../images/01-tools-2.svg), none;
}
.package .tools li:nth-child(3) {
	background-image: url(../images/01-tools-3.png);
	background-image: url(../images/01-tools-3.svg), none;
}
.package .tools li:last-child {
	background-image: url(../images/01-tools-4.png);
	background-image: url(../images/01-tools-4.svg), none;
}
.package .s-num {
	font-size: 48px;
	line-height: 1;
	margin-top: 10px;
}
.package .tips {
	top: 14px;
	right: 11px;
}
.package .add-price {
	margin-top: 10px;
	margin-left: -8px;
}
.package a.remove, .package a.add {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	padding: 0;
	font-weight: normal;
	font-size: 34px;
}
.package a.remove { left: 50px; }
.package a.add { right: 50px; }
.package .pay-same-height:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -5px; /* Adjusts for spacing */
}
.package .pay-same-height > * {
	display: inline-block;
	vertical-align: middle;
}
a.tips {
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 32px;
	font-size: 22px;
	cursor: pointer;
}
.schedule li {
	position: relative;
	margin: 8px;
	text-align: center;
}
.schedule li label span {
	width: 156px;
	height: 156px;
	padding: 22px 0 0;
	background: none;
	/*border: 7px solid #e9e9e9;*/
	border: 7px solid #de4848;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #222;
}
.schedule li .date {
	font-size: 22px;
	font-weight: 700;
	margin: 8px 0 2px;
}
.schedule li .time {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.schedule li label span.input-checked {
	background: none;
	/*border-color: #222;*/
}
.pay .schedule, .plans .schedule { margin-top: 22px; }
.pay ul.total .font-reset, .plans ul.total .font-reset { margin-bottom: 10px; }
.pay ul.total input, .plans ul.total input {
	margin-top: 25px;
	width: 100%;
}
#tc {
	font-size: 14px;
}
#tc ul {
	list-style: disc outside none;
	padding-left: 17px;
}
#tc ul li {
	margin: 10px 0;
}
 @media screen and (max-width: 980px) {
.pay .schedule, .plans .schedule {
	text-align: center;
}
.pay .toggle, .plans .toggle {
	float: none;
	display: inline-block;
}
 }
 @media screen and (max-width: 530px) {
.pay .intro { padding: 20px; }
.package .title {
	font-size: 21px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.package div.block { padding: 20px 10px; }
.package .s-num {
	font-size: 30px;
	margin-top: 7px;
}
.package .big-num { font-size: 14px; }
.package .big-num span { font-size: 35px; }
.package .tips {
	top: 5px;
	right: 2px;
}
.package .tools li {
	float: none;
	width: 100%;
}
.package a.remove { left: 0; }
.package a.add { right: 0; }
.package a.remove, .package a.add {
	width: 25px;
	font-size: 23px;
	line-height: 36px;
}
.package .add-price { font-size: 14px; }
.pay ul.total input {
	font-size: 14px;
	padding: 8px;
	margin-top: 15px;
}
.pay ul.total .block { padding-bottom: 10px; }
.pay.coupon ul.total input {
	min-width: inherit !important;
	font-size: 22px;
	padding: 16px 26px;
	margin-top: 15px;
}
}
.plus-alert {
	color: #de4646;
}
.ui-datepicker .ui-datepicker-calendar a {
  margin: auto;
}
.ui-datepicker .ui-datepicker-title select {
  padding: 0;
  border: 0;
  margin-left: 2px !important;
}

#recaptcha_image {
	margin-bottom: 11px;
	width: 100% !important;
	height: 57px !important;
}

#recaptcha_response_field {
	margin-bottom: 5px;
}
#recaptcha_challenge_image {
	width: 100%;
	height: 48px;
}

input[type=text]:hover::-webkit-input-placeholder , input[type=password]:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder { color: #222; }

input[type=text]:hover:-moz-placeholder , input[type=password]:hover:-moz-placeholder, textarea:hover:-moz-placeholder { color: #222; }

input[type=text]:hover::-moz-placeholder , input[type=password]:hover::-moz-placeholder, textarea:hover::-moz-placeholder { color: #222; }

input[type=text]:hover:-ms-input-placeholder , input[type=password]:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder { color: #222; }

input[type=text]:hover.placeholder , input[type=password]:hover.placeholder, textarea:hover.placeholder { color: #222; }

/* Custom tags */
gray {background-color: gray;}
