/*
Theme Name: EasyBlog
Version: 1.1.0
Author: Daisy Themes
Author URI: http://daisythemes.com/
Theme URI: http://daisythemes.com/theme/easyblog/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: easyblog
Tags: custom-background, custom-colors, custom-menu, featured-images, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, editor-style, post-formats
Description: EasyBlog is a fully responsive blogging WordPress theme perfect for personal blog, photo blogging, writers, travelers, bloggers, blog. It is SEO friendly with featured image supports and custom colors. Bootstrap is used for responsiveness and supports all major browsers.  It is beautifully designed clean and light color used theme perfect for everyone. Theme customizer can be used to change color, upload logo and other basic settings. 3 Built-in widgets recent posts will help you to show recently published post with thumbnails, Daisy social Icons help you to add your favorite social profiles and also included advertisement widget to add banner ads. You can get quick SUPPORT through support page https://daisythemes.com/support/ and view live DEMO at http://demo.daisythemes.com/easyblog/

This theme, like WordPress, is licensed under the GPL.

EasyBlog is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	/*min-width: 480px;*/
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(39,48,57,.2);
	border-radius: 3px;
	background: rgba(39,48,57,.05);
	color: rgba(39,48,57,.8);
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	padding: 11px 15px;
	font-size: 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: rgba(39,48,57,.25);
	background: rgba(39,48,57,.1);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: rgba(39,48,57,.8);
	border-radius: 3px;
	border: 1px solid rgba(39,48,57,.25);
	min-width: 60px;
	max-width: 100%;
	padding: 5px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: rgba(39,48,57,.5);
}

.index .container{
	width:100%;
	padding:0px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 0px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.comment-content p {
	margin-bottom: 10px;
}

.bypostauthor {
	display: block;
}

.comment-list,
.comment-list ol,
.comment-list ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list ol,
.comment-list ol ol {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

.comment-list li {
	padding: 10px 10px 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.comment-list ol li,
.comment-list ol ol li {
	border: 0;
	border-top: 1px solid #e5e5e5;
	background: #fdfdfd;
}

.comment-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-list .reply {
	padding-bottom: 10px;
	text-align: right;
}

.comment-form label {
	min-width: 90px;
}

.form-submit {
	margin-left: 94px;
}

@media screen and (max-width: 480px) {
	.form-submit {
		margin-left: 0;
		text-align: center;
	}
}

.comment-author img {
	margin: 0 10px 10px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@font-face {
	font-family: "MYuenHK";
	src: url("../easyblog/fonts/MYuenHK-Medium.otf"),url("../easyblog/fonts/MYuenHK-Medium.eot");
}

body {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: MYuenHK,微軟黑體,新細明體,Arial,arial,helvetica,sans-serif !important; /*,Comic Sans MS*/
	background: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.01em;
	color: rgba(39,48,57,.8);
}

.transition5 {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.transition35,
a,
.dt-menu-wrap li a,
.dt-menu-wrap li ul,
.menu-item-has-children {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

h1,
h2,
h3,
h4 {
	line-height: 1.6em;
}

ul,
ol {
	margin: 0;
	padding-left: 22px;
}

p {
	margin-bottom: 30px;
	line-height: 1.8em;
}

a {
	outline: none;
	text-decoration: none !important;
	color: rgba(39,48,57,.8);
}

a:hover {
	color: #17bebb;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

table,
th,
td {
	border: 1px solid rgba(39,48,57,.085);
}

table {
	border-right: 0;
	border-bottom: 0;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 600;
}

th,
td {
	padding: 6px 0;
	text-align: center;
}

td {
	border-width: 0 1px 1px 0;
}

#primary {
	/*margin-top: 60px;*/
}

#secondary {
	/*margin-top: 60px;*/
	/*background: #fff;*/
	padding: 20px 25px;
	/*border: 1px solid rgba(39,48,57,.08);
	box-shadow: 0 0 5px rgba(39,48,57,.05);*/
}

#primary li,
#secondary li  {
	/*margin: 10px 0;*/
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.dt-header {
	background: no-repeat #fff fixed;

	background-size: 100% auto;
}

.dt-header-sep {
	height: 120px;
}

/*
 *  Logo
 -----------------------------------*/
.dt-logo {
	text-align: center;
	padding: 50px 0;
}

.dt-logo img {
	max-height: 120px;
	width: auto;
}

.dt-logo h1 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-family: 'Delius Swash Caps', cursive;
}

.dt-logo h1 a {
	color: #17bebb;
}

.dt-logo p {
	font-size: 18px;
	margin-top: 25px;
	letter-spacing: 0.05em;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.dt-menu-wrap {
	background: #fff;
	border-top: 0px solid rgba(39,48,57,.06);
	box-shadow: 0 0px 0px rgba(39,48,57,.025);
	font-size: 15px;
}

.dt-menu-md {
	display: none;

}

.dt-menu-wrap ul {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
}

.dt-menu-wrap .menu > ul {
	padding: 0 10px;
	text-align: left;
}

.dt-menu-wrap li {
	position: relative;
	display: inline-block;
}

.dt-menu-wrap li a {
	display: block;

	padding: 14px 6px;
	color: #7d8388;
}

.dt-menu-wrap li li:hover > a,
.dt-menu-wrap .current-menu-item a {
	/*color: #17bebb !important;*/

}

.dt-menu-wrap .menu #menu-item-322:hover > a {
	background-image: url("../easyblog/images/common/menu_select_322.png");
}

.dt-menu-wrap .menu #menu-item-788:hover > a {
	background-image: url("../easyblog/images/common/menu_select_788.png");
}

.dt-menu-wrap .menu #menu-item-789:hover > a {
	background-image: url("../easyblog/images/common/menu_select_789.png");
}

.dt-menu-wrap .menu #menu-item-790:hover > a {
	background-image: url("../easyblog/images/common/menu_select_790.png");
}

.dt-menu-wrap .menu #menu-item-1182:hover > a {
	background-image: url("../easyblog/images/common/menu_select_1182.png");
}

.dt-menu-wrap .menu #menu-item-1203:hover > a {
	background-image: url("../easyblog/images/common/menu_select_1203.png");
}

.dt-menu-wrap .menu #menu-item-792:hover > a {
	background-image: url("../easyblog/images/common/menu_select_792.png");
}

.dt-menu-wrap .menu #menu-item-793:hover > a {
	background-image: url("../easyblog/images/common/menu_select_793.png");
}

.dt-menu-wrap .menu li:hover > a {
	background-repeat: no-repeat;
	background-size: 100% 70%;
	background-position: center;
	color: white;
}

.dt-menu-wrap .menu li> a:hover  {
	color: white;
}

.dt-menu-wrap .menu li li:hover > a {
	background-image: none;
	color:#000000;
}

.dt-menu-wrap li ul {
	position: absolute;
	z-index: 99999;
	top: 150%;

	display: block;
	visibility: hidden;
	text-align: left;

	width: 220px;
	max-width: 500%;

	opacity: 0;
	border-right: 1px solid rgba(39,48,57,.06);
	border-left: 1px solid rgba(39,48,57,.06);
}

.dt-menu-wrap li li ul {
	top: 50%;
	left: 100%;
}

.dt-menu-wrap li li a {
	position: relative;

	padding: 10px 20px;
}

.dt-menu-wrap li li.page_item_has_children > a:after,
.dt-menu-wrap li li.menu-item-has-children > a:after {
	font-family: 'FontAwesome';

	position: absolute;
	top: 10px;
	right: 5px;

	width: 16px;
	height: 24px;

	content: '\f105';
	text-align: center;
}

.dt-menu-wrap li:hover > ul {
	top: 100%;

	visibility: visible;

	opacity: 1;

}

.dt-menu-wrap li li:hover > ul {
	top: -1px;
}

.dt-menu-wrap li ul li {
	display: block;

	border-top: 1px solid rgba(39,48,57,.06);
}

.dt-menu-wrap li ul li:last-child {
	border-bottom: 1px solid rgba(39,48,57,.06);
}

/*
 *  BreadCrumbs
 -----------------------------------*/
.dt-breadcrumbs {
	font-size: 14px;
	/*padding: 12px 15px;*/
	/*border-top: 1px solid rgba(39,48,57,.06);
	box-shadow: 0 1px 2px rgba(39,48,57,.025);
	background: #fcfcfc;*/
	color: #7d8388;
	/*background-image: -webkit-linear-gradient(bottom, #95d73c 10px, transparent 10px);*/
	padding-bottom: 10px;
	margin-top: 30px;
	padding-left: 60px
}

.dt-breadcrumbs ul {
	margin: 0;
	padding: 0;
}

#dt_breadcrumbs li {
	display: inline-block;
	padding: 0 2px;
	opacity: .9;
}

#dt_breadcrumbs .current_page{
	color:#fd4106;
}

/*--------------------------------------------------------------
# Header Image
--------------------------------------------------------------*/
.header-logo-en {
	float:left;
	/*top: -15px;*/
	position: relative;
	margin-right: 15px;
	max-width: 210px;
}
.header-logo-cn {
	float:left;
	/*top: -15px;*/
	position: relative;
	margin-right: 55px;
	margin-left: 55px;
	max-width: 210px;
}

.dt-header-image img {
	width: 100%;
}

.header-top .header-top-item .fb-icon{
	position: relative;
	top:-2px;
}

.header-top{
	float: right;
}

.header-top-item{
	float: left;
	padding: 5px;
}

.header-search input{
	max-height: 20px;
	padding: 0px;
}

.header-search #searchsubmit{
	background-image:url("../easyblog/images/common/search_button.png");
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	background-position: center;
	top: 3px;
	left: -5px;
	position: relative;
	border-radius: 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.header-search #searchsubmit{
		top: -5px;
	}
}


.header-search #searchtext{
	border-radius: 0px;
	border: 1px solid #000000;
}

/*safari only*/
.header-search #searchtext:not(:root:root){
	border-radius: 0px;
	border: 1px solid #000000;
	top: 5px;
	position: relative;
}

/*--------------------------------------------------------------
# Front Page Before and After Content Sidebar
--------------------------------------------------------------*/
.dt-front-sidebar-wrap {
	background: #FAFBF0;
	border: 0px solid rgba(39,48,57,.08);
	box-shadow: 0 0 0px rgba(39,48,57,.05);
	padding-bottom: 20px;
}

.sidebar {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.sidebar_top {
	background-image: url("../easyblog/images/index/index_post_top.png");
	width:100%;
	height: 30px;
	position:absolute;
	z-index:10;
}
@media(max-width:425px) {
	.sidebar_top {
		height: 0px !important;
	}
	.sidebar_bottom {
		height: 0px !important;
	}
	.dt-front-sidebar-wrap {
		padding-bottom:0px !important;
	}
}
.sidebar .sidebar_bottom {
	background-image: url("../easyblog/images/index/index_content_top.png");
	width:100%;
	height: 50px;
	position:absolute;
	z-index:10;
	bottom:0px;
}

.index-content {
	background-image: url("../easyblog/images/index/index_content_bg.png");
	background-repeat: repeat;
}

.content-widget-top {
	text-align: center;
	overflow: hidden;
	max-width: 850px;
	margin: 0px auto;
}

.content-widget-top .main-cat {
	display: table-cell;
	padding: 20px 40px 20px 40px;
}

.content-widget-top .main-cat .logo{
	max-width:150px;
}

.content-widget-top .main-cat .icon{
	max-width:30px;
}


.content-widget-top .main-cat .main-cat-title{
	font-size: 18px;
	max-width: 230px;
	text-align: left;
}

.content-widget-top .main-cat .main-cat-desc{
	font-size: 13px;
	max-width: 150px;
	line-height: 20px;
	text-align: left;
	margin-left: 40px;
	color:rgb(136,136,136);
}

@media screen and (max-width: 820px) {
	.content-widget-top .main-cat .main-cat-desc{
		display: none !important;
	}

	.content-widget-top .main-cat .logo{
		max-width:100px;
	}

	.content-widget-top .main-cat .icon{
		max-width:15px;
	}

	.content-widget-top .main-cat .main-cat-title{
		font-size: 10px;
		max-width: 100px;
		text-align: left;
	}

	.content-widget-top .main-cat {
		padding: 20px 1px 20px 1px;
	}
}


/*--------------------------------------------------------------
# Archive Page
--------------------------------------------------------------*/
.dt-archive-wrap {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.dt-archive-post {
	text-align: center;
	margin-bottom: 60px;
	background: #fff;
	border: 1px solid rgba(39,48,57,.08);
	box-shadow: 0 0 5px rgba(39,48,57,.05);
}

.dt-recent-post figure {
	text-align: center;
}

.dt-archive-post img {
	width: 100%;
	height: auto;
}

.dt-archive-post article {
	padding: 50px 40px 80px;
}

.dt-archive-post-content {
	margin: 50px 0;
	font-size: 17px;
	line-height: 2em;
	color: rgba(39,48,57,.7);
}

.dt-archive-post .entry-footer {
	text-transform: capitalize;
}

.dt-archive-post .entry-footer a {
	display: inline-block;

	padding: 12px 30px 10px;
	border: 2px solid rgba(39,48,57,.25);
	color: rgba(39,48,57,.6);
	font-weight: 500;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.dt-archive-post .entry-footer a:hover {
	background: #17bebb;
	border-color: transparent;
	color: #fff;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.dt-pagination-nav a,
.dt-pagination-nav .current {
	display: inline-block;

	margin: 0 2px;
	padding: 2px 12px;

	border: 1px solid rgba(39,48,57,.1);
	border-radius: 2px;
	background: #fff;
	color: rgba(39,48,57,.8)
}

.dt-pagination-nav a:hover,
.dt-pagination-nav .current:hover,
.dt-pagination-nav .current {
	color: #17bebb;
	border-color: #17bebb;
}

/*--------------------------------------------------------------
# Advertisement
--------------------------------------------------------------*/
.dt-ads {
	max-width: 100%;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
.dt-recent-posts {
	border-bottom: 1px solid rgba(39,48,57,.15);
}

#secondary h2 {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(39,48,57,.15);
	position: relative;
	font-size: 24px;
}

#secondary h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #17bebb;
	width: 80px;
	height: 1px;
}

.dt-recent-post {
	margin-bottom: 30px;

	padding-bottom: 10px;
}

.dt-recent-post:last-of-type {
	padding-bottom: 0;
}

.dt-recent-post h3 {
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
}

/*--------------------------------------------------------------
#  Social Icons
--------------------------------------------------------------*/
.dt-social-icons {
	position: relative;
	padding: 0;
}

.dt-social-icons [id*='dt_social_icons'] {
	display: inline-block;
}

.dt-social-icons ul {
	margin: 0;
	padding: 0;
}

.dt-social-icons li {
	display: inline-block;

	margin: 0 !important;

	text-align: center;

	outline: none !important;
}

.dt-social-icons li a {
	font-size: 22px;
	line-height: 1em;

	display: block;
	margin: 0 10px 10px 0;

	color: rgba(39,48,57,.65);
	outline: none !important;


	border-radius: 50%;
}

.dt-social-icons li .fa {
	display: block;

	width: 48px;
	height: 48px;

	padding-top: 12px;
	text-align: center;

	border: 2px solid rgba(39,48,57,.15);

	border-radius: 50%;
}

.dt-social-icons li .fa:hover {
	color: #fff;
	border-color: transparent;
}

.dt-social-icons .fa-facebook:hover {
	background: #325c94;
}

.dt-social-icons .fa-twitter:hover {
	background: #00abdc;
}

.dt-social-icons .fa-google-plus:hover {
	background: #dd4b38;
}

.dt-social-icons .fa-instagram:hover {
	background: #4480b1;
}

.dt-social-icons .fa-github:hover {
	background: #3f91cb;
}

.dt-social-icons .fa-flickr:hover {
	background: #ff0084;
}

.dt-social-icons .fa-pinterest:hover {
	background: #cb2027;
}

.dt-social-icons .fa-wordpress:hover {
	background: #0090c5;
}

.dt-social-icons .fa-youtube:hover {
	background: #d32323;
}

.dt-social-icons .fa-vimeo:hover {
	background: #1ab7ea;
}

.dt-social-icons .fa-linkedin:hover {
	background: #007bb6;
}

.dt-social-icons .fa-behance:hover {
	background: #2d9ad2;
}

.dt-social-icons .fa-dribbble:hover {
	background: #f26798;
}

/*--------------------------------------------------------------
# Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
	margin: 0 4px 8px 0;
	padding: 1px 15px 0;

	background: rgba(39,48,57,.6);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	font-size: 13px !important;
	font-weight: 400;
}

.tagcloud a:hover {
	background: #17bebb;
}

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/
.error-404,
.dt-content-area {
	background: #fff;
	padding: 10px 25px;
	border: 1px solid rgba(39,48,57,.08);
	box-shadow: 0 0 5px rgba(39,48,57,.05);
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.post-navigation {
	margin: 30px 0 60px;
	padding: 30px 0;
	border-top: 1px solid rgba(39,48,57,.05);
}

.post-navigation:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	font-weight: 500;
	line-height: 1.8em;
	position: relative;
	display: inline-block;
	width: 48%;
	float: left;
	padding-left: 30px;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:before,
.post-navigation .nav-next a:after {
	position: absolute;
	top: -2px;
	font-size: 22px;

}
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
	content: ' ';
	width: 24px;
	height: 32px;
	font-family: 'FontAwesome';
	left: 0;
	font-size: 36px;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
	content: '';
	width: calc(100% - 32px);
	left: 32px;
	padding-top: 2px;
	font-weight: 500;
}

.post-navigation .nav-next a:before {
	content: '';
	right: 0;
	left: auto;
	text-align: right;
}

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/
.dt-related-posts {
	margin: 30px 0;
	padding: 15px 0;

	border: 1px solid #e5e5e5;
}

.dt-related-posts h2 {
	padding: 0 15px 15px;
	margin: 0;
}

.dt-related-posts ul {
	margin: 0;
	padding: 0;
}

.dt-related-posts li {
	display: block;
	float: left;

	width: -webkit-calc(25% - 20px);
	width: -moz-calc(25% - 20px);
	width: calc(25% - 20px);
	margin: 0 10px !important;
}

.dt-related-posts .dt-no-image {
	position: relative;

	width: 100%;
	height: 0;
	padding-bottom: 71.5%;

	background: url('images/no-image.png') no-repeat center center;
	background-size: auto 100%;
}

.dt-related-posts .dt-news-post-img .fa {
	background: rgba(204,41,54,.75);
}

.dt-related-posts .dt-news-post-img .fa:hover {
	background: rgba(204,41,54,1);
}

.dt-related-posts .dt-news-post-img {
	position: relative;
}

.dt-related-posts .dt-news-post-img span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	width: 100%;	height: 100%;
	opacity: 0;
	background: rgba(255,255,255,.5);
}

.dt-related-posts .dt-news-post-img:hover span {
	visibility: visible;
	opacity: 1;
}

.dt-related-posts .dt-news-post-img .fa {
	font-size: 18px;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	width: 48px;
	height: 48px;
	margin: 0 0 0 -24px;
	padding-top: 15px;
	text-align: center;
	opacity: 0;
	color: #fff;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
}

.dt-related-posts .dt-news-post-img:hover .fa {
	visibility: visible;
	margin-top: -24px;
	opacity: 1;
}

.dt-related-posts h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}
















/*--------------------------------------------------------------
# Post Header & Footer
--------------------------------------------------------------*/
.dt-content-area .entry-meta {
	font-weight: 500;
	margin: 20px 0;
}

.dt-content-area .entry-footer {
	font-weight: 500;
	font-size: 1.1em;
}

.entry-meta a,
.entry-footer a {
	color: rgba(39,48,57,.5);
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: #17bebb;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.dt-footer {
	padding: 80px 0 0 0;
	background: #3B2314;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.035em;
	text-align: center;
}

.dt-footer-index{
	background: #FFFFFF;
	color: #000000;
}

.dt-footer-index .dt-footer-content{
	color:#FFFFFF;
}

.dt-footer-image {
	background-image: url("../easyblog/images/page/footer-green_62.png");
	height:150px;
	font-size: 14px;
	color: #3B2314;
}

.dt-footer-content {
	position: relative;
	text-align: center;
	top: 110px;
}

.footer{
	text-align: center;
}

.footer-content {
	/*margin: 0 auto;*/
	text-align: left;
	height: 100%;
	overflow: auto;
	/*max-width: 660px;*/
}

.footer p {
	line-height:20px;
	margin-bottom:20px;
}

.footer ul li {
	display:inline-table;
}

.dt-footer-bar a {
	color: #FFFFFF;
}

.dt-footer-bar a:hover {
	color: #17bebb;
}

.footer-item{
	padding: 0px 18px 0px 18px;
	max-width: 310px;
}

.footer-item .contact-num {
	position: relative;
	left: -30px;
	color:#fd4106;
}

.footer-item .contact-us {
	font-size: 18px;
	color:#fd4106;
	left: 25px;
	position: relative;

}

.footer-logo{
	padding-right: 20px;
	padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
#back-to-top {
	font-size: 32px;

	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 60px;

	width: 48px;
	height: 48px;
	padding-top: 6px;

	cursor: pointer;
	text-align: center;

	opacity: 0;
	visibility: hidden;
	color: #fff;
	border-radius: 50%;
	background: #a3d73c;

	filter: alpha(opacity=0);
}

#back-to-top:hover {
	background: #c5df2f;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;

	filter: alpha(opacity=100);
}

.menu_direct_link{
	float: left;
	padding-top: 10px;
}

.menu-bar{
	float:left;
	padding-right: 10px;
}

.moc_ot_page{
	text-align: left;
}

.moc_ot_box{
	float:left;
}

.moc_ot_box_1{
	padding:50px 10px 10px 0px;
}

.moc_ot_box_2{
	padding:0px 10px 10px 0px;
}

.moc_ot_box_3{
	padding:80px 10px 10px 0px;
}

.moc_ot_box_4{
	padding:0px 10px 10px 0px;
}

#tabs_desc_397_3 .event-list .listing-item{
	max-width: 550px;
	height: 350px;
	margin: 2px 20px 5px 25px;
}

.entry-content .event-menu{
	background-size: contain;
	background-repeat: no-repeat;
	width: 710px;
	height: 120px;
	padding: 55px 0px 0px 70px;
}

.wpsm_nav-tabs .tab-title-icon{
	display:none;
	width:50px;
	height: 50px;
	border-radius: 10px 10px 0px 0px;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position-x: 8px;
	background-position-y: 8px;
}

.wpsm_nav-tabs .tab-icon-1{
	background-color: #f04e25;
	background-image: url("../easyblog/images/index/cat1_icon.png");
}

.wpsm_nav-tabs .tab-icon-2{
	background-color: #97c93f;
	background-image: url("../easyblog/images/index/cat2_icon.png");
}

.wpsm_nav-tabs .tab-icon-3{
	background-color: #dd2f80;
	background-image: url("../easyblog/images/index/cat3_icon.png");
}

.wpsm_nav-tabs .tab-icon-4{
	background-color: #0ba9d1;
	background-image: url("../easyblog/images/index/cat4_icon.png");
}

.wpsm_nav-tabs .tab-icon-5{
	background-color: #b8d032;
	background-image: url("../easyblog/images/index/cat5_icon.png");
}

.wpsm_nav-tabs .tab-icon-6{
	background-color: #d0892a;
	background-image: url("../easyblog/images/index/cat6_icon.png");
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (max-width: 1200px) {
	.dt-header {
		background-image: none !important;
	}

	.sub-title{
		max-width: 1100px;
		overflow: hidden;
	}

	.moc_ot_page{
		text-align: center;
	}

	.moc_ot_box{
		float: none;
		display: inline-block;
	}

	.moc_ot_box_1{
		padding-top:20px;
	}

	.moc_ot_box_2{
		padding-top:20px;
	}

	.moc_ot_box_3{
		padding-top:20px;
	}

	.moc_ot_box_4{
		padding-top:20px;
	}

	.entry-content .event-menu{
		background-image: none !important;
		background-color: #F8F2E5;
		width: auto;
		height: auto;
		padding: 20px;
		border-radius: 20px;
	}

}

@media all and (max-width: 1200px) and (min-width: 992px){
	.dt-menu-wrap li {
		font-size: 15px;
	}

	.dt-menu-wrap li a {
		padding: 13px;
	}

	.sub-title{
		max-width: 1140px;
		overflow: hidden;
	}
}

@media all and (max-width: 992px) {
	.dt-logo {
		padding: 15px 0;
	}

	.dt-menu-md {
		padding: 10px 20px;
		display: block;
		font-weight: 500;
		cursor: pointer;
		width: 70px;
		height: 50px;
		top: 20px;
		position: absolute;
		z-index: 9;
		right: 0px;
	}

	.dt-menu-md span {
		float: right;
		text-align: right;
		display: inline-block;
		font-size: 24px;
	}

	.dt-menu-wrap .menu {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height .8s, opacity .8s;
	}

	.dt-menu-wrap .menu-show {
		max-height: 8000px;
		overflow-x: scroll;
		opacity: 1;
		transition: max-height 1s, opacity 1s;
	}

	.dt-menu-wrap ul {
		text-align: left;
	}

	.dt-menu-wrap li {
		display: block;
	}

	.dt-menu-wrap li a {
		border-bottom: 1px solid rgba(39,48,57,.035);
	}

	.dt-menu-wrap li ul {
		position: relative;
		z-index: 99999;
		top: 0;
		visibility: visible;
		width: 100%;
		max-width: 100%;

		opacity: 1;
		border: 0;
		padding-left: 24px;
	}

	.dt-menu-wrap li li ul {
		top: 0;
		left: 24px;
	}

	.dt-menu-wrap li li.page_item_has_children > a:after,
	.dt-menu-wrap li li.menu-item-has-children > a:after {
		display: none;
	}

	.dt-menu-wrap li ul li {
		border-top: 0;
	}

	.dt-menu-wrap li ul li:last-child {
		border-bottom: 0;
	}

	.header-logo-en{
		top:0px;
		width: 100%;
	}
	.header-logo-cn{
		top:0px;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.menu_direct_link{
		display: none;
	}

	.menu-bar{
		width: 100%;
	}

	.dt-sidebar{
		display:none;
	}

	.dt-menu-wrap .menu li:hover > a{
		background-image: none;
	}

	.dt-menu-wrap .menu li.menu-item-322:hover > a {
		background-color: #ac623a;
	}

	.dt-menu-wrap .menu li.menu-item-788:hover > a,
	.dt-menu-wrap .menu li.menu-item-788 li:hover > a,
	.dt-menu-wrap .menu li.menu-item-788 li li:hover > a {
	 	background-color: #7d8388;
		color:white;
	}

	.dt-menu-wrap .menu li.menu-item-789:hover > a,
	.dt-menu-wrap .menu li.menu-item-789 li:hover > a,
	.dt-menu-wrap .menu li.menu-item-789 li li:hover > a {
		background-color: #95d73c;
		color:white;
	}

	.dt-menu-wrap .menu li.menu-item-790:hover > a,
	.dt-menu-wrap .menu li.menu-item-790 li:hover > a,
	.dt-menu-wrap .menu li.menu-item-790 li li:hover > a {
		background-color: #dc277d;
		color:white;
	}

	.dt-menu-wrap .menu li.menu-item-1182:hover > a,
	.dt-menu-wrap .menu li.menu-item-1182 li:hover > a,
	.dt-menu-wrap .menu li.menu-item-1182 li li:hover > a {
		background-color: #25abd0;
		color:white;
	}

	.dt-menu-wrap .menu li.menu-item-1203:hover > a,
	.dt-menu-wrap .menu li.menu-item-1203 li:hover > a,
	.dt-menu-wrap .menu li.menu-item-1203 li li:hover > a {
		background-color: #bad22a;
		color:white;
	}

	.dt-menu-wrap .menu li.menu-item-792:hover > a,
	.dt-menu-wrap .menu li.menu-item-792 li:hover > a,
	.dt-menu-wrap .menu li.menu-item-792 li li:hover > a {
		background-color: #ac623a;
		color:white;
	}

	.dt-menu-wrap .menu li.menu-item-740:hover > a,
	.dt-menu-wrap .menu li.menu-item-740 li:hover > a,
	.dt-menu-wrap .menu li.menu-item-740 li li:hover > a {
		background-color: #cf861c;
		color:white;
	}

	.sub-title{
		max-width: 950px;
		overflow: hidden;
	}

	.dt-breadcrumbs{
		padding-left: 20px;
	}
}

@media all and (max-width: 767px) {
	.dt-logo p {
		margin-top: 0;
	}

	.sub-title{
		max-width: 720px;
		overflow: hidden;
	}

	.wpsm_nav-tabs .tab-title-img{
		display:none;
	}

	.wpsm_nav-tabs .tab-title-icon{
		display:inline-block;
	}

	#tab_container_397 .wpsm_nav-tabs > li {
		width: 50px;
		height:50px;
	}

	#tab_container_397 .wpsm_nav{
		max-width:320px;
	}

	#tab_container_397 {
		text-align: -webkit-center;
	}

}

@media all and (max-width: 642px){
	.footer-item .contact-num {
		left: 0px;
	}

	.sub-title{
		max-width: 600px;
		overflow: hidden;
	}
}

@media all and (max-width: 600px) {
	h1 {
		font-size: 24px;
		line-height: 2em;
	}

	h2 {
		font-size: 20px;
		line-height: 2em;
	}

	h3 {
		font-size: 18px;
		line-height: 1.8em;
	}

	h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.8em;
	}

	.post-navigation .nav-previous a:before,
	.post-navigation .nav-previous a:after,
	.post-navigation .nav-next a:before,
	.post-navigation .nav-next a:after {
		font-size: 16px;
	}

	.post-navigation .nav-previous a:before,
	.post-navigation .nav-next a:before {
		font-size: 24px;
	}

	.post-navigation .nav-previous a:after,
	.post-navigation .nav-next a:after {
		width: calc(100% - 16px);
		left: 16px;
	}

	.post-navigation .nav-next a:after {
		padding-right: 16px;
	}

	.dt-related-posts li {
		width: -webkit-calc(50% - 20px) !important;
		width: -moz-calc(50% - 20px) !important;
		width: calc(50% - 20px) !important;
		margin-bottom: 25px;
	}

	.sub-title{
		max-width: 560px;
		overflow: hidden;
	}

	#tabs_desc_397_3 .event-list .listing-item{
		margin:0px;
	}

}


@media all and (max-width: 480px) {
	.dt-logo {
		padding: 10px 0;
	}

	.dt-logo h1 {
		font-size: 32px;
	}

	.dt-logo p {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.sub-title{
		max-width: 280px;
		overflow: hidden;
	}

}

@media all and (max-width: 400px) {
	.dt-related-posts li {
		width: -webkit-calc(100% - 20px) !important;
		width: -moz-calc(100% - 20px) !important;
		width: calc(100% - 20px) !important;
	}

}


.row {
	margin-left:0px;
	margin-right:0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0px ;
	padding-right: 0px ;
}

#wpsm_tabs_r_widget_id-2{
	text-align: center;
	margin: 0px auto;
	max-width:1280px;
}

.wpsm_nav-tabs{
	max-width:1220px;
}

/*#em_widget-2{
	background-image: url("../easyblog/images/index/index_event_bg.png");
	width:100%;
	min-height: 920px;
	overflow: hidden;
	position: relative;
}

#em_widget-2 .widget-title{
	background-image: url("../easyblog/images/index/new_events.png");
	background-repeat: no-repeat;
	text-align: center;
	max-width: 200px;
	height: 75px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0px auto;
	top: 40px;
	position: relative;
	background-size: 200px 70px;
	margin-bottom: 120px;
}

#em_widget-2 .widget-top{
	background-image: url("../easyblog/images/index/index_post_top.png");
	width:100%;
	height: 30px;
	position:absolute;
	z-index:10;
}

#em_widget-2 .widget-bottom{
	background-image: url("../easyblog/images/index/index_post_bottom.png");
	width:100%;
	height: 50px;
	position:absolute;
	z-index:10;
	bottom:0px;
}

#em_widget-2 .event-box-1{
	background-image: url("../easyblog/images/index/event_bg_1.png");
	background-repeat: no-repeat;
	float: left;
	padding: 0px 20px 0px 20px;
	width: 400px;
	height: 600px;
}

#em_widget-2 .event-box-2{
	background-image: url("../easyblog/images/index/event_bg_2.png");
	background-repeat: no-repeat;
	float: left;
	padding: 0px 20px 0px 20px;
	width: 400px;
	height: 600px;
}

#em_widget-2 .event-box-3{
	background-image: url("../easyblog/images/index/event_bg_3.png");
	background-repeat: no-repeat;
	float: left;
	padding: 0px 20px 0px 20px;
	width: 400px;
	height: 600px;
}

#em_widget-2 .event-box-4{
	background-image: url("../easyblog/images/index/event_bg_4.png");
	background-repeat: no-repeat;
	float: left;
	padding: 0px 20px 0px 20px;
	width: 400px;
	height: 600px;
}

#em_widget-2 .event-list{
	margin: 0px auto;
	position: relative;
	max-width:1650px;
}

#em_widget-2 .event-title{
	position: relative;
	left: 20px;
	top:230px;
	font-size: 28px;
	width: 310px;
	height: 55px;
	max-width: 310px;
	max-height: 55px;
	overflow: hidden;
}

#em_widget-2 ul{
	list-style-type: none;
}

#em_widget-2 .event-box-1 .event-title a{
	color:#e4a6cc;
}

#em_widget-2 .event-box-2 .event-title a{
	color:#72cdee;
}

#em_widget-2 .event-box-3 .event-title a{
	color:#ecd971;
}

#em_widget-2 .event-box-4 .event-title a{
	color:#ee6e85;
}

#em_widget-2 .event-link{
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 60px;
	width: 165px;
	position: relative;
	top: 240px;
	left: 50px;
}

#em_widget-2 .event-box-1 .event-link{
	background-image: url("../easyblog/images/index/event_box_1_more.png");
}

#em_widget-2 .event-box-2 .event-link{
	background-image: url("../easyblog/images/index/event_box_2_more.png");
}

#em_widget-2 .event-box-3 .event-link{
	background-image: url("../easyblog/images/index/event_box_3_more.png");
}

#em_widget-2 .event-box-4 .event-link{
	background-image: url("../easyblog/images/index/event_box_4_more.png");
}

#em_widget-2 .event-date{
	position: relative;
	top: 240px;
	left: -20px;
	color: #a3d73c;
	max-width: 310px;
	max-height: 25px;
	overflow: hidden;
}

#em_widget-2 .event-desc{
	position: relative;
	top: 240px;
	left: -20px;
	width: 310px;
	height: 150px;
	max-width: 310px;
	max-height: 150px;
	overflow: hidden;
}

#em_widget-2 .event-image{
	position: absolute;
	top: 20px;
}

#em_widget-2 .event-img{
	width: 340px;
	height: 185px;
}*/

.menu .menu-item-322 a{
	color: #ac623a;
}

.menu .menu-item-788 a{
	/*About us*/
}

.menu .menu-item-789 a{
	color: #95d73c;
}

.menu .menu-item-790 a{
	color: #dc277d;
}

.menu .menu-item-1182 a{
	color: #25abd0;
}

.menu .menu-item-1203 a{
	color: #bad22a;
}

.menu .menu-item-792 a{
	color: #ac623a;
}

.menu .menu-item-740 a{
	color: #cf861c;
}

.cat-banner{
	background-repeat: no-repeat;
	width: 100%;
	/*height: auto;*/
	height: 300px;
	position: relative;
	background-size: cover;
}

.cat-banner-{
	background-image: url("../easyblog/images/page/menu_1_banner.jpg");
}

.cat-banner-788{
	/*About us*/
	background-image: url("../easyblog/images/page/menu_1_banner.jpg");
}
@media (min-width:426px) and (max-width: 900px) {
	.cat-banner-{
		background-image: url("../easyblog/images/page/menu_1_banner_xs.jpg");
	}

	.cat-banner-788{
		/*About us*/
		background-image: url("../easyblog/images/page/menu_1_banner_xs.jpg");
	}
}

.cat-banner-789{
	background-image: url("../easyblog/images/page/menu_2_banner.jpg");
}

.cat-banner-790{
	background-image: url("../easyblog/images/page/menu_3_banner.jpg");
}

.cat-banner-1182{
	background-image: url("../easyblog/images/page/banner_supportus_2.jpg");
}

.cat-banner-388{
	background-image: url("../easyblog/images/page/menu_4_banner.png");
}

.cat-banner-1203{
	background-image: url("../easyblog/images/page/banner_activity_1.jpg");
}

.cat-banner-792{
	background-image: url("../easyblog/images/page/banner_resource_1.jpg");
}

.cat-banner-793{
	background-image: url("../easyblog/images/page/banner_supportus_1.jpg");
}

.cat-banner-404{
	background-image: url("../easyblog/images/page/menu_404_banner.png");
}

.cat-banner-406{
	background-image: url("../easyblog/images/page/menu_406_banner.png");
}

.cat-banner-412{
	background-image: url("../easyblog/images/page/menu_412_banner.png");
}

.cat-banner-420{
	background-image: url("../easyblog/images/page/menu_420_banner.png");
}

.cat-banner-title{
	font-size: 30px;
	color: white;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
}

.cat-banner-title-img{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	width: 306px;
	height: 60px;
	top: 50%;
}

.cat-banner-title-img-788{
	background-image: url("../easyblog/images/page/menu_1_banner_title_bg.png");
}

.cat-banner-title-img-789{
	background-image: url("../easyblog/images/page/menu_2_banner_title_bg.png");
}

.cat-banner-title-img-790{
	background-image: url("../easyblog/images/page/menu_3_banner_title_bg.png");
}

.cat-banner-title-img-1182{
	background-image: url("../easyblog/images/page/menu_4_banner_title_bg.png");
}

.cat-banner-title-img-1203{
	background-image: url("../easyblog/images/page/menu_5_banner_title_bg.png");
}

.cat-banner-title-img-792{
	background-image: url("../easyblog/images/page/menu_4_banner_title_bg.png");
}

.cat-banner-title-img-793 {
	background-image: url("../easyblog/images/page/menu_7_banner_title_bg.png");
}

.content_bottom{
	background-image: url("../easyblog/images/index/index_post_bottom.png");
	width:100%;
	height: 50px;
	position:absolute;
	z-index:10;
	bottom:0px;

}

.event-list{
	padding: 0px 5px 0px 5px;
	background-color: #fafbf0;
}

.event-list .listing-item{
	background-image: url("../easyblog/images/index/cat_0_content_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	max-width: 400px;
	width: 100%;
	height: 250px;
	float: left;
	margin: 2px 5px 5px 0px;
}

.event-list .listing-item .moc-title{
	display: none;
}


.event-list .listing-item .wp-post-image{
	max-width:370px;
	min-height: 235px;
	width: 100%;
	position: relative;
	/*top: 20px;*/
	overflow: hidden;
	padding: 20px 10px 5px 10px;
}

#tabs_desc_397_3 .event-list .listing-item .wp-post-image{
	max-width: 520px !important;
	min-height: 335px;
}

.event-list .event-list .title{
	width: 370px;
	height: 50px;
	position: relative;
	left: -2px;
	bottom: 30px;
	background: rgba(0%,0%,0%,0.5);
	overflow: hidden;
	line-height: 17px;
	color: #FFFFFF;
	font-size: 20px;
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
}

.event-list .news-title{
	text-align: left;
	display: inline-block;
	overflow: hidden;
	line-height: 25px;
}.event-list .listing-item .cat-title

.dt-menu-wrap .container{
	width:1280px;
}

.event-list .event-title .event-link{
	text-align: left;
    display: inline-block;
    overflow: hidden;
    line-height: 24px;
}

.event-list .listing-item{
	float: left;
	position: relative;
}

/*@media all and (max-width: 839px){
	.event-list .listing-item{
		float: none;
		display:inline-block;
	}
}*/

.page-child{
	/*background-image: url("../easyblog/images/page/content_bg.png");
	background-repeat: repeat;*/
	background-color: #F8F2E5;
}

.page .page-container-bg{
	background-image: url("../easyblog/images/page/content_bg.png");
	background-repeat: repeat-y;
	background-size: contain;
}

.page .dt-content-area{
	background: none;
	border: 0px;
	box-shadow: 0 0 0;
}

.page_bottom{
	background-image: url("../easyblog/images/index/index_post_bottom.png");
	width:100%;
	height: 50px;
	position:relative;
	z-index:10;
}

.single .single-container-bg{
	background-image: url("../easyblog/images/page/content_bg.png");
	background-repeat: repeat-y;
	background-size: contain;
}

.single .dt-content-area{
	background: none;
	border: 0px;
	box-shadow: 0 0 0;
}

.search .search-container-bg{
	background-image: url("../easyblog/images/page/content_bg.png");
	background-repeat: repeat-y;
	background-size: contain;
}

.search .dt-content-area{
	background: none;
	border: 0px;
	box-shadow: 0 0 0;
}

.member-ad-box{
	background-image: url("../easyblog/images/page/member_bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	width: 250px;
	height: 300px;
	color: #FFFFFF;
	top: -200px;
}

.member-ad-box .title{
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 90px;
}

.member-ad-box .content{
	position: relative;
	top: 90px;
	left: 55px;
	width: 130px;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	line-height: 15px;
}

.member-ad-box .join-us{
	position: relative;
	text-align: center;
	top: 60px;
}

.sidebar-menu-top{
	background-image: url("../easyblog/images/page/left_side_menu_1.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 280px;
	position: relative;
	height: 123px;
}

.dt-sidebar{
	padding-left: 10px;
	padding-bottom: 150px;
}

.sidebar-menu-body{
	background-image: url("../easyblog/images/page/left_side_menu.png");
	background-repeat: repeat-y;
	background-size: contain;
	padding-left: 20px;
	padding-bottom: 250px;
}

.sidebar-menu-body .title{
	left: 50px;
	position: relative;
	padding-bottom: 10px;
	line-height: 15px;
}

.sidebar-menu-body .content{
	left: 10px;
	position: relative;
	padding-top: 30px;
}

.current .sidebar-menu{
	background-image: url("../easyblog/images/page/current_page_bar.png");
	background-size: contain;
	width: 215px;
	min-height: 30px;
	position: relative;
	right: 10px;
}

.current .sidebar-menu .sidebar-menu-title img{
	position: relative;
	right: 10px;
}

.sidebar-sub-menu{
	background-color: #9FB569;
	max-width: 170px;
	min-height: 30px;
	position: relative;
}

.current .sidebar-sub-menu{
	background-color:#889952;
	max-width: 170px;
	min-height: 30px;
	position: relative;
}

.sidebar-menu-title{
	min-height: 30px;
	max-width:200px;
}

.sidebar-sub-menu .sidebar-menu-title {
	left: 10px;
	position: relative;
	max-width:150px !important;
}

.current .sidebar-menu-title{
	padding-left: 30px;
}

.current-sub-menu .sidebar-menu-title{
	padding-left: 0px;
}

.sidebar-menu-body a{
	color:#FFFFFF;
}

.sidebar-menu-body .content ul{
	list-style-type: none;
	padding: 0px;
}

.sidebar-menu-body .content .current{
	list-style-type: none;
	padding: 0px;
	position: relative;
	left: -35px;
	margin-bottom: 3px;
}

.sidebar-menu-body .content .current-sub-menu{
	list-style-type: none;
	padding: 0px;
	position: relative;
	left: 0px;
	margin-bottom: 3px;
}


.sidebar-menu-bottom{
	background-image: url("../easyblog/images/page/left_side_menu_3.png");
	background-repeat: no-repeat;
	width: 280px;
	position: relative;
	height: 203px;
	background-size: contain;
}

.page_title{
	color: #a3b239;
}

.cat-box .cat-title {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	overflow: hidden;
	height: 0px;
	position: relative;
	top:-256px;
	width: 378px;
	left:12px;
	font-size: 34px;
}

.event-list .listing-item .cat-title {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	overflow: hidden;
	height: 0px;
	position: relative;
	top:-217px;
	max-width: 350px;
	width:94%;
	left:25px;
	font-size: 34px;
	line-height: normal;
}

#tabs_desc_397_3 .event-list .listing-item .cat-title{
	top: -317px;
	max-width: 500px;
}

@media all and (max-width: 767px) {
	.event-list .listing-item .cat-title {
		left:0px;
	}

}
@media (max-width: 425px) {
	.event-list .listing-item .cat-title {
		height: 212px;
		background: rgba(0, 0, 0, 0.2);
		color: #fff;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	#tabs_desc_397_3 .event-list .listing-item .cat-title {
		height: 312px;
	}
}
.event-list .listing-item:hover .cat-title {
	height: 212px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.event-list .listing-item .text-title{
	position: relative;
	top: 40%;
	vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
}

#tabs_desc_397_3 .event-list .listing-item:hover .cat-title {
	height: 312px;
}

.cat-box:hover .cat-title {
	height: 213px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.cat-box{
	max-width: 400px;
	max-height: 272.8px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 20px
}

.cat-box .text-title{
	position: relative;
	top: 50%;
}

.tab-pane .a:hover{
	color: #FFFFFF;
}

.footer .footer-content .logo{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.home .dt-footer-bar a
{
	color: #000000;
}

.dt-footer-788{
	/*About Us*/
	background-image: url("../easyblog/images/page/footer-green_62.png");
}

.dt-footer-789{
	background-image: url("../easyblog/images/page/footer-orange_57.png");
}

.dt-footer-790{
	background-image: url("../easyblog/images/page/footer-purple_57.png");
}

.dt-footer-1182{
	background-image: url("../easyblog/images/page/footer-blue_57.png");
}

.dt-footer-1203{
	background-image: url("../easyblog/images/page/footer-dark-green_57.png");
}

.dt-footer-792{
	background-image: url("../easyblog/images/page/footer-brown_57.png");
}

.dt-footer-793{
	background-image: url("../easyblog/images/page/footer-gray_57.png");
}

@-webkit-keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}

.product-box{
	width: 175px;
	height: 250px;
	position: relative;
	float: left;
	margin-right: 6px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.product-box .img{
	width: 175px;
	height: 130px;
	overflow: hidden;
}

.product-box .content{
	padding: 5px;
	font-size: 10px;
	line-height: 20px;
}

.product-box .content .read_more{
	float: right;
}

aside .member-box{
	padding: 0px 0px 50px 0px !important;
	position: absolute;
}

.content-table tbody tr th{
	text-align: left;
	color: #FFFFFF;
	background-color: #684F42;
	padding-left: 10px;
}

.content-table tbody tr td{
	text-align: left;
	color: #684F42;
	background-color: #F8F2E5;
	padding-left: 10px;
}

.sub-title{
	background-image: url("../easyblog/images/page/content-sub-title.png");
	background-size: contain;
	height: 40px;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.sub-title_971_c{
	background-image: url("../easyblog/images/page/content-sub-title_971_c.png");
}

.sub-title_971_e{
	background-image: url("../easyblog/images/page/content-sub-title_971_e.png");
}

.sub-title_971_l{
	background-image: url("../easyblog/images/page/content-sub-title_971_l.png");
}

.sub-title_971_w{
	background-image: url("../easyblog/images/page/content-sub-title_971_w.png");
}

.wpcf7-submit{
	background-color: #fd4106 !important;
	color:#FFFFFF !important;
}


/* Style the list */
.tab-menu ul.tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*border: 1px solid #ccc;
	background-color: #f1f1f1;*/
}

/* Float the list items side by side */
.tab-menu ul.tab li {float: left;}

/* Style the links inside the list items */
.tab-menu ul.tab li a {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 5px 12px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 14px;
	color: #cccccc;
	border: 1px solid #cccccc;
	border-bottom-color: #F8F2E5;
}

/* Change background color of links on hover */
.tab-menu ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
.tab-menu ul.tab li a:focus, .active {background-color: #ccc;}

.tab-menu ul.tab li {
	margin-left: 10px;
}

/* Style the tab content */
.tab-menu .tabcontent {
	display: block;
	padding: 6px 12px;
	padding-top: 30px;
	border-top: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
	background-color: #F8F2E5;
}

.tab-menu .search-box{
	position: relative;
	padding: 0px;
	padding-left: 20px;
	border-radius: 20px;
	float: right;
	background-color: #DEDEDD;
	border-color: #DEDEDD;
	margin-bottom: 30px;
}

.tab-menu .paging{
	font-size: 15px;
	text-align: center;
}

.table_living tbody tr td{
	padding-left:40px;
	text-align: left;
	border-color: #FFFFFF;
}

.table_living tbody .tr_head{
	color:#FFFFFF;
	background-color: #F286B7;
}

.table_living tbody .tr_sl{
	color:#000000;
	background-color: #F9E4F0;
}

.table_living tbody .tr_dl{
	color:#000000;
	background-color: #F7CBE2;
}

.product-box .content .product-name{
	max-height:40px;
	overflow: hidden;
}

.product-box-detail .thumbnail{
	/*display: inline-block;*/
	float: left;
	max-width: 480px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 20px;
	border: 0px;
	background-image: url('../easyblog/images/page/bo_image_bg.png');
	background-size: contain;
	background-repeat: repeat-y;
}

.product-box-detail .info{
	display: inline-block;
	max-width: 270px;
	padding: 12px;
	font-size: 14px;
	color:#000000;
	background-image: url('../easyblog/images/page/bo_info_bg.png');
	background-size: contain;
	background-repeat: repeat-y;
}

.product-box-detail .like-count{
	background-image: url('../easyblog/images/page/bo_lile_count.png');
	background-size: contain;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 25px;
	float: right;
	width: 60px;
}

.product-box-detail .product-name{
	font-size: 24px;
	padding: 20px;
	color:#ADC57C;
}

.product-box-detail .detail-label{
	padding: 20px;
	font-size: 18px;
	color: #000000;
}

.product-box-detail .detail{
	max-width: 440px;
	padding: 20px;

}

.sjb-job-filters{
	display:none !important;
}

.sjb-job-expiry_date{
	margin-right: 20px;
	background-color: #fd4106;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	float: right;
}

.nf-field-label{
	float:left;
	min-width: 250px;
}

.nf-field-element{
	max-width: 350px;
}

.nf-field-container .nf-field select{
	height: 40px;
}

.nf-field-container .nf-field .listcheckbox-wrap .nf-field-label{
	background-color: #684F42;
	color: #FFFFFF;
	padding: 5px 10px;
	width: 100%;
	margin-bottom: 0px;
}

.nf-field-container .nf-field .listcheckbox-wrap .nf-field-element{
	background-color: #F8F2E5;
	min-width: 100%;
	padding: 10px;
}

.nf-field-container .nf-after-field .nf-error{
	text-align: center;
}

.nf-field-container .nf-after-field .nf-input-limit{
	text-align: center;
}

.ctl_info .events-body p{
	margin-bottom : 10px;
}

.year-list{
	margin-bottom: 20px;
	text-align: center;
}

.year-list .year-list-item{
	margin-right: 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	width: 70px;
	height: 70px;
	background-color: #414a54;
	color: #FFFFFF;
}

.donation-purpose{
	float: right;
	max-width: 320px;
}

.donation-purpose table{
	color: #000000;
	border: none;
	margin-bottom: 10px;
}

.donation-purpose table th{
	color: #FFFFFF;
	background-color: #065190;
	text-align: left;
	padding-left: 20px;
	border: none;
}

.donation-purpose table td{
	background-color: #E9FAFF;
	text-align: left;
	padding-left: 20px;
	border: none;
}

.donation-purpose input[type="number"]{
	width: 100px;
	margin-left: 15px;
	height: 30px;
}

.donation-purpose table td input[type="radio"]{
	padding-left: 20px;
}

.donation-purpose input[type="submit"]{
	background-color: #fd4106;
	color:#FFFFFF;
	text-shadow: none;
	float: right;
	margin-bottom: 20px;
}

.wpsm_nav > li > a:hover, .wpsm_nav > li > a:focus{
	background-color:#FAFBF0;
}

.of .listing-item{
	margin-bottom: 30px;
}

.of .rp-content-header{
	margin-top: 20px;
	margin-bottom: 30px;
}

.of .rp-content-header .sharing{
	display:inline-block;
}

.of .rp-content-header .filter-year{
	float:right;
	display:inline-block;
}

.of .rp-content-header .filter-year #f_year,.of .rp-content-header .filter-year #search{
	padding:0px 10px;
	height:38px;
}

.book_item_full{
	/*width: 210px;*/
	/*margin-bottom: 20px;*/
	margin-right: 30px;
	float:left;
}

.book_item_full .title{
	background-color: #ADC57C;
	color:#FFFFFF;
	padding:1px 20px;
}

.book_item_full .post_date{
	padding:1px 20px;
	color:#ADC57C;
}

.book_item_full .book_img{
	/*height:280px;*/
	/*width: 210px;*/
	overflow: hidden;
}

.book_item_small{
	width: 200px;
	margin-bottom: 20px;
	margin-right: 15px;
	float:left;
}

.book_item_small .content{
	float:left;
	margin-left: 5px;
	width: 118px;
}

.book_item_small .title{
	background-color: #ADC57C;
	color:#FFFFFF;
	padding:1px 5px;
}

.book_item_small .post_date{
	padding:1px 5px;
	color:#ADC57C;
}

.book_item_small .book_img{
	height:101px;
	width: 77px;
	overflow: hidden;
	float: left;
	float:left;
}

.rp_block{
	height: 60px;
}


.product-detail .tab-menu{
	max-width:440px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.product-detail .tab-menu .comment-list{
	background-color: #F8F2E5;
}

.product-detail .tab-menu .comment-list .comment-content{
	max-width:440px;
	padding: 20px;
}

#filter-category{
	display:inline-block;
}

#filter-district{
	display:inline-block;
}

#submit-search{
	display:inline-block;
}

#filter{
	float:right;
	top: -10px;
	position: relative
}

.single-post{
	background-color: #F8F2E5;
}

.single-post .site-main{
	padding: 0px 20px 0px 20px;
}

.search-results{
	background-color: #F8F2E5;
}

.search-results .site-main{
	padding: 0px 20px 0px 20px;
}

.join_us_form{
	max-width:500px;
}

.join_us_commit{
	color:#EF4D24;
}

.join_us_submit{
	color:#FFFFFF;
	background-color: #EF4D24;;
}

#error-msg{
	color: Red;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.no-results{
	min-height: 600px;
}

@media (max-width: 767px) {
	.activity-background {
		background-image:none !important;
		width: 100% !important;
		height: auto !important;
		padding: 0px !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.activity-background {
		padding: 45px 0px 0px 40px !important;
	}
}
.field-wrap.label-left label {
    display: inline-block !important;
	min-width: 250px !important;
}
.field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
    max-width: 350px !important;
	margin-left: 0px !important;
}
.text-wrap.label-left input, .profile_pass-wrap.label-left input, .textarea-wrap.label-left textarea {
    width: 100% !important;
}
.ninja-forms-form-wrap input[type="number"] {
	width: 100% !important;
}
.list-radio-wrap span ul {
	max-width: 350px !important;
}
.ninja-forms-error .ninja-forms-field {
border: 1px solid #E80000;
}
.list-checkbox-wrap.label-left label {
	background-color: #684F42;
    color: #FFFFFF;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 0px;
}
.list-checkbox-wrap.label-left ul {
	background-color: #F8F2E5;
	color: rgba(39,48,57,.8);
	width: 100%;
}
.list-checkbox-wrap.label-left ul li{
	width: 100%;
}
.list-checkbox-wrap.label-left ul li label{
	background-color: #F8F2E5 !important;
	color: rgba(39,48,57,.8) !important;
	font-weight: bold;
}
.ninja-forms-field.nf-desc p {
	font-weight: bold;
	margin-bottom: 0px;
}
.list-dropdown-wrap.label-left select {
	width: 100%;
	height: 40px;
}
.country-wrap.label-left select {
	height: 40px;
}
.submit-wrap {
	text-align: center;
}
@media (min-width:768px) {
	.field-wrap.recaptcha-wrap .g-recaptcha {
		margin-left: 30%;
	}
}
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
#html5-watermark {
	display:none !important;
}
@media (min-width:768px) {
	.field-wrap.recaptcha-wrap .g-recaptcha {
		margin-left: 30%;
	}
}
@media (max-width:1199px) and (min-width:426px) {
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 150px !important; 
	}
}
@media (max-width:425px) {
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 250px !important; 
	}
}
.stickyad {
	margin-top: 100px !important;
}
.stickyadmobile {
	display: none;
}
@media (max-width:767px) {
	.stickyad {
		display:none;
	}
}
@media (max-width:767px) {
	.stickyadmobile {
		position: fixed;
		top: 200px;
		right: 10px;
		display: block;
		width: 50px;
		z-index: 999;
	}
}
@media (max-width:415px) {
	.product-box {
		width: 100% !important;
		height: 350px !important;
	}
	.product-box .img {
		width: 100% !important;
		height: auto;
	}
	.product-box .img img {
		width: 100% !important;
		height: auto;
	}
}

@media (max-width:320px) {
	.product-box {
		height: 320px !important;
	}
}

@media (max-width:425px) {
	.header-logo-en {
		margin-bottom: 15px;
	}
	.header-logo-cn {
		margin-bottom: 15px;
	}
}
.mb_20 {
	margin-bottom: 20px;
}