﻿
body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.8;
}
/********loading********/
#loading {
  background: #f0f0e1;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#loading .loapic {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
}
#loading .loapic div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
}
#loading .loapic div:nth-child(1) {
  -webkit-animation: bounce 1s infinite;
  -webkit-animation-delay: 0.1s;
  background: #009dc6;
}
#loading .loapic div:nth-child(2) {
  -webkit-animation: bounce 1s infinite;
  -webkit-animation-delay: 0.3s;
  background: #e8b440;
}
#loading .loapic div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  background: #b62327;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
/********top banner********/
.header {
  width: 100%;
  display: block;
  padding: 20px 0 0px;
}
/********Advertisement********/
.banner {
  background: #07176d;
}
@media only screen and (max-width: 780px) {
  .banner {
    margin-top: 33px;
  }
}
/********Intermediate area********/
.main {
  padding: 10px 0 20px;
  min-height: 500px;
  word-wrap: break-word;
}
body.index .main {
  min-height: auto;
}

/********Main area********/
.ct_main {
  word-wrap: break-word;
}

/********Bread crumbs********/
.breadcrumb {
  background: transparent;
  text-align: right;
  font-size: 13px;
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 780px) {
  .breadcrumb {
    text-align: left;
  }
}
/********Page********/

.pagination > li > a,
.pagination > li > span {
  color: #823f35;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #823f35;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #823f35;
  border-color: #52251f;
}
.pager li > a,
.pager li > span {
  color: #823f35;
}

/********Title********/
.heading {
  color: #823f35;
  padding-bottom: 5px;
  border-bottom: 1px solid #823f35;
  margin-bottom: 20px;
}
.heading h3 {
  font-size: 18px;
  padding-left: 0;
}
.heading .h5 {
  padding-top: 15px;
  padding-right: 0;
}

/********Title end********/

/********Inner page main title********/
.main_title {
  padding-bottom: 10px;
}

/********Sidebar menu********/
.sidebar {
  padding-top: 10px;
}
@media only screen and (max-width: 780px) {
  .sidebar {
    padding-bottom: 10px;
  }
}
.menu_container a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;
  line-height: 30px;
}
.menu_container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.menu_container ul li.current-menu-item {
}
.menu_container > ul > li {
  display: block;
  float: none;
  border-bottom: 1px solid #eee;
}
.menu_container > ul > li a {
  padding: 10px 20px;
  display: block;
}
.menu_container > ul > li.active > a {
  background: #f39b1d;
  color: #fff;
}
.menu_container > ul > li > a:hover {
  background: #f39b1d;
  color: #fff;
}
.menu_container > ul > li > a i {
  float: right;
}
.menu_container > ul > li > ul {
  background-color: #fff;
  display: none;
  width: 100%;
}
.menu_container > ul > li > ul > li {
  border-bottom: 1px solid #eee;
}
.menu_container > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.menu_container > ul > li > ul > li a {
  color: #666;
}
.menu_container > ul > li > ul > li a:hover {
  color: #f39b1d;
}
.menu_container > ul > li > ul > li a.active {
  color: #f39b1d;
}
.menu_container > ul > li > ul > li > ul {
  display: none;
  width: 100%;
  padding-left: 20px;
}
.responsive_menu select {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  line-height: 1.42857;
  vertical-align: middle;
}
.responsive_menu option {
  color: #333;
  font-size: 15px;
}
.nofull select {
  width: auto;
}
.nofull label {
  float: left;
  line-height: 36px;
  font-weight: 800;
  font-size: 12px;
}
/******Sidebar menu end******/

/********Upcoming Events********/
/****index****/
.new_list li {
  padding: 8px 0 9px;
  border-bottom: 1px solid #eee;
}
.new_list li::before {
  content: "●";
  color: #f2a744;
  font-size: 16px;
  padding-right: 5px;
}
/********Activity highlights********/
.ind_activity{
}
.ind_activity_img{
    width: 262px;
    height: 180px;
    display:block;
    overflow: hidden;
    margin: auto
}
.ind_activity_img img{
    display:block;
    width:100%;
}
/********inner page start********/

/********album********/
.book_list {
}
.book_list ul {
  padding: 0;
  margin: 0;
}
.book_list li {
  width: 19.5%;
  display: inline-block;
  padding: 5px 1%;
  text-align: center;
}
.book_list .imggroup {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: block;
  background-color: #cccccc;
}
.book_list .imggroup img {
  width: 100%;
}
.book_list li .caption,
.book_list li .caption h3 {
  overflow: hidden;
  word-wrap: break-word;
}
.book_list li .caption {
  max-height: 76px;
}
.book_list li .caption h3 {
  font-size: 14px;
  max-height: 20px;
  margin-top: 5px;
}
.book_list li .caption p {
  font-size: 12px;
}
@media only screen and (max-width: 780px) {
  .book_list ul {
    text-align: center;
  }
  .book_list li {
    width: 48.5%;
    display: inline-block;
    padding: 5px 1%;
  }
}

/********all list********/
.glist .thumbnail {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.glist .thumbnail:hover,
.glist .thumbnail:focus {
  border: 1px solid #f2a744;
  text-decoration: none;
}
.glist .caption .title {
  font-size: 16px;
}
.glist .thumbnail:hover .title {
  color: #823f35;
}
.glist .caption .mast {
  font-size: 14px;
  color: #666;
}
@media only screen and (max-width: 780px) {
  .glist img {
    min-width: 100%;
  }
}
/********Upcoming Events********/
.news .title,
.news .mast {
  overflow: hidden;
}
.news .sort {
  width: 100%;
  height: 70px;
  background: #ddd;
  color: #333;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news .thumbnail:hover .sort {
  color: #fff;
}
.news .title {
  height: 45px;
}
.news .mast {
  height: 60px;
  margin-bottom: 5px;
}
.news .other {
  font-size: 13px;
  border-top: 1px solid #ddd;
  color: #888;
  padding-top: 10px;
  margin: 0 -5px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
/********Sliding********/
.news .thumbnail:hover .other {
  border-top-color: #f2a744;
}
/********activity********/
.reading .mast,
.reading .link {
  overflow: hidden;
}
.reading .mast {
  height: 60px;
  margin-bottom: 0;
}
.reading a {
  text-decoration: none;
}
.reading .link {
  height: 20px;
  color: #f2a744;
  margin-bottom: 10px;
}
.reading .link {
  text-decoration: underline;
}
/********album********/
.activities .title,
.activities .mast {
  overflow: hidden;
}
.activities .title {
  min-height: 18px;
}
.activities .mast {
  height: 60px;
  margin-bottom: 5px;
}
.activities .imggroup {
  width: 100%;
  height: 165px;
  overflow: hidden;
  display: block;
}
.activities .imggroup img {
  width: 100%;
}

/********Bouncing photo********/
.lightbox .modal-content {
  position: relative;
}
.lightbox .modal-content img {
  width: 100%;
}
.lightbox .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 25);
  padding: 5px 8px;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: -10px;
  right: -15px;
  z-index: 1032;
}
.lightbox .modal-footer {
  text-align: left !important;
}
@media only screen and (max-width: 780px) {
  .lightbox .close {
    top: -5px;
    right: -5px;
  }
}

/********related resources********/
.resources .panel-heading {
  height: 45px;
  display: block;
  overflow: hidden;
}
.resources .panel-body a {
  height: 30px;
  display: block;
  overflow: hidden;
}

/********Information below********/
.footer {
  padding: 0px 0;
  background: #4ea6f0;			/*f2a744*/
  color: #fff;
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .footer span {
    display: block;
  }
}

/*******All shared labels*******/

/*******display hidden*******/
/***hidden***/
.hide {
  display: none;
}
/***display***/
.show {
  display: block;
}
@media (max-width: 768px) {
  .hide.hs-xs {
    display: block !important;
  }
  .show.hs-xs {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hide.hs-sm {
    display: block !important;
  }
  .show.hs-sm {
    display: none !important;
  }
}

.lin_b {
  border-bottom: 1px solid #eee;
}
/****inner distance****/
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
/****external distance****/
.mt0 {
  margin-top: 0;
}

@media only screen and (max-width: 780px) {
  .r_tal {
    text-align: left;
  }
}
