/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/
  @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);   /* 思源黑體*/
  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body { background-attachment:fixed;   
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
	
  }


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;font-family: 'Noto Sans TC', sans-serif;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #353535;
    font-size: 3em; 
   border-top:1px dotted;border-bottom:1px dotted;  padding:5px 0px; display:inline-block;
  }
 
  h3 {
    font-size: 2.2em;
    margin-bottom: 0.5em;
  }

  h3,
  h3 a {
    color: #777; font-weight:300;
  }
  
  h4 { padding:10px 0; font-size: 1.7em; color:#888; }
  
  p {
    color: #111;
    font-size: 17px; margin:0 0 1em 0;   
    line-height:1.6;
  }

 li {
    color: #111;
    font-size: 17px; margin:0 ;   
    line-height:1.6;
  }
  


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #FCBE49;
    outline: none; border-top: 3px solid;border-bottom: 3px solid;
  }



  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 25px;
  }
  
  
  
  .section-title h2 {
    margin: 0; letter-spacing:3px;
  }

  .section-title h4 {
    color: #F60;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:0;  font-weight: 300; 
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 90px 0;
  }

  #team, 
  #works,#style,#business,
  #testimonial, #AI {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }

/*---------------------------------------
     AI     OLD  background: linear-gradient(60deg, #BB7433, #E98D12);         
  -----------------------------------------*/

section#AI {background: url("../ai/bg.jpg") no-repeat; background-size: cover; background-attachment: fixed } 
#AI .section-title h2 { color: #fff;  }
#AI .section-title h4 { color: #ff0;  }

  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #FCBE49;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }





  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  .navbar {
    background:rgba(0, 0, 0, 0.55) !important ; 
  }
  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding:  0; 
  }
  
 

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;height:80px; 
    font-weight: bold; padding:5px 15px ;
  }

  .custom-navbar .navbar-brand span {
    color: #FCBE49;
  }

  .top-nav-collapse {
    background: #ffffff; padding:0 !important;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin:1em 0 0 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff; 
  }

  .custom-navbar .nav li a {
    font-size: 17px;
    color: #ffffff;font-family: 'Noto Sans TC', sans-serif; font-weight:lighter;
    padding: 10px 11px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #FCBE49;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #FCBE49;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: url(../images/top-bg.jpg) !important;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545; 
    }

    .top-nav-collapse .nav li a {
      color: #ccc;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }




  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/


  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 50px 0;
    position:relative;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px; line-height: 1.5
  }

  footer a,
  footer p {
    color: #555;letter-spacing: -0.5px;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;  
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }
  .copyright-text  { padding-top:50px;  }
  .copyright-text p { font-size: 13px;  }
  .footer-open-hour {
    background: #FCBE49;
    background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }
  
  #footer   { background: #F9F9F9;}
  #footer .gnet, #footer .gnet a { font-size:13px; color: #BBB; margin:-13px 0 0 0;}
  
  select.style { border:3px solid #000; background:#111; color:#fff;font-size:17px; padding:2px 5px;    }
  select.style option{  line-height:3 !important; padding:5px 0; color:#FFF  }

  .Line { font-size:12px;line-height: 1.4; letter-spacing: -0.1px; background: #EDFFE8; position:fixed; right:2px; bottom:0; width:105px; padding:5px 0 0 0; text-align:center;
  -moz-box-shadow: 0px 0px 10px #333;
-webkit-box-shadow: 0px 0px 10px #333;
box-shadow: 0px 0px 10px #333;
-moz-border-radius: 7px 7px 0 0;   
-webkit-border-radius:7px 7px 0 0;
border-radius:7px 7px 0 0;}
.Line a{  color: #000 }
  .Line a img{ display:block; width:105px; padding-top:5px; margin:0 auto; }

/**** OVERLAY background ****/ 
.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background:transparent repeat center;
	opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 z-index:-999;
}
.bg:after {
content: "";
background: url(../images/pattern.png) repeat;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 2;
}



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
  @media screen and (max-width: 1680px) {
   select.style {  right:340px;  }	
  }
    @media screen and (max-width: 1440px) {
   select.style {  right:215px;  }	
  }
  
  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
	
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
	select.style {  right:25px;  }

  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 0px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

   

    .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
	
	
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
   
  .navbar {   background:rgba(40, 40, 40, 1) !important ;   }
  .navbar-nav {padding-bottom:1.5em ;}
  .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px 10px; color:#fff; font-size:19px; letter-spacing:4px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #fff;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #fff;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }
	select.style {  right:15px;  }
	
	#works,#business { padding-top:140px;}
	  
  .menu-thumb .menu-info h3{ font-size:18px; letter-spacing:2px;}
  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(-40%);
    opacity: 1;   
    position: absolute;
  }
  .menu-thumb .menu-info {
    background: rgba(0,0,0,0.8); padding: 5px 30px;
  }

    .menu-thumb .menu-info {
      top: 80%;
    }	
	
	.work-menu li { font-size:19px;}
	.draft ul { margin:0}
	#service,#AI { padding:100px 0 ;}
	#AI { height: 850px;}
	#works .col-sm-6 ,
	#style .col-sm-6,#business .col-sm-6
	{ width:48%; display:inline-block;}
	
	
	
  
    footer {
      padding: 60px 0;
      padding-bottom: 60px; text-align:center !important;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
	.copyright-text  { padding-top:0px;  }
	  
	.Line { font-size:15px; background: #EDFFE8;   width:135px; padding:5px 0; text-align:center;
  -moz-box-shadow: 0px 0px 5px #555;
-webkit-box-shadow: 0px 0px 5px #555;
box-shadow: 0px 0px 5px #555;
-moz-border-radius: 7px 7px 0 0;   
-webkit-border-radius:7px 7px 0 0;
border-radius:7px 7px 0 0;}
  .Line a img{ display:none; }

  }


  @media only screen and (max-width: 580px) {
  

  }

