@charset "utf-8";
/* CSS Document */

@media (min-width: 1200px) {
	 /* HEADER */
	.common-home header .con-full {
    	background: rgba(255, 255, 255, 0.9);
		left: 0;
    	position: absolute;
    	right: 0;
   		top: 0;
	}
	 /* END HEADER */
}

@media (max-width: 660px){

 /* HEADER */	
 
	header {
		position: absolute;
	}
	
	#logo {
    	display: inline-block;
    	float: none;
    	vertical-align: top;
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
	}
	#logo a img {
		margin: 0px auto;
	}
	
	/*#navigation, .header-right-block {
		 position: fixed;
	}*/
	
		
	#navigation, #cart-nav, #user-info, #search-box {
		padding: 0px;
	}
	
	.right-block {
		position: relative;
    	border: none;
    	bottom: 0px;
   		float: right;
    	right: 10px;
    	margin: 0;
    	padding: 0;
   		width: auto;
		z-index: 1002;
	}
	
	#cart .btn i.fa-shopping-cart::before, #cart .btn i.fa-spinner::before, #user a i.fa-user::before, #search span i.fa-search::before{
    	/*margin: 10px 17px;*/
	}
	
	#user > ul {
		top: 38px;
	}
/* END HEADER */
 	
/* HOME BANNER */
	.slider-item-info-wrapper {
		top: calc(25% + (100px + 100px));
	}
	.slider-item-info-wrapper .owl-text .slider-item-info-heading {
		/*font: 500 28px/32px "Poppins",Helvetica,sans-serif;*/
	}
	
	.slider-item-info-wrapper .owl-text .slider-item-info-heading span.txt_cn {
		font-weight: 500;
		font-size: 30px;
		line-height: 32px;
	}
	
	.slider-item-info-wrapper .owl-text .slider-item-info-heading span.txt_en {
		font-weight: 500;
		font-size: 30px;
		line-height: 32px;
	}
	
	.slider-item-info-wrapper .owl-text .slider-item-info-text {
		font: 500 18px/21px "Poppins",Helvetica,sans-serif;
	}
	
	.slider-item-info-wrapper .owl-text .slider-item-info-caption {
		/* font: 500 13px/15px "Poppins",Helvetica,sans-serif; */
	}
	
	.slider-item-info-wrapper .owl-text .slider-item-info-text span.txt_cn{
		font-weight: 500;
		font-size: 21px;
		line-height: 24px;
	}
	
	.slider-item-info-wrapper .owl-text .slider-item-info-text span.txt_en{
		font-weight: 500;
		font-size: 21px;
		line-height: 24px;
	}

/* END HOME BANNER */
	
}

@media (min-width: 661px) and (max-width: 760px){
 /* HEADER */
	.navbar-header .btn span {
		/* display: none !important; */
	}
 /* END HEADER */
}

@media (max-width: 767px){

 /* NAV MENU */
/*	#menu .menu3rdlevel {
   	 	padding-bottom: 0px;
	}
	
	#menu .menu3rdlevel_inner a {
	    color: #000000;
	}
*/
 /* END NAV MENU */
	
 /* PAGEINATION */
	.pageination-container {
		width: 100%;
	}
	
	.pagination>li>a,  .pagination>li>span{
		margin: 0px 1px;
	}

 /* END PAGEINATION */
	
 /* COLLAPSED BREADCRUMBS */
 	.collapsed li {
 		/*border: 1px solid #333;*/
 	 	overflow: hidden;
	 }

 	.collapsed li:after {
  		display: block;
   		background: rgb(227,227,227);
   		background: linear-gradient(90deg, rgba(245,245,245,0.4) 0%, rgba(245,245,245,1) 35%);
  	 	/*padding-left: 1em;*/
		padding-left: 2px;
 	 }
  
 	.collapsed a {
   		/*max-width: 2em;*/
   		width: 20px;/*2em;*/
   		transition: max-width 300ms ease-in-out;
 	}
	
  	.collapsed a:hover,
  	.collapsed a:focus,
  	.collapsed li:hover a {
   		max-width: 1000px;
		width: auto;
  	}
  
  	.collapsed li:hover:after {
   		padding-left: 0em;
    	background: transparent;
  	}
 
 	.collapsed li:first-child:after {
		padding-left: 0em;
    	background: transparent;
  	}
  	
	.collapsed li:first-child a, .collapsed li:last-child a{
	 	width: auto;
	 	transition: none;
  	}
 /* END COLLAPSED BREADCRUMBS */
 
 /* ARTICLES, BOOK NAV ENGLISH CHINESE TAB */		
/*	.book_title {
		margin-top: 10px;
	}
 /*END ARTICLES, BOOK NAV ENGLISH CHINESE TAB */
 
 	/* FOOTER */
	#footer-bar > div .txt-block .copyright .icon-copyright {
		display: block;
	}
	#footer-bar > div .txt-block .copyright .txt-copyright span {
		display: none;
	}
	
	/* END FOOTER */
}

@media (max-width: 895px){
	.slider-item-info-wrapper .owl-text .slider-item-info-heading span{
		display: block;
		width: 100%;
	}
}

@media (max-width: 991px){
	 /* BIBLE */
	/*.bible_content .chapter_header{ 
		padding: 15px 0px 5px 0px;
	}*/
	 /* END BIBLE */
	/* ARTICLES, BOOK NAV ENGLISH CHINESE TAB */		
	/*.book_title {
		margin-top: 10px;
	}
	
	.book_title .bible-dropdown{
		top: 0px;
	}
	
	.book_title .book-dropdown{
		top: 10px;
	}*/
 	/*END ARTICLES, BOOK NAV ENGLISH CHINESE TAB */
}

/*@media (min-width: 661px) and (max-width: 1666px){*/
@media (min-width: 661px) and (max-width: 1500px){
 /* HEADER */
	#logo {
/*		display: block;
		position: absolute;
		z-index: 9999;
*/	}
	
/*	#navigation .navbar-header button{
		width: auto;
	}
*/
 /* END HEADER */
}

/*@media (min-width: 1201px) and (max-width: 1666px){*/
@media (min-width: 1201px) and (max-width: 1500px){
/*	.navbar-header .btn span {
		display: block !important;
	}
	
	#navigation .navbar-header button{
		width: 30%;
	}
*/
}

@media (min-width: 761px) and (max-width: 1200px){
/*
	.navbar-header .btn span {
		display: block !important;
	}
	
	#navigation .navbar-header button{
		width: 100%;
	}
*/
}

@media (min-width: 992px) and (max-width: 1200px){
		
	/* ARTICLES BIO DATA LISTING */
	.listing-bio-datas ul li {
		width: 49%;
	}
}

@media (min-width: 992px) and (max-width: 1500px){
/*
	.navbar-collapse.collapse {
		position: absolute;
		width: 100%;
		
	}
*/
}

/* @media (max-width: 1666px){	*/
@media (max-width: 1500px){	

	#logo {
		/*display: inline-block;*/
	}

	/* MENU BUTTON ICON */	
/*	#menubtn .btn-menu {
    	background: #362200;
   		border: medium none;
    	float: right;
    	height: 2px;
    	margin: 20px 0;
    	padding: 0;
    	position: relative;
    	transition: all 0.3s ease 0s;
    	-webkit-transition: all 0.3s ease 0s;
    	-moz-transition: all 0.3s ease 0s;
    	-o-transition: all 0.3s ease 0s;
    	-ms-transition: all 0.3s ease 0s;
    	width: 28px;
    	z-index: 1;
	}
	
	#menubtn .btn-menu::before {
   		background: #362200;
    	border: medium none;
    	content: "";
    	height: 2px;
    	left: 0;
    	top: 8px;
    	position: absolute;
    	transform-origin: 0.28571rem center 0;
    	transition: all 0.3s ease 0s;
    	-webkit-transition: all 0.3s ease 0s;
    	-moz-transition: all 0.3s ease 0s;
    	-o-transition: all 0.3s ease 0s;
    	-ms-transition: all 0.3s ease 0s;
    	width: 16px;
	}

	#menubtn .btn-menu::after {
    	background: #362200;
   		border: medium none;
    	content: "";
    	height: 2px;
    	left: 0;
    	top: -8px;
    	position: absolute;
    	transform-origin: 0.28571rem center 0;
    	transition: all 0.3s ease 0s;
    	-webkit-transition: all 0.3s ease 0s;
    	-moz-transition: all 0.3s ease 0s;
   		-o-transition: all 0.3s ease 0s;
   		-ms-transition: all 0.3s ease 0s;
    	width: 22px;
	}

	#menubtn.active .btn-menu {
    	background: none;
	}

	#menubtn.active .btn-menu::before {
    	height: 2px;
    	top: 0;
    	left: 0;
    	transform: rotate3d(0, 0, 1, 45deg);
    	-webkit-transform: rotate3d(0, 0, 1, 45deg);
    	-moz-transform: rotate3d(0, 0, 1, 45deg);
    	-o-transform: rotate3d(0, 0, 1, 45deg);
    	-ms-transform: rotate3d(0, 0, 1, 45deg);
    	transform-origin: 50% 50% 0;
    	width: 20px;
	}

	#menubtn.active .btn-menu::after {
    	height: 2px;
    	top: 0;
    	left: 0;
    	transform: rotate3d(0, 0, 1, -45deg);
    	-webkit-transform: rotate3d(0, 0, 1, -45deg);
    	-moz-transform: rotate3d(0, 0, 1, -45deg);
    	-o-transform: rotate3d(0, 0, 1, -45deg);
    	-ms-transform: rotate3d(0, 0, 1, -45deg);
    	transform-origin: 50% 50% 0;
    	width: 20px;
	}*/
	/*END OF MENU BUTTON ICON */	
/*	
	#navigation {
		position: absolute;
		float: left;
		top: 0;
		left: 0;
		bottom: 0;
		text-align: left;
		display: inline-block;
		width: 100%;
/*		padding: 0px; */
		/*border: 1px solid #333;*/
/*		
	}
	
	#navigation .navbar-header {
		display: block;
		width: 150px;
		float: right;
		right: calc((50px * 3) + (5px * 6));
/*		padding-left: 270px;
		padding-right: 155px;/*305px;*/
/*		padding-bottom: 15px;
		margin-top: 25px; */
/*	}
	
	#navigation .navbar-header button{
		
	}	

	#menu {
		/*width: calc(100% - ((50px * 3) + (5px * 6)));*/
/*		height: 0px;
		position: absolute;
/*		float: right;
		margin-top: 0px;
		height: 100%;
*//*		width: 100%;
	}
	
	.navbar-header {
    	float: none;
	}
	
	.navbar-collapse {
		position: absolute;
		width: 100%;
		padding-right: 0px!important;
		padding-left: 0px!important;
		border-top: none;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
		background-color: #F8F5EE; /*#F9F8F7 */
/*		z-index:999;
		top: 60px;
	/*	z-index: 5000;
		top:0; */
/*	}
	
	.navbar-nav {
	    /*background: #ffffff;*/
   		/*border: 1px solid #f0f0f0;*/
/*		border-top: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
   		bottom: auto;
		/*left: 0;*/
/*		padding: 0px 5px;
    	/*right: 0;*/
/*    	top: 100%;
		width: auto; /*100%;*/
/*		margin: 0px auto;
		text-align: center;		
		float: none;
	}
	
	.navbar-collapse.collapse {
    	display: none !important;
		height: auto !important;
	}
	
	.collapse.in {
  	  display: block !important;
	}
	
	#menu .arrow i.fa{
		-webkit-transform: rotate(0deg);
    	-moz-transform: rotate(0deg);
    	-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
/*  		transform: rotate(0deg);
		float: right;
	}
	
	#menu .nav > li {
		float: none;
		display: inline-block;
	}
	
	#menu .nav > li > a {
	   /* padding: 10px 15px 15px 15px!important; */
/*	   padding: 10px 10px 15px 10px!important;
	   white-space: nowrap;
	   width: auto;
	}
	
	#menu .navbar-nav>li:last-child>.dropdown-menu {
		/*margin-left: -320px;*/
/*		right: 0px;
		left: -100px;
	}
	
	#menu .menu3rdlevel {
    	left: 0 !important;
   	 	top: 0 !important;
    	position: relative;
    	display: none;
    	/*padding-bottom: 10px;*/
    	/*background-color: rgba(0, 0, 0, 0.1);*/
		/*background-color: #d9c8a1;*/
/*    	border: 0;
    	border-radius: 0;
		-moz-box-shadow:    inset 0px 11px 8px -10px rgba(0,0,0,.175);
  		-webkit-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,.175);
   		box-shadow:         inset 0px 11px 8px -10px rgba(0,0,0,.175);
	}
	
	#menu .menu3rdlevel .see-all {
		-moz-box-shadow:    inset 0px -11px 8px -10px rgba(0,0,0,.175);
  		-webkit-box-shadow: inset 0px -11px 8px -10px rgba(0,0,0,.175);
   		box-shadow:         inset 0px -11px 8px -10px rgba(0,0,0,.175);
	}
	
/*	#menu .see-all, #menu .menu3rdlevel .see-all {
		-moz-box-shadow:    inset 0px -4px 12px rgba(0,0,0,.175);
  		-webkit-box-shadow: inset 0px -4px 12px rgba(0,0,0,.175);
   		box-shadow:         inset 0px -4px 12px rgba(0,0,0,.175);
	}
*/	
}

@media (max-width: 986px){	
	
/*	.navbar-nav {
	    /*background: #ffffff;*/
   		/*border: 1px solid #f0f0f0;*/
/*		border-top: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
   		bottom: auto;
		/*left: 0;*/
/*		padding: 15px 15px;
    	/*right: 0;*/
/*    	top: 100%;
		width: 100%; /*100%;*/
/*		margin: 0px auto;
		text-align: center;		
		float: left;
	}
	
	.navbar-nav > li {
        float: none;
		border-top: 1px solid #fff;
    }
	
	.navbar-nav > li:first-child {
		border-top: none;
	}
	
	.navbar-collapse {
		/*top: -20px;*/
/*	}
	#menu .arrow i.fa{
		-webkit-transform: rotate(0deg);
    	-moz-transform: rotate(0deg);
    	-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
/*  		transform: rotate(0deg);
		float: right;
	}
	
	#menu .nav > li {
		float: left;
		display: block;
		width: 100%;
	}
	 
	#menu .dropdown-menu {
	 	position: relative;
		width: 100%;
		/*-webkit-box-shadow: none;
    	box-shadow: none;*/
/*		-moz-box-shadow:    inset 0px 4px 12px rgba(0,0,0,.175);
  		-webkit-box-shadow: inset 0px 4px 12px rgba(0,0,0,.175);
   		box-shadow:         inset 0px 4px 12px rgba(0,0,0,.175);
		border-right: none;
		border-left: none;
		border-bottom: none;
   		border-radius: 0px;
		
	 }	

	#menu .arrow {
    	/*
		text-decoration: none;
    	background-image: url(../image/menu3rdlevel/arrow_d.png);
    	background-repeat: no-repeat;
    	background-position: right center;
		*/
/*		background-image: none;
	}
	
	#menu .arrow i.fa{
		float: right;
	}
	
	#menu .navbar-nav>li:last-child>.dropdown-menu {
		/*margin-left: -320px;*/
/*		right: 0px;
		left: 0px;
	}
	
	#menu ul li ul li:hover > a.arrow {
		background-image: none;
    	/* background-image: url(../image/menu3rdlevel/arrow_w_d.png);
   	 	background-repeat: no-repeat;
    	background-position: right center;
		*/
    	/*background-color: #f5e2b7;/*#229ac8;*/
   	 	/*color: #FFF;*/
/*	}
	
	#menu .menu3rdlevel {
    	left: 0 !important;
   	 	top: 0 !important;
    	position: relative;
    	display: none;
    	/*padding-bottom: 10px;*/
    	/*background-color: rgba(0, 0, 0, 0.1);*/
		/*background-color: #d9c8a1;*/
/*    	border: 0;
    	border-radius: 0;
		-moz-box-shadow:    inset 0px 4px 12px rgba(0,0,0,.175);
  		-webkit-box-shadow: inset 0px 4px 12px rgba(0,0,0,.175);
   		box-shadow:         inset 0px 4px 12px rgba(0,0,0,.175);
	}
	
	#menu .see-all, #menu .menu3rdlevel .see-all {
		-moz-box-shadow:    inset 0px -4px 12px rgba(0,0,0,.175);
  		-webkit-box-shadow: inset 0px -4px 12px rgba(0,0,0,.175);
   		box-shadow:         inset 0px -4px 12px rgba(0,0,0,.175);
	}
*/
}


@media (max-width: 991px){
		
	/* ARTICLES BIO DATA LISTING */
	.listing-bio-datas ul li {
		width: 100%;
	}
}

@media (max-width: 660px){
	
	.header-right-block {
    	width: auto;
		height: 42px;
	}
	
	#logo {
		display: inline-block;
		position: relative;
	}
	
	#top-nav .top-nav-con {
		display: table;
	}
/*	
	#navigation {
/*		position: relative;
		float: left;
		top: 0;
		left: 0;
		bottom: 0;
		text-align: left;
		display: inline-block;
		width: 100%; */
		/*border: 1px solid #333;*/	
		/*width: calc(100% - ((50px * 3) + (5px * 6)));*/
/*		min-width: 120px;
	}
	
	.navbar-collapse {
		top: 40px; /*-85px;*/
/*	}
	
	#navigation .navbar .navbar-header {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
 
		/*right: 0;*/
/*	}
	
	#menu {
		top: 85px;
/*		position: absolute;
		margin-top: 0px;
		width: 100%;
		padding-right: 162px;	
		padding-left: 0px;	*/	
/*	}
	
	/* CHARACTER PAGE */	
	.steps_images_container {
		float: none;
	}
	
	.steps_images_container .step_pointer_left{
		display: none;
	}
	
	.steps_images_container .step_pointer_top{
		display: block;
	}
	
	/* END CHARACTER PAGE */

}

@media only screen and (max-width: 330px){
/*	.navbar-header .btn span {
		 display: none !important; 
	}
*/
}




/*.masonry RESPONSIVE STYLE*/
@media only screen and (min-width: 480px){

}

@media only screen and (max-width: 1100px){
	
	.hidden-screen-1100 {
		display: none !important;
	}

}

@media only screen and (max-width: 660px){	

}

@media only screen and (max-width: 480px){

	.hidden-xxs {
		display: none !important;
	}

	/* FOOTER */
	#footer-bar > div .txt-block .more-info-menu .txt-menu {
		display: none;
	}
	
	/* END FOOTER */
	
}

/* TIMELINES */
@media only screen and (max-width: 1200px) {
	.tl-timeline h2.tl-headline-title {
   	 	white-space: normal;
		line-height: 26px;
	}
}


