body {
    position: relative; /* For scrollyspy */
    /*font-family: 'Lato', sans-serif !important;*/
    /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
    /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif";
    font-size: 14px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Lato', sans-serif !important;*/
    /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
    font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif";
    color: #000000;
}

/* ----------------------------------
 * docs
 * ---------------------------------- */
.docs-header {
    padding-top: 98px;
}

.docs-header.header--noBackground {
    background: none;
}

@media (max-width: 768px) {
    .docs-header {
        padding-top: 0;
    }
}

/* ----------------------------------
 * navbar
 * ---------------------------------- */
.navbar-custom {

    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 2000;
}

.navbar-custom .nav {
    float: right;
}

.navbar-custom .nav li a {
    display: block;
    color: #000;
    padding: 57px 11px 18px 11px;
    font-size: 16px;
}

.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
    background: transparent;
    color: #52859c;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    color: #52859c;
}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    border-bottom: 3px solid #52859c;
    background: transparent;
    color: inherit;
}

.navbar-custom .nav li.active a,
.navbar-custom .nav li a:active,
.navbar-custom .nav li a.current {
    border-bottom: 3px solid #52859c;
}

.navbar-custom .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-top: 3px solid #52859c;
}

.navbar-custom .dropdown-menu li a {
    padding: 10px 15px;
    border: none;
}

.navbar-custom .nav .dropdown-menu li.active a,
.navbar-custom .nav .dropdown-menu li a {
    border: none;
    background-color: #ffffff;
}

.navbar-custom .nav .dropdown-menu li a:hover,
.navbar-custom .nav .dropdown-menu li.active a:hover {
    border: none;
    background-color: #eef5f8;
}

.navbar-custom .navbar-toggle {
    position: relative;
    background-color: #52859c;
    border-color: #52859c;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #52859c;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, .9);
}

.navbar-custom .navbar-brand {
    padding: 10px 15px;
    /*opacity: .7;*/
    /*filter:alpha(opacity=70);*/
    /*transition: opacity .4s ease-in-out;*/
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

.navbar-custom .navbar-brand img {
    max-height: 80px;
}

/* ----------------------------------
 * topic
 * ---------------------------------- */
.no-topic {
    margin-bottom: 65px;
}

.topic {
    position: relative;
    padding: 0px 110px;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40%;
    background-size: cover;
    margin-bottom: 65px;
    height: 468px;
    color: #ffffff;
}

.topic .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
}

.topic .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.topic h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 80px;
    font-weight: normal;
}

.topic h4 {
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.8;
    color: #ffffff;
    font-size: 18px;
}

#home-top-slider .topic {
    margin-bottom: 0;
}

P {
    margin-bottom: 35px;
}

/* padding */
.padding-remove {
    padding: 0;
}

.padding-remove-top {
    padding-top: 0;
}

.padding-remove-bottom {
    padding-bottom: 0;
}

.padding-remove-left {
    padding-left: 0;
}

.padding-remove-right {
    padding-right: 0;
}

/* background-color */
.bg-color-eef5f8 {
    background-color: #eef5f8;
}

/* button */
.btn {
    border-radius: 0;
}

.btn-radius {
    border-radius: 6px;
}

.btn-custom-default {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

.btn-custom-default:hover,
.btn-custom-default.active {
    border-color: #52859c;
    background-color: #52859c;
    color: #ffffff;
}

.btn-custom-primary {
    background-color: #52859c;
    border-color: #52859c;
}

/* card */
.card {
    margin: 0;
}

.card .card-media img {
    width: 100%;
}

.card .card-body {
    padding: 38px 60px;
}

.card .card-body .card-body-title {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}

.card .card-body .line {
    margin-top: 0;
    margin-bottom: 30px;
}

.nav-custom-pills {
    margin-bottom: 65px;
}

.nav-custom-pills > li {
    float: none;
    display: inline-block;
    margin: 0 10px 10px 10px;
}

.nav-custom-pills > li > a {
    border-radius: 0;
    background-color: #c3c3c3;
    color: #ffffff;
    padding-left: 45px;
    padding-right: 45px;
    border: 2px solid #c3c3c3;
}

.nav-custom-pills > li > a:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.nav-custom-pills > li.active > a, .nav-custom-pills > li.active > a:hover, .nav-custom-pills > li.active > a:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.person-list .thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*height: 377px;*/
}

.person-list .thumbnail .caption {
    padding: 15px 0;
    font-size: inherit;
    line-height: 1;
}

.person-list .thumbnail .caption h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.gallery-list {
    margin: 0;
}

.gallery-list .item {
    padding: 0;
    border: 1px solid #fff;
    position: relative;
    outline-width: 0px;
}

.gallery-list .thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.gallery-list .thumbnail img {
    /*height: 250px;*/
}

.gallery-list .item .overlay {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #ad9967;
    background-color: rgba(173, 153, 103, 0.8);
    color: #fff;
    text-align: center;
}

.gallery-list .item .overlay h3 {
    font-size: 1.5em;
    margin: 1.6em 10px;
    color: #ffffff;
}

.gallery-list .item .overlay .glyphicon {
    font-size: 3.5em;
}

.gallery-list .item:hover .overlay {
    display: block;
}

.news-list {
    text-align: center;
}

.news-list .thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 60px 0;
}

.news-list .thumbnail img {
    width: auto;
}

.news-list .caption {
    margin-top: 10px;
    line-height: 1.8;
}

/* line */
.line {
    margin-top: 0;
    margin-bottom: 30px;
}

.line-2px {
    height: 2px;
    line-height: 2px;
}

.line-color-black {
    background-color: #000000;
}

/* heading */
.heading-default {
    text-align: center;
}

.heading-default h2 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}

.heading-default .line {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 35px;
    width: 35px;
}

.activitie-list {
    margin-top: 35px;
}

.activitie-list .item {
    margin-bottom: 70px;
}

.activitie-list .pagination {
    margin-top: -10px;
    margin-bottom: 70px;
}

#winning-teachers {
    margin-bottom: 60px;
}

#winning-teachers .activitie-list .item {
    margin-bottom: 0px;
}

.curriculum-list .panel-group {
    border-top: 1px solid #d5d5d5;
}

.curriculum-list .panel-group .panel-heading {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.curriculum-list .panel-group-lists .panel-title a {
    padding: 30px;
    font-size: 14px;
}

.curriculum-list .panel-group-lists .panel:first-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.curriculum-list .panel-group-lists .panel {
    border: 1px solid #d5d5d5;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.curriculum-list .panel-group-lists .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d5d5d5;
    padding: 30px;
}

.curriculum-list .panel-body p:last-child {
    margin-bottom: 0;
}

/* footer-nav */
.footer-nav {
    width: 16.6%;
}

.footer-nav .nav-title {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-nav .nav-item {
    line-height: 1.6;
}

.footer-nav .nav-item a {
    color: inherit;
}

#home-events {
    margin-top: 140px;
    margin-bottom: 120px;
}

#home-video {
    margin-bottom: 68px;
}

#home-about {
    margin-bottom: 88px;
}

#home-advertiser-space {
    margin-bottom: 50px;
}

#footer-top {
    border-top: 1px solid #dadada;
    padding-top: 60px;
    margin-bottom: 50px;
}

#footer-bottom {
    padding: 60px 0;
}

#footer-bottom .title {
    font-size: 18px;
    font-weight: 500;
}

#footer-copyright {
    color: #ffffff;
    background-color: #424242;
    padding: 20px 0;
}

#about {
    margin-bottom: 40px;
}

#teachers-profile-wellcome {
    margin-bottom: 65px;
}

#pto-activities .pagination {
    margin-top: 0px;
    margin-bottom: 60px;
}

#gallery-top {
    margin-bottom: 75px;
}

#gallery .pagination {
    margin-top: 50px;
    margin-bottom: 60px;
}

#newsletter .news-list {
    margin-top: 60px;
}

#newsletter .pagination {
    margin-top: -10px;
    margin-bottom: 60px;
}

#registration-profile {
    margin-bottom: 110px;
}

#donation {
    margin-bottom: 100px;
}

#contact-info {
    margin-bottom: 65px;
}

#contact-feedback {
    margin-bottom: 110px;
}

#contact-feedback h4 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 500;
}

#contact-form .form-group {
    margin-bottom: 30px;
}

#contact-form .form-group label:first-child {
    display: none;
}

#contact-form .form-group .form-control {
    font-size: 14px;
    border-radius: 0;
    border: 2px solid #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;
}

#contact-form .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px
}

#calendar .fc-toolbar .fc-center h2 {
    font-size: 24px;
    color: #c32317;
}

#calendar .fc td, .fc th {
    background-color: #707070;
    color: #ffffff;
}

#calendar .fc-day-top {
    background-color: #d9d9d9;
    border-right-color: #f3f3f3;
}

#calendar .fc-day {
    background-color: #f3f3f3;
}

#calendar {
    margin-bottom: 45px;
}

#school-calendar .note .glyphicon {
    background-color: #955ba5;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

#school-calendar {
    margin-bottom: 60px;
}

#school-calendar-detail .date .month {
    background-color: #e8574f;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
    border-radius: 40px 40px 0 0;
}

#school-calendar-detail .date .day {
    background-color: #f8f9f9;
    font-size: 90px;
    line-height: 1.2;
    border-radius: 0 0 40px 40px;
    text-align: center;
}

#school-calendar-detail .date .day {
    background-color: #f8f9f9;
    font-size: 90px;
    line-height: 1.2;
    border-radius: 0 0 40px 40px;
    text-align: center;
}

#school-calendar-detail .event-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
}

#school-calendar-detail .event-content .meta {
    margin-bottom: 50px;
}

#school-calendar-detail .event-content h6 {
    font-weight: bold;
    margin: 0;
}

#school-calendar-detail .event-content .event-item {
    border-bottom: 1px solid #adadad;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#school-calendar-detail .event-content .event-item p:last-child {
    margin-bottom: 0;
}

#school-calendar-detail {
    margin-bottom: 100px;
}

#school-calendar-detail .heading-default {
    margin-bottom: 20px;
}

/* gallery modal */
.modal {
    z-index: 9998;
}

.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

#gallery-modal .modal-dialog {
    margin: 50px auto;
    z-index: 9999;
}

#gallery-modal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #eef5f8;
}

button.modal-close-btn {
    background-color: #FFC600;
    position: absolute;
    top: 0;
    right: -37px;
    display: inline-block;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 99;
    width: 37px;
    height: 37px;
    border: 0;
}

#gallery-modal button.gallery-modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 40px;
    font-weight: lighter;
}

#gallery-modal .modal-content .media {
}

#gallery-modal .modal-content .desc {
    padding: 20px;
    background-color: #eef5f8;
    height: 100%;
    vertical-align: top;
    word-wrap: break-word;
    text-align: left;
}

#gallery-modal .modal-content .desc h5 {
    margin-top: 10px;
}

#gallery-modal .modal-content .desc p {
    margin-bottom: 20px;
}

/*#gallery-modal .modal-content .desc p:last-child {*/
/*margin-bottom: 0;*/
/*}*/

#gallery-modal .modal-content .desc h3 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
}

#gallery-modal .modal-content .media iframe {
    width: 100%;
}

@media (min-width: 1440px) {
    .modal-lg {
        width: 1200px;
    }
}

#page-default {
    margin-bottom: 100px;
}

/* home page top banner */
#home-top-slider {
    background-color: #eeeeee;
}

#home-top-slider .swiper-container {
    width: 100%;
    max-height: 800px;
    overflow-y: visible;
}

#home-top-slider .bg-img {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#home-top-slider .swiper-pagination,
#winning-teachers .swiper-pagination {
    margin-top: 20px;
    width: 100%;
}

#home-top-slider .swiper-pagination-bullet,
#winning-teachers .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.1;
    filter: alpha(opacity=10);
    margin: 0 5px;
}

#home-top-slider .swiper-pagination-bullet-active,
#winning-teachers .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

#home-top-slider-slider .swiper-pagination-style-01,
#winning-teachers .swiper-pagination-style-01 {
    position: static;
    padding-top: 15px;
}

/* pagination */
.pagination > li > a, .pagination > li > span {
    color: #ffffff;
    background-color: #ccd1d9;
    border-color: #ccd1d9;
    border-radius: 50%;
    margin: 0 5px;
    width: 35px;
    height: 35px;
}

.pagination > li > a, .pagination > li > span {
    padding: 0;
    line-height: 35px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
    display: none;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
    transition: all 1s;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    display: block;
}

.account-panel {
    padding-top: 20px;
}

#account-regedit {
    margin-bottom: 60px;
}

.btn-box {
    padding: 20px 0;
}