/*

OneTel Template

http://www.templatemo.com/free-website-templates/468-onetel

*/


@media (min-width: 768px) {
  .banner_container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .banner_container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .banner_container {
    width: 1000px;
  }
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

/* heading section */
/*h1,h2,h3,h4 {  
  color: #888;
  font-weight: bold;
}



h1,h2 {
  font-size: 31px;
}
*/
/* images retina */
/*img {
  max-width: 100%;
  height: auto;
}

p{
	font-size:18px;
}
*/
ul{
	font-size:18px;
}

/* button section */
.btn {
  background: transparent;
  border: 2px solid #009988;	 /*ori #fff*/
  border-radius: 0px;
  box-shadow: none;
  color: #009988;       /*ori #fff*/
  padding: 12px 18px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.4s ease-in;
}

.btn:hover {
  background: #009988;
  border-color: transparent;
}

.email {
	margin-top: 10px;
	padding: 8px 12px;
}

/* navigation */

.navbar-default {				/*	menu backgourd color		*/
    background: #336699;   		/* #409BA5 */
    border: 1px;
	border-color:#ABA796;   /* #666666*/
    border-left: 6px solid #ABA796; /* #666*/
    padding-left: 10px;
    padding-right: 20px;
    margin: 0 !important;
    position: relative;
    top: 20px;
  }
.navbar-default .navbar-brand {
    font-size: 40px;
    line-height: 40px;
    padding-top: 4px;
   }
.navbar-default .navbar-brand2 {
  	color: #eee;
    font-size: 14px;
    line-height: 70px;
    margin-top: 50px;
    padding-left: 20px;
   }
   
.navbar-default .navbar-brand3 {
  	color: #E3DFC6;
    font-size: 14px;
    line-height: 70px;
    margin-top: 50px;
    padding-left: 20px;
   }
   
.navbar-default .navbar-nav li a {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.4s ease-in;
 }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffa500;  /*FFCC00*/
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	color: #ffa500;
  	background-color: transparent;
}
.navbar-default .navbar-toggle {
  	background: #d54ab6;
  	border-radius: 0px;
   	border: none;
   	margin-top: 20px;
   	margin-bottom: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent 
}

.active {
	background: #ABA796; /* #888 */
}


.navbar-course_default {				/*	course.hmtl  menu backgourd color		*/
    background: #b3ad8d;   		/* #409BA5 #336699*/
    border: 1px;
	border-color:#ABA796;   /* #666666*/
    border-left: 6px solid #ABA796; /* #666*/
    padding-right: 20px;
    margin: 0 !important;
    position: relative;
    top: 20px;
}
.navbar-course_default .navbar-brand {
    font-size: 40px;
    line-height: 40px;
    padding-top: 4px;
   }
.navbar-course_default .navbar-brand2 {
  	color: #eee;
    font-size: 14px;
    line-height: 70px;
    margin-top: 50px;
    padding-left: 20px;
   }
.navbar-course_default .navbar-brand3 {
  	color: #E3DFC6;
    font-size: 14px;
    line-height: 70px;
    margin-top: 50px;
    padding-left: 20px;
   }
.navbar-course_default .navbar-nav li a {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.4s ease-in;
 }
.navbar-course_default .navbar-nav > li > a:hover,
.navbar-course_default .navbar-nav > li > a:focus {
  color: #ffa500;  /*FFCC00*/
}
.navbar-course_default .navbar-nav > .active > a,
.navbar-course_default .navbar-nav > .active > a:hover,
.navbar-course_default .navbar-nav > .active > a:focus {
  	color: #ffa500;
  	background-color: transparent;
}
.navbar-course_default .navbar-toggle {
  	background: #d54ab6;
  	border-radius: 0px;
   	border: none;
   	margin-top: 20px;
   	margin-bottom: 30px;
}
.navbar-course_default .navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
}
.navbar-course_default .navbar-toggle:hover,
.navbar-course_default .navbar-toggle:focus { 
  background-color: transparent 
}



/* home section */
#home {
  background: url('../images/home-bg.jpg') no-repeat;
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 100px;
  cursor:pointer;
}
#course_bg {
  background: url('../images/course-bg.jpg') no-repeat;
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 100px;
  cursor:pointer;
}
@media (max-width:768px){
	#home {
	  background: url('../images/home-bg.jpg') no-repeat;
	  background-size: cover;
	  background-position: right;
	  min-height: 500px;
	  padding-top: 180px;
	  padding-bottom: 100px;
	  cursor:pointer;
	}
	#course_bg {
	  background: url('../images/course-bg.jpg') left top no-repeat;
	  background-size: cover;
	  min-height: 500px;
	  padding-top: 180px;
	  padding-bottom: 100px;
	  cursor:pointer;
	}	
}
@media (min-width:768px){
	#home {
	  background: url('../images/home-bg.jpg') no-repeat;
	  background-size: cover;
	  background-position: left;
	  min-height: 500px;
	  padding-top: 180px;
	  padding-bottom: 100px;
	  cursor:pointer;
	}
	#course_bg {
	  background: url('../images/course-bg.jpg') center no-repeat;
	  background-size: cover;
	  background-position: center;
	  min-height: 500px;
	  padding-top: 180px;
	  padding-bottom: 100px;
	  cursor:pointer;
	}	
}
@media (min-width:992px){
	#home {
	  background: url('../images/home-bg.jpg') no-repeat;
	  background-size: cover;
	  background-position: center;
	  min-height: 500px;
	  padding-top: 180px;
	  padding-bottom: 100px;
	  cursor:pointer;
	}
	#course_bg {
	  background: url('../images/course-bg.jpg') center no-repeat;
	  background-size: cover;
	  min-height: 500px;
	  padding-top: 180px;
	  padding-bottom: 100px;
	  cursor:pointer;
	}	

}
@media (min-width:1200px){
	#home {
	  background: url('../images/home-bg.jpg') no-repeat;
	  background-size: cover;
	  background-position: center;
	  min-height: 500px;
	  padding-top: 180px;
	  padding-bottom: 100px;
	  cursor:pointer;
	}
	#course_bg {
	  background: url('../images/course-bg.jpg') center no-repeat;
	  background-size: cover;
	  min-height: 500px;
	  padding-top: 180px;
	  padding-bottom: 100px;
	  cursor:pointer;
	}	
}


/*#home h1,
#home h3 {
  line-height: 30px;
  font-size: 40px;
}*/

/* divider section */
/*.divider {
  color: #fff;
  text-align: center;
}
*/
/*.divider .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
}*/
.divider .divider-wrapper {
	padding: 40px 20px 40px 20px;
	position: relative;
	bottom: 40px;
	transition: all 0.4s ease-in;
	background-color: #409BA5;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .divider-one {  /*台灣升學優勢 background color*/
  /* background: #c14000; */
  background: #409ba5;
  opacity: 0.95;
  filter: Alpha(Opacity=100);
}
.divider .divider-two {	/* 個人申請*/
  /*background: #009988;*/
  background: #D3CCA5;
 /* background: #c14000;*/
  opacity: 0.95;
  filter: Alpha(Opacity=100);
}
.divider .divider-three { /*重要資訊*/
  /* background: #ffa500; */
  background: #409ba5;
  opacity: 0.95;
  filter: Alpha(Opacity=100);
}
/* important html section */
#important-header {
  background: url('../images/important-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}


/* advantage html section */
#advantage-header {
  background: url('../images/adv-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}


#adv_link a, footer a:visited {
  font-size: 14px;
  color: #999;
}
#adv_link a:hover {
  color: #fff;
  text-decoration: none;
}



/* travel section */
#travel-header {
  background: url('../images/travel-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}

/* sharing section */
#sharing-header {
  background: url('../images/sharing-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}

/* about section */
#about-header {
  background: url('../images/about-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#about {
  padding-top: 60px;
}
#about .banner_container {
  background: #bbbbbb;
}
#about .col-md-6 {
  padding: 0;
  margin: 0;
}
#about .about-des {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}
#about .btn {
  margin-top: 30px;
}





/* team section  in  advantage html*/
#team {
  padding-top: 60px;
  padding-bottom: 80px;
}

#team .adv{
	text-align: center;
}

#team h2 {
  padding-bottom: 30px;
  text-align: center;
}
#team h3 {
  padding-bottom: 10px;
}
#team h4 {
   color: #409ba5;   /* ori color: #d54ab6; */ 
}
#team .team-wrapper {
  border: 1px solid #999;
  padding: 20px;
}
#team .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
#team img {
  opacity: 0.8;
}
#team hr {
  border-color: #303030;
  margin-top: 80px;
  margin-bottom: 80px;
}
#team strong {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 10px;
}
#team .progress {
  border-radius: 0px;
  height: 4px;
}
#team .adv-wrapper {             /*  advantage html  boxex   */
  padding: 30px;			/* ori  20px*/ 
}
#team .info-wrapper {             /*  important html  boxex   */
  padding: 20px;
}
#team .adv_box1{				 /*  advantage html ( culture ) boxes   */
  background: #D3CCA5;
  opacity: 0.95;
  filter: Alpha(Opacity=100);
  color:#826D44;  
}
#team .adv_point{				 /*  advantage html ( culture ) boxes   */
  text-align:left; 
}


/* portfolio section */
#portfolio-header {
  background: url('../images/portfolio-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#portfolio {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  }
#portfolio h2 {
  padding-bottom: 20px;
}
#portfolio .col-md-4,
#portfolio .col-md-3 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
#portfolio img:hover {
  opacity: 1;
}
#portfolio .btn {
  margin-top: 30px;
}

/* contact section */
#contact-header {
  background: url('../images/contact-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
#contact h2 {
  text-align: center;
  padding-bottom: 30px;
}
#contact .form-control {
  background: #cccccc;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.4s ease-in;
  color: #fff;
}
#contact .form-control:focus {
  background: #aaaaaa;
}
#contact input {
  height: 53px;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #009988;
}
#map-canvas{
    border: none;
    width: 100%;
    height: 300px;
}
#contact_content p{
	color:#808080;
}

/* footer section */
footer {
  background: #D3CCA5;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .fa {
	font-size: 18px;
	margin-right: 10px;
	padding: 5px;
}
footer h3 {
  padding-bottom: 10px;
}
footer .newsletter p {
	padding-bottom: 10px;
	color: #808080;
}
footer .form-control { /* email address_subscribe box */
  background: transparent;
  border: 2px solid #009988;   /* #fff  */
  border-radius: 0px;
  padding-bottom: 10px;
}

footer .form-control:focus,
footer .form-control:hover {	/*email address_subscribe box */
	color: #fff;
  	background: #009988;  /*ori #806040*/
  	border-color: transparent;
}
footer .input-group-addon {
  background: #fff;
}
footer a, footer a:visited {
  font-size: 14px;
  color: #999;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* copyright section */
.copyright {
	margin: 10px 0px;
}
.copyright p {
  padding-top: 20px;
}
.social-icons {
  padding: 0px;
  margin: 0px;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  background: #303030;
  margin: 10px 0px 0px 0px;  /*ori  10px 0px 0px 0px; */
}
.social-icons li a {
  color: #909090;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.4s ease-in;
  
}
.social-icons li a:hover {
  background: #409BA5;		/*ori #d54ab6;*/
  color: #fff;
}

/* media 960 */
@media ( max-width: 980px ) {
  .divider .divider-wrapper {
    margin-bottom: 20px;
  }
  #about .about-des {
    padding-bottom: 40px;
  }
  #team .team-wrapper {
    margin-bottom: 40px;
  }
  #team .team-fee {
    margin-bottom: 80px;
  }
  #contact h3 {
    padding-top: 20px;
  }
  #contact .btn {
    margin-bottom: 20px;
  }
  footer h3 {
    padding-top: 30px;
  }
}


@media (min-width:1099px){.banner_container{width:750px}}



@media (min-width:1099px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}
@media (min-width:1099px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}
@media (min-width:1099px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}

@media (min-width:1099px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}
@media (min-width:1099px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}
@media (min-width:1099px){.navbar{border-radius:4px}}@media (min-width:1099px){.navbar-header{float:left}}
@media (min-width:1099px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}
@media (min-width:1099px){.banner_container-fluid>.navbar-collapse,.banner_container-fluid>.navbar-header,.banner_container>.navbar-collapse,.banner_container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:1099px){.navbar-static-top{border-radius:0}}
@media (min-width:1099px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}
@media (min-width:1099px){.navbar>.banner_container .navbar-brand,.navbar>.banner_container-fluid .navbar-brand{margin-left:-15px}}
@media (min-width:1099px){.navbar-toggle{display:none}}
@media (min-width:1099px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}














