body {
  font-family: "Microsoft Yahei",'Source Sans Pro', sans-serif;
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300 }
*,
*:focus {
	outline: none !important;
	min-width: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
a { color: #2d2d2d }
a:hover,
a:focus {
  color: #0c86b6;
  text-decoration: none;
}
.hiding { opacity: 0 }
.showing { opacity: 1 }
.img-rounded {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.btn {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;
}
.btn-blue {
  color: #fff;
  background-color: #0093cf;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-green {
  color: #fff;
  background-color: #71be3c;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #2a3940;
}
.loader {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(../img/fading-line.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#navbar-top { min-height: 50px }
.navbar-default {
  margin-bottom: 0;
  background-color: #ffffff;
  border-top: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar-default .navbar-brand {
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #FF7300;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #333 }
.navbar-default.affix {
  top: 0;
  z-index: 99;
  width: 100%;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.page { overflow: hidden }
.page .content { padding: 60px 0 }
.page .content.cover { padding: 240px 0 }
.page .heading h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.page .border {
  width: 150px;
  height: 2px;
  margin: 0 auto;
  background-color: #71be3c;
}
.page .heading p { margin: 20px auto 0 }
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
#home {
  padding: 0;
  color: #fff;
  background-image: url(../img/public/02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#home h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
}
#home a { margin: 0 5px }
#home h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
#aboutus {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}
#services .service i { margin-top: 60px }
#services .service:hover i { color: #71be3c }
#work .heading p { margin-bottom: 60px }
#portfolio { width: 100% }
#portfolio .filters { margin-bottom: 20px }
#portfolio .filters li a {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .filters li a:hover,
#portfolio .filters li a:focus { color: #333 }
#portfolio .filters li a.active { color: #0093cf }
#portfolio .items { margin-bottom: 0 }
#portfolio .items li {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
}
#portfolio .items li a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#portfolio .items li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
  opacity: 0;
}
#portfolio .items li a .overlay span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
#portfolio .items li a:hover .overlay { opacity: 1 }
#portfolio .items li a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#clients {
  color: #fff;
  background-color: #ff7300;
}
#testimonials .item { margin-bottom: 30px }
#testimonials .quote {
  padding: 0 90px;
  font-size: 16px;
}
#testimonials .quote:before {
  margin-right: 10px;
  font-family: fontawesome;
  content: '\f10d';
}
#testimonials .client { color: #ccc }
#testimonials .carousel-indicators li {
  width: 9px;
  height: 9px;
  border-color: #a6a6a6;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
       -o-transition: all 0.25s linear;
          transition: all 0.25s linear;
}
#testimonials .carousel-indicators li:hover,
#testimonials .carousel-indicators li:focus { border-color: #fff }
#testimonials .carousel-indicators .active {
  width: 9px;
  height: 9px;
  margin: 1px;
  background-color: #71be3c;
  border-color: #fff;
}
#testimonials .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
#testimonials .carousel-control {
  top: 15%;
  width: 0%;
  display: none;
  font-size: 40px;
  background-image: none;
  text-shadow: none;
}
#about .content { padding-bottom: 0 }
#about .teammate { 
  margin-top: 60px; 
  margin-bottom: 60px; 
}
#about .teammate .bio { padding-top: 10px }
#about .teammate .profile-photo {
  overflow: hidden
}     
#about .teammate .profile-photo img {
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
#about .teammate:hover .profile-photo img,
#about .teammate:focus .profile-photo img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#about .teammate .bio .border {
  height: 1px;
  margin: 15px auto;
}
#about .teammate .bio ul {
  margin-bottom: 0;
  font-size: 16px;
}
#about .teammate .bio a { color: #666 }
#about .teammate .bio a:hover,
#about .teammate .bio a:focus { color: #222 }
#about .twitter {
  padding: 20px 0;
  background-color: #f5f5f5;
  border-top: solid 1px #e7e7e7;
}
#about .twitter p { margin-bottom: 0 }
#about .twitter i {
  margin-bottom: 10px;
  color: #00aced;
}
#smallclass {
  background: url(../img/courses/college_01smallclass.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#smallclass,
#smallclass a,
#smallclass a:hover,
#smallclass a:focus { color: #fff }
#smallclass .heading .border { background-color: #fff }
#smallclass a { display: block }
#smallclass i { margin: 60px 0 15px 
}
#teacher {
  background: url(../img/courses/college_02teacher.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#teacher,
#teacher a,
#teacher a:hover,
#teacher a:focus { color: #fff }
#teacher .heading .border { background-color: #fff }
#teacher a { display: block }
#teacher i { margin: 60px 0 15px 
}
#alumni {
  background: url(../img/courses/college_03alumni.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#alumni,
#alumni a,
#alumni a:hover,
#alumni a:focus { color: #fff }
#alumni .heading .border { background-color: #fff }
#alumni a { display: block }
#alumni i { margin: 60px 0 15px 
}
#textbook {
  background: url(../img/courses/college_04textbook.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#textbook,
#textbook a,
#textbook a:hover,
#textbook a:focus { color: #fff }
#textbook .heading .border { background-color: #fff }
#textbook a { display: block }
#textbook i { margin: 60px 0 15px 
}
#management {
  background: url(../img/courses/college_05management.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#management,
#management a,
#management a:hover,
#management a:focus { color: #fff }
#management .heading .border { background-color: #fff }
#management a { display: block }
#management i { margin: 60px 0 15px 
}
#activities {
  background: url(../img/courses/college_06activities.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#activities,
#activities a,
#activities a:hover,
#activities a:focus { color: #fff }
#activities .heading .border { background-color: #fff }
#activities a { display: block }
#activities i { margin: 60px 0 15px 
}
#training {
  background: url(../img/courses/college_07training.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#training,
#training a,
#training a:hover,
#training a:focus { color: #fff }
#training .heading .border { background-color: #fff }
#training a { display: block }
#training i { margin: 60px 0 15px 
}
#special {
  background: url(../img/courses/college_08special.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#special,
#special a,
#special a:hover,
#special a:focus { color: #fff }
#special .heading .border { background-color: #fff }
#special a { display: block }
#special i { margin: 60px 0 15px 
}
#cssl {
  background: url(../img/courses/college_01cssl.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#cssl,
#cssl a,
#cssl a:hover,
#cssl a:focus { color: #fff }
#cssl .heading .border { background-color: #fff }
#cssl a { display: block }
#cssl i { margin: 60px 0 15px 
}
#others {
  background: url(../img/courses/college_02others.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#others,
#others a,
#others a:hover,
#others a:focus { color: #fff }
#others .heading .border { background-color: #fff }
#others a { display: block }
#others i { margin: 60px 0 15px 
}
#deafenglish {
  background: url(../img/courses/college_03deafenglish.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#deafenglish,
#deafenglish a,
#deafenglish a:hover,
#deafenglish a:focus { color: #fff }
#deafenglish .heading .border { background-color: #fff }
#deafenglish a { display: block }
#deafenglish i { margin: 60px 0 15px 
}
#joy {
  background: url(../img/courses/college_04joy.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#joy,
#joy a,
#joy a:hover,
#joy a:focus { color: #fff }
#joy .heading .border { background-color: #fff }
#joy a { display: block }
#joy i { margin: 60px 0 15px 
}
#interpreter {
  background: url(../img/courses/college_05interpreter.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#interpreter,
#interpreter a,
#interpreter a:hover,
#interpreter a:focus { color: #fff }
#interpreter .heading .border { background-color: #fff }
#interpreter a { display: block }
#interpreter i { margin: 60px 0 15px 

}
#aboard {
  background: url(../img/courses/college_06aboard.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0; 
}
#aboard,
#aboard a,
#aboard a:hover,
#aboard a:focus { color: #fff }
#aboard .heading .border { background-color: #fff }
#aboard a { display: block }
#aboard i { margin: 60px 0 15px 

}
#ways {
  background: url(../img/courses/college_01ways.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#ways,
#ways a,
#ways a:hover,
#ways a:focus { color: #fff }
#ways .heading .border { background-color: #fff }
#ways a { display: block }
#ways i { margin: 60px 0 15px 

}
#enroll {
  background: url(../img/courses/college_02enroll.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
#enroll,
#enroll a,
#enroll a:hover,
#enroll a:focus { color: #fff }
#enroll .heading .border { background-color: #fff }
#enroll a { display: block }
#enroll i { margin: 60px 0 15px 
}
#contact {
  background: url(../img/cover/contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#contact,
#contact a,
#contact a:hover,
#contact a:focus { color: #fff }
#contact .heading .border { background-color: #fff }
#contact a { display: block }
#contact i { margin: 60px 0 15px }
#footer {
  padding: 40px 0;
  color: #ccc;
  text-align: center;
  background-color: #ff7300;
}
#footer a,
#footer a:hover,
#footer a:focus { color: #fff }
#footer .social { margin-bottom: 20px }
#footer .social li .facebook:hover,
#footer .social li .facebook:focus { color: #3b5998 }
#footer .social li .twitter:hover,
#footer .social li .twitter:focus { color: #00aced }
#footer .social li .google-plus:hover,
#footer .social li .google-plus:focus { color: #d34836 }
#footer .social li .dribbble:hover,
#footer .social li .dribbble:focus { color: #ea4c89 }
#footer .copyright { margin-bottom: 0 }
/* Responsive style */
@media screen and (max-width: 1024px) { 
  #testimonials .carousel-control { display: block }
}
@media screen and (max-width: 991px) { 
  #portfolio .items li { width: 50% }
  #testimonials .quote { padding: 0 70px }
}
@media (max-width: 767px) { 
  .page .content.cover { padding: 160px 0 }
  #testimonials .quote { padding: 0 50px }
  #testimonials .carousel-control.right { right: 10px }
}
@media (max-width: 480px) { 
  .page .content.cover { padding: 80px 0 }
  #portfolio .items li { width: 100% }
  #testimonials .quote { padding: 0 30px }
}
@media only screen and (max-width: 735px) {
compare.built.css:1
.section-models.us-height-fix-20131114 .section-content {
    height: 560px;
}
@media only screen and (max-width: 735px){
compare.built.css:1
.section-models .section-content {
    width: 2832px;
    max-width: none;
    height: 485px;
    white-space: nowrap;
    position: absolute;
    font-size: 0;
}
@media only screen and (max-width: 1068px){
compare.built.css:1
.section-models .section-content {
    width: 692px;
}
@media only screen and (max-width: 735px){
compare.built.css:1
.section-content, .section-header {
    width: 90%;
}
@media only screen and (max-width: 1068px){
compare.built.css:1
.section-content, .section-header {
    width: 692px;
}
compare.built.css:1
.section-content, .section-header {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
