@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, .select_menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "微軟正黑體";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a{
	color:#333;
	font-weight: bold;
}
.container>.row>div{
	padding: 0 7px;
}
/* ==================================
Header
==================================*/
#header {
	min-height: 137px;
}

#header .brand {
	display: inline-block;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat center center;
	background-size: contain;
	height: 77px;
	width: 100%;
	margin-top: 31px;
}
#header .top-banner {
	margin-top: 25px;
	margin-bottom: 10px;
	background: #eee;
	height: 90px;
}
@media(max-width:640px){
	#header {
		min-height: 90px;
	}
	#header .brand{
		margin-top: 20px;
		height: 50px;
		width: 100%;
	}
}
/* ==================================
Nav
==================================*/
.df-nav{
	border: 0;
	border-radius: 0;
	background: #3c4145;
}	
.df-nav>.container{
	position: relative;
}
.login-search{
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 10;
}
.search-form{
	position: absolute;
	right: -18px;
	top:37px;
	z-index: 1000;
}
.search-form input{
	width: 300px;
	border: solid 10px #3c4145;
	padding: 7px 10px;
}
.login-search a{
	color: #fff;
	display: inline-block;
	padding-left: 10px;
	font-size: 21px;
}
.df-nav .login{
	font-size: 15px;
}
.df-nav .login>i{
	font-size: 21px;
}
.login-search .search-btn{
	border-left: solid 1px rgba(255,2555,255,0.3);
	margin-left: 7px;
}
.search-form{
	display: none;
}
.navbar-inverse .navbar-nav>li>a{
	color: #fff;
}
ul.nav>li {
	position: relative;
}
ul.nav>li a:hover {
	text-decoration: none;
	background: #efefef; /*滑入選單底色*/
}
@media(max-width:768px){
ul.nav>li ul>li {
	border-left: solid 1px #ccc;/*選單側邊線顏色*/
	}
}
ul.nav>li>ul>li a {
	color: #333;/*選單連結顏色*/
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
@media(max-width:768px){
	ul.nav>li>ul>li a {
		color: #fff;
	}
	
	.navbar-header{
		padding-left: 10px;
		text-align: left !important;
	}
	.navbar-toggle{
		float: none !important;
		border: 0 !important;
	}
}
ul.nav>li ul>li {
	border-bottom: solid 1px #ccc;
} /*選單隔線顏色*/
ul.nav>li ul>li:last-child {
	border-bottom: 0;
}
ul.nav>li>ul li>ul.sub-menu {
	border-top: solid 1px #ccc;
}/*子選單隔線顏色*/
ul.nav>li>ul.sub-menu li>ul.sub-menu {
	display: none;
}
ul.nav>li ul {
	padding-left: 20px;
}/*階層式向後退的像素*/
ul.nav>li ul>li>a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-right: 7px;
	padding-left: 7px;
	font-size: 10px;
}

/*桌機*/
@media(min-width:768px) {
ul>li>a>b.arrow:after {
	font-family: 'FontAwesome';
	content: '\f078';
	font-size: 12px;
	position: absolute;
	right: 0;
}
ul>li>ul>li>a>b.arrow:after {
	font-family: 'FontAwesome';
	content: '\f078';
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
}
ul>li>ul>li>a>b.on:after {
	font-family: 'FontAwesome';
	content: '\f00d';
}
ul.nav>li:hover>a+ul {
	visibility: visible;
	opacity: 1;
}
ul.nav>li>ul.sub-menu {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 9999;
	background: #fff;
	width: 20vw;
	text-align: left;
	border-left: solid 1px #ededed;
	border-bottom: solid 1px #ededed;
	border-right: solid 1px #ededed;
	box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
}

/*手機*/
@media(max-width:768px) {
b.arrow:after {
	font-family: 'FontAwesome';
	content: '\f078';
	position: absolute;
	top: 3px;
	right: 0;
	padding: 10px 20px 10px 40px;
}
a.dropdown+ul {
	display: none;
}
b.on:after {
	font-family: 'FontAwesome';
	content: '\f00d';
}
ul.nav>li>a {
	border-bottom: solid 2px #ccc;
}/*選單隔線顏色*/
ul.nav>li:last-child>a {
	border-bottom: 0;
}
ul.nav>li>ul.sub-menu {
	border-bottom: solid 2px #ccc;/*子選單隔線顏色*/
}
}
/* ==================================
TopBanner
==================================*/
#top-banner>div>div>div>a{
	display: inline-block;
	position: relative;
	height: 360px;
	width: 100%;
	color: #fff;
}
#top-banner .info{
	position: absolute;
	right: 0;
	left: 0;
	bottom:0;
	background: rgba(0,0,0,0.5);
	padding: 20px 10px;
} 
#top-banner .info h2{
	font-size: 1.5em;
	font-weight: 400;
}
#top-banner .info p{
	font-size: 0.6em;
	font-weight: 200;
	margin-top: 7px;
}
@media(max-width:640px){
	#top-banner>div>div>div:nth-of-type(2)>a,
	#top-banner>div>div>div:nth-of-type(3)>a{
		height: 200px;
	}
	
	#top-banner>div>div>div:nth-of-type(2) .info h2,
	#top-banner>div>div>div:nth-of-type(3) .info h2{
		font-size: 1.2em;
		font-weight: 400;
	}
}

/* ==================================
content／sidebar
==================================*/
article>div>div{
	margin-top: 10px;
}
.content{
	position: relative;
	margin-bottom: 20px;
}
@media(min-width:768px){
	.content>div>div:nth-of-type(1){
		padding-right: 6px;
	}
	.content>div>div:nth-of-type(2){
		padding-left: 6px;
	}
}
.free-tabs-title b{
	display: inline-block;
	background: #3c4145;
	color: #fff;
	padding: 10px;
}
.free-tabs-title{
	border-bottom: solid 1px #3c4145;
	overflow: hidden;
	margin-bottom: 10px;
	
}
.content section:nth-of-type(1){
	margin-bottom: 15px;
}
.content section:nth-of-type(1)>a{
	display: inline-block;
  position: relative;
  height: 250px;
  width: 100%;
  color: #333;
}
.content section:nth-of-type(1)>a .info{
	margin-top: 250px;
	background: #eee;
}
.content section:nth-of-type(1)>a .info h2{
	font-size: 18px;
	font-family: 200;
	margin-bottom: 15px;
	height: 65px;
	padding: 20px;
}
.content section:nth-of-type(1)>a .info h2 b{
	display: block;
	margin-bottom: 5px;
}
.content section:nth-of-type(1)>a .info h2 b:nth-of-type(1){
	font-weight: 200;
	color: #111;	
}
.content section:nth-of-type(1)>a .info h2 b:nth-of-type(2){
	font-weight: 900;
	color: #111;	
}
.content section:nth-of-type(1)>a .info p{
	font-size: 14px;
	font-family: 100;
	padding: 5px 20px;
	background: #e1e1e1;
}
 .free{
	color: #319117;
}
.pay{
	color: #BB0019;
}
.content section:nth-of-type(n+1)>a{
	display: inline-block;
	border: solid 1px #bbb;
	width: 100%;
	color: #333;
}
.content section:nth-of-type(n+1)>a .video-img{
	height: 90px;
	margin-bottom: 0px;
}
.content section:nth-of-type(n+1)>a h2{
	padding: 10px 5px;
	height: 70px;
	overflow: hidden;
}
.content section:nth-of-type(n+1)>a .info h2 b{
	display: block;
	margin-bottom: 5px;
}
.content section:nth-of-type(n+1)>a .info h2 b:nth-of-type(1){
	font-weight: 200;
	color: #111;	
}
.content section:nth-of-type(n+1)>a .info h2 b:nth-of-type(2){
	font-weight: 900;
	color: #111;	
}
.content section:nth-of-type(n+1)>a p{
	font-size: 13px;
	/*padding-top: 25px;
	padding-left: 7px;
	padding-bottom:7px;*/
}
@media(max-width:1200px){
	.content section:nth-of-type(n+1)>a p{
		padding-top: 0;
	}
}
/* ==================================
sidebar
==================================*/
.sidebar aside{
	margin-bottom: 15px;
}
.sidebar aside>h3{
	border-bottom:solid 1px #3c4145;
}
.sidebar aside>h3>b{
	display: inline-block;
	background: #3c4145;
	color: #fff;
	padding: 10px;
	
}
.sidebar aside div{
	width: 100%;
	text-align: center;
	margin-top: 10px;

}
.sidebar aside div>ul{
	text-align: left;
}
.sidebar aside div>ul>li{
	border-bottom: solid 1px #444;
	padding: 5px 10px 5px 10px;
}
.sidebar aside div>ul>li>a{
	color: #333;
}

.pay-tabs-title{
	background: #A00011;
	color: #fff;
	padding: 10px;
	display: inline-block;
	position: absolute;
	top:4px;
}
.pay h3>b{
	background: #A00011 !important;
}
.pay h3{
	border-bottom: solid 1px #A00011 !important;
}

@media(max-width:768px){
.pay-tabs-title{
	position: relative;
	bottom: 0;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 10px;
}
}
/* ==================================
min-banner
==================================*/
#footer{
	background: #3c4145;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}
@media(max-width:768px){
	#footer{
		text-align: center;
	}
	#footer p{
		padding: 0 43px;
	}
}
#footer h4{
	font-size: 21px;
	margin-bottom: 20px;
}
#footer p{
	font-size: 15px;
	line-height: 1.5em;
	font-family: 100;
}
#footer .brand{
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
}
#footer ul.share{
	display: inline-block;
	margin-top: 40px;
	margin-left: 10px;
}
@media(min-width:768px){
	#footer ul.share{
		float: right;
	}
}
#footer ul.share li{
	float: left;
}
#footer ul.share li>a{
	color: #eee;
	display: inline-block;
	padding: 15px 20px;
	background: rgba(0,0,0,0.1);
	margin-left:5px;
}
#footer .copyright{
	background: rgba(0,0,0,0.1); 
	color:#fff; 
	text-align: center;
	 padding: 20px;
	margin-bottom: -30px;
	margin-top: 40px;
	}
/* ==================================
分類頁
==================================*/
.breadcrumb{
	padding: 0;
	background: #fff !important;
}
.breadcrumb a{
	color: #333;
	font-family: 900;
}
.tabs-title{
	border-bottom: solid 1px #3c4145;
}
.tabs-title b{
	background: #3c4145;
	color: #fff;
	padding: 10px;
	display: inline-block;
}
.description{
	padding:10px;
	line-height:1.5em;
}
.category-content>header{
	margin-bottom: 20px;
	overflow: hidden;
}
.category-content>h2{
	margin-left: -10px;
	margin-bottom: 20px;
}
.category-list{
	margin-left: -7px;
	margin-right: -7px;
}
.category-content>header .cat-mainimg{
	width: 100%;
}
.category-content>header p{
	margin-bottom: 20px;
	padding: 10px 10px;
	line-height: 1.5em;
}
.category-list{text-align:center;}
.category-list>li{
	padding:5px 15px;

}
.category-content>header>h1{
	font-size: 30px;
	padding: 30px 0 5px 0;
}
@media(min-width:768px){
.category-content div>div{
	padding: 3px 7px;
}
}
.category-content div>div>a{
	display: inline-block;
	width: 100%;
	height: 250px;
	color: #333;
}

.category-content div>div>a .info{
	margin-top: 250px;
	background: #eee;
	overflow: hidden;
}

.category-content div>div>a .info h2{
	font-size: 18px;
	margin-bottom: 15px;
	height: 50px;
	padding: 10px 20px 20px;
}

.category-content div>div>a .info .cat {
	font-size: 18px;
	padding: 20px 20px 0;
	font-weight: 200;
}

.category-content div>div>a .info p{
	font-size: 14px;
	font-family: 100;
	padding: 5px 20px;
	background: #e1e1e1;
}

.pagenum{
	text-align: center;
	margin-bottom: 30px;
}
.pagenum a{
	color: #333;
}


@media(min-width:768px){
	.category-list>li{
		padding:7px;
	}
}
.category-list>li>a{
	display:block;
	border:solid 1px #ddd;
	padding:15px;
	color:#333;
	background:#eee;
}
.pagenum{
	margin-top: 15px;
	margin-bottom: 30px;
}
.pagenum .pagenav a{
	width: auto;
	height: auto;
	display: inline-block;
	padding: 0 7px;
}
.pagenum .pagenav a.current{
	border:solid 1px #333;
}
@media(max-width:768px){
.pagenum .pagenav{
	margin-top: 20px;
	overflow: hidden;
}
}
@media(min-width:768px){
.pagenum>.pagenav{
	float: right;
}
.pagenum .paviinfo{
	float: left;
}
}
/* ==================================
slick
==================================*/
 .slider {
     width: 100%;
     margin: 20px auto;
   }

    .slick-slide {
      margin: 0px 7px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
/* ==================================
min-banner
==================================*/
#min-banner{
	background: #535A60;
	padding-bottom: 30px;
}

#min-banner h4{
	font-size: 21px;
	text-align: center;
	color: #fff;
	padding: 20px;
}
#min-banner a{
	font-size: 12px;
	color: #fff;
}
#min-banner .slick-slide{
	position: relative;

}
#min-banner .info{
	position: absolute;
	right: 0;
	left: 0;
	bottom:0;
	background: rgba(0,0,0,0.5);
	padding: 10px;
} 
#min-banner .info h2{
	font-size: 1.5em;
	font-weight: 400;
}
#min-banner .info p{
	font-size: 0.6em;
	font-weight: 200;
	margin-top: 7px;
}
.post h1{
	font-size: 36px;
	line-height: 1.8em;
}
.post .post-info{
	border:dotted 1px #333;
	padding: 7px;
	margin-bottom: 20px;
}
#comments{
  margin-top: 40px;
}
#comments h3{
  font-size: 17px;
  color: #252525;
  margin-top: 20px;
  margin-bottom: 10px;
}
#comments a{
  color: #111;
  font-size: 15px;
  font-weight: bold;
}
#comments p{
  font-size: 14px;
}
#comments .commentlist>li>div{
  padding: 10px 20px;
}
#comments small{
  font-size: 12px;
}
.commentlist>li{
  border: solid 1px #ccc;
  padding: 20px;
}
.commentlist em{
	color:#ccc;
}
.commentlist ul.children>li{
  border-top: solid 1px #ccc;
  background: #f9f9f9;
}
.commentlist>li>ul {
    background: #eee;
    padding: 10px;
    margin-top: 20px;
    border-top: dotted 1px #008115;
}
#comments ul.children>li>div{
  padding: 10px 10px 10px 60px;
}
.comment-meta{
  text-align: right;
}

.archive1 h2{
	margin-bottom: 20px;
}
.archive1 .row>div>a{
	position: relative;
	display:block; 
	height:290px;
}
.archive1 .row .info{
	position: absolute;
	top: 250px;
	background: #eee;
	width: 100%;
	padding: 10px;
}
.archive1 .row .info h2{
	height: 20px;
	overflow:none;
}
/*===================================
checkout
===================================*/
.learnpress>form>p{
margin-bottom:10px;
}
.learn-press-checkout-review-order-table>thead:nth-of-type(1)>tr{
    background:#3c4145;
    color:#fff;
}
.learn-press-checkout-review-order-table>thead>tr>.course-name,
.learn-press-checkout-review-order-table>thead>tr>.course-total{
   padding-left:10px;
}
.learnpress #order_review>h3{
   /* display:inline-block;
    border-left:solid 10px #3c4145;
    color:#3c4145;*/
    padding:5px 7px;
    margin-bottom:8px;
}

.learnpress #order_review>h3:before{
    content:'# ';
}
.learnpress #order_review table{
    width:100%;
}
.learnpress #order_review table tr{
    border-bottom:dotted 1px #3c4145;
}
.learnpress #order_review table tr th,
.course-total{
    padding:7px;
}

.learnpress #order_review .cart-subtotal>th:nth-of-type(1),
.learnpress #order_review .order-total>th:nth-of-type(1){
    float:right;
    padding-right:20px;
}
.learnpress #order_review .cart-subtotal>td{
    padding-left:7px;
}
.learnpress #order_review .order-total>td{
    text-align:right;
    color:#BB0019;
    padding-right:10px;
}
.learn-press-checkout-comment{
    margin-top:30px;
}
.learn-press-checkout-comment>h3{
   display:inline-block;
    background:#3c4145;
    color:#fff;
    padding:5px 7px;
}
.cart-subtotal>td{
text-align:right;
padding-right:7px;
}
.learn-press-checkout-comment>textarea{
    clear: both;
    width: 100%;
    height: 80px;
}
.learn-press-checkout-payment h3{
display:inline-block;
    background:#3c4145;
    color:#fff;
    padding:5px 7px;
}

.learn-press-checkout-payment .payment-methods{
    padding:20px 10px;
}
/*
profile
*/
.learn-press-user-profile #learn-press-user-info .user-avatar .avatar{
    width:auto !important;
}
.learnpress-status-purchased h3{
    font-size:15px !important;
}

.view-more{
    font-size:13px !important;
}
.learn-press-courses li.course{
    padding-bottom:10px !important;
}
.items-progress{
    margin-bottom:50px;
}
.learn-press-course-results-progress>div>h4{
    background:#3c4145;
    padding:7px;
    color:#fff;
    margin-bottom:7px;
}
table.table-orders {
    width: 100%;
}
.table-orders>thead>tr>th,
table.order_table.order_details>thead>tr>th{
    background:#3c4145;
    padding:7px;
    color:#fff;
    text-align:center;
    border-right:solid 1px #fff;
}
.table-orders>tbody>tr>td,
table.order_table.order_details>tbody>tr>td,
table.order_table.order_details>tfoot>tr>td
{
    text-align:center;
    padding:10px;
    border-bottom:solid 1px #ccc;
}
table.order_table.order_details>tfoot>tr>th{
    text-align:right;
    border-bottom:solid 1px #ccc;
}
.learnpress>h2{
    background:#3c4145;
    padding:10px;
    display:inline-block;
    color:#fff;
    margin-bottom:30px;
}
table.order_table.order_details{
    width:100%;
    
}
.learn-press-subtabs{
    margin-bottom:30px;
}
.lp-form-field-input textarea{
    width:90%;
}
.learn-press-subtabs li{
    border:solid 1px #ccc;
    padding:7px;
}
.learn-press-subtabs li a{
font-weight: 400;
}
.learn-press-subtabs li.current{
    background:#3c4145;
    color:#fff;
    border:solid 1px #3c4145;
}
.learn-press-checkout-payment h3, .payment-methods {
	display: none;
}
#course-curriculum-popup #popup-main #popup-header {
    position: absolute;
    top: 0;
    left: -350px;
    right: 0;
    height: 60px;
    background: #3c4145 !important;
    border-bottom: 1px solid #3c4145 !important;
}

#course-curriculum-popup #popup-main #popup-header .popup-menu {
    position: absolute;
    height: 60px;
    width: 350px;
    border-right: 1px solid #ccc !important;
}
@media (min-width: 480px) {
    iframe[src *= "vimeo"]{
        width:100%;
        height: 360px;
    }
}
@media (max-width: 480px) {
    iframe[src *= "vimeo"]{
        max-width:360px;
        height: 197px;
    }
}
#course-curriculum-popup #popup-main #popup-footer{
	height: auto !important;
}

/*=============
影片頁
===============*/
body.content-item-only .learn-press-content-item-only{
	background: #2e3135 !important;
	color: #fff;
}
body.content-item-only .learn-press-content-item-only a{
	color: #fff;
}
.learn-press-content-item-title{
	padding-bottom:25px !important;
	    color: #fff;
    font-size: 32px;
    font-weight: 200;
}
.learn-press-content-item-title .lp-expand{
	background: transparent !important;
}
#learn-press-course-curriculum .section-header{
	background-color: #292f33 !important;
	color: #fff !important;
	border-top: 1px solid #545c61 !important;
	padding: 15px 15px 5px !important;
}

#learn-press-course-curriculum .section-header .meta .collapse{
	background-color: #000 !important;
	border-radius: 0 !important;
	color: #fff !important;
}
#learn-press-course-curriculum .section-header h4{
	font-size: 18px;
}
#learn-press-course-curriculum .section-header h4,
#learn-press-course-curriculum .section-header p{
	display: block !important;
}
#learn-press-course-curriculum ul.curriculum-sections, #learn-press-course-curriculum ul.section-content{
	background-color: #41484c !important;
	
}
#learn-press-course-curriculum ul.curriculum-sections, #learn-press-course-curriculum ul.section-content li a{
	color:#fff;
}
.item-current a{
	color:#484b4e !important;
}
#learn-press-course-curriculum .course-item{
	border-top: 1px solid #6f6f6f !important;
}
#course-curriculum-popup #popup-sidebar{
	background: #3b4145 !important;
}
.section-content>li.viewable:hover{
	background: #000 !important;
}

.section-content>li.item-viewed:hover{
	background: #fff !important;
}
.lp-icon .item-status{
	color:#424040 !important;
}
.lp-label.lp-label-preview{
	background: #222 !important;
	border-radius: 0 !important;
}
#learn-press-course-curriculum .course-item .item-status{
	color:#424040 !important;
	background: #fff !important;
	border-radius: 0 !important;
}

button.button.purchase-button {
    background: #dc0404;
    border: 0;
    padding: 10px 40px;
    color: #fff;
}
@media(max-width:1200px){
	iframe{
		width: 100%;
	}
}
.course-description img{
	max-width:100%;
height:auto;
}
button.purchase-button{
background:#dc0404;
}
button.enroll-button{
background:#319117;
}
.item-current .course-item-title-duration {
    color: #333;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }