/* Technetium PHP Framework version 2.6
   Author: Tony Leung
   E-mail: info@technetium.info */

@charset "utf-8";

/* html tags */
*, *:before, *:after {
	box-sizing:border-box;
}
html {
	height:100%;
}
body {
	height:100%;
	min-height:100%;
	max-height:999em;
	margin:0;
	padding:0;
	background:#F8B8BC;
	font-family:Arial, "微軟正黑體", "Microsoft JhengHei", Helvetica, sans-serif;
	font-size:14px;
	-webkit-text-size-adjust:none;
	color:#000000;
}
aside, footer, header, hgroup, nav, section, iframe {
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	font-family:"Open Sans", Arial, "微軟正黑體", "Microsoft JhengHei", Helvetica, sans-serif;
	font-weight:400;
}
h1 {
	font-size:26px;
	font-weight:bold;
	color:#28437A;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:12px;
	text-decoration:underline;
}
h5 {
}
h6 {
}
p {
	margin:0 0 0.8em 0;
	line-height:1.3em;
}
ol, ul {
	margin:0 0 0.8em 0;
	padding:0 0 0 20px;
}
li {
	margin:0 0 5px 0;
}
li ol, li ul {
	margin:5px 0 0 0;
}
li ol {
	list-style-type:lower-latin;
}
li ol ol {
	list-style-type:lower-roman;
}
dl {
	margin:0 0 0.8em 0;
}
h1:last-child, h2:last-child, h3:last-child,
h4:last-child, h5:last-child, h6:last-child,
p:last-child,
ol:last-child, ul:last-child, dl:last-child {
	margin-bottom:0;
}
a {
	color:#707070;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#333333;
}
a:focus {
	outline:none;
}
a * {
	cursor:pointer;
}
img {
	border:none;
}
hr, div.hr {
	margin:15px 0;
	border:none;
	border-top:1px solid #000000;
}
sup {
	position:relative;
	top:-4px;
	vertical-align:baseline;
}
sub {
	position:relative;
	top:2px;
	vertical-align:baseline;
}
::selection {
	background:#454545;
	color:#FFFFFF;
}
::-moz-selection {
	background:#454545;
	color:#FFFFFF;
}


/* form elements */
label + label {
	margin:0 0 0 20px;
}
input, textarea, select, button {
	width:360px;
	max-width:100%;
	height:36px;
	overflow-y:auto;
	border-radius:5px;
	padding:4px 10px;
	border:1px solid #999999;
	background:#FFFFFF;
	font-family:Arial, "微軟正黑體", "Microsoft JhengHei", Helvetica, sans-serif;
	font-size:14px;
	-webkit-text-size-adjust:none;
	color:#222222;
	vertical-align:middle;
	resize:none;
}
input[type=radio], input[type=checkbox], input[type=file] {
	width:auto;
	height:auto;
	margin:0 4px 0 0;
	padding:0;
	border:none;
	background:none;
}
textarea {
	height:90px;
}
select {
	width:auto;
}
::-ms-input-placeholder {
	color:#999999;
}
::-moz-placeholder {
	color:#999999;
}
::-webkit-input-placeholder {
	color:#999999;
}

.form-section {
}
.form-message {
	margin:0 0 15px 0;
}
.form-message.form-success {
	color:#00CC00;
}
.form-message.form-error {
	color:#FF0000;
}
.form-body {
}
.form-item {
	margin:0 0 8px 0;
}
.form-item:after {
	content:'';
	clear:both;
	display:block;
}
.form-item .input-label {
	padding:4px 0;
	line-height:20px;
}
.form-item .input-field {
	margin:0 0 8px 0;
}
.form-actions {
}
.form-horizontal .form-item .input-label {
	width:150px;
	float:left;
	margin:0 0 10px 0;
	padding:8px 0;
}
.form-horizontal .form-item .input-static {
	padding:8px 0;
}
.form-horizontal .form-item .input-field {
	margin-left:150px;
}
.form-horizontal .form-row .form-item {
	float:left;
	margin:0 20px 0 0;
}
.form-horizontal .form-actions {
	margin:0 0 0 150px;
}

.input-group {
	width:360px;
	white-space:nowrap;
	display:table;
}
.input-group > * {
	vertical-align:middle;
	display:table-cell;
}
.input-group .input-group-addon,
.input-group .input-group-button {
	width:1%;
	white-space:nowrap;
}
.input-group .input-group-addon {
	padding:0 4px;
}
.input-group .input-group-addon:first-child {
	padding-left:0;
}
.input-group .input-group-addon:last-child {
	padding-right:0;
}
.input-group .input-group-addon + input {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.input-group > input {
	width:100%;
	border-right:0;
	border-radius:0;
}
.input-group > input:last-child {
	border-right:1px solid #999999;
}
.input-group > input + .input-group-button select {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.button {
	width:auto;
	height:50px;
	position:relative;
	box-shadow:none;
	padding:10px 24px 10px 40px;
	border:0;
	border-radius:12px;
	background:#E8576D;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:30px;
	text-decoration:none;
	vertical-align:middle;
	white-space:nowrap;
	cursor:pointer;
	display:inline-block;
}
.button:before {
	content:'';
	width:15px;
	height:16px;
	position:absolute;
	top:17px;
	left:16px;
	background:url(../images/tabs-control.png) center no-repeat;
}
.button:hover {
	color:#FFFFFF;
}

.button.default {
	background:#E8576D;
}
.button.dark-blue {
	background:#28437A;
}
.button.orange {
	background:#F6921E;
}
.button.purple {
	background:#B292C3;
}


/* shared classes */
.float-clear {
	height:0;
	overflow:hidden;
	clear:both;
	display:block;
}
.single-line-spacing {
	height:0;
	overflow:hidden;
	padding:0.5em;
}
.double-line-spacing {
	height:0;
	overflow:hidden;
	padding:1em;
}

.underline {
	text-decoration:underline;
}

.align-left {
	text-align:left !important;
}
.align-center {
	text-align:center !important;
}
.align-right {
	text-align:right !important;
}
.align-justify {
	text-align:justify !important;
}
.nowrap {
	white-space:nowrap;
}
.remark {
	font-size:0.9em;
	color:#707070;
	line-height:1.3em;
}

.hidden-desktop {
	display:none;
}


/* website framework */
#page-wrapper {
	width:1000px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	background:#FFFFFF;
}

#page-header {
	width:100%;
	height:128px;
	position:relative;
	margin:0 auto;
	background:url(../images/bg-header.png) right top no-repeat;
}
#page-header #logo {
	float:left;
}
#page-header #logo img {
	padding:10px 15px;
	display:block;
}
#page-header #nav-trigger {
	display:none;
}
#page-header #nav {
	width:680px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	padding:0;
	list-style:none;
}
#page-header #nav li {
	position:absolute;
}
#page-header #nav li a {
	width:100%;
	height:100%;
	text-indent:-999em;
	display:block;
}
#page-header #nav li.home {
	width:49px;
	height:33px;
	top:34px;
	left:54px;
}
#page-header #nav li.home a {
	background-image:url(../images/nav/home.png);
}
#page-header #nav li.prospectus {
	width:74px;
	height:58px;
	top:32px;
	left:112px;
}
#page-header #nav li.prospectus a {
	background-image:url(../images/nav/prospectus.png);
}
#page-header #nav li.structure {
	width:46px;
	height:26px;
	top:30px;
	left:198px;
}
#page-header #nav li.structure a {
	background-image:url(../images/nav/structure.png);
}
#page-header #nav li.activities {
	width:51px;
	height:30px;
	top:44px;
	left:258px;
}
#page-header #nav li.activities a {
	background-image:url(../images/nav/activities.png);
}
#page-header #nav li.themesongs {
	width:118px;
	height:50px;
	top:20px;
	left:325px;
}
#page-header #nav li.themesongs a {
	background-image:url(../images/nav/themesongs.png);
}
#page-header #nav li.graduates {
	width:66px;
	height:27px;
	top:58px;
	left:444px;
}
#page-header #nav li.graduates a {
	background-image:url(../images/nav/graduates.png);
}
#page-header #nav li.about-nursery {
	width:84px;
	height:27px;
	top:22px;
	left:508px;
}
#page-header #nav li.about-nursery a {
	background-image:url(../images/nav/about-nursery.png);
}
#page-header #nav li.contact-us {
	width:102px;
	height:42px;
	top:52px;
	left:550px;
}
#page-header #nav li.contact-us a {
	background-image:url(../images/nav/contact-us.png);
}

#page-content {
	min-height:640px;
	position:relative;
	margin:-15px auto 0 auto;
	padding:0 0 65px 0;
	background:url(../images/bg-content.png) bottom no-repeat;
}

#page-footer {
	height:150px;
	position:relative;
	margin:0;
	padding:55px 50px 25px 50px;
	background:url(../images/bg-footer.png) bottom no-repeat;
	color:#FFFFFF;
	z-index:9;
}
#page-footer:before {
	content:'';
	width:100%;
	height:101px;
	position:absolute;
	top:-65px;
	left:0;
	background:url(../images/bg-brush.png) center no-repeat;
}
#page-footer a {
	color:#FFFFFF;
}
#page-footer .grid {
	width:380px;
	position:relative;
	float:left;
	margin:0 60px 0 0;
}
#page-footer .grid h3 {
	margin:0 0 8px 0;
	font-size:19px;
	color:#FFFF00;
}
#page-footer .grid h3 a {
	color:#FFFF00;
	text-decoration:none;
}

#primary {
	position:relative;
}

.static #primary {
	margin:0 24px -80px 24px;
	border:18px solid #E8576D;
	border-radius:30px;
	background:#FFFFE9 url(../images/bg-paper.png) top;
}
.static #primary:before {
	content:'';
	width:100%;
	height:60px;
	position:absolute;
	top:0;
	left:0;
	background:#FFFFE9;
	border-radius:12px 12px 0 0;
}
.static #primary .page-title {
	min-width:140px;
	position:absolute;
	top:18px;
	bottom:0;
	left:24px;
	z-index:5;
}
.static #primary .page-title:after {
	content:'';
	width:8px;
	position:absolute;
	top:60px;
	bottom:0;
	left:3px;
	background:#D2BB96;
	background:-moz-linear-gradient(left, #D2BB96 0%, #D9BD90 30%, #E5D0AD 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,#D2BB96), color-stop(30%,#D9BD90), color-stop(100%,#E5D0AD));
	background:-webkit-linear-gradient(left, #D2BB96 0%,#D9BD90 30%,#E5D0AD 100%);
	background:-o-linear-gradient(left, #D2BB96 0%,#D9BD90 30%,#E5D0AD 100%);
	background:-ms-linear-gradient(left, #D2BB96 0%,#D9BD90 30%,#E5D0AD 100%);
	background:linear-gradient(to right, #D2BB96 0%,#D9BD90 30%,#E5D0AD 100%);
}
.static #primary .page-title h1 {
	padding:4px 46px 4px 16px;
	border-width:8px 0px 8px 8px;
	border-style:solid;
	border-color:#EDEADD;
	background:#E8576D;
	font-weight:bold;
	color:#FFFFFF;
	line-height:36px;
}
.static #primary .page-title h1:before {
	content:'';
	position:absolute;
	top:0;
	right:-18px;
	border-top:30px solid #EDEADD;
	border-bottom:30px solid #EDEADD;
	border-right:18px solid transparent;
}
.static #primary .page-title h1:after {
	content:'';
	position:absolute;
	top:8px;
	right:-1px;
	border-top:22px solid transparent;
	border-bottom:22px solid transparent;
	border-right:14px solid #EDEADD;
}
.static #primary > .content {
	min-height:620px;
	position:relative;
	margin:2px;
	padding:100px 10px 100px 60px;
	border:1px solid #E8576D;
	border-radius:10px;
	z-index:8;
}

.static #primary.transparent {
	border-color:transparent;
	background:none;
}
.static #primary.transparent:before {
	display:none;
}
.static #primary.transparent > .content {
	border-color:transparent;
}

.modal {
	padding:18px;
	border-radius:27px;
	background:#F0626B;
}
.modal:before {
	content:'';
	position:absolute;
	top:16px;
	bottom:16px;
	left:16px;
	right:16px;
	border:2px solid #FFFFFF;
	border-radius:14px;
}
.modal .content {
	padding:12px;
	border:1px solid #F0626B;
	border-radius:12px;
}
.jquery-modal.blocker {
	background:rgba(68, 0, 55, 0.66) !important;
}

.tabs {
	position:absolute;
	margin:0 0 0 -42px;
	padding:0;
	list-style:none;
}
.tabs li {
	margin:0 0 5px 0;
}
.tabs li a {
	position:relative;
	padding:10px 24px 10px 40px;
	border-radius:12px;
	background:#E8576D;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:30px;
	text-decoration:none;
	display:block;
}
.tabs li a:before {
	content:'';
	width:15px;
	height:16px;
	position:absolute;
	top:17px;
	left:16px;
	background:url(../images/tabs-control.png) center no-repeat;
}
.tab-dropdown {
	margin:0 0 20px 0;
	display:none;
}
.tab-pane {
	margin:0 0 0 140px;
}
.tab-pane .tab-content {
	position:relative;
}
.tabs.dark-blue li a {
	background:#536995;
}
.tabs.dark-blue li a:hover,
.tabs.dark-blue li a.active {
	background:#28437A;
}
.tabs.orange li a {
	background:#FAC88E;
}
.tabs.orange li a:hover,
.tabs.orange li a.active {
	background:#F6921E;
}

.group-select {
}
.group-select label {
	margin:0 0 5px 0;
	padding:12px 20px;
	border-radius:12px;
	background:#FF5DC8;
	font-size:24px;
	color:#FFFFFF;
	line-height:26px;
	vertical-align:middle;
	display:inline-block;
}
.group-select .group-select-input {
	width:450px;
	margin:0 0 5px 0;
	vertical-align:middle;
	display:inline-block;
}

.select2-container {
	width:100% !important;
	font-size:18px;
}
.select2-container .select2-choice {
	height:50px;
	padding:10px 18px;
	border:2px solid #FF5DC8;
	border-radius:12px;
	background:#FFFFFF;
}
.select2-container.select2-dropdown-open .select2-choice {
	padding-bottom:12px;
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.select2-container .select2-choice > .select2-chosen {
	margin-right:40px;
}
.select2-container .select2-choice .select2-arrow {
	width:30px;
	height:30px;
	top:9px;
	right:14px;
	border:none;
	background-color:transparent;
	background-image:url(../images/select2-control.png);
	background-position:0 center;
	background-repeat:no-repeat;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow {
	background-position:-30px center;
}
.select2-container .select2-choice .select2-arrow b {
	display:none;
}
.select2-drop {
	border:2px solid #FF5DC8;
	border-top:none;
	border-radius:0 0 12px 12px;
	font-size:18px;
}
.select2-results .select2-result-label {
	padding-left:14px;
	padding-right:14px;
}

.album {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.album:after {
	content:'';
	clear:both;
	display:block;
}
.album li {
	width:154px;
	float:left;
	margin:0 12px 12px 0;
}
.album a {
	color:#000000;
	text-decoration:none;
}
.album a > * {
	font-size:16px;
	display:block;
}
.album .thumbnail {
	margin:0 0 6px 0;
	padding:5px;
	border:1px solid #DDDDDD;
}
.album .thumbnail:last-child {
	margin-bottom:0;
}
.album .thumbnail img {
	width:100%;
	display:block;
}
.album .date {
	font-size:13px;
}

.modal .modal-menu {
	width:120px;
	position:relative;
	float:left;
	margin:84px 0 0 0;
	padding:0;
	list-style:none;
}
.modal .modal-menu li {
}
.modal .modal-menu li a {
	padding:0;
	border-radius:3px;
	background:#F6932E;
	background:rgba(246, 147, 46, 0.5);
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:34px;
	text-align:center;
	text-decoration:none;
	display:block;
}
.modal .modal-menu li a:before {
	display:none;
}
.modal .modal-menu li a.active {
	background:#F6932E;
}

.modal#photo .photo {
	max-width:800px;
	max-height:800px;
}

.school-badge {
	margin:0 0 20px 0;
	text-align:center;
}
.school-badge img {
	max-width:70%;
}


/* page specific styles */
.home #primary {
	height:685px;
	margin:0 0 -55px 0;
	background:url(../images/home/background.png) bottom no-repeat;
}
.home .service-block {
	position:relative;
	padding:0;
	list-style:none;
}
.home .service-block li {
	width:150px;
	height:200px;
	margin:0;
	position:absolute;
}
.home .service-block a {
	text-decoration:none;
}
.home .service-block .service-block-1 {
	top:40px;
	left:118px;
}
.home .service-block .service-block-2 {
	top:74px;
	left:348px;
}
.home .service-block .service-block-3 {
	top:28px;
	left:538px;
}
.home .service-block .service-block-4 {
	top:32px;
	left:778px;
}
.home .service-block .service-block-5 {
	top:220px;
	left:140px;
}
.home .service-block .service-block-6 {
	top:272px;
	left:406px;
}
.home .service-block .service-block-7 {
	top:420px;
	left:250px;
}
.home .service-block li a {
	position:absolute;
	top:50%;
	left:50%;
	text-indent:-999em;
	display:block;
}
.home .service-block li a:hover {
	color:#707070;
	text-decoration:none;
}
.home .service-block a.uniform {
	width:133px;
	height:161px;
	margin:-80px 0 0 -66px;
	background-image:url(../images/home/srv-uniform.png);
}
.home .service-block a.pta {
	width:173px;
	height:232px;
	margin:-116px 0 0 -86px;
	background-image:url(../images/home/srv-pta.png);
}
.home .service-block a.news {
	width:225px;
	height:213px;
	margin:-106px 0 0 -112px;
	background-image:url(../images/home/srv-news.png);
}
.home .service-block a.news span.latest-news {
	height:76px;
	overflow:hidden;
	position:absolute;
	top:128px;
	bottom:5px;
	left:24px;
	right:22px;
	line-height:19px;
	text-indent:0;
	display:block;
}
.home .service-block a.calendar {
	width:127px;
	height:171px;
	margin:-86px 0 0 -64px;
	background-image:url(../images/home/srv-calendar.png);
}
.home .service-block a.parents-zone {
	width:149px;
	height:200px;
	margin:-100px 0 0 -75px;
	background-image:url(../images/home/srv-parents-zone.png);
}
.home .service-block a.dining-menu {
	width:131px;
	height:167px;
	margin:-84px 0 0 -65px;
	background-image:url(../images/home/srv-dining-menu.png);
}
.home .service-block a.heart {
	width:178px;
	height:239px;
	margin:-119px 0 0 -98px;
	background-image:url(../images/home/srv-heart.png);
}

.home .modal#calendar {
	width:684px;
	color:#28437A;
}
.home .modal#calendar .title {
	width:127px;
	height:171px;
	position:absolute;
	top:-46px;
	left:-68px;
	background-image:url(../images/home/srv-calendar.png);
	text-indent:-999em;
	z-index:9;
}
.home .modal#calendar .modal-menu {
	width:96px;
}
.home .modal#calendar .calendar {
	width:492px;
	min-height:46px;
	position:relative;
	float:right;
	margin:0 18px 0 0;
}
.home .modal#calendar .legend {
	position:absolute;
	top:0;
	right:10px;
	margin:22px 0 0 0;
	font-size:16px;
	font-weight:bold;
}
.home .modal#calendar .legend span {
	width:34px;
	height:34px;
	overflow:hidden;
	position:relative;
	margin:0 0 0 10px;
	vertical-align:middle;
	display:inline-block;
}
.home .modal#calendar .events {
	width:472px;
	height:80px;
	overflow:auto;
	position:relative;
	float:right;
	margin:20px 28px 20px 0;
	padding:0 15px;
	background:#FFECDD;
}
.home.modal #calendar .events:after {
	content:'';
	clear:both;
	display:block;
}
.home .modal#calendar .events dt {
	width:45%;
	float:left;
	clear:left;
	line-height:20px;
}
.home .modal#calendar .events dd {
	margin:0 0 0 45%;
	line-height:20px;
}

.home .modal#news .title {
	width:225px;
	height:133px;
	position:absolute;
	top:-70px;
	left:45px;
	background:url(../images/news/page-title.png);
	text-indent:-999em;
	z-index:9;
}
.home .modal#news .content {
	padding-top:40px;
	font-size:18px;
}
.home .modal#news .content {
	padding-top:70px;
	font-size:18px;
}
.home .modal#news .content .date {
	margin-top:10px;
	font-size:14px;
}

.home .modal#dining-menu {
	width:936px;
}
.home .modal#dining-menu .title {
	width:131px;
	height:167px;
	position:absolute;
	top:-46px;
	left:2px;
	background-image:url(../images/home/srv-dining-menu.png);
	text-indent:-999em;
	z-index:9;
}
.home .modal#dining-menu table {
	width:100%;
	margin:2em 0;
	border-spacing:0;
}
.home .modal#dining-menu table thead th {
	height:45px;
	font-size:18px;
	font-weight:normal;
}
.home .modal#dining-menu table thead th.mon {
	color:#28437A;
}
.home .modal#dining-menu table thead th.tue {
	color:#B292C3;
}
.home .modal#dining-menu table thead th.wed {
	color:#F6921E;
}
.home .modal#dining-menu table thead th.thu {
	color:#FF4343;
}
.home .modal#dining-menu table thead th.fri,
.home .modal#dining-menu table thead th.sat {
	color:#1AAFBB;
}
.home .modal#dining-menu table tbody tr.breakfast,
.home .modal#dining-menu table tbody tr.tea {
	background:#FFECDD;
}
.home .modal#dining-menu table tbody th,
.home .modal#dining-menu table tbody td {
	height:100px;
	padding:6px 10px;
}
.home .modal#dining-menu table tbody th {
	width:112px;
}
.home .modal#dining-menu table tbody th img {
	width:92px;
}
.home .modal#dining-menu table tbody td {
	width:122px;
}
.home .modal#dining-menu table tbody td li {
	margin:0;
}

.home .modal#uniform .title {
	width:133px;
	height:161px;
	position:absolute;
	top:-60px;
	left:32px;
	background-image:url(../images/home/srv-uniform.png);
	text-indent:-999em;
	z-index:9;
}
.home .modal#uniform .image-360-rotate {
	min-height:600px;
	position:relative;
	padding:0 0 120px 0;
}
.home .modal#uniform .image-360-rotate .loading {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.4);
	font-size:48px;
	color:#FFFFFF;
	line-height:60px;
	z-index:99;
}
.home .modal#uniform .image-360-rotate .loading .fa-spin {
	width:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	text-align:center;
}
.home .modal#uniform .image-360-rotate .preloader {
	width:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}
.home .modal#uniform .image-360-rotate .clockwise,
.home .modal#uniform .image-360-rotate .anti-clockwise {
	width:100px;
	height:100px;
	position:absolute;
	bottom:0;
	background:url(../images/home/uniform/icon-rotate.png);
}
.home .modal#uniform .image-360-rotate .clockwise {
	left:8px;
	background-position:0 0;
}
.home .modal#uniform .image-360-rotate .anti-clockwise {
	right:8px;
	background-position:-100px 0;
}
.home .modal#uniform .image-360-rotate .dial {
	width:100px;
	height:100px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -50px;
}
.home .modal#uniform .image-container img {
	max-width:100%;
	margin:0 auto;
	display:none;
}
.home .modal#uniform .image-container img.active {
	display:block;
}

.news #primary {
	min-height:570px;
	padding:40px 0 0 0;
	font-size:18px;
}
.news #primary:after {
	content:'';
	width:252px;
	height:302px;
	position:absolute;
	bottom:60px;
	left:20px;
	background:url(../images/news/bg-balloons.png) no-repeat;
}
.news .page-title {
	width:225px;
	height:133px;
	position:absolute;
	left:32px;
	margin:-16px 0 0 0;
	background:url(../images/news/page-title.png);
}
.news .item-list {
	width:666px;
	margin:0 46px 0 288px;
}
.news .item-list .item {
	min-height:180px;
	padding:14px 24px;
	border:10px solid #EFB000;
	border-radius:14px;
	background:#FFFFFF;
	margin:0 0 15px 0;
}
.news .item-list .item .date {
	color:#BC0000;
}

.prospectus #primary {
	margin-right:106px;
	font-size:19px;
}
.prospectus #primary:after {
	content:'';
	width:174px;
	height:208px;
	position:absolute;
	bottom:0;
	right:-132px;
	background:url(../images/bg-balloons.png) no-repeat;
	z-index:9;
}
.prospectus #primary .page-title h1 {
	background:#B292C3;
}
.prospectus .button.language {
	float:right;
	margin:-80px 0 0 0;
}
.prospectus dl dt {
	width:38px;
	float:left;
	line-height:1.3em;
}
.prospectus dl dd {
	margin:0 0 0.8em 38px;
}
.prospectus ol {
	padding-left:22px;
}
.prospectus ol li {
	margin:0 0 0.8em 0;
}
.prospectus dl ol,
.prospectus ol ol {
	margin-top:5px;
}
.prospectus dl dd li,
.prospectus ol ol li {
	margin-bottom:5px;
}
.prospectus ol ol li {
	list-style:lower-roman;
}

.structure #primary .page-title h1 {
	background:#A6BA2D;
}
.structure #primary:after {
	content:'';
	width:174px;
	height:208px;
	position:absolute;
	top:15px;
	right:10px;
	background:url(../images/bg-balloons.png) no-repeat;
	z-index:0;
}

.activities #primary .page-title h1 {
	background:#28437A;
}
.activities .table-wrapper {
	padding:2px 16px;
	border-radius:12px;
	background:#9EC345;
}
.activities .activities-table {
	width:100%;
	border-spacing:6px;
}
.activities .activities-table thead {
	font-size:22px;
	color:#FFFFFF;
}
.activities .activities-table tbody {
	font-size:17px;
}
.activities .activities-table th,
.activities .activities-table td {
	width:16.667%;
	height:45px;
	border-radius:6px;
	font-weight:normal;
	text-align:center;
}
.activities .activities-table thead th {
	font-weight:bold;
}
.activities .activities-table tbody th {
	background:#F0C93D;
}
.activities .activities-table tbody td {
	background:#FFFFFF;
}

.theme-songs #primary .page-title h1 {
	background:#FF4343;
}
.theme-songs .table-wrapper {
	margin:40px 0 0 0;
}
.theme-songs .theme {
	font-size:24px;
	margin:0 0 18px 0;
}
.theme-songs .theme .theme-title {
	width:144px;
	height:134px;
	float:left;
	margin:0 12px 12px 0;
	display:table;
}
.theme-songs .theme .theme-title span {
	font-size:24px;
	vertical-align:middle;
	display:table-cell;
}
.theme-songs .theme .theme-songs {
	width:684px;
	float:right;
}
.theme-songs .theme .theme-songs .item {
	width:150px;
	height:134px;
	float:left;
	margin:0 12px 12px 0;
	text-decoration:none;
	display:table;
}
.theme-songs .theme .theme-songs .item span {
	padding:80px 12px 6px 12px;
	border-radius:12px;
	background-color:#A6BA2D;
	background-position:center 6px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	line-height:24px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.theme-songs .theme .theme-songs .item.pdf span {
	background-image:url(../images/theme-songs/ico-lyrics.png);
}
.theme-songs .theme .theme-songs .item.mp3 span {
	background-image:url(../images/theme-songs/ico-mp3.png);
}
.theme-songs .jp-audio {
	position:fixed;
	bottom:20px;
	right:30px;
	z-index:99;
	display:none;
}
.theme-songs .jp-audio .jp-close {
	position:absolute;
	top:2px;
	right:10px;
	z-index:9;
}

.guaduates #primary .page-title h1 {
	background:#1AAFBB;
}
.guaduates .tab-pane {
	margin-left:188px;
}
.guaduates .album li:nth-child(4n) {
	margin-right:0;
}
.guaduates .album li:nth-child(4n+1) {
	clear:both;
}
.guaduates #graduation-photo .group-select .group-select-input,
.account #album .group-select .group-select-input {
	width:320px;
}
.guaduates #party-photo .photo-wrapper,
.guaduates #brothers-and-sisters .photo-wrapper {
	margin:30px 0 0 0;
}

.guaduates #order-form {
	font-size:19px;
}

.about #primary .page-title h1 {
	background:#28437A;
}
.about #mission,
.about #school-song,
.about #school-badge {
	font-size:19px;
	font-weight:bold;
	color:#000000;
}
.about #history {
	font-size:16px;
}
.about #history .timeline {
	width:648px;
	position:relative;
	margin:20px auto -200px auto;
	padding:44px 0 200px 0;
}
.about #history .timeline:before {
	content:'';
	width:30px;
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	margin:0 0 0 -15px;
	border-radius:15px 15px 0 0;
	background:#ED3227;
}
.about #history .timeline .event {
	width:280px;
	position:relative;
	margin:-40px 0 20px 0;
}
.about #history .timeline .event:before {
	content:'';
	width:12px;
	height:12px;
	position:absolute;
	top:6px;
	border-radius:100%;
	background:#28437A;
}
.about #history .timeline .event .event-title {
	height:24px;
	margin:0 0 4px 0;
	padding:2px 12px;
	background:#F0626B;
	font-weight:bold;
	color:#FFFFFF;
	line-height:20px;
}
.about #history .timeline .event .event-title:before {
	content:'';
	position:absolute;
	top:0;
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
}
.about #history .timeline .event .event-desc {
	padding:0 12px;
	font-size:15px;
}
.about #history .timeline .event.left {
	float:left;
	clear:right;
}
.about #history .timeline .event.left:before {
	right:-50px;
}
.about #history .timeline .event.left .event-title:before {
	right:-12px;
	border-left:12px solid #F0626B;
}
.about #history .timeline .event.right {
	float:right;
	clear:left;
}
.about #history .timeline .event.right:before {
	left:-50px;
}
.about #history .timeline .event.right .event-title:before {
	left:-12px;
	border-right:12px solid #F0626B;
}
.about #school-song .grid {
	width:340px;
}
.about #school-song .grid.left {
	float:left;
}
.about #school-song .grid.right {
	float:right;
}

.contact #primary .page-title h1 {
	background:#F6921E;
}
.contact #enquiry .contact-info {
	margin:0 auto;
	border-spacing:8px;
}
.contact #enquiry .contact-info th,
.contact #enquiry .contact-info td {
	height:98px;
	border-radius:12px;
	font-size:16px;
	color:#FFFFFF;
}
.contact #enquiry .contact-info th {
	width:98px;
	background:#F6921E;
}
.contact #enquiry .contact-info th img {
	margin:0 auto;
	display:block;
}
.contact #enquiry .contact-info td {
	padding:10px 26px;
	background:#ED3227;
}
.contact #enquiry .contact-info td a {
	color:#FFFFFF;
}
.contact #google-map,
.contact #google-streetview {
	width:100%;
	height:500px;
}
.contact #transportation .tabs {
	height:42px;
	float:none;
	margin:-42px 0 0 0;
	padding:0 60px;
}
.contact #transportation .tabs li {
	width:145px;
	height:42px;
	float:left;
	margin:0 2px 0 0;
	text-align:center;
}
.contact #transportation .tabs a {
	padding:6px 24px;
	border-radius:18px 18px 0 0;
}
.contact #transportation .tabs a:before {
	display:none;
}
.contact #transportation .tab-pane {
	overflow:visible;
	margin:0;
}
.contact #transportation .tab-pane .tab-content {
	padding:35px 50px;
	-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.75);
	border-radius:60px;
	background:#FFFFFF;
	background:rgba(255, 255, 255, 0.85);
}
.contact #transportation #bus:after {
	content:'';
	width:158px;
	height:119px;
	position:absolute;
	bottom:-20px;
	right:-30px;
	background:url(../images/contact/bg-bus.png);
}
.contact #transportation #bus dl {
	width:230px;
	float:left;
	margin:0 20px 0 0;
}
.contact #transportation #bus dl dt {
	width:35px;
	float:left;
}
.contact #transportation #bus dl dd {
	margin:0 0 0 35px;
}

.account .page-title {
	width:162px;
	height:217px;
	position:absolute;
	background:url(../images/account/title-parents-zone.png);
	text-indent:-999em;
}
.account #primary > .content {
	min-height:440px;
	border:16px solid #EFB000;
	border-radius:20px;
	background:#FFFFFF;
}

.account.login #primary {
	padding:32px 64px;
}
.account.login .page-title {
	position:relative;
	float:left;
}
.account.login #primary > .content {
	width:676px;
	position:relative;
	float:right;
	margin:68px 0 0 0;
}
.account.login form {
	padding:80px 50px;
}
.account.login .form-item {
	margin:0 0 8px 0;
}
.account.login .form-item .input-label {
	padding:10px 0;
	font-size:30px;
	font-weight:bold;
	color:#00A51F;
	line-height:38px;
}
.account.login .form-item .input-field input {
	width:350px;
	height:58px;
	border:none;
	box-shadow:none;
	border-radius:18px;
	background:#D2FBFF;
	font-size:24px;
	color:#00A51F;
}

.account.inside #page-header #logo,
.account.inside #page-header #nav {
	display:none;
}
.account.inside #page-content {
	margin-top:-128px;
	font-size:18px;
}
.account.inside #primary {
	padding:112px 16px 40px 16px;
}
.account.inside .page-title {
	top:22px;
	margin:0 0 0 6px;
}
.account.inside .logo {
	position:absolute;
	top:16px;
	right:24px;
}
.account.inside .logo a {
	font-size:24px;
	font-weight:bold;
	color:#ED3227;
	text-decoration:none;
}
.account.inside .logo a.button {
	color:#FFFFFF;
}
.account.inside .logo img {
	vertical-align:middle;
}
.account.inside .nav {
	position:relative;
	margin:0 0 8px 184px;
}
.account.inside .nav .button {
	height: 44px;
    padding: 8px 20px 8px 36px;
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px;
}
.account.inside .nav .button:before {
	top:14px;
	left:13px;
}
.account.inside #primary > .content {
	padding:36px 40px;
}
.account.inside .tab-pane {
	margin:0;
}

.account .tab-title {
	margin:-8px 0 30px 0;
	padding:0 0 0 70px;
	font-size:24px;
	font-weight:bold;
	color:#28437A;
}
.account .tab-section {
	margin:20px -40px;
	padding:8px 40px;
	background:#28437A;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
}

.account .album li {
	margin-right:21px;
}
.account .album li:nth-child(5n) {
	margin-right:0;
}
.account .album li:nth-child(5n+1) {
	clear:both;
}

.account .item-list {
	padding:0;
	list-style:none;
}
.account .item-list .item {
	border-bottom:1px solid #ECECEC;
}

.account .item {
	position:relative;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}
.account .item:after {
	content:'';
	clear:both;
	display:block;
}
.account .item:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.account .item.status {
	min-height:62px;
	padding-left:70px;
}
.account .item.status:before {
	content:'';
	width:62px;
	height:62px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/account/sprite-status.png);
	background-position:center;
	background-repeat:no-repeat;
}
.account .item.status.pending:before {
	background-position:0 0;
}
.account .item.status.replied:before {
	background-position:-62px 0;
}
.account .item.status.expired:before {
	background-position:-124px 0;
}
.account .item .item-title {
	font-size:22px;
	color:#000000;
}
.account .item .item-title a {
	color:inherit;
	text-decoration:none;
}
.account .item .item-title a:hover {
	text-decoration:underline;
}
.account .item .item-date,
.account .item .item-user {
	position:relative;
	padding:0 0 0 36px;
	color:#999999;
	line-height:24px;
}
.account .item .item-date:before,
.account .item .item-user:before {
	content:'';
	width:32px;
	height:32px;
	position:absolute;
	top:-4px;
	left:0;
	background-position:center;
	background-repeat:no-repeat;
}
.account .item .item-date:before {
	background-image:url(../images/account/ico-calendar.png);
}
.account .item .item-user:before {
	background-image:url(../images/account/ico-user.png);
}

.account #circular .item-list .item .item-date, .account #file .item-list .item .item-date {
	float:left;
	margin:0;
}
.account #circular .item-list .item .item-user, .account #file .item-list .item .item-user {
	float:right;
}
.account #circular .item.detail .item-date,
.account #circular .item.detail .item-user,
.account #file .item.detail .item-date,
.account #file .item.detail .item-user  {
	margin-right:20px;
	float:left;
}
.account #circular .reply-slip .options {
	padding:0;
	list-style:none;
}
.account #circular .reply-slip .options .remarks {
	margin:15px 0;
	padding:0 0 0 20px;
}

.account #leave .item .item-date,
.account #leave .item .item-user,
.account #evaluation .item .item-title,
.account #evaluation .item .item-date {
	width:50%;
	float:left;
	margin:0;
	font-size:inherit;
	color:inherit;
}

.account #evaluation .accordion-title {
	margin:20px 0;
	padding:8px 20px;
	background:#BBBBBB;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
}
.account #evaluation .accordion-title .fa-angle-up {
	display:none;
}
.account #evaluation .accordion-title.ui-state-default  .fa-angle-up {
	display:inline-block;
}
.account #evaluation .accordion-title.ui-state-default  .fa-angle-down,
.account #evaluation .accordion-title.ui-state-active .fa-angle-up {
	display:none;
}
.account #evaluation .accordion-title.ui-state-active .fa-angle-down {
	display:inline-block;
}
