﻿/*   
 * Template Name: College Green - Responsive Website Template for Education & Training
 * Version: 1.5
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/* ======= Base ======= */
html,
body {
  height: 100%;
}
body {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -250px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 200px;
  /* must be the same height as footer */
}
.footer {
  height: 200px;
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
p {
  color: #444;
  font-size: 13px;
  font-family:"microsoft YaHei";
}
a {
  color: #27c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #38e;
}
a:focus {
  text-decoration: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #c55555;
  color: #f0bebe;
  padding:0px 10px;
  margin:0px;
}
.btn-theme:hover {
  background: #a72f2f;
  color: #fff;
}
.btn-theme:active{
  background: #a71515;
  color: #fff;
}

.icon-logo{
    width: 136px; height: 50px;
	}
.logo_div{
	padding-left: 20px;
	padding-top: 24px;
	width: 140px;
	float: left;
	}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left:16px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  line-height: 1.5;
}

.text-highlight {
  color: #27435a;
}
.highlight-border {
  border-color: #1b876d;
}
.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
#topcontrol {
  background: #27c;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #158;
}
#topcontrol .iconfont {
  position: relative;
  top: 3px;
  font-size: 20px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.top-icons{
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	}
.top-icons a{
	width:48px;
	height:48px;
	margin:20px 10px;
	}
.top-icons a{
	line-height:48px;
	border-radius:50%;
	text-align:center;
	display: inline-block;
	}

.top-icons a .iconfont{
	font-size: 24px;
	}
.top-icons a:link, .top-icons a:visited{
	color: #648CBD;
	background-color: #1d304f;
    }
.top-icons a:hover{
	color:#fff;
	background-color:#3e5881;
    }
.news-item{
	margin: 0px 10px 20px 10px;
	}
.news-item p{
	line-height: 200%;
	font-size: 14px;
	color: #666;
	}

.news-item li {
	font-size: 14px;
	color: #666;
	font-family: "microsoft YaHei";
	padding-left:5px;
	line-height:200%;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #1b876d;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #3699ff;
	border-color: #3699ff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eef3f8;
  border-color: #a7c2d9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 16px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #1b876d;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f8fb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #a7c2d9;
  color: #365d7e;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f8fb;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #1b876d;
  color: #fff;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #1b876d;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}

.progress-bar-theme {
  background: #1b876d;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #f5f5f5;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #1b876d;
}
.box.box-dark {
  background: #444;
  color: #fff;
}
.box.box-theme {
  background: #1b876d;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
/* ======= Header ======= */
.header {
	background-image: url(../images/banner_bk.png);
}
.header .top-bar .search-form {
  padding: 10px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .header-main {
	padding: 0;
    position: relative;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.committee{
	padding:10px 22px 10px 0px;
	color:#f0bebe;
	}

.header .search-form {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 15px;
}
.header .search-form .form-control {
  width: 220px;
  height:36px;
  background: #c55555;
  border-color:#c55555;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
	border-radius: 20px 0px 0px 20px;
	border-right:none;
	box-shadow:none;
	color:#f0bebe;
}


.header .search-form .form-control:focus {
	background: #fff;
	border-color: #fff;
	color:#555;
  
}

.header .search-form .form-control::-moz-placeholder{color:#f0bebe;opacity:1}
.header .search-form .form-control:-ms-input-placeholder{color:#f0bebe}
.header .search-form .form-control::-webkit-input-placeholder{color:#f0bebe}

.header .search-form .form-control:focus::-moz-placeholder{color:#555;opacity:1}
.header .search-form .form-control:focus:-ms-input-placeholder{color:#888;}
.header .search-form .form-control:focus::-webkit-input-placeholder{color:#888;}

.header .search-form .form-control .fa:{color:#f0bebe;}
.header .search-form .form-control:focus .fa:{color:#f0bebe;}


.main-nav {
	margin-bottom: 0px;
}
.main-search{
	padding: 10px 20px;
	display: none;
	border-bottom: 1px dashed #dddddd;
}
header .navbar-toggle {
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -17px;
    padding-right: 5px;
	/*background-color: #1B876D;*/
}
header button{
  right: 9px;
}
header .icon-search{
  right: 30px;
  margin-top: -26px;
  cursor: pointer;
}
.navbar-nav{margin-bottom: 0px}
.navbar-toggle .icon-bar{
  background: white;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
	font-family: tw_cen_mt_condensedregular, "Tw Cen MT Condensed";
	z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
	color: #36b1eb;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-size: 20px;
}

.main-nav .nav .nav-item a:hover {
	color: #fff;
	background-color: #3e5881;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
	padding: 48px 30px 48px 30px;
	color: #fff;
	border-bottom: 4px solid #3699ff;
	background-color:#1d304f;
}

.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
	background: #3c5f98;
	color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 250px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #224680;
  padding: 15px 20px;
  font-size:18px;
}

.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #608fc9;
  color: #fff;
  padding-left: 35px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
.box_h30{
	height: 30px;
	background-color: #F6F6F5;
	display:block;
	clear:both;
	}

/* ======= Footer ======= */
.footer {
  background: #fff;
  color: #444;
}
.footer p {
  color: #444;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
	padding: 15px 0px 30px 0px;
	font-size: 12px;
	background-color: #f4f4f4;
}


.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}


.footer .bottom-bar {
	background: #212121;
}

.footer .bottom-bar .copyright {
	font-size: 12px;
	color: #999;
	line-height: 20px;
}

.footer .bottom-bar .copyright div{
	margin-left: 20px;
	float: left;
	display: inline-block;
	}

.footer .bottom-bar .copyright a:hover {
	color: #FF6666;
}

.focus-img{
	padding:0px 10px;
	}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.slider_div{
	padding:0px 5px;
		}

.notice_bk{
	margin:0px;
		}

.flexslider .flex-control-nav {
  bottom: -30px; /* -35*/
}
.flexslider .flex-control-paging li a {
  background: #ddd;
}
.flexslider .flex-control-paging li a:hover {
  background: #3699ff;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #3699ff;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width:100%;
	color: #fff;
	font-family: "microsoft YaHei", Helvetica, sans-serif;
}

.flexslider .slides .flex-caption .secondary {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-family:"microsoft YaHei";
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
  
}/* ======= Page ======= */
.page-wrapper .page-heading {
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.page-heading h1.heading-title {
	margin-top: 20px;
	display: inline-block;
	font-size: 24px;
	font-family: "microsoft YaHei";
	color: #27c;
}
.breadcrumbs {
	display: block;
	font-family: "microsoft YaHei";
	border-bottom: 1px dashed #eee;
	font-size:14px;
}
.breadcrumbs, .lm_banner {
	margin-left:10px;
}

.page-wrapper .breadcrumbs ul {
  margin: 0;
  display:block;
  padding: 0px 10px 10px 10px;
}
.page-wrapper .breadcrumbs ul li {
	color: #27c;
	float: left;
	list-style: none;
	display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0px 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
	color: #ff8787;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 0px;
}
.page-wrapper ul li .fa {
	margin-right: 5px;
	color: #27c;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
  font-family:"microsoft YaHei"
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
  font-family:"microsoft YaHei"
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
	margin-bottom: 20px;
	font-family: "microsoft YaHei";
	font-size: 14px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #a7c2d9;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #1b876d;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #1b876d;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  background-color:#fff;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #dddddd;
  -moz-box-shadow: 0px 0px 5px 0px #dddddd;
  box-shadow: 0px 0px 5px 0px #dddddd;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
	padding: 15px 25px;
	position: relative;
	text-align: left;
}
.desc .th4{
	border-bottom: 1px dashed #27c;
	padding: 8px 0px;
	margin-bottom: 15px;
	}
.desc .th4 .e_t{
	padding: 0px 5px;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Microsoft YaHei UI Light";
	
	}
.desc .th4 .e_t .name {
	color: #27c;
	font-size: 24px;
	padding-right: 20px;
}
.desc p {
	color: #888;
	font-size: 14px;
	line-height: 24px;
	font-family: "microsoft YaHei";
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */
.home-page h1.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #2f506c;
}
.home-page h1.section-heading .line {
  border-top: 2px solid #1b876d;
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
}
.home-page section {
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-page .section-content {
  padding: 15px;
  padding-top: 0;
}
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #1b876d;
}
.home-page .promo {
  margin-bottom: 30px;
}
.home-page .promo h1.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
  position: relative;
}
.home-page .news .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .news h2.title {
  font-size: 18px;
  margin-top: 0;
}
.home-page .news h2.title a {
  color: #444;
}
.home-page .news h2.title a:hover {
  color: #365d7e;
}
.home-page .news .news-item {
  padding-left: 115px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .news-item-2 {
  padding-left: 220px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .news-item-3 {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.home-page .events .section-content {
  min-height: 520px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #666;
}
.home-page .course-finder .course-finder-form {
  margin-bottom: 15px;
}
.home-page .course-finder .keywords {
  padding-left: 0;
}
.home-page .course-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links .fa {
  margin-right: 5px;
}
.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #1b876d;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #1b876d;
}
.home-page .testimonials .people .title {
  color: #999;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #E14B39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
#map {
  height: 300px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*Block Headline*/
.headline {
	display: block;
	margin: 15px 0;
	border-bottom: 1px dotted #666;
}

.headline h2 {
	font-size: 24px;
	color: #ccc;
	font-family: bebas_neue_regularregular, "Bebas Neue Regular";
}

.headline h2 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid;
	border-bottom-color: #27C;
}

#logo {
	display: block;
	float: left;
	padding: 0;
}


.bk_main{
	background-color: #fff;
	}
.subtitle_hxy{
	display: block;
	color: #666;
	border-bottom: 2px solid #27c;
	line-height: 32px;
	font-family: "microsoft YaHei";
	font-size: 16px;
	clear: both;
	}
.page-hxy{
	background-color:#fff;
	padding:10px 20px;
	margin-bottom:30px;
	}
.page-hxy .zhengwen{
	font-size: 14px;
	line-height: 200%;
	color: #666;
	padding: 10px 0px;
	}
	
.top_links div {
	width:100%;
	display:block;
	}
.top_links div a{
	line-height:50px;
	}
.label_list{
	padding:10px 20px;
	}
.pic_list{
	padding-bottom:20px;
	}	
.lmname{
	}
.lmname .container{
	color: #358BE4;
	font-size: 26px;
	padding: 20px 20px 0px 20px;
	font-family: bebas_neue_regularregular, "Bebas Neue Regular";
	}
.menu_p{
	background-color: #eee;
	border-bottom: 1px solid #358BE4;
	padding-top: 10px;
	}
.menu_p .container .name {
	font-family: bebas_neue_regularregular, "Bebas Neue Regular";
	font-size: 26px;
	color: #358BE4;
	display: block;
}
.menu_p .container a {
	}
.menu_p .container a {
	text-align: center;
	width: 25%;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_p .container a:link, .menu_p .container a:visited {
	color: #358BE4;
}
.menu_p .container a:hover {
	color: #fff;
	background-color: #358BE4;
}
.menu_p .container a:active {
	color: #fff;
	background:#358BE4;
}

.menu_p .container a.cur:link, .menu_p .container a.cur:visited {
	color: #fff;
	background-color:#358BE4;
}
.menu_p .container a:hover {
	color: #fff;
	background:#358BE4;
}
.menu_p .container{
	color: #FFF;
	padding: 0px 20px;
	}

.tab01{
	font-size: 12px;
	max-width:870px;
	}
.tab01 th{
	width:180px;
	}
.tab01 th{
	padding: 8px;
	color: #37c;
	border-bottom: 1px solid;
	border-bottom-color: #CCC;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	}
.tab01 td{
	padding: 8px;
	color: #444;
	border-bottom: 1px solid;
	border-bottom-color: #eee;
	font-family: Verdana, Geneva, sans-serif;
	}
.padd10 {
	padding: 0px 10px 10px 10px;
}
.note_t{
	font-size:18px;
	line-height:120%;
	padding-bottom:10px;
	display:block;
	}
.photos {
	padding:10px 0px;
	}
.photos .note {
	padding: 10px 0px;
	font-size: 16px;
	color: #666;
	display: block;
	}
.profile{
	font-size: 16px;
	line-height: 180%;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.profile .sub{
	font-family: bebas_neue_regularregular, "Bebas Neue Regular";
	font-size: 24px;
}
.profile p{
	font-size:16px;
	line-height:180%;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.profile ul{
	}
.profile li{
	list-style: disc;
	}
.profile a{
	text-decoration:underline;
}
.footer-list a{
	line-height: 36px;
	display: block;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	}
.footer-list a:link, .footer-list a:visited{
	color:#999;
	background-color:none;
	}
.footer-list a:hover{
	color:#3699ff;
	background-color:#444;
	}
.footer-list a:active{
	color:#27c;
	background-color:#222;
	}

/*ipad*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){
  .navbar-toggle{display: block}
  .nav-toggle{display: block}

}


@media (max-width: 479px) {

	nav.main-nav{
	border-bottom:hidden;
	}
.footer .bottom-bar .copyright div{
	float: none;
	display:block
	}
.slider_div{
	padding:0px;
	}	
}

@media (max-width: 769px) 
and (min-width : 480px)
{
.top_links {
	padding:0px 10px;
	display:block;
	}
.top_links div {
	width:50%;
	float:left;
	}
.top_links div a{
	line-height:60px;
	}
nav.main-nav{
	border-bottom:hidden;
	}
.row_s{
	margin:10px -10px;
	}
.slider_div{
	padding:5px;
	}	

}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 769px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  /*.logo {
    text-align: center;
  }*/
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 200px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 60px;
    height: 60px;
  }
  .home-page .news .news-item {
    padding-left: 75px;
  }
  .home-page .course-finder .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .course-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }

  .home-page .events .section-content {
    min-height: inherit;
  }
  .home-page .awards .carousel-control {
    top: 50px;
  }

  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: left;
    display: block;
	line-height:130%;
	color:#27c;
  }
  .page-wrapper .breadcrumbs {
    text-align: left;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }
  
.main-nav .nav .nav-item a {
	border-bottom: 1px solid #27c;
}
.bk_main{
	padding-top: 10px;
	}
.foot_r img{
	height:96px;
	width:96px;
	margin-top:10px;
	}
.myActivityBlock {
    padding:20px 20px;
}
.CGFBsBlock img{
    padding-bottom:15px;
}
.bottom_hxy{
	float:none;
	}
.glyHover .cirRight p{
	font-size:14px;
	}
.bannerimg{
	background-image:none;
	}

.top_links{
	margin:0px -15px;
	}
.main-nav .nav .nav-item.active > a {
	padding:12px;
	padding-left:35px;
	color: #fff;
	border-bottom: 2px solid #3699ff;
	background-color:#1d304f;
}
.main-nav .nav .nav-item a {
	padding:12px;
	padding-left:35px;
	border-bottom:1px solid #0e203b;
	background-color:#112641;
	
}
.main-nav .nav .nav-item .dropdown-menu a {
  padding: 15px 20px 15px 45px;
}
.slider_mobile{
		display:block;
	}
		
.slider_pc{
		display:none;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .body {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
.footer-list{
	}
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }

  .bk_main{
	padding-top: 10px
	}
.myActivityBlock {
	padding:20px 25px;
	}
.bottom_hxy{
	float:left;
	}

.header-main{
	height:120px;
	}
.bannerimg{
	background-image:url(../images/banner_big.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
.bannerimg img{
	display:none;
	}
.bk_main{
	padding-top: 5px;
	}
.icon-logo{
    width: 175px; height: 64px;
	}
.logo_div{
	padding-left: 40px;
	padding-top: 34px;
	width: 250px;
	float: left;
	}
.top-icons a{
	width:48px;
	height:48px;
	margin:32px 8px;
	}
.top-icons{
	margin-right: 15px;
	margin-left: 15px;
	}

.pic_list{
	padding-bottom:30px;
	}		
}
 /* ipad横屏 */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.notice_bk{
	margin:0px 5px 0px -5px;
	}
.lm_banner{
	margin-left:20px;
	margin-right:50px;
	}

}
 /* ipad竖屏 */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.notice_bk{
	margin:0px 5px;
	}
	.main_news {
	margin:0px -5px;
	}
.lm_title{
	margin:0px 5px;
	}
	 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 298px;
  }
  .home-page .events .section-content {
    min-height: 520px;
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  

  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 13px;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: -250px; 
	/*  equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 250px;
    /* must be the same height as footer */
  }
  .footer {
    height: 250px;
    /* must be the same height as footer */
  }

  .bk_main{
	padding-top: 10px;
	}
	.myActivityBlock {
	padding:20px 30px;
	height:400px;
}
.bottom_hxy{
	float:left;
	}
	
.header-main{
	height:120px;
	}
.bannerimg{
	background-image:url(../images/banner_big.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
.bannerimg img{
	display:none;
	}
.bk_main{
	padding-top: 50px
	}
.bk_main2{
	padding-top: 30px
	}
.top_links{
	margin:0px -5px 10px -5px;
	}
.top_links div{
	width:50%;
	float:left;
	}
.top_links a{
	line-height:60px;
	}
.top_links div a{
	line-height:60px;
	}
.row_s{
	margin:0px -10px;
	}
.slider_mobile{
		display:none;
	}
		
.slider_pc{
		display:inherit;
	}
.note_t{
	font-size:24px;	
	}}

@media (min-width: 1024px) {
  .home-page .course-finder .keywords input {
    width: 255px;
  }
  .main-nav .nav .nav-item a {
	padding: 48px 30px 52px 30px;
	}
  .main-nav .container{
	  padding-left:0px;
	  } 


}
@media (min-width: 1025px) {
.top_links{
	margin: 0px -10px 10px -10px;
	}	
.row_s{
	margin:0px -10px;
	}
.slider_div{
	padding:0px;
	}
.notice_bk{
	margin:0px;
	min-height:439px;
	}
.breadcrumbs {
	margin-left:20px;
	padding-bottom:15px;
}
.lm_banner{
	margin-left:20px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-page .course-finder .keywords input {
    width: 255px;
  }
.main-nav .nav .nav-item a {
	padding: 48px 30px 52px 30px;
	
}
  .main-nav .container{
	  padding-left:25px;
	  }
.row_s{
	margin:0px -5px;
	}	
}
@media (min-width:769px){
  a.nav-toggle{
	display:none;
	}
}
@media (min-width:321px){

.tab01{
	font-size: 14px;
	}
.tab01 th{
	width:220px;
	}
}
